@finmars/ui 1.0.37 → 1.0.38
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/finmars-ui.css +1 -5
- package/dist/finmars-ui.es.js +2 -2
- package/dist/finmars-ui.umd.js +1 -1
- package/dist/themes.css +2 -0
- package/package.json +1 -1
package/dist/finmars-ui.es.js
CHANGED
|
@@ -11706,10 +11706,10 @@ const Qa = /* @__PURE__ */ new WeakMap(), om = (e, n) => {
|
|
|
11706
11706
|
};
|
|
11707
11707
|
});
|
|
11708
11708
|
return (r, i) => (z(), ae(L(ft), {
|
|
11709
|
-
rounded: "xl",
|
|
11710
11709
|
variant: e.variant,
|
|
11711
11710
|
disabled: e.disabled,
|
|
11712
11711
|
size: t.value,
|
|
11712
|
+
icon: e.icon,
|
|
11713
11713
|
color: l.value.btnColor,
|
|
11714
11714
|
style: Pt({ opacity: e.disabled ? "0.3" : "1" })
|
|
11715
11715
|
}, {
|
|
@@ -11722,7 +11722,7 @@ const Qa = /* @__PURE__ */ new WeakMap(), om = (e, n) => {
|
|
|
11722
11722
|
ie(r.$slots, "default")
|
|
11723
11723
|
]),
|
|
11724
11724
|
_: 3
|
|
11725
|
-
}, 8, ["variant", "disabled", "size", "color", "style"]));
|
|
11725
|
+
}, 8, ["variant", "disabled", "size", "icon", "color", "style"]));
|
|
11726
11726
|
}
|
|
11727
11727
|
};
|
|
11728
11728
|
var hm = Object.prototype;
|