mimir-ui-kit 1.1.5 → 1.1.6
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.
|
@@ -5237,7 +5237,17 @@ const Slider = ({ images }) => {
|
|
|
5237
5237
|
] }),
|
|
5238
5238
|
/* @__PURE__ */ jsx(ProgressBar, { ref: progressBar })
|
|
5239
5239
|
] }),
|
|
5240
|
-
images == null ? void 0 : images.map((img) => /* @__PURE__ */ jsx(
|
|
5240
|
+
images == null ? void 0 : images.map((img) => /* @__PURE__ */ jsx(
|
|
5241
|
+
SwiperSlide,
|
|
5242
|
+
{
|
|
5243
|
+
tag: "a",
|
|
5244
|
+
href: img.url,
|
|
5245
|
+
target: "_blank",
|
|
5246
|
+
className: cls.slide,
|
|
5247
|
+
children: /* @__PURE__ */ jsx(AppImage, { className: cls.image, src: img.image })
|
|
5248
|
+
},
|
|
5249
|
+
img.id
|
|
5250
|
+
))
|
|
5241
5251
|
]
|
|
5242
5252
|
}
|
|
5243
5253
|
);
|