@rotki/ui-library 1.7.0 → 1.8.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.
@@ -4,7 +4,7 @@ export interface IconsOptions {
4
4
  registeredIcons: GeneratedIcon[];
5
5
  }
6
6
  export interface UseIconsReturn {
7
- registeredIcons: Readonly<Record<string, string>>;
7
+ registeredIcons: Readonly<Record<string, [string, Record<string, string>][]>>;
8
8
  }
9
9
  export declare const IconsSymbol: InjectionKey<UseIconsReturn>;
10
10
  export declare function createIconDefaults(options?: Partial<IconsOptions>): UseIconsReturn;
@@ -49,7 +49,7 @@ function gt(s) {
49
49
  [
50
50
  ...et,
51
51
  ...u
52
- ].map(({ name: p, path: y }) => [p, y])
52
+ ].map(({ components: p, name: y }) => [y, p])
53
53
  )
54
54
  }
55
55
  };
@@ -1,4 +1,4 @@
1
- import { i as o, u as a, h as u } from "./index-Q1RSg-Av.js";
1
+ import { i as o, u as a, h as u } from "./index-DPHuaF8f.js";
2
2
  export {
3
3
  o as useBreakpoint,
4
4
  a as useIcons,