@kiva/kv-components 7.2.0 → 7.2.1
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-af126c66]{width:82%}}.circle-slide[data-v-af126c66]{width:auto}.circle-slide.is-selected[data-v-af126c66]{opacity:1;transform:scale(1.2);max-width:300px}.circle-slide[data-v-af126c66]:not(.is-selected){opacity:.5;transform:scale(.7)}.circle-carousel[data-v-af126c66]{margin:0 auto}
|
package/dist/vue/KvCarousel.js
CHANGED
|
@@ -153,7 +153,7 @@ function X(w, l, e, t, m, b) {
|
|
|
153
153
|
const s = V("kv-material-icon");
|
|
154
154
|
return r(), n("section", {
|
|
155
155
|
ref: "rootEl",
|
|
156
|
-
class: d(["kv-carousel tw-overflow-hidden tw-w-full", { "lg:tw-relative": e.asideControls, "tw-relative tw-pt-
|
|
156
|
+
class: d(["kv-carousel tw-overflow-hidden tw-w-full", { "lg:tw-relative": e.asideControls, "tw-relative tw-pt-6": e.controlsTopRight }]),
|
|
157
157
|
"aria-label": "carousel"
|
|
158
158
|
}, [
|
|
159
159
|
i("div", {
|
|
@@ -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-af126c66"]]);
|
|
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.2.
|
|
3
|
+
"version": "7.2.1",
|
|
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": "2ba609a200516c70a984b3c44105b96befa92a3c"
|
|
118
118
|
}
|