@nok-integration/storefront-react 0.20.14 → 0.20.15
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/index.mjs +13 -2
- package/dist/standalone/storefront.mjs +13 -2
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -6163,7 +6163,18 @@ const ES = {
|
|
|
6163
6163
|
"We'll let you know": "Le avisaremos",
|
|
6164
6164
|
"{0} — as soon as it is back": "{0} — en cuanto vuelva a estar disponible",
|
|
6165
6165
|
"Size {0}": "Talla {0}",
|
|
6166
|
-
"On the way": "En camino"
|
|
6166
|
+
"On the way": "En camino",
|
|
6167
|
+
"Adding to cart": "Añadiendo a la cesta",
|
|
6168
|
+
"Go to cart": "Ir a la cesta",
|
|
6169
|
+
"Track your return": "Seguir tu devolución",
|
|
6170
|
+
"Track return {0}": "Seguir la devolución {0}",
|
|
6171
|
+
"Return requested": "Devolución solicitada",
|
|
6172
|
+
"Package received": "Paquete recibido",
|
|
6173
|
+
"Return complete": "Devolución completada",
|
|
6174
|
+
Less: "Menos",
|
|
6175
|
+
more: "más",
|
|
6176
|
+
"Close reasons": "Cerrar motivos",
|
|
6177
|
+
Select: "Seleccionar"
|
|
6167
6178
|
};
|
|
6168
6179
|
const CATALOGUES = {
|
|
6169
6180
|
es: ES
|
|
@@ -10594,7 +10605,7 @@ function ProductDetails({ description: description2 }) {
|
|
|
10594
10605
|
className: styles$d.toggle,
|
|
10595
10606
|
"aria-expanded": expanded,
|
|
10596
10607
|
onClick: () => setExpanded((v) => !v),
|
|
10597
|
-
children: expanded ? "Less" : "more"
|
|
10608
|
+
children: expanded ? t("Less") : t("more")
|
|
10598
10609
|
}) : null]
|
|
10599
10610
|
});
|
|
10600
10611
|
}
|
|
@@ -6163,7 +6163,18 @@ const ES = {
|
|
|
6163
6163
|
"We'll let you know": "Le avisaremos",
|
|
6164
6164
|
"{0} — as soon as it is back": "{0} — en cuanto vuelva a estar disponible",
|
|
6165
6165
|
"Size {0}": "Talla {0}",
|
|
6166
|
-
"On the way": "En camino"
|
|
6166
|
+
"On the way": "En camino",
|
|
6167
|
+
"Adding to cart": "Añadiendo a la cesta",
|
|
6168
|
+
"Go to cart": "Ir a la cesta",
|
|
6169
|
+
"Track your return": "Seguir tu devolución",
|
|
6170
|
+
"Track return {0}": "Seguir la devolución {0}",
|
|
6171
|
+
"Return requested": "Devolución solicitada",
|
|
6172
|
+
"Package received": "Paquete recibido",
|
|
6173
|
+
"Return complete": "Devolución completada",
|
|
6174
|
+
Less: "Menos",
|
|
6175
|
+
more: "más",
|
|
6176
|
+
"Close reasons": "Cerrar motivos",
|
|
6177
|
+
Select: "Seleccionar"
|
|
6167
6178
|
};
|
|
6168
6179
|
const CATALOGUES = {
|
|
6169
6180
|
es: ES
|
|
@@ -10594,7 +10605,7 @@ function ProductDetails({ description: description2 }) {
|
|
|
10594
10605
|
className: styles$d.toggle,
|
|
10595
10606
|
"aria-expanded": expanded,
|
|
10596
10607
|
onClick: () => setExpanded((v) => !v),
|
|
10597
|
-
children: expanded ? "Less" : "more"
|
|
10608
|
+
children: expanded ? t("Less") : t("more")
|
|
10598
10609
|
}) : null]
|
|
10599
10610
|
});
|
|
10600
10611
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nok-integration/storefront-react",
|
|
3
|
-
"version": "0.20.
|
|
3
|
+
"version": "0.20.15",
|
|
4
4
|
"description": "Mountable React storefront components: catalogue, product detail and cart, mounted directly into a host DOM tree. No iframe.",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"type": "module",
|