@verifiedinc-public/shared-ui-elements 5.25.1-beta.0 → 5.25.1-beta.1
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 +3 -3
- 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-B3HRKeGe.mjs → index-BgIv9aIL.mjs} +14 -14
- package/dist/verifiedinc-public-shared-ui-elements-5.25.1-beta.0.tgz +0 -0
- package/package.json +6 -5
Binary file
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@verifiedinc-public/shared-ui-elements",
|
3
|
-
"version": "5.25.1-beta.
|
3
|
+
"version": "5.25.1-beta.1",
|
4
4
|
"description": "A set of UI components, utilities that is shareable with the core apps.",
|
5
5
|
"private": false,
|
6
6
|
"keywords": [],
|
@@ -60,7 +60,8 @@
|
|
60
60
|
"prebuild": "rm -rf dist",
|
61
61
|
"build": "tsc && vite build && find dist -name '*.mjs' -type f -exec esbuild {} --minify --outfile={} --allow-overwrite \\;",
|
62
62
|
"prepublishOnly": "npm run build",
|
63
|
-
"publish:prerelease": "npm version prerelease --preid=beta && npm publish --tag beta"
|
63
|
+
"publish:prerelease": "npm version prerelease --preid=beta && npm publish --tag beta",
|
64
|
+
"bundle": "npm run build && npm pack --pack-destination ./public"
|
64
65
|
},
|
65
66
|
"devDependencies": {
|
66
67
|
"@chromatic-com/storybook": "^2.0.2",
|
@@ -109,6 +110,7 @@
|
|
109
110
|
"vitest": "^1.6.0"
|
110
111
|
},
|
111
112
|
"peerDependencies": {
|
113
|
+
"@date-fns/tz": "^1.2.0",
|
112
114
|
"@emotion/react": "^11.11.4",
|
113
115
|
"@emotion/styled": "^11.11.5",
|
114
116
|
"@fontsource/lato": "^5.0.21",
|
@@ -130,11 +132,10 @@
|
|
130
132
|
"react-dom": "^18",
|
131
133
|
"react-hook-form": "^7.52.1",
|
132
134
|
"react-imask": "^7.6.1",
|
135
|
+
"react-to-pdf": "^2.0.0",
|
133
136
|
"recharts": ">=2.15.0",
|
134
137
|
"tinycolor2": ">=1.6.0",
|
135
|
-
"zod": "^3.23.8"
|
136
|
-
"@date-fns/tz": "^1.2.0",
|
137
|
-
"react-to-pdf": "^2.0.0"
|
138
|
+
"zod": "^3.23.8"
|
138
139
|
},
|
139
140
|
"optionalDependencies": {
|
140
141
|
"@rollup/rollup-linux-x64-gnu": "4.9.5"
|