@payfit/unity-themes 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-themes",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.56.0",
|
|
4
4
|
"main": "./dist/esm/index.js",
|
|
5
5
|
"types": "./dist/esm/index.d.ts",
|
|
6
6
|
"style": "./dist/css/unity.css",
|
|
@@ -71,8 +71,8 @@
|
|
|
71
71
|
"vitest": "4.1.10",
|
|
72
72
|
"@payfit/hr-app-eslint": "0.0.0-use.local",
|
|
73
73
|
"@payfit/hr-apps-tsconfigs": "0.0.0-use.local",
|
|
74
|
-
"@payfit/
|
|
75
|
-
"@payfit/
|
|
74
|
+
"@payfit/vite-configs": "0.0.0-use.local",
|
|
75
|
+
"@payfit/storybook-config": "0.0.0-use.local"
|
|
76
76
|
},
|
|
77
77
|
"peerDependencies": {
|
|
78
78
|
"@fontsource/inter": "5.0.19",
|
|
@@ -11,6 +11,10 @@ metadata:
|
|
|
11
11
|
|
|
12
12
|
## Source order
|
|
13
13
|
|
|
14
|
+
Before implementation, perform a targeted search of
|
|
15
|
+
`tokens-catalog.json` using `rg`, `jq`, or another file-reading command.
|
|
16
|
+
Loading this skill alone does not count as consulting the catalog.
|
|
17
|
+
|
|
14
18
|
1. Read [src/agent-references/tokens-catalog.json](../../src/agent-references/tokens-catalog.json) for exact catalog names, CSS variables, token families, resolved legacy/rebrand values, and references.
|
|
15
19
|
2. If the match is ambiguous or the raw definition is needed, inspect the DTCG files under `tokens/`.
|
|
16
20
|
3. For utility-class syntax and common blueprints, inspect the generated projections under `src/storybook-mcp/` (for example `semantic-surface-colors.mdx`). These files are optimized guides, not the canonical token index.
|