adverich-kun-ui 0.1.125 → 0.1.126

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,20 @@
1
+ import { createElementBlock as t, openBlock as o, createElementVNode as r } from "vue";
2
+ import l from "../_virtual/_plugin-vue_export-helper.js";
3
+ const n = {}, c = {
4
+ xmlns: "http://www.w3.org/2000/svg",
5
+ width: "24",
6
+ height: "24",
7
+ viewBox: "0 0 24 24"
8
+ };
9
+ function m(s, e) {
10
+ return o(), t("svg", c, e[0] || (e[0] = [
11
+ r("path", {
12
+ fill: "currentColor",
13
+ d: "m14.06 9l.94.94L5.92 19H5v-.92zm3.6-6c-.25 0-.51.1-.7.29l-1.83 1.83l3.75 3.75l1.83-1.83c.39-.39.39-1.04 0-1.41l-2.34-2.34c-.2-.2-.45-.29-.71-.29m-3.6 3.19L3 17.25V21h3.75L17.81 9.94z"
14
+ }, null, -1)
15
+ ]));
16
+ }
17
+ const _ = /* @__PURE__ */ l(n, [["render", m]]);
18
+ export {
19
+ _ as default
20
+ };
@@ -0,0 +1,20 @@
1
+ import { createElementBlock as e, openBlock as o, createElementVNode as r } from "vue";
2
+ import n from "../_virtual/_plugin-vue_export-helper.js";
3
+ const l = {}, c = {
4
+ xmlns: "http://www.w3.org/2000/svg",
5
+ width: "24",
6
+ height: "24",
7
+ viewBox: "0 0 24 24"
8
+ };
9
+ function s(h, t) {
10
+ return o(), e("svg", c, t[0] || (t[0] = [
11
+ r("path", {
12
+ fill: "currentColor",
13
+ d: "M6 19a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V7H6zM8 9h8v10H8zm7.5-5l-1-1h-5l-1 1H5v2h14V4z"
14
+ }, null, -1)
15
+ ]));
16
+ }
17
+ const a = /* @__PURE__ */ n(l, [["render", s]]);
18
+ export {
19
+ a as default
20
+ };
@@ -7,10 +7,12 @@ import i from "./IconMenuDownOutline.vue.js";
7
7
  import m from "./IconMenuUpOutline.vue.js";
8
8
  import c from "./IconSearch.vue.js";
9
9
  import f from "./IconStar.vue.js";
10
- import u from "./IconEyeOutline.vue.js";
10
+ import l from "./IconEyeOutline.vue.js";
11
11
  import p from "./IconEyeOffOutline.vue.js";
12
- import l from "./IconAccountOutline.vue.js";
13
- const C = {
12
+ import u from "./IconAccountOutline.vue.js";
13
+ import I from "./IconPencil.vue.js";
14
+ import O from "./IconTrashOutline.vue.js";
15
+ const x = {
14
16
  asterisk: o,
15
17
  check: e,
16
18
  close: t,
@@ -20,10 +22,12 @@ const C = {
20
22
  menuUpOutline: m,
21
23
  search: c,
22
24
  star: f,
23
- eyeOutline: u,
25
+ eyeOutline: l,
24
26
  eyeOffOutline: p,
25
- accountOutline: l
27
+ accountOutline: u,
28
+ pencil: I,
29
+ trashOutline: O
26
30
  };
27
31
  export {
28
- C as icons
32
+ x as icons
29
33
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adverich-kun-ui",
3
- "version": "0.1.125",
3
+ "version": "0.1.126",
4
4
  "type": "module",
5
5
  "description": "Una librería de componentes Vue.js con Tailwind CSS",
6
6
  "main": "dist/index.js",