evo-vue-carousel 1.0.3 → 1.0.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/evo-vue-carousel.js +3 -3
- package/dist/main.css +1 -1
- package/package.json +1 -1
package/dist/evo-vue-carousel.js
CHANGED
|
@@ -4334,7 +4334,7 @@ const wl = /* @__PURE__ */ Hr({
|
|
|
4334
4334
|
},
|
|
4335
4335
|
setup(e) {
|
|
4336
4336
|
sn((I) => ({
|
|
4337
|
-
"
|
|
4337
|
+
"0188fae6": O.value
|
|
4338
4338
|
}));
|
|
4339
4339
|
const t = Object.freeze({
|
|
4340
4340
|
element: !0,
|
|
@@ -4443,7 +4443,7 @@ const wl = /* @__PURE__ */ Hr({
|
|
|
4443
4443
|
return (I, x) => (L(), ve("div", {
|
|
4444
4444
|
ref_key: "viewportRef",
|
|
4445
4445
|
ref: b,
|
|
4446
|
-
class: "evo-vue-carousel__viewport evo-vue-carousel__viewport--slider relative flex w-full max-h-full overflow-hidden",
|
|
4446
|
+
class: "evo-vue-carousel__viewport evo-vue-carousel__viewport--slider relative flex w-full h-full max-h-full overflow-hidden",
|
|
4447
4447
|
role: "listbox",
|
|
4448
4448
|
"data-width": y(w),
|
|
4449
4449
|
"data-height": y(P)
|
|
@@ -4461,7 +4461,7 @@ const wl = /* @__PURE__ */ Hr({
|
|
|
4461
4461
|
}, 8, ["slots"])
|
|
4462
4462
|
], 8, Cl));
|
|
4463
4463
|
}
|
|
4464
|
-
}, Il = /* @__PURE__ */ Sl(Al, [["__scopeId", "data-v-
|
|
4464
|
+
}, Il = /* @__PURE__ */ Sl(Al, [["__scopeId", "data-v-cbc80cf9"]]), Tl = ["data-height"], Ol = {
|
|
4465
4465
|
__name: "Gallery",
|
|
4466
4466
|
props: {
|
|
4467
4467
|
totalSlides: {
|
package/dist/main.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.evo-vue-carousel__viewport-track[data-v-
|
|
1
|
+
.evo-vue-carousel__viewport-track[data-v-cbc80cf9]{--slide-width: var(--0188fae6)}
|