@payfit/unity-components 2.46.4 → 2.46.6
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 +24 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@payfit/unity-components",
|
|
3
|
-
"version": "2.46.
|
|
3
|
+
"version": "2.46.6",
|
|
4
4
|
"module": "./dist/esm/index.js",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -13,6 +13,11 @@
|
|
|
13
13
|
"hrAppsLocalDev": "./src/index.ts",
|
|
14
14
|
"types": "./dist/esm/index.d.ts",
|
|
15
15
|
"default": "./dist/esm/index.js"
|
|
16
|
+
},
|
|
17
|
+
"module-sync": {
|
|
18
|
+
"types": "./dist/esm/index.d.ts",
|
|
19
|
+
"hrAppsLocalDev": "./dist/esm/index.js",
|
|
20
|
+
"default": "./dist/esm/index.js"
|
|
16
21
|
}
|
|
17
22
|
},
|
|
18
23
|
"./integrations/tanstack-router": {
|
|
@@ -20,6 +25,11 @@
|
|
|
20
25
|
"hrAppsLocalDev": "./src/integrations/tanstack-router/index.ts",
|
|
21
26
|
"types": "./dist/esm/integrations/tanstack-router/index.d.ts",
|
|
22
27
|
"default": "./dist/esm/integrations/tanstack-router.js"
|
|
28
|
+
},
|
|
29
|
+
"module-sync": {
|
|
30
|
+
"types": "./dist/esm/integrations/tanstack-router/index.d.ts",
|
|
31
|
+
"hrAppsLocalDev": "./dist/esm/integrations/tanstack-router.js",
|
|
32
|
+
"default": "./dist/esm/integrations/tanstack-router.js"
|
|
23
33
|
}
|
|
24
34
|
},
|
|
25
35
|
"./testing-utils/storybook": {
|
|
@@ -27,6 +37,11 @@
|
|
|
27
37
|
"hrAppsLocalDev": "./src/index.storybook-testing.ts",
|
|
28
38
|
"types": "./dist/esm/index.storybook-testing.d.ts",
|
|
29
39
|
"default": "./dist/esm/storybook-testing.js"
|
|
40
|
+
},
|
|
41
|
+
"module-sync": {
|
|
42
|
+
"types": "./dist/esm/index.storybook-testing.d.ts",
|
|
43
|
+
"hrAppsLocalDev": "./dist/esm/storybook-testing.js",
|
|
44
|
+
"default": "./dist/esm/storybook-testing.js"
|
|
30
45
|
}
|
|
31
46
|
},
|
|
32
47
|
"./i18n/*.json": "./i18n/*.json",
|
|
@@ -43,7 +58,6 @@
|
|
|
43
58
|
"@hookform/devtools": "4.4.0",
|
|
44
59
|
"@hookform/resolvers": "5.2.1",
|
|
45
60
|
"@internationalized/date": "3.12.1",
|
|
46
|
-
"@payfit/unity-illustrations": "2.46.4",
|
|
47
61
|
"@radix-ui/react-avatar": "1.1.11",
|
|
48
62
|
"@radix-ui/react-slot": "1.2.4",
|
|
49
63
|
"@react-aria/interactions": "3.28.0",
|
|
@@ -71,12 +85,11 @@
|
|
|
71
85
|
"storybook": "10.4.1",
|
|
72
86
|
"tailwind-variants": "3.2.2",
|
|
73
87
|
"usehooks-ts": "3.1.1",
|
|
74
|
-
"zod": "4.4.3"
|
|
88
|
+
"zod": "4.4.3",
|
|
89
|
+
"@payfit/unity-illustrations": "2.46.6"
|
|
75
90
|
},
|
|
76
91
|
"peerDependencies": {
|
|
77
92
|
"@hookform/devtools": "^4",
|
|
78
|
-
"@payfit/unity-icons": "2.46.4",
|
|
79
|
-
"@payfit/unity-themes": "2.46.4",
|
|
80
93
|
"@storybook/react-vite": "^10.3.2",
|
|
81
94
|
"@tanstack/react-query": "^5",
|
|
82
95
|
"@tanstack/react-router": "^1.131",
|
|
@@ -84,16 +97,15 @@
|
|
|
84
97
|
"@tanstack/react-table": "^8",
|
|
85
98
|
"react-hook-form": "^7",
|
|
86
99
|
"react-router-dom": "^5",
|
|
87
|
-
"zod": "^3 || ^4"
|
|
100
|
+
"zod": "^3 || ^4",
|
|
101
|
+
"@payfit/unity-icons": "2.46.6",
|
|
102
|
+
"@payfit/unity-themes": "2.46.6"
|
|
88
103
|
},
|
|
89
104
|
"devDependencies": {
|
|
90
105
|
"@figma/code-connect": "1.4.3",
|
|
91
106
|
"@github-ui/storybook-addon-performance-panel": "1.1.4",
|
|
92
107
|
"@hookform/devtools": "4.4.0",
|
|
93
108
|
"@internationalized/date": "3.12.1",
|
|
94
|
-
"@payfit/unity-icons": "2.46.4",
|
|
95
|
-
"@payfit/unity-illustrations": "2.46.4",
|
|
96
|
-
"@payfit/unity-themes": "2.46.4",
|
|
97
109
|
"@storybook/addon-a11y": "10.4.1",
|
|
98
110
|
"@storybook/addon-designs": "11.1.3",
|
|
99
111
|
"@storybook/addon-docs": "10.4.1",
|
|
@@ -137,6 +149,9 @@
|
|
|
137
149
|
"@payfit/hr-apps-tsconfigs": "0.0.0-use.local",
|
|
138
150
|
"@payfit/storybook-addon-console-errors": "0.0.0-use.local",
|
|
139
151
|
"@payfit/storybook-config": "0.0.0-use.local",
|
|
152
|
+
"@payfit/unity-icons": "2.46.6",
|
|
153
|
+
"@payfit/unity-illustrations": "2.46.6",
|
|
154
|
+
"@payfit/unity-themes": "2.46.6",
|
|
140
155
|
"@payfit/vite-configs": "0.0.0-use.local"
|
|
141
156
|
},
|
|
142
157
|
"peerDependenciesMeta": {
|