@kiva/kv-components 6.30.1 → 6.31.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
+ .container[data-v-57d55c25]{position:relative;width:100%}.container>select[data-v-57d55c25]{border-radius:8px}
@@ -1,7 +1,8 @@
1
- import { ref as m, watch as w, resolveComponent as p, openBlock as f, createElementBlock as g, normalizeClass as d, normalizeStyle as v, createElementVNode as c, withDirectives as b, mergeProps as h, renderSlot as V, vModelSelect as y, createVNode as _ } from "vue";
1
+ import { ref as m, watch as w, resolveComponent as p, openBlock as f, createElementBlock as g, normalizeClass as d, normalizeStyle as v, createElementVNode as c, withDirectives as b, mergeProps as _, renderSlot as h, vModelSelect as V, createVNode as y } from "vue";
2
2
  import { mdiChevronDown as C } from "@mdi/js";
3
3
  import { useAttrs as S } from "../utils/attrs.js";
4
4
  import k from "./KvMaterialIcon.js";
5
+ import "./KvSelect.css";
5
6
  import x from "../_virtual/_plugin-vue_export-helper.js";
6
7
  const u = [
7
8
  "change",
@@ -61,7 +62,7 @@ const u = [
61
62
  inputValue: n
62
63
  };
63
64
  }
64
- }, B = { class: "tw-relative tw-w-full" }, D = ["id", "disabled"];
65
+ }, B = { class: "container" }, D = ["id", "disabled"];
65
66
  function N(a, t, o, e, i, s) {
66
67
  const r = p("kv-material-icon");
67
68
  return f(), g("div", {
@@ -69,24 +70,24 @@ function N(a, t, o, e, i, s) {
69
70
  style: v(e.styles)
70
71
  }, [
71
72
  c("div", B, [
72
- b(c("select", h({ id: o.id }, e.inputAttrs, {
73
+ b(c("select", _({ id: o.id }, e.inputAttrs, {
73
74
  "onUpdate:modelValue": t[0] || (t[0] = (n) => e.inputValue = n),
74
75
  disabled: o.disabled,
75
- class: ["tw-text-base tw-bg-primary tw-h-6 tw-pr-4 tw-pl-2 tw-border tw-border-tertiary tw-rounded-sm tw-appearance-none tw-w-full tw-ring-inset focus:tw-outline-none focus:tw-ring-2 focus:tw-ring-action focus:tw-border-transparent", { "tw-opacity-low": o.disabled }],
76
+ class: ["tw-text-base tw-bg-primary tw-h-6 tw-pr-4 tw-pl-2 tw-border tw-border-tertiary tw-appearance-none tw-w-full tw-ring-inset focus:tw-outline-none focus:tw-ring-2 focus:tw-ring-action focus:tw-border-transparent tw-text-ellipsis", { "tw-opacity-low": o.disabled }],
76
77
  onChange: t[1] || (t[1] = (...n) => e.onChange && e.onChange(...n))
77
78
  }), [
78
- V(a.$slots, "default")
79
+ h(a.$slots, "default", {}, void 0, !0)
79
80
  ], 16, D), [
80
- [y, e.inputValue]
81
+ [V, e.inputValue]
81
82
  ]),
82
- _(r, {
83
+ y(r, {
83
84
  icon: e.mdiChevronDown,
84
85
  class: d(["tw-w-4 tw-absolute tw-top-0 tw-right-0 tw-pt-1.5 tw-pr-1 tw-pointer-events-none", { "tw-opacity-low": o.disabled }])
85
86
  }, null, 8, ["icon", "class"])
86
87
  ])
87
88
  ], 6);
88
89
  }
89
- const I = /* @__PURE__ */ x(A, [["render", N]]);
90
+ const L = /* @__PURE__ */ x(A, [["render", N], ["__scopeId", "data-v-57d55c25"]]);
90
91
  export {
91
- I as default
92
+ L as default
92
93
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kiva/kv-components",
3
- "version": "6.30.1",
3
+ "version": "6.31.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": "6e0f2ffccae6ce65d12657719f2381c0f142408f"
114
+ "gitHead": "d3956897d2eb25a800eed90e0e19168af4b38565"
115
115
  }