@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.
Files changed (47) hide show
  1. package/dist/components/index.cjs +3 -3
  2. package/dist/components/index.mjs +3 -3
  3. package/dist/hooks/index.cjs +1 -1
  4. package/dist/hooks/index.mjs +1 -1
  5. package/dist/i18n/index.cjs +6 -5
  6. package/dist/i18n/index.mjs +6 -5
  7. package/dist/i18n/resources/es/index.d.ts +331 -0
  8. package/dist/{index-CNyyTj_C.js → index-BNkvrBOj.js} +1 -1
  9. package/dist/{index-CzAt2Bs2.js → index-BrpyfyHr.js} +3 -3
  10. package/dist/{index-CB0JfZMx.mjs → index-C1kr7Vd-.mjs} +1 -1
  11. package/dist/{index-ZivV_RbX.mjs → index-C3FKVt3V.mjs} +1 -1
  12. package/dist/{index-B-k9oWE7.js → index-CBRFCYhV.js} +474 -125
  13. package/dist/{index-D15SAjJc.js → index-CVv755RW.js} +1 -1
  14. package/dist/{index-RL_4tl8T.js → index-Cl0ZvmOD.js} +4 -4
  15. package/dist/{index-BUz6iLeg.mjs → index-CodGh8Sq.mjs} +3 -3
  16. package/dist/{index-BFkFqBM7.js → index-DdLlwS4n.js} +2 -2
  17. package/dist/{index-N0fjwTCB.mjs → index-QmNh8L3Y.mjs} +4 -4
  18. package/dist/{index-CVN8I7r9.mjs → index-RzByAgHO.mjs} +474 -125
  19. package/dist/{index-s2a55HsU.mjs → index-cY5WnaQc.mjs} +2 -2
  20. package/dist/index.cjs +6 -6
  21. package/dist/index.mjs +6 -6
  22. package/dist/layout/header/locale-switcher/icons/argentina/index.d.ts +2 -0
  23. package/dist/layout/header/locale-switcher/icons/bolivia/index.d.ts +2 -0
  24. package/dist/layout/header/locale-switcher/icons/chile/index.d.ts +2 -0
  25. package/dist/layout/header/locale-switcher/icons/columbia/index.d.ts +2 -0
  26. package/dist/layout/header/locale-switcher/icons/costa-rica/index.d.ts +2 -0
  27. package/dist/layout/header/locale-switcher/icons/dominican-republic/index.d.ts +2 -0
  28. package/dist/layout/header/locale-switcher/icons/ecuador/index.d.ts +2 -0
  29. package/dist/layout/header/locale-switcher/icons/guatemala/index.d.ts +2 -0
  30. package/dist/layout/header/locale-switcher/icons/guinea/index.d.ts +2 -0
  31. package/dist/layout/header/locale-switcher/icons/honduras/index.d.ts +2 -0
  32. package/dist/layout/header/locale-switcher/icons/index.d.ts +19 -0
  33. package/dist/layout/header/locale-switcher/icons/mexico/index.d.ts +2 -0
  34. package/dist/layout/header/locale-switcher/icons/nicaragua/index.d.ts +2 -0
  35. package/dist/layout/header/locale-switcher/icons/panama/index.d.ts +2 -0
  36. package/dist/layout/header/locale-switcher/icons/paraguay/index.d.ts +2 -0
  37. package/dist/layout/header/locale-switcher/icons/peru/index.d.ts +2 -0
  38. package/dist/layout/header/locale-switcher/icons/salvador/index.d.ts +2 -0
  39. package/dist/layout/header/locale-switcher/icons/spain/index.d.ts +2 -0
  40. package/dist/layout/header/locale-switcher/icons/uruguay/index.d.ts +2 -0
  41. package/dist/layout/header/locale-switcher/icons/venezuela/index.d.ts +2 -0
  42. package/dist/layout/index.cjs +460 -3
  43. package/dist/layout/index.mjs +460 -3
  44. package/dist/providers/index.cjs +2 -2
  45. package/dist/providers/index.mjs +2 -2
  46. package/dist/types/i18n/index.d.ts +3 -2
  47. package/package.json +1 -1
@@ -2,12 +2,12 @@ import { jsx, jsxs, Fragment } from "react/jsx-runtime";
2
2
  import { Box, Divider, AbsoluteCenter, useColorModeValue, Text, SimpleGrid, Flex, Menu, MenuButton, Button, HStack, Icon, MenuList, MenuItem, Popover, PopoverTrigger, PopoverContent, List, ListItem, Stack, Collapse, useDisclosure, IconButton, Heading } from "@chakra-ui/react";
3
3
  import { useTranslation } from "react-i18next";
4
4
  import "@mdx-js/react";
5
- import { L as Link, a as useSiteContext, u as usePageContext } from "../index-ZivV_RbX.mjs";
5
+ import { L as Link, a as useSiteContext, u as usePageContext } from "../index-C3FKVt3V.mjs";
6
6
  import "../index-BJRvnR8Q.mjs";
7
- import "../index-CVN8I7r9.mjs";
7
+ import "../index-RzByAgHO.mjs";
8
8
  import "react-medium-image-zoom";
9
9
  import { useMemo, forwardRef, useState, useEffect } from "react";
10
- import { a as Container, c as Logo, d as SocialNetworks, L as LinkButton } from "../index-BUz6iLeg.mjs";
10
+ import { a as Container, c as Logo, d as SocialNetworks, L as LinkButton } from "../index-CodGh8Sq.mjs";
11
11
  import { ChevronDownIcon, ChevronRightIcon, CloseIcon, HamburgerIcon, ChevronUpIcon } from "@chakra-ui/icons";
12
12
  import "i18next";
13
13
  import "react-markdown";
