@purpurds/promotion-card 8.6.0 → 8.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.
|
@@ -1077,11 +1077,11 @@ const Dt = {
|
|
|
1077
1077
|
}, t) => {
|
|
1078
1078
|
const i = ra([
|
|
1079
1079
|
z,
|
|
1080
|
-
a,
|
|
1081
1080
|
{
|
|
1082
1081
|
[`${z}--${p}`]: p,
|
|
1083
1082
|
[`${z}--full-height`]: n
|
|
1084
|
-
}
|
|
1083
|
+
},
|
|
1084
|
+
a
|
|
1085
1085
|
]);
|
|
1086
1086
|
return /* @__PURE__ */ l("div", { className: i, "data-testid": e, ref: t, ...r, children: o });
|
|
1087
1087
|
}
|