@payfit/unity-components 2.46.4 → 2.46.5
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 +22 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@payfit/unity-components",
|
|
3
|
-
"version": "2.46.
|
|
3
|
+
"version": "2.46.5",
|
|
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,7 @@
|
|
|
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.
|
|
61
|
+
"@payfit/unity-illustrations": "2.46.5",
|
|
47
62
|
"@radix-ui/react-avatar": "1.1.11",
|
|
48
63
|
"@radix-ui/react-slot": "1.2.4",
|
|
49
64
|
"@react-aria/interactions": "3.28.0",
|
|
@@ -75,8 +90,8 @@
|
|
|
75
90
|
},
|
|
76
91
|
"peerDependencies": {
|
|
77
92
|
"@hookform/devtools": "^4",
|
|
78
|
-
"@payfit/unity-icons": "2.46.
|
|
79
|
-
"@payfit/unity-themes": "2.46.
|
|
93
|
+
"@payfit/unity-icons": "2.46.5",
|
|
94
|
+
"@payfit/unity-themes": "2.46.5",
|
|
80
95
|
"@storybook/react-vite": "^10.3.2",
|
|
81
96
|
"@tanstack/react-query": "^5",
|
|
82
97
|
"@tanstack/react-router": "^1.131",
|
|
@@ -91,9 +106,9 @@
|
|
|
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.
|
|
95
|
-
"@payfit/unity-illustrations": "2.46.
|
|
96
|
-
"@payfit/unity-themes": "2.46.
|
|
109
|
+
"@payfit/unity-icons": "2.46.5",
|
|
110
|
+
"@payfit/unity-illustrations": "2.46.5",
|
|
111
|
+
"@payfit/unity-themes": "2.46.5",
|
|
97
112
|
"@storybook/addon-a11y": "10.4.1",
|
|
98
113
|
"@storybook/addon-designs": "11.1.3",
|
|
99
114
|
"@storybook/addon-docs": "10.4.1",
|