bt-core-app 1.4.245 → 1.4.247

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.
@@ -32046,7 +32046,7 @@ function nI(e) {
32046
32046
  }
32047
32047
  let el;
32048
32048
  function kA(e) {
32049
- const t = W((e == null ? void 0 : e.default) ?? "Admin"), n = W((e == null ? void 0 : e.groups) ?? []);
32049
+ const t = W(e == null ? void 0 : e.default), n = W((e == null ? void 0 : e.groups) ?? []);
32050
32050
  return el = {
32051
32051
  currentGroup: t,
32052
32052
  groupOptions: n,
package/dist/index.d.ts CHANGED
@@ -62,14 +62,8 @@ export declare interface BaseAuthCredentials {
62
62
  userPermissions?: string[];
63
63
  }
64
64
 
65
- export declare interface BaseCosmeticTheme {
65
+ export declare interface BaseCosmeticTheme extends Record<string, string> {
66
66
  primary: string;
67
- secondary?: string;
68
- accent?: string;
69
- error?: string;
70
- info?: string;
71
- success?: string;
72
- warning?: string;
73
67
  }
74
68
 
75
69
  declare interface BaseIDModel {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bt-core-app",
3
- "version": "1.4.245",
3
+ "version": "1.4.247",
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": {