@payfit/unity-components 2.57.4 → 2.58.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.58.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.58.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.58.0",
|
|
112
|
+
"@payfit/unity-themes": "2.58.0"
|
|
113
113
|
},
|
|
114
114
|
"devDependencies": {
|
|
115
115
|
"@figma/code-connect": "1.4.9",
|
|
@@ -159,10 +159,10 @@
|
|
|
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/
|
|
164
|
-
"@payfit/unity-themes": "2.
|
|
165
|
-
"@payfit/
|
|
162
|
+
"@payfit/unity-icons": "2.58.0",
|
|
163
|
+
"@payfit/vite-configs": "0.0.0-use.local",
|
|
164
|
+
"@payfit/unity-themes": "2.58.0",
|
|
165
|
+
"@payfit/unity-illustrations": "2.58.0"
|
|
166
166
|
},
|
|
167
167
|
"peerDependenciesMeta": {
|
|
168
168
|
"@hookform/devtools": {
|
|
@@ -33,11 +33,11 @@ rg -i -C 2 'dialog|confirmation|modal' \
|
|
|
33
33
|
1. Build an inventory of distinct interface needs from all task inputs,
|
|
34
34
|
including the primary workflow, surrounding controls, navigation, status
|
|
35
35
|
information, and secondary actions. Do not silently omit peripheral UI.
|
|
36
|
-
2.
|
|
37
|
-
adjacent component terms.
|
|
36
|
+
2. Extract the user's intent and expand it into synonyms, interaction patterns, and adjacent component terms.
|
|
38
37
|
3. Search the complete catalog for every inventory item; do not stop after
|
|
39
38
|
finding components for the primary workflow or at the first plausible hit.
|
|
40
|
-
4. Rank candidates by intent fit,
|
|
39
|
+
4. Rank candidates by intent fit, exact title, keywords, description, tags, section, and related entries. Keywords include alternate names used by other
|
|
40
|
+
design systems as well as broader discovery terms.
|
|
41
41
|
5. Return the best match first. Mention an alternative only when the evidence is genuinely ambiguous.
|
|
42
42
|
6. Search `libs/shared/unity/components/src` to confirm implementation details or locate nearby source.
|
|
43
43
|
7. Inspect Storybook stories only for props, API details, or usage examples after a likely component has been identified. When the Storybook MCP is available, use its curated component manifest or matching Storybook entry as a complementary source for rendered examples; the canonical JSON catalog remains the source of truth for discovery.
|