@@ -98,6 +98,32 @@ const Footer = () => {
98
98
  const Brand = ({ brand }) => {
99
99
  return /* @__PURE__ */ jsx(Link, { to: "/", children: brand });
100
100
  };
101
+ const ArgentinaIcon = (props) => {
102
+ return /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", width: "1em", height: "1em", ...props, children: [
103
+ /* @__PURE__ */ jsx("mask", { id: "circleFlagsAr0", children: /* @__PURE__ */ jsx("circle", { cx: "256", cy: "256", r: "256", fill: "#fff" }) }),
104
+ /* @__PURE__ */ jsxs("g", { mask: "url(#circleFlagsAr0)", children: [
105
+ /* @__PURE__ */ jsx("path", { fill: "#338af3", d: "M0 0h512v144.7L488 256l24 111.3V512H0V367.3L26 256L0 144.7z" }),
106
+ /* @__PURE__ */ jsx("path", { fill: "#eee", d: "M0 144.7h512v222.6H0z" }),
107
+ /* @__PURE__ */ jsx(
108
+ "path",
109
+ {
110
+ fill: "#ffda44",
111
+ d: "m332.4 256l-31.2 14.7l16.7 30.3l-34-6.5l-4.2 34.3l-23.7-25.2l-23.6 25.2l-4.3-34.3l-34 6.5l16.6-30.3l-31.2-14.7l31.3-14.7L194 211l34 6.5l4.3-34.3l23.6 25.2l23.6-25.2l4.4 34.3l34-6.5l-16.7 30.3z"
112
+ }
113
+ )
114
+ ] })
115
+ ] });
116
+ };
117
+ const BoliviaIcon = (props) => {
118
+ return /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", width: "1em", height: "1em", ...props, children: [
119
+ /* @__PURE__ */ jsx("mask", { id: "circleFlagsBo0", children: /* @__PURE__ */ jsx("circle", { cx: "256", cy: "256", r: "256", fill: "#fff" }) }),
120
+ /* @__PURE__ */ jsxs("g", { mask: "url(#circleFlagsBo0)", children: [
121
+ /* @__PURE__ */ jsx("path", { fill: "#ffda44", d: "m0 167l252.9-29.3L512 167v178l-255.7 25.7L0 345z" }),
122
+ /* @__PURE__ */ jsx("path", { fill: "#d80027", d: "M0 0h512v167H0z" }),
123
+ /* @__PURE__ */ jsx("path", { fill: "#6da544", d: "M0 345h512v167H0z" })
124
+ ] })
125
+ ] });
126
+ };
101
127
  const BrazilIcon = (props) => {
102
128
  return /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", width: "1em", height: "1em", ...props, children: [
103
129
  /* @__PURE__ */ jsx("mask", { id: "circleFlagsBr0", children: /* @__PURE__ */ jsx("circle", { cx: "256", cy: "256", r: "256", fill: "#fff" }) }),
@@ -131,6 +157,42 @@ const BulgariaIcon = (props) => {
131
157
  ] })
132
158
  ] });
133
159
  };
160
+ const ChileIcon = (props) => {
161
+ return /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", width: "1em", height: "1em", ...props, children: [
162
+ /* @__PURE__ */ jsx("mask", { id: "circleFlagsCl0", children: /* @__PURE__ */ jsx("circle", { cx: "256", cy: "256", r: "256", fill: "#fff" }) }),
163
+ /* @__PURE__ */ jsxs("g", { mask: "url(#circleFlagsCl0)", children: [
164
+ /* @__PURE__ */ jsx("path", { fill: "#d80027", d: "m0 256l254.5-51.3L512 256v256H0z" }),
165
+ /* @__PURE__ */ jsx("path", { fill: "#0052b4", d: "M0 0h256l52.7 132.8L256 256H0z" }),
166
+ /* @__PURE__ */ jsx(
167
+ "path",
168
+ {
169
+ fill: "#eee",
170
+ d: "M256 0h256v256H256zM152.4 89l16.6 51h53.6l-43.4 31.6l16.6 51l-43.4-31.5l-43.4 31.5l16.6-51L82.2 140h53.6z"
171
+ }
172
+ )
173
+ ] })
174
+ ] });
175
+ };
176
+ const ColumbiaIcon = (props) => {
177
+ return /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", width: "1em", height: "1em", ...props, children: [
178
+ /* @__PURE__ */ jsx("mask", { id: "circleFlagsCo0", children: /* @__PURE__ */ jsx("circle", { cx: "256", cy: "256", r: "256", fill: "#fff" }) }),
179
+ /* @__PURE__ */ jsxs("g", { mask: "url(#circleFlagsCo0)", children: [
180
+ /* @__PURE__ */ jsx("path", { fill: "#d80027", d: "m0 384l255.8-29.7L512 384v128H0z" }),
181
+ /* @__PURE__ */ jsx("path", { fill: "#0052b4", d: "m0 256l259.5-31L512 256v128H0z" }),
182
+ /* @__PURE__ */ jsx("path", { fill: "#ffda44", d: "M0 0h512v256H0z" })
183
+ ] })
184
+ ] });
185
+ };
186
+ const CostaRicaIcon = (props) => {
187
+ return /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", width: "1em", height: "1em", ...props, children: [
188
+ /* @__PURE__ */ jsx("mask", { id: "circleFlagsCr0", children: /* @__PURE__ */ jsx("circle", { cx: "256", cy: "256", r: "256", fill: "#fff" }) }),
189
+ /* @__PURE__ */ jsxs("g", { mask: "url(#circleFlagsCr0)", children: [
190
+ /* @__PURE__ */ jsx("path", { fill: "#0052b4", d: "M0 0h512v89l-66.3 167.5L512 423v89H0v-89l69.7-167.3L0 89z" }),
191
+ /* @__PURE__ */ jsx("path", { fill: "#eee", d: "M0 89h512v78l-39.7 91.1L512 345v78H0v-78l36.3-85.6L0 167z" }),
192
+ /* @__PURE__ */ jsx("path", { fill: "#d80027", d: "M0 167h512v178H0z" })
193
+ ] })
194
+ ] });
195
+ };
134
196
  const DenmarkIcon = (props) => {
135
197
  return /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", width: "1em", height: "1em", ...props, children: [
136
198
  /* @__PURE__ */ jsx("mask", { id: "circleFlagsDk0", children: /* @__PURE__ */ jsx("circle", { cx: "256", cy: "256", r: "256", fill: "#fff" }) }),
@@ -146,6 +208,44 @@ const DenmarkIcon = (props) => {
146
208
  ] })
147
209
  ] });
148
210
  };
