@payfit/unity-icons 2.67.19 → 2.67.21

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -7,13 +7,13 @@ A comprehensive icon library for the Unity design system, provided as React Comp
7
7
  Install the package in your project. We recommend you use this package alongside `@payfit/unity-components`.
8
8
 
9
9
  ```bash
10
- yarn add @payfit/unity-icons @payfit/unity-components
10
+ pnpm add @payfit/unity-icons @payfit/unity-components
11
11
  ```
12
12
 
13
13
  Ensure that `react` and `react-dom` are also installed in your project:
14
14
 
15
15
  ```bash
16
- yarn add react react-dom
16
+ pnpm add react react-dom
17
17
  ```
18
18
 
19
19
  ## Usage
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@payfit/unity-icons",
3
- "version": "2.67.19",
3
+ "version": "2.67.21",
4
4
  "module": "./dist/esm/index.js",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -81,13 +81,13 @@
81
81
  "@payfit/hr-apps-tsconfigs": "0.0.0-use.local",
82
82
  "@payfit/storybook-addon-datadog-rum": "0.0.0-use.local",
83
83
  "@payfit/storybook-config": "0.0.0-use.local",
84
- "@payfit/unity-themes": "2.67.19",
84
+ "@payfit/unity-themes": "2.67.21",
85
85
  "@payfit/vite-configs": "0.0.0-use.local"
86
86
  },
87
87
  "dependencies": {
88
88
  "react": "18.3.1",
89
89
  "react-dom": "18.3.1",
90
- "@payfit/unity-themes": "2.67.19"
90
+ "@payfit/unity-themes": "2.67.21"
91
91
  },
92
92
  "peerDependenciesMeta": {
93
93
  "storybook": {