@kiva/kv-components 10.1.0 → 10.2.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.
Files changed (2) hide show
  1. package/dist/vue/KvChip.js +17 -21
  2. package/package.json +2 -2
@@ -1,26 +1,22 @@
1
- import l from "./KvChip2.js";
2
- import { resolveComponent as i, openBlock as a, createElementBlock as w, createElementVNode as o, renderSlot as d, createVNode as p } from "vue";
1
+ import i from "./KvChip2.js";
2
+ import { resolveComponent as l, openBlock as s, createElementBlock as w, renderSlot as a, createVNode as p } from "vue";
3
3
  import m from "../_virtual/_plugin-vue_export-helper.js";
4
- const f = { class: "tw-inline-flex" }, _ = { class: "tw-text-base tw-pr-1" };
5
- function u(r, t, h, n, k, e) {
6
- const s = i("kv-material-icon");
7
- return a(), w("div", f, [
8
- o("button", {
9
- class: "tw-bg-secondary hover:tw-bg-tertiary tw-items-center tw-flex tw-flex-row tw-cursor-pointer tw-whitespace-nowrap tw-rounded tw-h-2 tw-py-2 tw-px-2 tw-select-none",
10
- onClick: t[0] || (t[0] = (...c) => e.handleClick && e.handleClick(...c))
11
- }, [
12
- o("div", _, [
13
- d(r.$slots, "default")
14
- ]),
15
- p(s, {
16
- icon: n.mdiClose,
17
- class: "tw-w-2 tw-h-2",
18
- "from-sprite": !0
19
- }, null, 8, ["icon"])
20
- ])
4
+ function d(o, e, f, r, u, t) {
5
+ const n = l("kv-material-icon");
6
+ return s(), w("button", {
7
+ type: "button",
8
+ class: "tw-inline-flex tw-items-center tw-gap-1 tw-whitespace-nowrap tw-select-none tw-cursor-pointer tw-rounded-sm tw-border tw-px-2 tw-py-1 tw-text-base tw-bg-white hover:tw-bg-eco-green-1 tw-text-eco-green-4 tw-border-gray-300",
9
+ onClick: e[0] || (e[0] = (...c) => t.handleClick && t.handleClick(...c))
10
+ }, [
11
+ a(o.$slots, "default"),
12
+ p(n, {
13
+ icon: r.mdiClose,
14
+ class: "tw-w-2 tw-h-2 tw-shrink-0",
15
+ "from-sprite": !0
16
+ }, null, 8, ["icon"])
21
17
  ]);
22
18
  }
23
- const b = /* @__PURE__ */ m(l, [["render", u]]);
19
+ const h = /* @__PURE__ */ m(i, [["render", d]]);
24
20
  export {
25
- b as default
21
+ h as default
26
22
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kiva/kv-components",
3
- "version": "10.1.0",
3
+ "version": "10.2.0",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -112,5 +112,5 @@
112
112
  "dependencies": {
113
113
  "fuse.js": "^7.1.0"
114
114
  },
115
- "gitHead": "4e44805e54041df4d0b3e5a0eb5d1ae377c670c5"
115
+ "gitHead": "b677af2f5444dbd3bda8eee6aa99695cb1928747"
116
116
  }