211
+ const DominicanRepublicIcon = (props) => {
212
+ return /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", width: "1em", height: "1em", ...props, children: [
213
+ /* @__PURE__ */ jsx("mask", { id: "circleFlagsDo0", children: /* @__PURE__ */ jsx("circle", { cx: "256", cy: "256", r: "256", fill: "#fff" }) }),
214
+ /* @__PURE__ */ jsxs("g", { mask: "url(#circleFlagsDo0)", children: [
215
+ /* @__PURE__ */ jsx("path", { fill: "#d80027", d: "M35.5 256h444l32.5-66.8V0H322.8L256 31.8v444.6L189.2 512H0V322.8z" }),
216
+ /* @__PURE__ */ jsx("path", { fill: "#0052b4", d: "M479.5 256h-444L0 189.2V0h189.2L256 31.8v444.6l66.8 35.6H512V322.8z" }),
217
+ /* @__PURE__ */ jsx("path", { fill: "#eee", d: "M189.2 0h133.6v189.2H512v133.6H322.8V512H189.2V322.8H0V189.2h189.2z" }),
218
+ /* @__PURE__ */ jsx("path", { fill: "#496e2d", d: "M322.8 256a66.8 66.8 0 1 1-133.6 0c0-36.9 66.8-66.8 66.8-66.8s66.8 30 66.8 66.8" }),
219
+ /* @__PURE__ */ jsx("path", { fill: "#0052b4", d: "M189.2 256a66.8 66.8 0 1 1 133.6 0" }),
220
+ /* @__PURE__ */ jsx("path", { fill: "#d80027", d: "M218.4 222.6v41.7a37.6 37.6 0 1 0 75.2 0v-41.7z" })
221
+ ] })
222
+ ] });
223
+ };
224
+ const EcuadorIcon = (props) => {
225
+ return /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", width: "1em", height: "1em", ...props, children: [
226
+ /* @__PURE__ */ jsx("mask", { id: "circleFlagsEc0", children: /* @__PURE__ */ jsx("circle", { cx: "256", cy: "256", r: "256", fill: "#fff" }) }),
227
+ /* @__PURE__ */ jsxs("g", { mask: "url(#circleFlagsEc0)", children: [
228
+ /* @__PURE__ */ jsx("path", { fill: "#d80027", d: "m0 384l254.7-32.7L512 383.9V512H0z" }),
229
+ /* @__PURE__ */ jsx("path", { fill: "#0052b4", d: "m0 256l255-27l257 27v128H0z" }),
230
+ /* @__PURE__ */ jsx("path", { fill: "#ffda44", d: "M0 0h512v256H0z" }),
231
+ /* @__PURE__ */ jsx("circle", { cx: "256", cy: "256", r: "89", fill: "#ffda44" }),
232
+ /* @__PURE__ */ jsx(
233
+ "path",
234
+ {
235
+ fill: "#338af3",
236
+ d: "M256 311.6c-30.7 0-55.7-25-55.7-55.6v-33.4a55.7 55.7 0 0 1 111.4 0V256c0 30.6-25 55.6-55.7 55.6"
237
+ }
238
+ ),
239
+ /* @__PURE__ */ jsx(
240
+ "path",
241
+ {
242
+ fill: "#333",
243
+ d: "M345 122.4h-66.7a22.3 22.3 0 0 0-44.6 0H167a23 23 0 0 0 23 22.3h-.8c0 12.3 10 22.3 22.3 22.3c0 12.3 10 22.2 22.2 22.2h44.6c12.3 0 22.2-10 22.2-22.2c12.3 0 22.3-10 22.3-22.3h-.8a23 23 0 0 0 23-22.3"
244
+ }
245
+ )
246
+ ] })
247
+ ] });
248
+ };
149
249
  const FinlandIcon = (props) => {
150
250
  return /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", width: "1em", height: "1em", ...props, children: [
151
251
  /* @__PURE__ */ jsx("mask", { id: "circleFlagsFi0", children: /* @__PURE__ */ jsx("circle", { cx: "256", cy: "256", r: "256", fill: "#fff" }) }),
@@ -211,6 +311,64 @@ const GlobeIcon = (props) => {
211
311
  }
212
312
  ) });
213
313
  };
