mimir-ui-kit 1.1.5 → 1.1.6
Sign up to get free protection for your applications and to get access to all the features.
@@ -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
|
);
|