@versini/ui-icon-renderer 2.1.0 → 2.2.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.
@@ -0,0 +1,8 @@
1
+ /**
2
+ * This file was automatically generated.
3
+ * Please do not edit manually.
4
+ *
5
+ * To update this file, run `npm run build:list`.
6
+ *
7
+ */
8
+ export { IconBrainCircuitLight as default } from "@versini/ui-icons/icon-brain-circuit-light";
@@ -0,0 +1,8 @@
1
+ /**
2
+ * This file was automatically generated.
3
+ * Please do not edit manually.
4
+ *
5
+ * To update this file, run `npm run build:list`.
6
+ *
7
+ */
8
+ export { IconBrainCircuit as default } from "@versini/ui-icons/icon-brain-circuit";
package/dist/index.d.ts CHANGED
@@ -1,7 +1,8 @@
1
+ import { IconsProps } from '@versini/ui-icons';
1
2
  import { JSX } from 'react/jsx-runtime';
2
3
 
3
4
  export declare function useIconRenderer(): readonly [(({ icon, ...rest }: {
4
5
  icon: string;
5
- } & React.ComponentPropsWithoutRef<"svg">) => JSX.Element | null) | null, (icons: string[]) => Promise<void | void[]>];
6
+ } & IconsProps) => JSX.Element | null) | null, (icons: string[]) => Promise<void | void[]>];
6
7
 
7
8
  export { }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/ui-icon-renderer",
3
- "version": "2.1.0",
3
+ "version": "2.2.0",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -43,11 +43,11 @@
43
43
  "test": "vitest run"
44
44
  },
45
45
  "peerDependencies": {
46
- "@versini/ui-icons": "4.23.0",
46
+ "@versini/ui-icons": "4.24.0",
47
47
  "clsx": ">=2"
48
48
  },
49
49
  "sideEffects": [
50
50
  "**/*.css"
51
51
  ],
52
- "gitHead": "0ccbca8586510e8619f039e193b68ef15ab795c5"
52
+ "gitHead": "128e2724c914aba9790192712d484eeee061783b"
53
53
  }