@eclass/ui-kit 1.46.3 → 1.46.4
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/eclass-ui-kit.es.js
CHANGED
|
@@ -32109,7 +32109,7 @@ const LargeBox = ({
|
|
|
32109
32109
|
children: [/* @__PURE__ */ jsx(Box, {
|
|
32110
32110
|
width: "285px",
|
|
32111
32111
|
height: isMobile ? "140px" : "168px",
|
|
32112
|
-
bgImage: `
|
|
32112
|
+
bgImage: `url(${eventImage})`,
|
|
32113
32113
|
backgroundSize: "cover",
|
|
32114
32114
|
borderRadius: isMobile ? "8px 8px 0px 0px" : "8px 0 0 8px"
|
|
32115
32115
|
}), /* @__PURE__ */ jsxs(Box, {
|