bt-core-app 2.0.22 → 2.0.23

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.
@@ -9979,7 +9979,7 @@ function mP(e) {
9979
9979
  dark: { ...Op, ...e.defaultDarkTheme },
9980
9980
  drawer: e.defaultDrawer ?? !0,
9981
9981
  drawerStick: e.defaultDrawerStick ?? !1
9982
- };
9982
+ }, i(!1);
9983
9983
  }
9984
9984
  function r() {
9985
9985
  localStorage.setItem(n, JSON.stringify(t.value));
@@ -9987,7 +9987,7 @@ function mP(e) {
9987
9987
  function i(f) {
9988
9988
  var g;
9989
9989
  if (a != null) {
9990
- a.global.name.value = t.value.theme;
9990
+ a.change(t.value.theme);
9991
9991
  let p;
9992
9992
  a.global.name.value == "dark" ? (f && (t.value.dark = { ...Op, ...e.defaultDarkTheme }), a.themes.value.dark = {
9993
9993
  ...a.themes.value.dark,
@@ -43381,7 +43381,7 @@ function WU(e, t, a, n, l, r) {
43381
43381
  e.clearable && !e.isEmpty ? (N(), ce(Ct, {
43382
43382
  key: 0,
43383
43383
  size: "small",
43384
- icon: "mdi-close",
43384
+ icon: "$close",
43385
43385
  onClick: t[0] || (t[0] = Ut((i) => e.clear(), ["stop"]))
43386
43386
  })) : ee("", !0),
43387
43387
  w(Ct, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bt-core-app",
3
- "version": "2.0.22",
3
+ "version": "2.0.23",
4
4
  "description": "Core app tools for some basic features like navigation, authentication, server apis, and cosmetics",
5
5
  "homepage": "https://github.com/BlitzItTech/bt-core",
6
6
  "bugs": {