@kiva/kv-components 7.3.2 → 7.3.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/vue/KvCarousel.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@media (min-width: 64rem){.aside-controls-content[data-v-
|
|
1
|
+
@media (min-width: 64rem){.aside-controls-content[data-v-031f58b6]{width:82%}}.circle-slide[data-v-031f58b6]{width:auto}.circle-slide.is-selected[data-v-031f58b6]{opacity:1;transform:scale(1.2);max-width:300px}.circle-slide[data-v-031f58b6]:not(.is-selected){opacity:.5;transform:scale(.7)}.circle-carousel[data-v-031f58b6]{margin:0 auto}
|
package/dist/vue/KvCarousel.js
CHANGED
|
@@ -180,13 +180,13 @@ function X(w, l, e, t, m, b) {
|
|
|
180
180
|
class: d(["kv-carousel__controls tw-flex tw-justify-between tw-items-center tw-w-full", {
|
|
181
181
|
"lg:tw-hidden": e.asideControls,
|
|
182
182
|
"tw-mt-4 md:tw-justify-center": !e.controlsTopRight,
|
|
183
|
-
"md:tw-justify-end tw-absolute tw-top-0 tw-right-0 tw-w-auto tw-gap-
|
|
183
|
+
"md:tw-justify-end tw-absolute tw-top-0 tw-right-0 tw-w-auto tw-gap-1.5 tw-pr-1": e.controlsTopRight
|
|
184
184
|
}])
|
|
185
185
|
}, [
|
|
186
186
|
i("button", {
|
|
187
|
-
class: d(["tw-text-primary tw-
|
|
188
|
-
"tw-border-2": !e.controlsTopRight,
|
|
189
|
-
"tw-bg-white tw-shadow-lg": e.controlsTopRight
|
|
187
|
+
class: d(["tw-text-primary tw-rounded-full tw-border-primary tw-flex tw-items-center tw-justify-center disabled:tw-opacity-low disabled:tw-cursor-default", {
|
|
188
|
+
"tw-border-2 tw-h-4 tw-w-4": !e.controlsTopRight,
|
|
189
|
+
"tw-bg-white tw-shadow-lg tw-h-3.5 tw-w-3.5": e.controlsTopRight
|
|
190
190
|
}]),
|
|
191
191
|
disabled: t.embla && !t.embla.canScrollPrev(),
|
|
192
192
|
onClick: l[0] || (l[0] = (o) => t.handleUserInteraction(t.previousIndex, "click-left-arrow"))
|
|
@@ -203,9 +203,9 @@ function X(w, l, e, t, m, b) {
|
|
|
203
203
|
class: "tw-mx-2 md:tw-mx-3 lg:tw-mx-4 tw-invisible md:tw-visible"
|
|
204
204
|
}, h(t.currentIndex + 1) + "/" + h(t.slideIndicatorCount), 9, H)),
|
|
205
205
|
i("button", {
|
|
206
|
-
class: d(["tw-text-primary tw-
|
|
207
|
-
"tw-border-2": !e.controlsTopRight,
|
|
208
|
-
"tw-bg-white tw-shadow-lg": e.controlsTopRight
|
|
206
|
+
class: d(["tw-text-primary tw-rounded-full tw-border-primary tw-flex tw-items-center tw-justify-center disabled:tw-opacity-low disabled:tw-cursor-default", {
|
|
207
|
+
"tw-border-2 tw-h-4 tw-w-4": !e.controlsTopRight,
|
|
208
|
+
"tw-bg-white tw-shadow-lg tw-h-3.5 tw-w-3.5": e.controlsTopRight
|
|
209
209
|
}]),
|
|
210
210
|
disabled: t.embla && !t.embla.canScrollNext(),
|
|
211
211
|
onClick: l[1] || (l[1] = (o) => t.handleUserInteraction(t.nextIndex, "click-right-arrow"))
|
|
@@ -259,7 +259,7 @@ function X(w, l, e, t, m, b) {
|
|
|
259
259
|
], 64)) : f("", !0)
|
|
260
260
|
], 2);
|
|
261
261
|
}
|
|
262
|
-
const lt = /* @__PURE__ */ N(O, [["render", X], ["__scopeId", "data-v-
|
|
262
|
+
const lt = /* @__PURE__ */ N(O, [["render", X], ["__scopeId", "data-v-031f58b6"]]);
|
|
263
263
|
export {
|
|
264
264
|
lt as default
|
|
265
265
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kiva/kv-components",
|
|
3
|
-
"version": "7.3.
|
|
3
|
+
"version": "7.3.3",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -114,5 +114,5 @@
|
|
|
114
114
|
"embla-carousel-fade",
|
|
115
115
|
"popper.js"
|
|
116
116
|
],
|
|
117
|
-
"gitHead": "
|
|
117
|
+
"gitHead": "c94e6715e92f2d8f64ad6c0b80d8a42e414db550"
|
|
118
118
|
}
|