@club-employes/utopia 4.374.0 → 4.376.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.
|
@@ -48,7 +48,7 @@ export interface CartConfirmationProps {
|
|
|
48
48
|
/** Product rows. Rendered read-only (no stepper, no delete) by CartConfirmation. */
|
|
49
49
|
products?: ProductRecapProps[];
|
|
50
50
|
/** Delivery & billing address block. */
|
|
51
|
-
address?: CartConfirmationInfoBlock;
|
|
51
|
+
address?: CartConfirmationInfoBlock[];
|
|
52
52
|
/** Payment details block. */
|
|
53
53
|
payment?: CartConfirmationInfoBlock;
|
|
54
54
|
/** Totals + savings column. */
|
package/dist/index.js
CHANGED
|
@@ -46376,15 +46376,15 @@ const TN = /* @__PURE__ */ re(z3, [["__scopeId", "data-v-6c8523c1"]]), IE = {
|
|
|
46376
46376
|
radius: "18px",
|
|
46377
46377
|
bg: "",
|
|
46378
46378
|
animated: ""
|
|
46379
|
-
})) :
|
|
46380
|
-
|
|
46379
|
+
})) : (i(), B(De, {
|
|
46380
|
+
key: 1,
|
|
46381
46381
|
class: "utopia-product-recap__delete",
|
|
46382
46382
|
icon: "fa:regular:trash",
|
|
46383
46383
|
size: "sm",
|
|
46384
46384
|
aspect: e.outOfStock ? "filled" : "outlined",
|
|
46385
46385
|
color: e.outOfStock ? "common-danger" : "brand-secondary",
|
|
46386
46386
|
onClick: u[0] || (u[0] = (A) => o("delete"))
|
|
46387
|
-
}, null, 8, ["aspect", "color"])
|
|
46387
|
+
}, null, 8, ["aspect", "color"]))
|
|
46388
46388
|
], 64)) : P("", !0)
|
|
46389
46389
|
], 2),
|
|
46390
46390
|
!e.loading && s.value && (e.outOfStock || e.chips && e.chips.length) ? (i(), d("div", XE, [
|
|
@@ -46589,7 +46589,7 @@ const TN = /* @__PURE__ */ re(z3, [["__scopeId", "data-v-6c8523c1"]]), IE = {
|
|
|
46589
46589
|
}
|
|
46590
46590
|
}), ud = {};
|
|
46591
46591
|
typeof ud == "function" && ud(x3);
|
|
46592
|
-
const Ad = /* @__PURE__ */ re(x3, [["__scopeId", "data-v-
|
|
46592
|
+
const Ad = /* @__PURE__ */ re(x3, [["__scopeId", "data-v-12d82504"]]), UE = { class: "utopia-order-recap" }, qE = { class: "utopia-order-recap__header" }, _E = { class: "utopia-order-recap__row" }, $E = {
|
|
46593
46593
|
key: 0,
|
|
46594
46594
|
class: "utopia-order-recap__row-skeleton-container"
|
|
46595
46595
|
}, eG = { class: "utopia-order-recap__row-skeleton" }, tG = { class: "utopia-order-recap__row-skeleton" }, nG = {
|
|
@@ -47665,10 +47665,16 @@ const HN = /* @__PURE__ */ re(O3, [["__scopeId", "data-v-a07ffe16"]]), XG = { cl
|
|
|
47665
47665
|
}, KG = {
|
|
47666
47666
|
key: 0,
|
|
47667
47667
|
class: "utopia-cart-confirmation__old"
|
|
47668
|
-
}, UG = {
|
|
47668
|
+
}, UG = {
|
|
47669
47669
|
key: 2,
|
|
47670
|
+
class: "utopia-cart-confirmation__summary-row utopia-cart-confirmation__summary-row--total"
|
|
47671
|
+
}, qG = {
|
|
47672
|
+
key: 3,
|
|
47670
47673
|
class: "utopia-cart-confirmation__savings"
|
|
47671
|
-
}, _G = ["aria-expanded"], $G = {
|
|
47674
|
+
}, _G = ["aria-expanded"], $G = {
|
|
47675
|
+
key: 0,
|
|
47676
|
+
class: "utopia-cart-confirmation__savings-title"
|
|
47677
|
+
}, eF = {
|
|
47672
47678
|
key: 0,
|
|
47673
47679
|
class: "utopia-cart-confirmation__savings-lines"
|
|
47674
47680
|
}, tF = { class: "utopia-cart-confirmation__savings-line-label" }, nF = { class: "utopia-cart-confirmation__block-container" }, oF = {
|
|
@@ -47817,7 +47823,7 @@ const HN = /* @__PURE__ */ re(O3, [["__scopeId", "data-v-a07ffe16"]]), XG = { cl
|
|
|
47817
47823
|
_: 1
|
|
47818
47824
|
})
|
|
47819
47825
|
])) : P("", !0),
|
|
47820
|
-
|
|
47826
|
+
e.summary.total ? (i(), d("div", UG, [
|
|
47821
47827
|
w(_, {
|
|
47822
47828
|
size: "2xl",
|
|
47823
47829
|
weight: "bold",
|
|
@@ -47839,7 +47845,7 @@ const HN = /* @__PURE__ */ re(O3, [["__scopeId", "data-v-a07ffe16"]]), XG = { cl
|
|
|
47839
47845
|
]),
|
|
47840
47846
|
_: 1
|
|
47841
47847
|
})
|
|
47842
|
-
]),
|
|
47848
|
+
])) : P("", !0),
|
|
47843
47849
|
e.summary.savings ? (i(), d("div", qG, [
|
|
47844
47850
|
v("button", {
|
|
47845
47851
|
type: "button",
|
|
@@ -47847,7 +47853,7 @@ const HN = /* @__PURE__ */ re(O3, [["__scopeId", "data-v-a07ffe16"]]), XG = { cl
|
|
|
47847
47853
|
"aria-expanded": a.value,
|
|
47848
47854
|
onClick: r[0] || (r[0] = (u) => a.value = !a.value)
|
|
47849
47855
|
}, [
|
|
47850
|
-
|
|
47856
|
+
e.summary.savings ? (i(), d("span", $G, [
|
|
47851
47857
|
w(W, {
|
|
47852
47858
|
name: "fa:regular:tag",
|
|
47853
47859
|
size: "extra-small",
|
|
@@ -47863,7 +47869,7 @@ const HN = /* @__PURE__ */ re(O3, [["__scopeId", "data-v-a07ffe16"]]), XG = { cl
|
|
|
47863
47869
|
]),
|
|
47864
47870
|
_: 1
|
|
47865
47871
|
})
|
|
47866
|
-
]),
|
|
47872
|
+
])) : P("", !0),
|
|
47867
47873
|
w(W, {
|
|
47868
47874
|
name: "fa:regular:chevron-down",
|
|
47869
47875
|
size: "extra-small",
|
|
@@ -47935,7 +47941,7 @@ const HN = /* @__PURE__ */ re(O3, [["__scopeId", "data-v-a07ffe16"]]), XG = { cl
|
|
|
47935
47941
|
bg: "",
|
|
47936
47942
|
animated: ""
|
|
47937
47943
|
})
|
|
47938
|
-
], 64)) : e.address ? (i(), d(X, { key: 1 }, [
|
|
47944
|
+
], 64)) : e.address ? (i(!0), d(X, { key: 1 }, de(e.address, (u, A) => (i(), d(X, { key: A }, [
|
|
47939
47945
|
w(_, {
|
|
47940
47946
|
size: "base",
|
|
47941
47947
|
weight: "bold",
|
|
@@ -47943,25 +47949,25 @@ const HN = /* @__PURE__ */ re(O3, [["__scopeId", "data-v-a07ffe16"]]), XG = { cl
|
|
|
47943
47949
|
color: "brand-secondary-500"
|
|
47944
47950
|
}, {
|
|
47945
47951
|
default: O(() => [
|
|
47946
|
-
S(C(
|
|
47952
|
+
S(C(u.title), 1)
|
|
47947
47953
|
]),
|
|
47948
|
-
_:
|
|
47949
|
-
}),
|
|
47954
|
+
_: 2
|
|
47955
|
+
}, 1024),
|
|
47950
47956
|
v("div", aF, [
|
|
47951
|
-
(i(!0), d(X, null, de(
|
|
47952
|
-
key:
|
|
47957
|
+
(i(!0), d(X, null, de(u.lines, (p, m) => (i(), B(_, {
|
|
47958
|
+
key: m,
|
|
47953
47959
|
size: "xs",
|
|
47954
47960
|
weight: "bold",
|
|
47955
47961
|
align: "center",
|
|
47956
47962
|
color: "brand-secondary-400"
|
|
47957
47963
|
}, {
|
|
47958
47964
|
default: O(() => [
|
|
47959
|
-
S(C(
|
|
47965
|
+
S(C(p), 1)
|
|
47960
47966
|
]),
|
|
47961
47967
|
_: 2
|
|
47962
47968
|
}, 1024))), 128))
|
|
47963
47969
|
])
|
|
47964
|
-
], 64)) : P("", !0)
|
|
47970
|
+
], 64))), 128)) : P("", !0)
|
|
47965
47971
|
])) : P("", !0),
|
|
47966
47972
|
e.loading || e.payment ? (i(), d("div", lF, [
|
|
47967
47973
|
e.loading ? (i(), d(X, { key: 0 }, [
|
|
@@ -48015,7 +48021,7 @@ const HN = /* @__PURE__ */ re(O3, [["__scopeId", "data-v-a07ffe16"]]), XG = { cl
|
|
|
48015
48021
|
}
|
|
48016
48022
|
}), bd = {};
|
|
48017
48023
|
typeof bd == "function" && bd(B3);
|
|
48018
|
-
const EN = /* @__PURE__ */ re(B3, [["__scopeId", "data-v-
|
|
48024
|
+
const EN = /* @__PURE__ */ re(B3, [["__scopeId", "data-v-2a00a244"]]), iF = { class: "utopia-article-preview" }, rF = { class: "utopia-article-preview__header" }, cF = { class: "utopia-article-preview__hero" }, uF = { class: "utopia-article-preview__title-section" }, AF = { class: "utopia-article-preview__meta" }, dF = {
|
|
48019
48025
|
key: 0,
|
|
48020
48026
|
as: "span",
|
|
48021
48027
|
size: "sm",
|