@digital-b2c/coreui-kit 0.7.1 → 0.7.3

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.cjs CHANGED
@@ -1332,6 +1332,9 @@ var HeroBannerCarousel_module_default = {
1332
1332
  inner: "HeroBannerCarousel_module_inner",
1333
1333
  swiperContainer: "HeroBannerCarousel_module_swiperContainer",
1334
1334
  card: "HeroBannerCarousel_module_card",
1335
+ cardCorner: "HeroBannerCarousel_module_cardCorner",
1336
+ cardCornerImage: "HeroBannerCarousel_module_cardCornerImage",
1337
+ cardCornerDot: "HeroBannerCarousel_module_cardCornerDot",
1335
1338
  cardContent: "HeroBannerCarousel_module_cardContent",
1336
1339
  cardTitle: "HeroBannerCarousel_module_cardTitle",
1337
1340
  cardBottom: "HeroBannerCarousel_module_cardBottom",
@@ -1367,6 +1370,7 @@ var HeroBannerCarousel = ({
1367
1370
  onSwiper: setSwiperInstance,
1368
1371
  onSlideChange: (swiper) => setActiveIndex(swiper.activeIndex),
1369
1372
  children: items.map((item, index) => /* @__PURE__ */ jsxRuntime.jsx(react$1.SwiperSlide, { children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: HeroBannerCarousel_module_default.card, children: [
1373
+ item.cornerImage && /* @__PURE__ */ jsxRuntime.jsx("div", { className: HeroBannerCarousel_module_default.cardCorner, children: isMobile ? /* @__PURE__ */ jsxRuntime.jsx("span", { className: HeroBannerCarousel_module_default.cardCornerDot }) : /* @__PURE__ */ jsxRuntime.jsx("img", { src: item.cornerImage, alt: "", className: HeroBannerCarousel_module_default.cardCornerImage }) }),
1370
1374
  /* @__PURE__ */ jsxRuntime.jsxs("div", { className: HeroBannerCarousel_module_default.cardContent, children: [
1371
1375
  /* @__PURE__ */ jsxRuntime.jsx("h3", { className: HeroBannerCarousel_module_default.cardTitle, children: item.title }),
1372
1376
  /* @__PURE__ */ jsxRuntime.jsxs("div", { className: HeroBannerCarousel_module_default.cardBottom, children: [