314
+ const GuatemalaIcon = (props) => {
315
+ return /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", width: "1em", height: "1em", ...props, children: [
316
+ /* @__PURE__ */ jsx("mask", { id: "circleFlagsGt0", children: /* @__PURE__ */ jsx("circle", { cx: "256", cy: "256", r: "256", fill: "#fff" }) }),
317
+ /* @__PURE__ */ jsxs("g", { mask: "url(#circleFlagsGt0)", children: [
318
+ /* @__PURE__ */ jsx("path", { fill: "#338af3", d: "M0 0h144.7l108.4 41.2L367.3 0H512v512H367.3l-110.2-41.4L144.7 512H0z" }),
319
+ /* @__PURE__ */ jsx("path", { fill: "#eee", d: "M144.7 0h222.6v512H144.7z" }),
320
+ /* @__PURE__ */ jsx(
321
+ "path",
322
+ {
323
+ fill: "#acabb1",
324
+ d: "M322.9 299.3L279.6 256l41.2-41.2L319 193l-11.7-11.8l-51.2 51.2l-51.2-51.2l-11.7 11.8l-2 21.8l41.3 41.2l-43.3 43.3l23.6 23.6l43.3-43.3l43.3 43.3z"
325
+ }
326
+ ),
327
+ /* @__PURE__ */ jsx(
328
+ "path",
329
+ {
330
+ fill: "#6da544",
331
+ d: "m319 193l-23.6 23.6a55.5 55.5 0 0 1-39.4 95a55.7 55.7 0 0 1-39.4-95L193 193a89 89 0 1 0 126 0"
332
+ }
333
+ )
334
+ ] })
335
+ ] });
336
+ };
337
+ const GuineaIcon = (props) => {
338
+ return /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", width: "1em", height: "1em", ...props, children: [
339
+ /* @__PURE__ */ jsx("mask", { id: "circleFlagsGq0", children: /* @__PURE__ */ jsx("circle", { cx: "256", cy: "256", r: "256", fill: "#fff" }) }),
340
+ /* @__PURE__ */ jsxs("g", { mask: "url(#circleFlagsGq0)", children: [
341
+ /* @__PURE__ */ jsx("path", { fill: "#eee", d: "M41.3 121.9L512 167v178L43.8 391.3z" }),
342
+ /* @__PURE__ */ jsx("path", { fill: "#6da544", d: "M0 0h512v167H111z" }),
343
+ /* @__PURE__ */ jsx("path", { fill: "#d80027", d: "M111 345h401v167H0z" }),
344
+ /* @__PURE__ */ jsx("path", { fill: "#0052b4", d: "M0 0v512l256-256z" }),
345
+ /* @__PURE__ */ jsx("path", { fill: "#ff9811", d: "M334 257.1h22.2v32.3h-22.3z" }),
346
+ /* @__PURE__ */ jsx(
347
+ "path",
348
+ {
349
+ fill: "#6da544",
350
+ d: "M367.3 245a22.3 22.3 0 1 0-44.5 0a11.1 11.1 0 1 0 0 22.1h44.5a11.1 11.1 0 1 0 0-22.2z"
351
+ }
352
+ )
353
+ ] })
354
+ ] });
355
+ };
356
+ const HondurasIcon = (props) => {
357
+ return /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", width: "1em", height: "1em", ...props, children: [
358
+ /* @__PURE__ */ jsx("mask", { id: "circleFlagsHn0", children: /* @__PURE__ */ jsx("circle", { cx: "256", cy: "256", r: "256", fill: "#fff" }) }),
359
+ /* @__PURE__ */ jsxs("g", { mask: "url(#circleFlagsHn0)", children: [
360
+ /* @__PURE__ */ jsx("path", { fill: "#338af3", d: "M0 0h512v144.7l-40.5 112.6l40.5 110V512H0V367.3l42.2-114L0 144.7z" }),
361
+ /* @__PURE__ */ jsx("path", { fill: "#eee", d: "M0 144.7h512v222.6H0z" }),
362
+ /* @__PURE__ */ jsx(
363
+ "path",
364
+ {
365
+ fill: "#338af3",
366
+ d: "m157.5 167l8.3 25.5h26.9L171 208.2l8.2 25.5l-21.7-15.7l-21.7 15.7l8.3-25.5l-21.7-15.7h26.9zm0 111.3l8.3 25.5h26.9L171 319.5l8.2 25.5l-21.7-15.7l-21.7 15.7l8.3-25.5l-21.7-15.7h26.9zm197-111.3l8.2 25.5h26.9l-21.7 15.7l8.3 25.5l-21.7-15.7l-21.7 15.7l8.2-25.5l-21.7-15.7h26.9zm0 111.3l8.2 25.5h26.9l-21.7 15.7l8.3 25.5l-21.7-15.7l-21.7 15.7l8.2-25.5l-21.7-15.7h26.9zM256 222.6l8.3 25.5H291L269.4 264l8.3 25.5l-21.7-15.8l-21.7 15.8l8.3-25.5l-21.7-15.8h26.8z"
367
+ }
368
+ )
369
+ ] })
370
+ ] });
371
+ };
214
372
  const ItalyIcon = (props) => {
215
373
  return /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", width: "1em", height: "1em", ...props, children: [
216
374
  /* @__PURE__ */ jsx("mask", { id: "circleFlagsIt0", children: /* @__PURE__ */ jsx("circle", { cx: "256", cy: "256", r: "256", fill: "#fff" }) }),
@@ -221,6 +379,141 @@ const ItalyIcon = (props) => {
221
379
  ] })
222
380
  ] });
223
381
  };
