@payfit/unity-icons 2.16.0 → 2.16.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.
@@ -7,7 +7,6 @@
7
7
  * This file connects the Icon component to Figma icon components.
8
8
  * Each icon component in Figma maps to the same React Icon component,
9
9
  * with the `src` prop determined by the icon name + Type variant.
10
- *
11
10
  * To regenerate: Run the sync-unity-icons script
12
11
  * @see https://www.figma.com/code-connect-docs/react
13
12
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@payfit/unity-icons",
3
- "version": "2.16.0",
3
+ "version": "2.16.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.16.0",
35
+ "@payfit/unity-themes": "2.16.2",
36
36
  "@payfit/vite-configs": "0.0.0-use.local",
37
37
  "@storybook/addon-a11y": "10.2.16",
38
38
  "@storybook/addon-docs": "10.2.16",
@@ -55,7 +55,7 @@
55
55
  "vitest": "4.0.9"
56
56
  },
57
57
  "dependencies": {
58
- "@payfit/unity-themes": "2.16.0",
58
+ "@payfit/unity-themes": "2.16.2",
59
59
  "react": "18.3.1",
60
60
  "react-dom": "18.3.1"
61
61
  }