@payfit/unity-icons 2.14.0 → 2.14.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 +1,14 @@
1
+ /**
2
+ * Figma Code Connect for Unity Icons
3
+ *
4
+ * AUTO-GENERATED FILE - DO NOT EDIT MANUALLY
5
+ * Generated by: scripts/steps/generate-code-connect.ts
6
+ *
7
+ * This file connects the Icon component to Figma icon components.
8
+ * Each icon component in Figma maps to the same React Icon component,
9
+ * with the `src` prop determined by the icon name + Type variant.
10
+ *
11
+ * To regenerate: Run the sync-unity-icons script
12
+ * @see https://www.figma.com/code-connect-docs/react
13
+ */
1
14
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@payfit/unity-icons",
3
- "version": "2.14.0",
3
+ "version": "2.14.2",
4
4
  "module": "./dist/esm/index.js",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -32,7 +32,7 @@
32
32
  "@payfit/hr-app-eslint": "0.0.0-use.local",
33
33
  "@payfit/hr-apps-tsconfigs": "0.0.0-use.local",
34
34
  "@payfit/storybook-config": "0.0.0-use.local",
35
- "@payfit/unity-themes": "2.14.0",
35
+ "@payfit/unity-themes": "2.14.2",
36
36
  "@payfit/vite-configs": "0.0.0-use.local",
37
37
  "@storybook/addon-a11y": "10.2.15",
38
38
  "@storybook/addon-docs": "10.2.15",
@@ -55,7 +55,7 @@
55
55
  "vitest": "4.0.9"
56
56
  },
57
57
  "dependencies": {
58
- "@payfit/unity-themes": "2.14.0",
58
+ "@payfit/unity-themes": "2.14.2",
59
59
  "react": "18.3.1",
60
60
  "react-dom": "18.3.1"
61
61
  }