382
+ const MexicoIcon = (props) => {
383
+ return /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", width: "1em", height: "1em", ...props, children: [
384
+ /* @__PURE__ */ jsx("mask", { id: "circleFlagsMx0", children: /* @__PURE__ */ jsx("circle", { cx: "256", cy: "256", r: "256", fill: "#fff" }) }),
385
+ /* @__PURE__ */ jsxs("g", { mask: "url(#circleFlagsMx0)", children: [
386
+ /* @__PURE__ */ jsx("path", { fill: "#eee", d: "M144 0h223l33 256l-33 256H144l-32-256z" }),
387
+ /* @__PURE__ */ jsx("path", { fill: "#496e2d", d: "M0 0h144v512H0z" }),
388
+ /* @__PURE__ */ jsx("path", { fill: "#d80027", d: "M368 0h144v512H368z" }),
389
+ /* @__PURE__ */ jsx("path", { fill: "#ffda44", d: "M256 277v10h12l10-22z" }),
390
+ /* @__PURE__ */ jsx(
391
+ "path",
392
+ {
393
+ fill: "#496e2d",
394
+ d: "M160 242a96 96 0 0 0 192 0h-11a85 85 0 0 1-170 0zm39 17l-4 2c-2 2-2 6 1 8c15 14 34 22 54 24v17h12v-17c20-2 39-10 54-24c3-2 3-6 1-8s-6-2-8 0a78 78 0 0 1-53 21c-19 0-38-8-53-21z"
395
+ }
396
+ ),
397
+ /* @__PURE__ */ jsx("path", { fill: "#338af3", d: "M256 316c-14 0-28-5-40-13l6-9c20 13 48 13 68 0l7 9c-12 8-26 13-41 13" }),
398
+ /* @__PURE__ */ jsx(
399
+ "path",
400
+ {
401
+ fill: "#751a46",
402
+ d: "M256 174c22 11 12 33 11 34l-2-4c-5-11-18-18-31-18v11c6 0 11 5 11 11c-7 7-9 17-4 26l4 8l-13 23l29-7l18 18v-11l11 11l23-11l-35-21l-5-21l28 16c4 11 12 21 23 26c9-83-42-91-61-91z"
403
+ }
404
+ ),
405
+ /* @__PURE__ */ jsx(
406
+ "path",
407
+ {
408
+ fill: "#6da544",
409
+ d: "M222 271c-15 0-33-12-38-40l11-2c4 23 18 31 27 31q4.5 0 6-3c0-2 0-3-6-5c-3-1-7-2-10-5c-10-12 4-24 11-30c1-1 2-2 1-3c0 0-2-2-5-2c-7 0-12-4-14-11c-2-6 2-13 8-17l5 11c-2 0-2 2-2 4c0 0 1 2 3 2c7 0 14 4 16 9c1 3 2 9-5 15c-7 7-11 12-9 15l5 1c5 2 14 5 13 17c-1 8-8 13-17 13h-1z"
410
+ }
411
+ ),
412
+ /* @__PURE__ */ jsx("path", { fill: "#ffda44", d: "m234 186l-12 11v11l18-9c3-1 3-5 1-7z" }),
413
+ /* @__PURE__ */ jsx("circle", { cx: "172", cy: "275", r: "8", fill: "#ffda44" }),
414
+ /* @__PURE__ */ jsx("circle", { cx: "189", cy: "302", r: "8", fill: "#ffda44" }),
415
+ /* @__PURE__ */ jsx("circle", { cx: "216", cy: "323", r: "8", fill: "#ffda44" }),
416
+ /* @__PURE__ */ jsx("circle", { cx: "297", cy: "323", r: "8", fill: "#ffda44" }),
417
+ /* @__PURE__ */ jsx("circle", { cx: "324", cy: "302", r: "8", fill: "#ffda44" }),
418
+ /* @__PURE__ */ jsx("circle", { cx: "341", cy: "275", r: "8", fill: "#ffda44" }),
419
+ /* @__PURE__ */ jsx("rect", { width: "34", height: "22", x: "239", y: "299", fill: "#ff9811", rx: "11", ry: "11" })
420
+ ] })
421
+ ] });
422
+ };
423
+ const NicaraguaIcon = (props) => {
424
+ return /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", width: "1em", height: "1em", ...props, children: [
425
+ /* @__PURE__ */ jsx("mask", { id: "circleFlagsNi0", children: /* @__PURE__ */ jsx("circle", { cx: "256", cy: "256", r: "256", fill: "#fff" }) }),
426
+ /* @__PURE__ */ jsxs("g", { mask: "url(#circleFlagsNi0)", children: [
427
+ /* @__PURE__ */ jsx("path", { fill: "#338af3", d: "M0 0h512v144.7l-41.4 111.7L512 367.3V512H0V367.3l41.5-107.9L0 144.7z" }),
428
+ /* @__PURE__ */ jsx("path", { fill: "#eee", d: "M0 144.7h512v222.6H0z" }),
429
+ /* @__PURE__ */ jsx(
430
+ "path",
431
+ {
432
+ fill: "#ffda44",
433
+ d: "M256 178a78 78 0 1 0 0 156a78 78 0 0 0 0-156m0 122.5a44.5 44.5 0 1 1 0-89a44.5 44.5 0 0 1 0 89"
434
+ }
435
+ ),
436
+ /* @__PURE__ */ jsx("path", { fill: "#0052b4", d: "M294.6 267.1L256 256l-38.6 11.1l-12.8 22.3h102.8z" }),
437
+ /* @__PURE__ */ jsx("path", { fill: "#338af3", d: "M256 200.3L230.3 245l25.7 11l25.7-11.1z" }),
438
+ /* @__PURE__ */ jsx("path", { fill: "#6da544", d: "M217.4 267.1h77.2L281.7 245h-51.4z" })
439
+ ] })
440
+ ] });
441
+ };
442
+ const PanamaIcon = (props) => {
443
+ return /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", width: "1em", height: "1em", ...props, children: [
444
+ /* @__PURE__ */ jsx("mask", { id: "circleFlagsPa0", children: /* @__PURE__ */ jsx("circle", { cx: "256", cy: "256", r: "256", fill: "#fff" }) }),
445
+ /* @__PURE__ */ jsxs("g", { mask: "url(#circleFlagsPa0)", children: [
446
+ /* @__PURE__ */ jsx("path", { fill: "#eee", d: "M0 0h256l256 256v256H256L0 256z" }),
447
+ /* @__PURE__ */ jsx("path", { fill: "#0052b4", d: "M0 256v256h256V256z" }),
448
+ /* @__PURE__ */ jsx("path", { fill: "#d80027", d: "M256 0h256v256H256z" }),
449
+ /* @__PURE__ */ jsx(
450
+ "path",
451
+ {
452
+ fill: "#0052b4",
453
+ d: "m152.4 89l16.6 51h53.6l-43.4 31.6l16.6 51l-43.4-31.5l-43.4 31.5l16.6-51L82.2 140h53.6z"
454
+ }
455
+ ),
456
+ /* @__PURE__ */ jsx(
457
+ "path",
458
+ {
459
+ fill: "#d80027",
460
+ d: "m359.6 289.4l16.6 51h53.6L386.4 372l16.6 51l-43.4-31.5l-43.4 31.6l16.6-51l-43.4-31.6H343z"
461
+ }
462
+ )
463
+ ] })
464
+ ] });
465
+ };
466
+ const ParaguayIcon = (props) => {
467
+ return /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", width: "1em", height: "1em", ...props, children: [
468
+ /* @__PURE__ */ jsx("mask", { id: "circleFlagsPy0", children: /* @__PURE__ */ jsx("circle", { cx: "256", cy: "256", r: "256", fill: "#fff" }) }),
469
+ /* @__PURE__ */ jsxs("g", { mask: "url(#circleFlagsPy0)", children: [
470
+ /* @__PURE__ */ jsx("path", { fill: "#eee", d: "m0 144.7l255.3-36.5L512 144.7v222.6L250.5 407L0 367.3z" }),
471
+ /* @__PURE__ */ jsx("path", { fill: "#d80027", d: "M0 0h512v144.7H0z" }),
472
+ /* @__PURE__ */ jsx("path", { fill: "#0052b4", d: "M0 367.3h512V512H0z" }),
473
+ /* @__PURE__ */ jsx(
474
+ "path",
475
+ {
476
+ fill: "#6da544",
477
+ d: "m319 182l-23.6 23.5a55.5 55.5 0 0 1-39.4 95a55.7 55.7 0 0 1-39.3-95L193 182a89 89 0 1 0 126 0"
478
+ }
479
+ ),
480
+ /* @__PURE__ */ jsx(
481
+ "path",
482
+ {
483
+ fill: "#ffda44",
484
+ d: "m256 211.5l8.3 25.5H291l-21.7 15.8l8.3 25.5l-21.7-15.8l-21.7 15.8l8.3-25.5l-21.7-15.8h26.8z"
485
+ }
486
+ )
487
+ ] })
488
+ ] });
489
+ };
490
+ const PeruIcon = (props) => {
491
+ return /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", width: "1em", height: "1em", ...props, children: [
492
+ /* @__PURE__ */ jsx("mask", { id: "circleFlagsPe0", children: /* @__PURE__ */ jsx("circle", { cx: "256", cy: "256", r: "256", fill: "#fff" }) }),
493
+ /* @__PURE__ */ jsxs("g", { mask: "url(#circleFlagsPe0)", children: [
494
+ /* @__PURE__ */ jsx("path", { fill: "#d80027", d: "M0 0h167l86 41.2L345 0h167v512H345l-87.9-41.4L167 512H0z" }),
495
+ /* @__PURE__ */ jsx("path", { fill: "#eee", d: "M167 0h178v512H167z" })
496
+ ] })
497
+ ] });
498
+ };
499
+ const SalvadorIcon = (props) => {
500
+ return /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", width: "1em", height: "1em", ...props, children: [
501
+ /* @__PURE__ */ jsx("mask", { id: "circleFlagsSv0", children: /* @__PURE__ */ jsx("circle", { cx: "256", cy: "256", r: "256", fill: "#fff" }) }),
502
+ /* @__PURE__ */ jsxs("g", { mask: "url(#circleFlagsSv0)", children: [
503
+ /* @__PURE__ */ jsx("path", { fill: "#0052b4", d: "M0 0h512v144.7l-40.5 112.6l40.5 110V512H0V367.3l42.2-114L0 144.7z" }),
504
+ /* @__PURE__ */ jsx("path", { fill: "#eee", d: "M0 144.7h512v222.6H0z" }),
505
+ /* @__PURE__ */ jsx("path", { fill: "#ffda44", d: "m204.6 267.1l51.4-89l51.4 89z" }),
506
+ /* @__PURE__ */ jsx("path", { fill: "#6da544", d: "M322.8 296.5L256 330l-66.8-33.4V252h133.6z" }),
507
+ /* @__PURE__ */ jsx(
508
+ "path",
509
+ {
510
+ fill: "#ffda44",
511
+ d: "m319 182l-23.6 23.5a55.5 55.5 0 0 1-39.4 95a55.7 55.7 0 0 1-39.3-95L193 182a89 89 0 1 0 126 0"
512
+ }
513
+ )
514
+ ] })
515
+ ] });
516
+ };
224
517
  const RussiaIcon = (props) => {
225
518
  return /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", width: "1em", height: "1em", ...props, children: [
226
519
  /* @__PURE__ */ jsx("mask", { id: "circleFlagsRu0", children: /* @__PURE__ */ jsx("circle", { cx: "256", cy: "256", r: "256", fill: "#fff" }) }),
@@ -231,6 +524,112 @@ const RussiaIcon = (props) => {
231
524
  ] })
