@payfit/unity-icons 2.55.23 → 2.56.0

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@payfit/unity-icons",
3
- "version": "2.55.23",
3
+ "version": "2.56.0",
4
4
  "module": "./dist/esm/index.js",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -76,17 +76,17 @@
76
76
  "tsx": "4.20.5",
77
77
  "vite": "8.1.4",
78
78
  "vitest": "4.1.10",
79
- "@payfit/figma-tools": "0.0.0-use.local",
80
79
  "@payfit/hr-app-eslint": "0.0.0-use.local",
80
+ "@payfit/figma-tools": "0.0.0-use.local",
81
81
  "@payfit/hr-apps-tsconfigs": "0.0.0-use.local",
82
- "@payfit/unity-themes": "2.55.23",
83
82
  "@payfit/storybook-config": "0.0.0-use.local",
83
+ "@payfit/unity-themes": "2.56.0",
84
84
  "@payfit/vite-configs": "0.0.0-use.local"
85
85
  },
86
86
  "dependencies": {
87
87
  "react": "18.3.1",
88
88
  "react-dom": "18.3.1",
89
- "@payfit/unity-themes": "2.55.23"
89
+ "@payfit/unity-themes": "2.56.0"
90
90
  },
91
91
  "peerDependenciesMeta": {
92
92
  "storybook": {
@@ -8,13 +8,13 @@ metadata:
8
8
 
9
9
  ## Source of truth
10
10
 
11
- Read [src/agent-references/icons.json](../../src/agent-references/icons.json) first. It contains one entry per `baseName` and a `variants` list with the exact sprite names. Do not use the Storybook MCP projection for discovery when the JSON catalog is available.
11
+ - Read [src/agent-references/icons-catalog.json](../../src/agent-references/icons-catalog.json) first. It contains one entry per `baseName` and a `variants` list with the exact sprite names. Do not use the Storybook MCP projection for discovery when the JSON catalog is available.
12
12
 
13
13
  For a targeted lookup, search the full JSON rather than reading an arbitrary slice:
14
14
 
15
15
  ```sh
16
16
  jq '.icons[] | select(.baseName | test("search|glass"; "i"))' \
17
- libs/shared/unity/icons/src/agent-references/icons.json
17
+ libs/shared/unity/icons/src/agent-references/icons-catalog.json
18
18
  ```
19
19
 
20
20
  ## Standard operating procedure