@luizleon/sf.prefeiturasp.vuecomponents 0.0.16 → 0.0.17
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/lib.es.js +2 -2
- package/dist/lib.es.js.map +1 -1
- package/dist/lib.umd.js +1 -1
- package/dist/lib.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/components/button/Button.vue +1 -1
package/dist/lib.es.js
CHANGED
|
@@ -2901,11 +2901,11 @@ const yt = (() => new $s())(), qs = /* @__PURE__ */ Qr('<svg xmlns="http://www.w
|
|
|
2901
2901
|
}, [
|
|
2902
2902
|
o.icon ? (X(), De(tt, {
|
|
2903
2903
|
key: 0,
|
|
2904
|
-
|
|
2904
|
+
icone: o.icon,
|
|
2905
2905
|
loading: o.loading,
|
|
2906
2906
|
size: o.size,
|
|
2907
2907
|
"button-props": { tabindex: -1 }
|
|
2908
|
-
}, null, 8, ["
|
|
2908
|
+
}, null, 8, ["icone", "loading", "size"])) : o.loading ? (X(), De(tt, {
|
|
2909
2909
|
key: 1,
|
|
2910
2910
|
loading: !0,
|
|
2911
2911
|
size: o.size,
|