@payfit/unity-icons 2.55.4 → 2.55.6

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
+ export declare const getIconBaseNames: (iconNames: string[]) => string[];
2
+ export declare const generateIconsReference: (iconNames: string[]) => string;
3
+ export declare const generateIconsAgentReferencesReadme: () => string;
4
+ export declare const getIconNamesFromSvgDir: (svgDir: string) => string[];
5
+ export declare const writeIconAgentReferences: ({ svgDir, outputDir, }: {
6
+ svgDir: string;
7
+ outputDir: string;
8
+ }) => void;
@@ -0,0 +1 @@
1
+ export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@payfit/unity-icons",
3
- "version": "2.55.4",
3
+ "version": "2.55.6",
4
4
  "module": "./dist/esm/index.js",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -35,8 +35,7 @@
35
35
  "./package.json": "./package.json"
36
36
  },
37
37
  "files": [
38
- "dist",
39
- "skills"
38
+ "dist"
40
39
  ],
41
40
  "peerDependencies": {
42
41
  "react": "^18",
@@ -57,7 +56,6 @@
57
56
  "@storybook/react-vite": "10.4.6",
58
57
  "@svgr/cli": "8.1.0",
59
58
  "@tailwindcss/vite": "4.3.2",
60
- "@tanstack/intent": "0.3.0",
61
59
  "@types/libsodium-wrappers": "0.7.14",
62
60
  "@types/react": "18.3.18",
63
61
  "@types/react-dom": "18.3.5",
@@ -74,13 +72,13 @@
74
72
  "@payfit/hr-app-eslint": "0.0.0-use.local",
75
73
  "@payfit/hr-apps-tsconfigs": "0.0.0-use.local",
76
74
  "@payfit/storybook-config": "0.0.0-use.local",
77
- "@payfit/unity-themes": "2.55.4",
75
+ "@payfit/unity-themes": "2.55.6",
78
76
  "@payfit/vite-configs": "0.0.0-use.local"
79
77
  },
80
78
  "dependencies": {
81
79
  "react": "18.3.1",
82
80
  "react-dom": "18.3.1",
83
- "@payfit/unity-themes": "2.55.4"
81
+ "@payfit/unity-themes": "2.55.6"
84
82
  },
85
83
  "peerDependenciesMeta": {
86
84
  "storybook": {
@@ -89,8 +87,5 @@
89
87
  "@storybook/react-vite": {
90
88
  "optional": true
91
89
  }
92
- },
93
- "keywords": [
94
- "tanstack-intent"
95
- ]
90
+ }
96
91
  }