bt-core-app 1.4.500 → 1.4.501

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.
@@ -8887,6 +8887,7 @@ function Sx(e) {
8887
8887
  l();
8888
8888
  }), ic = {
8889
8889
  state: t,
8890
+ currentSet: _(() => t.value.theme == "dark" ? t.value.dark : t.value.light),
8890
8891
  resetCosmetics: r,
8891
8892
  saveState: l,
8892
8893
  setTemporaryColor: i,
package/dist/index.d.ts CHANGED
@@ -180,6 +180,7 @@ declare interface BTBlade<T extends GetOptions<any, any>> {
180
180
 
181
181
  export declare interface BTCosmetics {
182
182
  state: Ref<CosmeticData>;
183
+ currentSet: ComputedRef<BaseCosmeticTheme>;
183
184
  resetCosmetics: (toDefault: boolean) => void;
184
185
  saveState: () => void;
185
186
  setTemporaryColor: (color: string) => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bt-core-app",
3
- "version": "1.4.500",
3
+ "version": "1.4.501",
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": {