@finmars/ui 1.0.20 → 1.0.21
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.es.js +2 -1
- package/dist/finmars-ui.umd.js +2 -2
- package/package.json +6 -3
package/dist/finmars-ui.es.js
CHANGED
|
@@ -11172,9 +11172,10 @@ const dc = /* @__PURE__ */ _n(cc), fc = { class: "flex w-full items-center max-h
|
|
|
11172
11172
|
}
|
|
11173
11173
|
return (i, o) => (q(), ve("header", fc, [
|
|
11174
11174
|
d(sc, {
|
|
11175
|
+
theme: e.isDark ? "dark" : "light",
|
|
11175
11176
|
logo: e.logo,
|
|
11176
11177
|
class: "mr-12"
|
|
11177
|
-
}, null, 8, ["logo"]),
|
|
11178
|
+
}, null, 8, ["theme", "logo"]),
|
|
11178
11179
|
he("", !0),
|
|
11179
11180
|
d(au, {
|
|
11180
11181
|
class: "ml-auto",
|