@payfit/unity-components 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-components",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.56.0",
|
|
4
4
|
"module": "./dist/esm/index.js",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -96,7 +96,7 @@
|
|
|
96
96
|
"tailwind-variants": "3.2.2",
|
|
97
97
|
"usehooks-ts": "3.1.1",
|
|
98
98
|
"zod": "4.4.3",
|
|
99
|
-
"@payfit/unity-illustrations": "2.
|
|
99
|
+
"@payfit/unity-illustrations": "2.56.0"
|
|
100
100
|
},
|
|
101
101
|
"peerDependencies": {
|
|
102
102
|
"@hookform/devtools": "^4",
|
|
@@ -108,8 +108,8 @@
|
|
|
108
108
|
"react-hook-form": "^7",
|
|
109
109
|
"react-router-dom": "^5",
|
|
110
110
|
"zod": "^3 || ^4",
|
|
111
|
-
"@payfit/unity-icons": "2.
|
|
112
|
-
"@payfit/unity-themes": "2.
|
|
111
|
+
"@payfit/unity-icons": "2.56.0",
|
|
112
|
+
"@payfit/unity-themes": "2.56.0"
|
|
113
113
|
},
|
|
114
114
|
"devDependencies": {
|
|
115
115
|
"@figma/code-connect": "1.4.9",
|
|
@@ -159,9 +159,9 @@
|
|
|
159
159
|
"@payfit/hr-apps-tsconfigs": "0.0.0-use.local",
|
|
160
160
|
"@payfit/storybook-addon-console-errors": "0.0.0-use.local",
|
|
161
161
|
"@payfit/storybook-config": "0.0.0-use.local",
|
|
162
|
-
"@payfit/unity-icons": "2.
|
|
163
|
-
"@payfit/unity-illustrations": "2.
|
|
164
|
-
"@payfit/unity-themes": "2.
|
|
162
|
+
"@payfit/unity-icons": "2.56.0",
|
|
163
|
+
"@payfit/unity-illustrations": "2.56.0",
|
|
164
|
+
"@payfit/unity-themes": "2.56.0",
|
|
165
165
|
"@payfit/vite-configs": "0.0.0-use.local"
|
|
166
166
|
},
|
|
167
167
|
"peerDependenciesMeta": {
|
|
@@ -23,6 +23,10 @@ used inside `@payfit/unity-components`.
|
|
|
23
23
|
|
|
24
24
|
## Token lookup SOP
|
|
25
25
|
|
|
26
|
+
Before implementation, perform a targeted search of
|
|
27
|
+
`tokens-catalog.json` using `rg`, `jq`, or another file-reading command.
|
|
28
|
+
Loading this skill alone does not count as consulting the catalog.
|
|
29
|
+
|
|
26
30
|
Before adding a token-based utility, search the canonical [Unity token catalog](../../../themes/src/agent-references/tokens-catalog.json).
|
|
27
31
|
Use its exact `name` and `cssVariable`, then consult the generated theme
|
|
28
32
|
blueprints under `../../../themes/src/storybook-mcp/` for common class
|