232
525
  ] });
233
526
  };
527
+ const SpainIcon = (props) => {
528
+ return /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", width: "1em", height: "1em", ...props, children: [
529
+ /* @__PURE__ */ jsx("mask", { id: "circleFlagsEs0", children: /* @__PURE__ */ jsx("circle", { cx: "256", cy: "256", r: "256", fill: "#fff" }) }),
530
+ /* @__PURE__ */ jsxs("g", { mask: "url(#circleFlagsEs0)", children: [
531
+ /* @__PURE__ */ jsx("path", { fill: "#ffda44", d: "m0 128l256-32l256 32v256l-256 32L0 384Z" }),
532
+ /* @__PURE__ */ jsx("path", { fill: "#d80027", d: "M0 0h512v128H0zm0 384h512v128H0z" }),
533
+ /* @__PURE__ */ jsxs("g", { fill: "#eee", children: [
534
+ /* @__PURE__ */ jsx("path", { d: "M144 304h-16v-80h16zm128 0h16v-80h-16z" }),
535
+ /* @__PURE__ */ jsx("ellipse", { cx: "208", cy: "296", rx: "48", ry: "32" })
536
+ ] }),
537
+ /* @__PURE__ */ jsxs("g", { fill: "#d80027", children: [
538
+ /* @__PURE__ */ jsx("rect", { width: "16", height: "24", x: "128", y: "192", rx: "8" }),
539
+ /* @__PURE__ */ jsx("rect", { width: "16", height: "24", x: "272", y: "192", rx: "8" }),
540
+ /* @__PURE__ */ jsx("path", { d: "M208 272v24a24 24 0 0 0 24 24a24 24 0 0 0 24-24v-24h-24z" })
541
+ ] }),
542
+ /* @__PURE__ */ jsx("rect", { width: "32", height: "16", x: "120", y: "208", fill: "#ff9811", ry: "8" }),
543
+ /* @__PURE__ */ jsx("rect", { width: "32", height: "16", x: "264", y: "208", fill: "#ff9811", ry: "8" }),
544
+ /* @__PURE__ */ jsx("rect", { width: "32", height: "16", x: "120", y: "304", fill: "#ff9811", rx: "8" }),
545
+ /* @__PURE__ */ jsx("rect", { width: "32", height: "16", x: "264", y: "304", fill: "#ff9811", rx: "8" }),
546
+ /* @__PURE__ */ jsx(
547
+ "path",
548
+ {
549
+ fill: "#ff9811",
550
+ d: "M160 272v24c0 8 4 14 9 19l5-6l5 10a21 21 0 0 0 10 0l5-10l5 6c6-5 9-11 9-19v-24h-9l-5 8l-5-8h-10l-5 8l-5-8z"
551
+ }
552
+ ),
553
+ /* @__PURE__ */ jsx(
554
+ "path",
555
+ {
556
+ fill: "#d80027",
557
+ d: "M122 248a4 4 0 0 0-4 4a4 4 0 0 0 4 4h172a4 4 0 0 0 4-4a4 4 0 0 0-4-4zm0 24a4 4 0 0 0-4 4a4 4 0 0 0 4 4h28a4 4 0 0 0 4-4a4 4 0 0 0-4-4zm144 0a4 4 0 0 0-4 4a4 4 0 0 0 4 4h28a4 4 0 0 0 4-4a4 4 0 0 0-4-4z"
558
+ }
559
+ ),
560
+ /* @__PURE__ */ jsx(
561
+ "path",
562
+ {
563
+ fill: "#eee",
564
+ d: "M196 168c-7 0-13 5-15 11l-5-1c-9 0-16 7-16 16s7 16 16 16c7 0 13-4 15-11a16 16 0 0 0 17-4a16 16 0 0 0 17 4a16 16 0 1 0 10-20a16 16 0 0 0-27-5q-4.5-6-12-6m0 8c5 0 8 4 8 8c0 5-3 8-8 8c-4 0-8-3-8-8c0-4 4-8 8-8m24 0c5 0 8 4 8 8c0 5-3 8-8 8c-4 0-8-3-8-8c0-4 4-8 8-8m-44 10l4 1l4 8c0 4-4 7-8 7s-8-3-8-8c0-4 4-8 8-8m64 0c5 0 8 4 8 8c0 5-3 8-8 8c-4 0-8-3-8-7l4-8z"
565
+ }
566
+ ),
567
+ /* @__PURE__ */ jsx("path", { fill: "none", d: "M220 284v12c0 7 5 12 12 12s12-5 12-12v-12z" }),
568
+ /* @__PURE__ */ jsx("path", { fill: "#ff9811", d: "M200 160h16v32h-16z" }),
569
+ /* @__PURE__ */ jsx("path", { fill: "#eee", d: "M208 224h48v48h-48z" }),
570
+ /* @__PURE__ */ jsx("path", { fill: "#d80027", d: "m248 208l-8 8h-64l-8-8c0-13 18-24 40-24s40 11 40 24m-88 16h48v48h-48z" }),
571
+ /* @__PURE__ */ jsx("rect", { width: "20", height: "32", x: "222", y: "232", fill: "#d80027", rx: "10", ry: "10" }),
572
+ /* @__PURE__ */ jsx("path", { fill: "#ff9811", d: "M168 232v8h8v16h-8v8h32v-8h-8v-16h8v-8zm8-16h64v8h-64z" }),
573
+ /* @__PURE__ */ jsxs("g", { fill: "#ffda44", children: [
574
+ /* @__PURE__ */ jsx("circle", { cx: "186", cy: "202", r: "6" }),
575
+ /* @__PURE__ */ jsx("circle", { cx: "208", cy: "202", r: "6" }),
576
+ /* @__PURE__ */ jsx("circle", { cx: "230", cy: "202", r: "6" })
577
+ ] }),
578
+ /* @__PURE__ */ jsx("path", { fill: "#d80027", d: "M169 272v43a24 24 0 0 0 10 4v-47zm20 0v47a24 24 0 0 0 10-4v-43z" }),
579
+ /* @__PURE__ */ jsxs("g", { fill: "#338af3", children: [
580
+ /* @__PURE__ */ jsx("circle", { cx: "208", cy: "272", r: "16" }),
581
+ /* @__PURE__ */ jsx("rect", { width: "32", height: "16", x: "264", y: "320", ry: "8" }),
582
+ /* @__PURE__ */ jsx("rect", { width: "32", height: "16", x: "120", y: "320", ry: "8" })
583
+ ] })
584
+ ] })
585
+ ] });
586
+ };
587
+ const UruguayIcon = (props) => {
588
+ return /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", width: "1em", height: "1em", ...props, children: [
589
+ /* @__PURE__ */ jsx("mask", { id: "circleFlagsUy0", children: /* @__PURE__ */ jsx("circle", { cx: "256", cy: "256", r: "256", fill: "#fff" }) }),
590
+ /* @__PURE__ */ jsxs("g", { mask: "url(#circleFlagsUy0)", children: [
591
+ /* @__PURE__ */ jsx(
592
+ "path",
593
+ {
594
+ fill: "#338af3",
595
+ d: "M0 256L256 0h256v55.7l-20.7 34.5l20.7 32.2v66.8l-21.2 32.7L512 256v66.8l-24 31.7l24 35.1v66.7l-259.1 28.3L0 456.3v-66.7l27.1-33.3L0 322.8z"
596
+ }
597
+ ),
598
+ /* @__PURE__ */ jsx(
599
+ "path",
600
+ {
601
+ fill: "#eee",
602
+ d: "M256 256h256v-66.8H236.9zm-19.1-133.6H512V55.7H236.9zM512 512v-55.7H0V512zM0 389.6h512v-66.8H0z"
603
+ }
604
+ ),
605
+ /* @__PURE__ */ jsx("path", { fill: "#eee", d: "M0 0h256v256H0z" }),
606
+ /* @__PURE__ */ jsx(
607
+ "path",
608
+ {
609
+ fill: "#ffda44",
610
+ d: "m222.6 149.8l-31.3 14.7l16.7 30.3l-34-6.5l-4.3 34.3l-23.6-25.2l-23.7 25.2l-4.3-34.3l-33.9 6.5l16.6-30.3l-31.2-14.7l31.2-14.7l-16.6-30.3l34 6.5l4.2-34.3l23.7 25.3L169.7 77l4.3 34.3l34-6.5l-16.7 30.3z"
611
+ }
612
+ )
613
+ ] })
614
+ ] });
615
+ };
616
+ const VenezuelaIcon = (props) => {
617
+ return /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", width: "1em", height: "1em", ...props, children: [
618
+ /* @__PURE__ */ jsx("mask", { id: "circleFlagsVe0", children: /* @__PURE__ */ jsx("circle", { cx: "256", cy: "256", r: "256", fill: "#fff" }) }),
619
+ /* @__PURE__ */ jsxs("g", { mask: "url(#circleFlagsVe0)", children: [
620
+ /* @__PURE__ */ jsx("path", { fill: "#0052b4", d: "m0 144.7l255.3-36.5L512 144.7v222.6L250.5 407L0 367.3z" }),
621
+ /* @__PURE__ */ jsx("path", { fill: "#ffda44", d: "M0 0h512v144.7H0z" }),
622
+ /* @__PURE__ */ jsx("path", { fill: "#d80027", d: "M0 367.3h512V512H0z" }),
623
+ /* @__PURE__ */ jsx(
624
+ "path",
625
+ {
626
+ fill: "#eee",
627
+ d: "M443.4 306.4L429.8 317l6 16.1l-14.3-9.6l-13.5 10.7l4.7-16.5l-14.2-9.6l17.1-.6l4.7-16.5l6 16.1zm-34.7-60l-9 14.5l11 13.2L394 270l-9 14.6l-1.3-17l-16.6-4.3l15.9-6.4l-1.2-17l11 13zm-53-44.5l-3.6 16.8l14.9 8.4l-17 1.8l-3.6 16.8l-7-15.7l-17 1.8l12.7-11.5l-7-15.6l14.8 8.6zm-65-23.7l2.3 17l17 3l-15.5 7.5l2.4 17l-12-12.4l-15.4 7.6l8-15.2l-11.8-12.3l16.9 3zm-69.3 0l8 15.1l17-3l-12 12.4l8 15.2l-15.4-7.6l-11.9 12.4l2.4-17l-15.4-7.5l16.9-3zm-65 23.7l12.7 11.5l14.8-8.6l-7 15.7l12.8 11.4l-17-1.8l-7 15.7l-3.7-16.7l-17-1.8l14.8-8.5zm-53.1 44.5l15.9 6.4l11-13l-1.2 17l16 6.4l-16.7 4.2l-1.2 17L118 270l-16.7 4.2l11-13.2zm-34.7 60l17.2.5l5.9-16l4.7 16.4l17.1.6l-14.2 9.6l4.7 16.6l-13.5-10.6l-14.2 9.6l5.9-16z"
628
+ }
629
+ )
630
+ ] })
631
+ ] });
632
+ };
234
633
  function getMappedIcon(code) {
235
634
  let icon = GlobeIcon;
236
635
  switch (code) {
@@ -246,6 +645,64 @@ function getMappedIcon(code) {
246
645
  case "en-DK":
247
646
  icon = DenmarkIcon;
248
647
  break;
648
+ case "es":
649
+ case "es-ES":
650
+ icon = SpainIcon;
651
+ break;
652
+ case "es-AR":
653
+ icon = ArgentinaIcon;
654
+ break;
655
+ case "es-BO":
656
+ icon = BoliviaIcon;
657
+ break;
658
+ case "es-CL":
659
+ icon = ChileIcon;
660
+ break;
661
+ case "es-CO":
662
+ icon = ColumbiaIcon;
663
+ break;
664
+ case "es-CR":
665
+ icon = CostaRicaIcon;
666
+ break;
667
+ case "es-DO":
668
+ icon = DominicanRepublicIcon;
669
+ break;
670
+ case "es-EC":
671
+ icon = EcuadorIcon;
672
+ break;
673
+ case "es-GT":
674
+ icon = GuatemalaIcon;
675
+ break;
676
+ case "es-GQ":
677
+ icon = GuineaIcon;
678
+ break;
679
+ case "es-HN":
680
+ icon = HondurasIcon;
681
+ break;
682
+ case "es-MX":
683
+ icon = MexicoIcon;
684
+ break;
685
+ case "es-NI":
686
+ icon = NicaraguaIcon;
687
+ break;
688
+ case "es-PA":
689
+ icon = PanamaIcon;
690
+ break;
691
+ case "es-PY":
692
+ icon = ParaguayIcon;
693
+ break;
694
+ case "es-PE":
695
+ icon = PeruIcon;
696
+ break;
697
+ case "es-SV":
698
+ icon = SalvadorIcon;
699
+ break;
700
+ case "es-UY":
701
+ icon = UruguayIcon;
702
+ break;
703
+ case "es-VE":
704
+ icon = VenezuelaIcon;
705
+ break;
249
706
  case "fi":
250
707
  case "fi-FI":
251
708
  case "sv-FI":
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- const index = require("../index-BFkFqBM7.js");
4
- const index$1 = require("../index-CNyyTj_C.js");
3
+ const index = require("../index-DdLlwS4n.js");
4
+ const index$1 = require("../index-BNkvrBOj.js");
5
5
  exports.MdxProvider = index.MdxProvider;
6
6
  exports.PageProvider = index$1.PageProvider;
7
7
  exports.SiteProvider = index$1.SiteProvider;
@@ -1,5 +1,5 @@
1
- import { M } from "../index-s2a55HsU.mjs";
2
- import { P, S, u, a } from "../index-ZivV_RbX.mjs";
1
+ import { M } from "../index-cY5WnaQc.mjs";
2
+ import { P, S, u, a } from "../index-C3FKVt3V.mjs";
3
3
  export {
4
4
  M as MdxProvider,
5
5
  P as PageProvider,
@@ -1,5 +1,6 @@
1
- export type LanguageCode = 'en' | 'it' | 'de' | 'fr' | 'ru' | 'pt' | 'ka' | 'fi' | 'bg' | 'da';
2
- export type Currency = 'USD' | 'EUR' | 'GBP' | 'RUB' | 'BRL';
1
+ export type LanguageCode = 'en' | 'es' | 'it' | 'de' | 'fr' | 'ru' | 'pt' | 'ka' | 'fi' | 'bg' | 'da';
2
+ type SpanishSpeakingCurrencyCode = 'ARS' | 'BOB' | 'CLP' | 'COP' | 'CRC' | 'CUP' | 'DOP' | 'USD' | 'BTC' | 'XAF' | 'GTQ' | 'HNL' | 'MXN' | 'NIO' | 'PAB' | 'PYG' | 'PEN' | 'EUR' | 'UYU' | 'VES';
3
+ export type Currency = 'USD' | 'EUR' | 'GBP' | 'RUB' | 'BRL' | SpanishSpeakingCurrencyCode;
3
4
  type LocaleCode = string;
4
5
  export interface ILocale {
5
6
  code: LocaleCode;
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": "5.7.1",
4
+ "version": "5.7.2",
5
5
  "keywords": [
6
6
  "react",
7
7
  "ui",