@kiva/kv-components 6.36.0 → 6.38.0

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.
@@ -0,0 +1 @@
1
+ [data-v-9958a4b0] .check-icon svg{transform:scale(1.2)}
@@ -1,11 +1,17 @@
1
- import { nanoid as h } from "nanoid";
2
- import { toRefs as B, ref as u, watch as L, onMounted as M, openBlock as m, createElementBlock as b, normalizeClass as f, normalizeStyle as R, createElementVNode as s, mergeProps as S, toHandlers as z, withModifiers as E, createCommentVNode as N, renderSlot as j } from "vue";
3
- import { useAttrs as H } from "../utils/attrs.js";
4
- import K from "../_virtual/_plugin-vue_export-helper.js";
5
- const k = [
1
+ import { nanoid as k } from "nanoid";
2
+ import { toRefs as L, ref as v, watch as M, onMounted as I, resolveComponent as K, openBlock as r, createElementBlock as s, normalizeClass as c, normalizeStyle as S, createElementVNode as d, mergeProps as q, toHandlers as R, withModifiers as j, createCommentVNode as b, createBlock as z, renderSlot as D } from "vue";
3
+ import { mdiCheckCircle as E } from "@mdi/js";
4
+ import N from "./KvMaterialIcon.js";
5
+ import { useAttrs as O } from "../utils/attrs.js";
6
+ import "./KvCheckbox.css";
7
+ import H from "../_virtual/_plugin-vue_export-helper.js";
8
+ const C = [
6
9
  "change",
7
10
  "update:modelValue"
8
11
  ], P = {
12
+ components: {
13
+ KvMaterialIcon: N
14
+ },
9
15
  inheritAttrs: !1,
10
16
  model: {
11
17
  prop: "modelValue",
@@ -40,62 +46,77 @@ const k = [
40
46
  valid: {
41
47
  type: Boolean,
42
48
  default: !0
49
+ },
50
+ /**
51
+ * Variant of the checkbox: 'square' (default) or 'round'
52
+ */
53
+ variant: {
54
+ type: String,
55
+ default: "square",
56
+ validator: (i) => ["square", "round"].includes(i)
57
+ },
58
+ blurOnDisabled: {
59
+ type: Boolean,
60
+ default: !0
43
61
  }
44
62
  },
45
- emits: k,
63
+ emits: C,
46
64
  setup(i, l) {
47
65
  const {
48
66
  modelValue: t,
49
67
  value: e
50
- } = B(i), { emit: n } = l, r = u(`kvc-${h(10)}`), o = u(!1), d = u(null), {
51
- classes: C,
52
- styles: g,
53
- inputAttrs: y,
54
- inputListeners: p
55
- } = H(l, k), x = (w) => {
56
- const v = w.target.checked;
57
- let a;
58
- Array.isArray(t.value) ? v ? a = [...t.value, w.target.value] : a = t.value.filter((V) => V !== e.value) : a = v, n("change", a), n("update:modelValue", a);
59
- }, c = () => {
60
- Array.isArray(t.value) ? o.value = t.value.includes(e.value) : o.value = t.value;
61
- }, _ = () => {
62
- d.focus();
68
+ } = L(i), { emit: u } = l, w = v(`kvc-${k(10)}`), a = v(!1), o = v(null), {
69
+ classes: g,
70
+ styles: y,
71
+ inputAttrs: x,
72
+ inputListeners: _
73
+ } = O(l, C), p = (h) => {
74
+ const m = h.target.checked;
75
+ let n;
76
+ Array.isArray(t.value) ? m ? n = [...t.value, h.target.value] : n = t.value.filter((V) => V !== e.value) : n = m, u("change", n), u("update:modelValue", n);
77
+ }, f = () => {
78
+ Array.isArray(t.value) ? a.value = t.value.includes(e.value) : a.value = t.value;
63
79
  }, A = () => {
64
- d.blur();
80
+ o.focus();
81
+ }, B = () => {
82
+ o.blur();
65
83
  };
66
- return c(), L(t, () => c()), M(() => {
67
- r.value = `kvc-${h(10)}`;
84
+ return f(), M(t, () => f()), I(() => {
85
+ w.value = `kvc-${k(10)}`;
68
86
  }), {
69
- uuid: r,
70
- isChecked: o,
71
- checkboxRef: d,
72
- onChange: x,
73
- setChecked: c,
74
- focus: _,
75
- blur: A,
76
- classes: C,
77
- styles: g,
78
- inputAttrs: y,
79
- inputListeners: p
87
+ uuid: w,
88
+ isChecked: a,
89
+ checkboxRef: o,
90
+ onChange: p,
91
+ setChecked: f,
92
+ focus: A,
93
+ blur: B,
94
+ classes: g,
95
+ styles: y,
96
+ inputAttrs: x,
97
+ inputListeners: _,
98
+ iconCheckCircle: E
99
+ // <-- just return the value
80
100
  };
81
101
  }
82
- }, Z = ["for"], q = ["id", "checked", "value", "disabled"], D = {
102
+ }, Z = ["for"], F = ["id", "checked", "value", "disabled"], G = {
83
103
  key: 0,
84
104
  class: "tw-w-1.5 tw-h-auto",
85
105
  viewBox: "0 0 12 9",
86
106
  fill: "none",
87
107
  xmlns: "http://www.w3.org/2000/svg"
88
- }, F = { class: "tw-flex-1 peer-focus-visible:tw-ring-2 peer-focus-visible:tw-ring-action" };
89
- function G(i, l, t, e, n, r) {
90
- return m(), b("div", {
91
- class: f(e.classes),
92
- style: R(e.styles)
108
+ }, J = { class: "tw-flex-1 peer-focus-visible:tw-ring-2 peer-focus-visible:tw-ring-action" };
109
+ function Q(i, l, t, e, u, w) {
110
+ const a = K("KvMaterialIcon");
111
+ return r(), s("div", {
112
+ class: c(e.classes),
113
+ style: S(e.styles)
93
114
  }, [
94
- s("label", {
95
- class: f(["tw-inline-flex tw-items-center", { "tw-opacity-low": t.disabled }]),
115
+ d("label", {
116
+ class: c(["tw-inline-flex tw-items-center", { "tw-opacity-low": t.disabled && t.blurOnDisabled }]),
96
117
  for: e.uuid
97
118
  }, [
98
- s("input", S(e.inputAttrs, {
119
+ d("input", q(e.inputAttrs, {
99
120
  id: e.uuid,
100
121
  ref: "checkboxRef",
101
122
  class: "tw-peer tw-appearance-none tw-w-max",
@@ -103,11 +124,12 @@ function G(i, l, t, e, n, r) {
103
124
  checked: e.isChecked,
104
125
  value: t.value,
105
126
  disabled: t.disabled
106
- }, z(e.inputListeners, !0), {
107
- onChange: l[0] || (l[0] = E((...o) => e.onChange && e.onChange(...o), ["prevent"]))
108
- }), null, 16, q),
109
- s("div", {
110
- class: f(["tw-w-3 tw-h-3 tw-mr-2 tw-flex-shrink-0 tw-rounded-sm tw-border tw-flex tw-justify-center tw-items-center tw-overflow-hidden tw-transition-all tw-duration-100 peer-focus-visible:tw-ring-2 peer-focus-visible:tw-ring-action", {
127
+ }, R(e.inputListeners, !0), {
128
+ onChange: l[0] || (l[0] = j((...o) => e.onChange && e.onChange(...o), ["prevent"]))
129
+ }), null, 16, F),
130
+ t.variant === "square" ? (r(), s("div", {
131
+ key: 0,
132
+ class: c(["tw-w-3 tw-h-3 tw-mr-2 tw-flex-shrink-0 tw-rounded-sm tw-border tw-flex tw-justify-center tw-items-center tw-overflow-hidden tw-transition-all tw-duration-100 peer-focus-visible:tw-ring-2 peer-focus-visible:tw-ring-action", {
111
133
  "tw-bg-white": !e.isChecked,
112
134
  "tw-bg-action": e.isChecked,
113
135
  "tw-border-secondary": !e.isChecked && t.valid,
@@ -115,20 +137,43 @@ function G(i, l, t, e, n, r) {
115
137
  "tw-border-danger": !t.valid
116
138
  }])
117
139
  }, [
118
- e.isChecked ? (m(), b("svg", D, l[1] || (l[1] = [
119
- s("path", {
140
+ e.isChecked ? (r(), s("svg", G, l[1] || (l[1] = [
141
+ d("path", {
120
142
  d: "M3.99975 6.79988L1.66642 4.46655C1.40642 4.20655 0.993086 4.20655 0.733086 4.46655C0.473086 4.72655 0.473086 5.13988 0.733086 5.39988L3.52642 8.19322C3.78642 8.45322 4.20642 8.45322 4.46642 8.19322L11.5331 1.13322C11.7931 0.873216 11.7931 0.459883 11.5331 0.199883C11.2731 -0.0601172 10.8598 -0.0601172 10.5998 0.199883L3.99975 6.79988Z",
121
143
  fill: "white"
122
144
  }, null, -1)
123
- ]))) : N("", !0)
124
- ], 2),
125
- s("div", F, [
126
- j(i.$slots, "default")
145
+ ]))) : b("", !0)
146
+ ], 2)) : (r(), s("div", {
147
+ key: 1,
148
+ class: c([
149
+ "tw-w-3 tw-h-3 tw-mr-2",
150
+ "tw-flex-shrink-0",
151
+ "tw-rounded-full",
152
+ "tw-flex tw-justify-center tw-items-center",
153
+ "tw-overflow-hidden",
154
+ "tw-transition-all tw-duration-100",
155
+ "peer-focus-visible:tw-ring-2",
156
+ "peer-focus-visible:tw-ring-action",
157
+ e.isChecked ? "tw-text-brand-550 tw-bg-white" : "tw-bg-gray-200",
158
+ // Only show border if checked or invalid
159
+ !e.isChecked && !t.valid ? "tw-border-danger" : "",
160
+ e.isChecked && t.valid ? "tw-border-action" : "",
161
+ (!e.isChecked && t.valid, "")
162
+ ])
163
+ }, [
164
+ e.isChecked ? (r(), z(a, {
165
+ key: 0,
166
+ icon: e.iconCheckCircle,
167
+ class: "check-icon"
168
+ }, null, 8, ["icon"])) : b("", !0)
169
+ ], 2)),
170
+ d("div", J, [
171
+ D(i.$slots, "default", {}, void 0, !0)
127
172
  ])
128
173
  ], 10, Z)
129
174
  ], 6);
130
175
  }
131
- const T = /* @__PURE__ */ K(P, [["render", G]]);
176
+ const te = /* @__PURE__ */ H(P, [["render", Q], ["__scopeId", "data-v-9958a4b0"]]);
132
177
  export {
133
- T as default
178
+ te as default
134
179
  };
@@ -1,5 +1,5 @@
1
- import { toRefs as P, ref as r, reactive as Q, computed as j, onMounted as X, onUnmounted as Y, watch as g, resolveComponent as Z, openBlock as p, createElementBlock as k, normalizeClass as b, withModifiers as $, createElementVNode as w, normalizeStyle as H, createVNode as z, createCommentVNode as x, toDisplayString as ee, renderSlot as N, nextTick as te } from "vue";
2
- import { mdiArrowLeft as oe, mdiClose as ne, mdiExportVariant as ie } from "@mdi/js";
1
+ import { toRefs as P, ref as r, reactive as Q, computed as j, onMounted as X, onUnmounted as Y, watch as g, resolveComponent as Z, openBlock as p, createElementBlock as k, normalizeClass as b, withModifiers as $, createElementVNode as w, normalizeStyle as H, createVNode as z, createCommentVNode as x, toDisplayString as ee, renderSlot as U, nextTick as te } from "vue";
2
+ import { mdiArrowLeft as ne, mdiClose as oe, mdiOpenInNew as ie } from "@mdi/js";
3
3
  import le from "./KvMaterialIcon.js";
4
4
  import se from "../_virtual/_plugin-vue_export-helper.js";
5
5
  const ae = {
@@ -65,7 +65,7 @@ const ae = {
65
65
  widthDimensions: {
66
66
  type: [String, Object],
67
67
  default: () => ({ default: "100%", md: "50%" }),
68
- validator: (o) => typeof o == "string" ? /^(\d+px|[\d.]+%|auto|inherit|initial)$/.test(o) : typeof o == "object" ? Object.keys(o).every((n) => ["default", "sm", "md", "lg", "xl", "2xl"].includes(n) && /^(\d+px|[\d.]+%|auto|inherit|initial)$/.test(o[n])) : !1
68
+ validator: (n) => typeof n == "string" ? /^(\d+px|[\d.]+%|auto|inherit|initial)$/.test(n) : typeof n == "object" ? Object.keys(n).every((o) => ["default", "sm", "md", "lg", "xl", "2xl"].includes(o) && /^(\d+px|[\d.]+%|auto|inherit|initial)$/.test(n[o])) : !1
69
69
  },
70
70
  /**
71
71
  * Whether to hide the background of the headline section on mobile (e.g., in Borrower Profile Sidesheet)
@@ -76,20 +76,20 @@ const ae = {
76
76
  }
77
77
  },
78
78
  emits: ["side-sheet-closed", "go-to-link"],
79
- setup(o, { emit: n, slots: i }) {
79
+ setup(n, { emit: o, slots: i }) {
80
80
  const {
81
81
  visible: t,
82
- kvTrackFunction: M,
83
- trackEventCategory: _,
82
+ kvTrackFunction: I,
83
+ trackEventCategory: M,
84
84
  widthDimensions: l,
85
85
  hideHeadlineBgOnMobile: d
86
- } = P(o), c = r(!1), a = r({}), T = r(null), m = r(null), y = r(null), V = r(null), W = r(null), S = r(null), B = r(null), v = Q({
86
+ } = P(n), c = r(!1), a = r({}), O = r(null), m = r(null), y = r(null), _ = r(null), N = r(null), S = r(null), B = r(null), v = Q({
87
87
  headline: 0,
88
88
  controls: 0
89
- }), U = j(() => {
90
- const e = V.value - (d.value ? 0 : v.headline) - v.controls;
89
+ }), V = j(() => {
90
+ const e = _.value - (d.value ? 0 : v.headline) - v.controls;
91
91
  return Math.max(e, 0);
92
- }), I = j(() => {
92
+ }), W = j(() => {
93
93
  if (typeof l.value == "string")
94
94
  return l.value;
95
95
  const e = {
@@ -98,15 +98,15 @@ const ae = {
98
98
  lg: 1024,
99
99
  xl: 1280,
100
100
  "2xl": 1536
101
- }, s = W.value || window.innerWidth, f = Object.keys(l.value).filter((u) => u !== "default").sort((u, O) => e[O] - e[u]).find((u) => s >= e[u]);
101
+ }, s = N.value || window.innerWidth, f = Object.keys(l.value).filter((u) => u !== "default").sort((u, L) => e[L] - e[u]).find((u) => s >= e[u]);
102
102
  return f ? l.value[f] : l.value.default || "100%";
103
103
  }), A = (e, s) => {
104
104
  let f;
105
105
  return (...u) => {
106
106
  clearTimeout(f), f = setTimeout(() => e(...u), s);
107
107
  };
108
- }, E = () => {
109
- V.value = window.innerHeight, W.value = window.innerWidth, setTimeout(() => {
108
+ }, C = () => {
109
+ _.value = window.innerHeight, N.value = window.innerWidth, setTimeout(() => {
110
110
  te(() => {
111
111
  var e;
112
112
  if (y.value) {
@@ -121,24 +121,24 @@ const ae = {
121
121
  v.controls = 0;
122
122
  });
123
123
  }, 300);
124
- }, C = A(E, 100), R = () => {
124
+ }, E = A(C, 100), T = () => {
125
125
  const e = "tw-overflow-hidden";
126
126
  c.value ? document.body.classList.add(e) : document.body.classList.remove(e);
127
127
  }, K = () => {
128
- c.value = !1, R(), M.value(_.value, "click", "side-sheet-closed"), setTimeout(() => {
129
- n("side-sheet-closed");
130
- }, 300), document.removeEventListener("keyup", L);
128
+ c.value = !1, T(), I.value(M.value, "click", "side-sheet-closed"), setTimeout(() => {
129
+ o("side-sheet-closed");
130
+ }, 300), document.removeEventListener("keyup", R);
131
131
  }, G = () => {
132
- n("go-to-link");
133
- }, L = (e) => {
132
+ o("go-to-link");
133
+ }, R = (e) => {
134
134
  (e == null ? void 0 : e.key) === "Escape" && K();
135
135
  };
136
136
  X(() => {
137
137
  setTimeout(() => {
138
- E();
139
- }, 100), m.value && (S.value = new ResizeObserver(C), S.value.observe(m.value)), y.value && (B.value = new ResizeObserver(C), B.value.observe(y.value)), window.addEventListener("resize", C);
138
+ C();
139
+ }, 100), m.value && (S.value = new ResizeObserver(E), S.value.observe(m.value)), y.value && (B.value = new ResizeObserver(E), B.value.observe(y.value)), window.addEventListener("resize", E);
140
140
  }), Y(() => {
141
- S.value && S.value.disconnect(), B.value && B.value.disconnect(), window.removeEventListener("resize", C);
141
+ S.value && S.value.disconnect(), B.value && B.value.disconnect(), window.removeEventListener("resize", E);
142
142
  const e = document.getElementById("side-sheet-styles");
143
143
  e && e.remove();
144
144
  }), g(() => {
@@ -146,17 +146,17 @@ const ae = {
146
146
  return (e = i.controls) == null ? void 0 : e.call(i);
147
147
  }, () => {
148
148
  setTimeout(() => {
149
- E();
149
+ C();
150
150
  }, 100);
151
151
  }, { deep: !0 });
152
152
  const q = j(() => ({
153
- width: I.value
153
+ width: W.value
154
154
  }));
155
155
  g(t, (e) => {
156
- typeof window < "u" && (e ? (document.addEventListener("keyup", L), a.value = {}, setTimeout(() => {
157
- c.value = !0, R(), E();
158
- }, 10)) : (c.value = !1, R(), document.removeEventListener("keyup", L), a.value = {}));
159
- }, { immediate: !0 }), g(I, (e) => {
156
+ typeof window < "u" && (e ? (document.addEventListener("keyup", R), a.value = {}, setTimeout(() => {
157
+ c.value = !0, T(), C();
158
+ }, 10)) : (c.value = !1, T(), document.removeEventListener("keyup", R), a.value = {}));
159
+ }, { immediate: !0 }), g(W, (e) => {
160
160
  c.value && t.value && a.value && Object.keys(a.value).length > 0 && (a.value = {
161
161
  ...a.value,
162
162
  width: e,
@@ -170,7 +170,7 @@ const ae = {
170
170
  }, 50));
171
171
  });
172
172
  const D = () => {
173
- if (typeof l.value == "object" && T.value) {
173
+ if (typeof l.value == "object" && O.value) {
174
174
  const e = "side-sheet-styles";
175
175
  let s = document.getElementById(e);
176
176
  s || (s = document.createElement("style"), s.id = e, document.head.appendChild(s));
@@ -180,17 +180,17 @@ const ae = {
180
180
  lg: "1024px",
181
181
  xl: "1280px",
182
182
  "2xl": "1536px"
183
- }, O = Object.keys(l.value).filter((h) => h !== "default").sort((h, J) => {
183
+ }, L = Object.keys(l.value).filter((h) => h !== "default").sort((h, J) => {
184
184
  const F = ["sm", "md", "lg", "xl", "2xl"];
185
185
  return F.indexOf(h) - F.indexOf(J);
186
186
  }).map((h) => `
187
187
  @media (min-width: ${f[h]}) {
188
- #side-sheet-${o.trackEventCategory || "default"} {
188
+ #side-sheet-${n.trackEventCategory || "default"} {
189
189
  width: ${l.value[h]} !important;
190
190
  }
191
191
  }
192
192
  `).join("");
193
- s.textContent = O, T.value.id = `side-sheet-${o.trackEventCategory || "default"}`;
193
+ s.textContent = L, O.value.id = `side-sheet-${n.trackEventCategory || "default"}`;
194
194
  }
195
195
  };
196
196
  return g(l, () => {
@@ -199,21 +199,21 @@ const ae = {
199
199
  e && D();
200
200
  }), {
201
201
  closeSideSheet: K,
202
- contentHeight: U,
202
+ contentHeight: V,
203
203
  controlsRef: m,
204
204
  headlineRef: y,
205
- sideSheetRef: T,
205
+ sideSheetRef: O,
206
206
  sideSheetStyles: q,
207
207
  goToLink: G,
208
- mdiArrowLeft: oe,
209
- mdiClose: ne,
210
- mdiExportVariant: ie,
208
+ mdiArrowLeft: ne,
209
+ mdiClose: oe,
210
+ mdiOpenInNew: ie,
211
211
  modalStyles: a,
212
212
  open: c
213
213
  };
214
214
  }
215
215
  }, de = { class: "tw-flex tw-gap-1.5" }, re = { key: 1 }, ce = { class: "tw-flex tw-gap-1.5" };
216
- function ue(o, n, i, t, M, _) {
216
+ function ue(n, o, i, t, I, M) {
217
217
  const l = Z("kv-material-icon");
218
218
  return i.visible ? (p(), k("div", {
219
219
  key: 0,
@@ -221,14 +221,14 @@ function ue(o, n, i, t, M, _) {
221
221
  "tw-bg-opacity-0 tw-delay-300": !t.open,
222
222
  "tw-bg-opacity-low": t.open
223
223
  }]),
224
- onClick: n[3] || (n[3] = $((...d) => t.closeSideSheet && t.closeSideSheet(...d), ["self"]))
224
+ onClick: o[3] || (o[3] = $((...d) => t.closeSideSheet && t.closeSideSheet(...d), ["self"]))
225
225
  }, [
226
226
  w("div", {
227
227
  ref: "sideSheetRef",
228
228
  class: b(["tw-fixed tw-right-0 tw-transition-all tw-duration-300 tw-bg-white", {
229
229
  "tw-translate-x-full": !t.open,
230
230
  "tw-translate-x-0": t.open,
231
- "tw-h-full": o.$slots.controls
231
+ "tw-h-full": n.$slots.controls
232
232
  }]),
233
233
  style: H(t.sideSheetStyles)
234
234
  }, [
@@ -248,7 +248,7 @@ function ue(o, n, i, t, M, _) {
248
248
  i.showBackButton ? (p(), k("button", {
249
249
  key: 0,
250
250
  class: "hover:tw-text-action-highlight tw-flex tw-items-center tw-justify-center",
251
- onClick: n[0] || (n[0] = (...d) => t.closeSideSheet && t.closeSideSheet(...d))
251
+ onClick: o[0] || (o[0] = (...d) => t.closeSideSheet && t.closeSideSheet(...d))
252
252
  }, [
253
253
  z(l, {
254
254
  class: "tw-w-3 tw-h-3",
@@ -261,16 +261,16 @@ function ue(o, n, i, t, M, _) {
261
261
  i.showGoToLink ? (p(), k("button", {
262
262
  key: 0,
263
263
  class: "hover:tw-text-action-highlight tw-flex tw-items-center tw-justify-center",
264
- onClick: n[1] || (n[1] = (...d) => t.goToLink && t.goToLink(...d))
264
+ onClick: o[1] || (o[1] = (...d) => t.goToLink && t.goToLink(...d))
265
265
  }, [
266
266
  z(l, {
267
267
  class: "tw-w-3 tw-h-3",
268
- icon: t.mdiExportVariant
268
+ icon: t.mdiOpenInNew
269
269
  }, null, 8, ["icon"])
270
270
  ])) : x("", !0),
271
271
  w("button", {
272
272
  class: "hover:tw-text-action-highlight tw-flex tw-items-center tw-justify-center",
273
- onClick: n[2] || (n[2] = (...d) => t.closeSideSheet && t.closeSideSheet(...d))
273
+ onClick: o[2] || (o[2] = (...d) => t.closeSideSheet && t.closeSideSheet(...d))
274
274
  }, [
275
275
  z(l, {
276
276
  class: "tw-w-3 tw-h-3",
@@ -290,10 +290,10 @@ function ue(o, n, i, t, M, _) {
290
290
  "tw-opacity-full": t.open
291
291
  }])
292
292
  }, [
293
- N(o.$slots, "default")
293
+ U(n.$slots, "default")
294
294
  ], 2)
295
295
  ], 4),
296
- o.$slots.controls ? (p(), k("div", {
296
+ n.$slots.controls ? (p(), k("div", {
297
297
  key: 0,
298
298
  ref: "controlsRef",
299
299
  class: b(["tw-absolute tw-bottom-0 tw-w-full tw-border-t tw-border-tertiary tw-bg-white tw-transition-opacity tw-duration-200", {
@@ -302,7 +302,7 @@ function ue(o, n, i, t, M, _) {
302
302
  }]),
303
303
  style: { "z-index": "999" }
304
304
  }, [
305
- N(o.$slots, "controls")
305
+ U(n.$slots, "controls")
306
306
  ], 2)) : x("", !0)
307
307
  ], 4)
308
308
  ], 6)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kiva/kv-components",
3
- "version": "6.36.0",
3
+ "version": "6.38.0",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -111,5 +111,5 @@
111
111
  "embla-carousel-fade",
112
112
  "popper.js"
113
113
  ],
114
- "gitHead": "ed4128eca411de12daade544a5a2a417e5f75975"
114
+ "gitHead": "664b7df4d6a1ac8608eefcbf5e3b2387ea84052b"
115
115
  }