bt-core-app 2.0.21 → 2.0.22
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/bt-core-app.js +1 -1
- package/package.json +1 -1
package/dist/bt-core-app.js
CHANGED
|
@@ -10021,7 +10021,7 @@ function mP(e) {
|
|
|
10021
10021
|
t.value.drawerStick = !t.value.drawerStick, r();
|
|
10022
10022
|
}
|
|
10023
10023
|
function d() {
|
|
10024
|
-
t.value.theme = t.value.theme == "dark" ? "light" : "dark", a != null &&
|
|
10024
|
+
t.value.theme = t.value.theme == "dark" ? "light" : "dark", a != null && a.change(t.value.theme), r();
|
|
10025
10025
|
}
|
|
10026
10026
|
function m() {
|
|
10027
10027
|
var f;
|
package/package.json
CHANGED