identity-admin-ui 1.0.0 → 1.1.0

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/lib/index.d.ts CHANGED
@@ -308,7 +308,7 @@ declare const ResourcesContext: react.Context<{
308
308
  }>;
309
309
  interface ResourcesContextConfig {
310
310
  resourcesUrl: string;
311
- Logo?: (props: any) => JSX.Element;
311
+ laodingLogo?: string;
312
312
  children: any;
313
313
  }
314
314
  declare const ResourcesContextProvider: (props: ResourcesContextConfig) => react_jsx_runtime.JSX.Element;
@@ -341,6 +341,9 @@ interface AppConfigurations {
341
341
  defaultRowsPerPage: number;
342
342
  themeStretch: boolean;
343
343
  setThemeLayout?: React.Dispatch<React.SetStateAction<'horizontal' | 'vertical' | 'mini'>>;
344
+ loadingLoago?: string;
345
+ navBarLogo?: string;
346
+ miniNavBarLogo?: string;
344
347
  }
345
348
  declare const AppConfigurationsContext: react.Context<AppConfigurations>;
346
349
  declare const AppConfigurationsContextProvider: (props: any) => react_jsx_runtime.JSX.Element;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "identity-admin-ui",
3
- "version": "1.0.0",
3
+ "version": "1.1.0",
4
4
  "description": "Identity solutions UI package using for identity-admin dashboard",
5
5
  "main": "lib/cjs/index.js",
6
6
  "module": "lib/esm/index.js",