@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.
@@ -1 +1 @@
1
- @media (min-width: 64rem){.aside-controls-content[data-v-7c085f82]{width:82%}}.circle-slide[data-v-7c085f82]{width:auto}.circle-slide.is-selected[data-v-7c085f82]{opacity:1;transform:scale(1.2);max-width:300px}.circle-slide[data-v-7c085f82]:not(.is-selected){opacity:.5;transform:scale(.7)}.circle-carousel[data-v-7c085f82]{margin:0 auto}
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}
@@ -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-8": e.controlsTopRight }]),
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-7c085f82"]]);
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.0",
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": "6f295be2f5791019ec8eb23e9f3b4ed36644bb43"
117
+ "gitHead": "2ba609a200516c70a984b3c44105b96befa92a3c"
118
118
  }