@kiva/kv-components 6.31.1 → 6.33.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.
@@ -1 +1 @@
1
- .container[data-v-57d55c25]{position:relative;width:100%}.container>select[data-v-57d55c25]{border-radius:8px}
1
+ .container[data-v-cf6c91bf]{position:relative;width:100%}.container>select[data-v-cf6c91bf]{border-radius:8px}
@@ -44,9 +44,9 @@ const u = [
44
44
  setup(a, t) {
45
45
  const { emit: o } = t, {
46
46
  classes: e,
47
- styles: i,
47
+ styles: r,
48
48
  inputAttrs: s,
49
- inputListeners: r
49
+ inputListeners: i
50
50
  } = S(t, u), n = m(a.modelValue);
51
51
  return w(() => a.modelValue, (l) => {
52
52
  l !== n.value && (n.value = l);
@@ -56,15 +56,15 @@ const u = [
56
56
  o("change", l.target.value), o("update:modelValue", l.target.value);
57
57
  },
58
58
  classes: e,
59
- styles: i,
59
+ styles: r,
60
60
  inputAttrs: s,
61
- inputListeners: r,
61
+ inputListeners: i,
62
62
  inputValue: n
63
63
  };
64
64
  }
65
65
  }, B = { class: "container" }, D = ["id", "disabled"];
66
- function N(a, t, o, e, i, s) {
67
- const r = p("kv-material-icon");
66
+ function N(a, t, o, e, r, s) {
67
+ const i = p("kv-material-icon");
68
68
  return f(), g("div", {
69
69
  class: d(["tw-inline-flex", e.classes]),
70
70
  style: v(e.styles)
@@ -73,21 +73,21 @@ function N(a, t, o, e, i, s) {
73
73
  b(c("select", _({ id: o.id }, e.inputAttrs, {
74
74
  "onUpdate:modelValue": t[0] || (t[0] = (n) => e.inputValue = n),
75
75
  disabled: 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
+ class: ["tw-text-base !tw-font-medium 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 }],
77
77
  onChange: t[1] || (t[1] = (...n) => e.onChange && e.onChange(...n))
78
78
  }), [
79
79
  h(a.$slots, "default", {}, void 0, !0)
80
80
  ], 16, D), [
81
81
  [V, e.inputValue]
82
82
  ]),
83
- y(r, {
83
+ y(i, {
84
84
  icon: e.mdiChevronDown,
85
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 }])
86
86
  }, null, 8, ["icon", "class"])
87
87
  ])
88
88
  ], 6);
89
89
  }
90
- const L = /* @__PURE__ */ x(A, [["render", N], ["__scopeId", "data-v-57d55c25"]]);
90
+ const L = /* @__PURE__ */ x(A, [["render", N], ["__scopeId", "data-v-cf6c91bf"]]);
91
91
  export {
92
92
  L as default
93
93
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kiva/kv-components",
3
- "version": "6.31.1",
3
+ "version": "6.33.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": "ade611094ba3c7a917f99986e6c568b412564648"
114
+ "gitHead": "12db8839de9cf1577ae29e3dcd96443b533bc231"
115
115
  }