@payfit/unity-icons 2.54.1 → 2.54.2
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.
|
@@ -1,5 +1,6 @@
|
|
|
1
|
+
import { SVGProps } from 'react';
|
|
1
2
|
import { UnityIcon } from '../../../generated/index.js';
|
|
2
|
-
type IconSpriteProps =
|
|
3
|
+
type IconSpriteProps = SVGProps<SVGSVGElement> & {
|
|
3
4
|
/** The icon name to be displayed from Unity's icon library */
|
|
4
5
|
src: UnityIcon;
|
|
5
6
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@payfit/unity-icons",
|
|
3
|
-
"version": "2.54.
|
|
3
|
+
"version": "2.54.2",
|
|
4
4
|
"module": "./dist/esm/index.js",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -60,13 +60,13 @@
|
|
|
60
60
|
"@payfit/hr-app-eslint": "0.0.0-use.local",
|
|
61
61
|
"@payfit/hr-apps-tsconfigs": "0.0.0-use.local",
|
|
62
62
|
"@payfit/storybook-config": "0.0.0-use.local",
|
|
63
|
-
"@payfit/unity-themes": "2.54.
|
|
63
|
+
"@payfit/unity-themes": "2.54.2",
|
|
64
64
|
"@payfit/vite-configs": "0.0.0-use.local"
|
|
65
65
|
},
|
|
66
66
|
"dependencies": {
|
|
67
67
|
"react": "18.3.1",
|
|
68
68
|
"react-dom": "18.3.1",
|
|
69
|
-
"@payfit/unity-themes": "2.54.
|
|
69
|
+
"@payfit/unity-themes": "2.54.2"
|
|
70
70
|
},
|
|
71
71
|
"keywords": [
|
|
72
72
|
"tanstack-intent"
|