@payfit/unity-components 2.57.3 → 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.57.3",
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.57.3"
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.57.3",
112
- "@payfit/unity-themes": "2.57.3"
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",
@@ -127,7 +127,7 @@
127
127
  "@tanstack/intent": "0.3.0",
128
128
  "@tanstack/react-devtools": "0.10.9",
129
129
  "@tanstack/react-form-devtools": "0.2.31",
130
- "@tanstack/react-query": "5.101.2",
130
+ "@tanstack/react-query": "5.101.4",
131
131
  "@tanstack/react-router": "1.170.18",
132
132
  "@tanstack/react-router-devtools": "1.167.0",
133
133
  "@testing-library/dom": "10.4.1",
@@ -157,12 +157,12 @@
157
157
  "vitest": "4.1.10",
158
158
  "@payfit/hr-app-eslint": "0.0.0-use.local",
159
159
  "@payfit/hr-apps-tsconfigs": "0.0.0-use.local",
160
- "@payfit/storybook-config": "0.0.0-use.local",
161
160
  "@payfit/storybook-addon-console-errors": "0.0.0-use.local",
162
- "@payfit/unity-illustrations": "2.57.3",
163
- "@payfit/unity-icons": "2.57.3",
161
+ "@payfit/storybook-config": "0.0.0-use.local",
162
+ "@payfit/unity-icons": "2.58.0",
164
163
  "@payfit/vite-configs": "0.0.0-use.local",
165
- "@payfit/unity-themes": "2.57.3"
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. Expand every identified need into synonyms, interaction patterns, and
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, description, keywords, tags, section, and related entries.
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.