@verifiedinc-public/shared-ui-elements 5.25.3 → 5.25.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/dist/components/animation/motions.d.ts +3 -3
- package/dist/components/buttons/ExportToPdfButton.d.ts +5 -5
- package/dist/components/chart/index.mjs +1 -1
- package/dist/components/index.mjs +1 -1
- package/dist/index.mjs +1 -1
- package/dist/shared/{SignupBigNumbers-BdyRxkxu.mjs → SignupBigNumbers-BmjkrWLu.mjs} +1 -1
- package/dist/shared/{index-DzrVH31x.mjs → index-CXAFwdHj.mjs} +16 -16
- package/dist/verifiedinc-public-shared-ui-elements-5.25.1-beta.0.tgz +0 -0
- package/package.json +4 -4
Binary file
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@verifiedinc-public/shared-ui-elements",
|
3
|
-
"version": "5.25.
|
3
|
+
"version": "5.25.5",
|
4
4
|
"description": "A set of UI components, utilities that is shareable with the core apps.",
|
5
5
|
"private": false,
|
6
6
|
"keywords": [],
|
@@ -109,6 +109,7 @@
|
|
109
109
|
"vitest": "^1.6.0"
|
110
110
|
},
|
111
111
|
"peerDependencies": {
|
112
|
+
"@date-fns/tz": "^1.2.0",
|
112
113
|
"@emotion/react": "^11.11.4",
|
113
114
|
"@emotion/styled": "^11.11.5",
|
114
115
|
"@fontsource/lato": "^5.0.21",
|
@@ -130,11 +131,10 @@
|
|
130
131
|
"react-dom": "^18",
|
131
132
|
"react-hook-form": "^7.52.1",
|
132
133
|
"react-imask": "^7.6.1",
|
134
|
+
"react-to-pdf": "^2.0.0",
|
133
135
|
"recharts": ">=2.15.0",
|
134
136
|
"tinycolor2": ">=1.6.0",
|
135
|
-
"zod": "^3.23.8"
|
136
|
-
"@date-fns/tz": "^1.2.0",
|
137
|
-
"react-to-pdf": "^2.0.0"
|
137
|
+
"zod": "^3.23.8"
|
138
138
|
},
|
139
139
|
"optionalDependencies": {
|
140
140
|
"@rollup/rollup-linux-x64-gnu": "4.9.5"
|