@versini/ui-icon-renderer 2.0.0 → 2.1.1

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 { IconAttachmentLight as default } from "@versini/ui-icons/icon-attachment-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 { IconAttachment as default } from "@versini/ui-icons/icon-attachment";
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.0.0",
3
+ "version": "2.1.1",
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.22.2",
46
+ "@versini/ui-icons": "4.23.1",
47
47
  "clsx": ">=2"
48
48
  },
49
49
  "sideEffects": [
50
50
  "**/*.css"
51
51
  ],
52
- "gitHead": "2396e2cb24d3ced398f6d4eabb7ce6cd10680dcf"
52
+ "gitHead": "89fa8dfdef1c9a12d010552ba4d26b47fd8e2baf"
53
53
  }