@chekinapp/ui 0.0.85 → 0.0.86
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 +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -10040,7 +10040,7 @@ function VerticalTabs({
|
|
|
10040
10040
|
if (value !== stepValue) {
|
|
10041
10041
|
return null;
|
|
10042
10042
|
}
|
|
10043
|
-
return /* @__PURE__ */ jsx131("div", { className: "h-full w-full", children: /* @__PURE__ */ jsx131(
|
|
10043
|
+
return /* @__PURE__ */ jsx131("div", { className: "h-full w-full", children: /* @__PURE__ */ jsx131(Carousel, { children: images?.map((image) => /* @__PURE__ */ jsx131(
|
|
10044
10044
|
"img",
|
|
10045
10045
|
{
|
|
10046
10046
|
src: image,
|