@payfit/unity-components 2.13.6 → 2.14.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/dist/esm/components/alert/figma/Alert.figma.d.ts +7 -0
- package/dist/esm/components/badge/figma/Badge.figma.d.ts +9 -0
- package/dist/esm/components/breadcrumbs/figma/Breadcrumbs.figma.d.ts +7 -0
- package/dist/esm/components/button/figma/Button.figma.d.ts +7 -0
- package/dist/esm/components/card/figma/Card.figma.d.ts +7 -0
- package/dist/esm/components/icon-button/figma/CircularIconButton.figma.d.ts +7 -0
- package/dist/esm/components/icon-button/figma/IconButton.figma.d.ts +7 -0
- package/dist/esm/components/link/figma/Link.figma.d.ts +7 -0
- package/dist/esm/components/payfit-brand/figma/PayFitBrand.figma.d.ts +7 -0
- package/dist/esm/components/pill/figma/Pill.figma.d.ts +7 -0
- package/dist/esm/components/spinner/figma/Spinner.figma.d.ts +7 -0
- package/dist/esm/components/tabs/figma/Tabs.figma.d.ts +6 -0
- package/dist/esm/components/tooltip/figma/Tooltip.figma.d.ts +7 -0
- package/dist/esm/integrations/tanstack-router/components/breadcrumbs/figma/Breadcrumbs.figma.d.ts +7 -0
- package/dist/esm/integrations/tanstack-router/components/link/figma/Link.figma.d.ts +7 -0
- package/package.json +9 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@payfit/unity-components",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.14.0",
|
|
4
4
|
"module": "./dist/esm/index.js",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"@hookform/devtools": "4.4.0",
|
|
43
43
|
"@hookform/resolvers": "5.2.1",
|
|
44
44
|
"@internationalized/date": "3.12.0",
|
|
45
|
-
"@payfit/unity-illustrations": "2.
|
|
45
|
+
"@payfit/unity-illustrations": "2.14.0",
|
|
46
46
|
"@radix-ui/react-avatar": "1.1.11",
|
|
47
47
|
"@radix-ui/react-slot": "1.2.4",
|
|
48
48
|
"@react-aria/interactions": "3.27.1",
|
|
@@ -74,8 +74,8 @@
|
|
|
74
74
|
},
|
|
75
75
|
"peerDependencies": {
|
|
76
76
|
"@hookform/devtools": "^4",
|
|
77
|
-
"@payfit/unity-icons": "2.
|
|
78
|
-
"@payfit/unity-themes": "2.
|
|
77
|
+
"@payfit/unity-icons": "2.14.0",
|
|
78
|
+
"@payfit/unity-themes": "2.14.0",
|
|
79
79
|
"@storybook/react-vite": "^10.2.2",
|
|
80
80
|
"@tanstack/react-query": "^5",
|
|
81
81
|
"@tanstack/react-router": "^1.131",
|
|
@@ -87,6 +87,7 @@
|
|
|
87
87
|
"zod": "^3 || ^4"
|
|
88
88
|
},
|
|
89
89
|
"devDependencies": {
|
|
90
|
+
"@figma/code-connect": "1.4.1",
|
|
90
91
|
"@hookform/devtools": "4.4.0",
|
|
91
92
|
"@internationalized/date": "3.12.0",
|
|
92
93
|
"@payfit/code-pushup-tools": "0.0.0-use.local",
|
|
@@ -94,11 +95,12 @@
|
|
|
94
95
|
"@payfit/hr-apps-tsconfigs": "0.0.0-use.local",
|
|
95
96
|
"@payfit/storybook-addon-console-errors": "0.0.0-use.local",
|
|
96
97
|
"@payfit/storybook-config": "0.0.0-use.local",
|
|
97
|
-
"@payfit/unity-icons": "2.
|
|
98
|
-
"@payfit/unity-illustrations": "2.
|
|
99
|
-
"@payfit/unity-themes": "2.
|
|
98
|
+
"@payfit/unity-icons": "2.14.0",
|
|
99
|
+
"@payfit/unity-illustrations": "2.14.0",
|
|
100
|
+
"@payfit/unity-themes": "2.14.0",
|
|
100
101
|
"@payfit/vite-configs": "0.0.0-use.local",
|
|
101
102
|
"@storybook/addon-a11y": "10.2.15",
|
|
103
|
+
"@storybook/addon-designs": "11.1.1",
|
|
102
104
|
"@storybook/addon-docs": "10.2.15",
|
|
103
105
|
"@storybook/addon-links": "10.2.15",
|
|
104
106
|
"@storybook/addon-vitest": "10.2.15",
|