@weni/unnnic-system 2.0.7 → 2.0.8
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.
- package/dist/style.css +1 -1
- package/dist/unnnic.mjs +2 -1
- package/dist/unnnic.umd.js +1 -1
- package/package.json +1 -1
- package/src/components/Icon.vue +1 -0
- package/src/stories/Input.stories.js +54 -38
- package/.vscode/extensions.json +0 -3
package/dist/unnnic.mjs
CHANGED
|
@@ -3922,6 +3922,7 @@ const Hz = /* @__PURE__ */ k(Sz, [["render", Dz]]), ro = {
|
|
|
3922
3922
|
};
|
|
3923
3923
|
const Pz = {
|
|
3924
3924
|
name: "Icon",
|
|
3925
|
+
emits: ["click", "mousedown", "mouseup"],
|
|
3925
3926
|
props: {
|
|
3926
3927
|
filled: {
|
|
3927
3928
|
type: Boolean
|
|
@@ -4014,7 +4015,7 @@ function Oz(e, i, n, s, r, o) {
|
|
|
4014
4015
|
])
|
|
4015
4016
|
}, null, 40, ["onClick", "class"]));
|
|
4016
4017
|
}
|
|
4017
|
-
const Q = /* @__PURE__ */ k(Pz, [["render", Oz], ["__scopeId", "data-v-
|
|
4018
|
+
const Q = /* @__PURE__ */ k(Pz, [["render", Oz], ["__scopeId", "data-v-58453bde"]]);
|
|
4018
4019
|
const Ez = {
|
|
4019
4020
|
components: {
|
|
4020
4021
|
BaseInput: qc,
|