@nexxtmove/ui 0.0.11 → 0.0.12

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/index.js +4 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1,5 +1,6 @@
1
1
  import { defineComponent as c, createElementBlock as o, openBlock as t, normalizeClass as a, createBlock as d, createCommentVNode as l, renderSlot as u, createVNode as s, Transition as m, withCtx as y } from "vue";
2
2
  const r = /* @__PURE__ */ c({
3
+ name: "NexxtIcon",
3
4
  __name: "Icon",
4
5
  props: {
5
6
  name: {},
@@ -10,7 +11,8 @@ const r = /* @__PURE__ */ c({
10
11
  class: a([`fa-${e.type}`, `fa-${e.name}`, "items-center", "justify-center"])
11
12
  }, null, 2));
12
13
  }
13
- }), f = ["type", "disabled", "data-variant"], h = /* @__PURE__ */ c({
14
+ }), f = ["type", "disabled", "data-variant"], x = /* @__PURE__ */ c({
15
+ name: "NexxtButton",
14
16
  __name: "Button",
15
17
  props: {
16
18
  variant: { default: "primary" },
@@ -71,6 +73,6 @@ const r = /* @__PURE__ */ c({
71
73
  }
72
74
  });
73
75
  export {
74
- h as NexxtButton,
76
+ x as NexxtButton,
75
77
  r as NexxtIcon
76
78
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@nexxtmove/ui",
3
3
  "type": "module",
4
- "version": "0.0.11",
4
+ "version": "0.0.12",
5
5
  "exports": {
6
6
  ".": {
7
7
  "types": "./dist/index.d.ts",