vrfi-design-system 1.0.6 → 1.0.8
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/favicon.ico +0 -0
- package/dist/index.d.ts +32 -30
- package/dist/main.es.js +19789 -20488
- package/dist/main.umd.js +103 -130
- package/dist/style.css +1 -1
- package/package.json +3 -6
- package/dist/logo192.png +0 -0
- package/dist/logo512.png +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vrfi-design-system",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.8",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/main.umd.js",
|
|
@@ -20,6 +20,7 @@
|
|
|
20
20
|
"@hookform/devtools": "^4.3.1",
|
|
21
21
|
"@tanstack/react-query": "^5.36.2",
|
|
22
22
|
"antd": "^5.12.1",
|
|
23
|
+
"antd-country-phone-input": "^4.5.1",
|
|
23
24
|
"axios": "^1.6.2",
|
|
24
25
|
"clsx": "^2.1.1",
|
|
25
26
|
"dayjs": "^1.11.11",
|
|
@@ -28,7 +29,7 @@
|
|
|
28
29
|
"react-dom": "18.2.0",
|
|
29
30
|
"react-hook-form": "^7.52.2",
|
|
30
31
|
"react-otp-input": "^2.4.0",
|
|
31
|
-
"
|
|
32
|
+
"world_countries_lists": "^2.9.0",
|
|
32
33
|
"yup": "1.4.0"
|
|
33
34
|
},
|
|
34
35
|
"scripts": {
|
|
@@ -80,8 +81,6 @@
|
|
|
80
81
|
"@types/node": "^20.10.3",
|
|
81
82
|
"@types/react": "^18.2.42",
|
|
82
83
|
"@types/react-dom": "^18.2.17",
|
|
83
|
-
"@types/react-router-dom": "^5.3.3",
|
|
84
|
-
"@types/storybook-react-router": "^1.0.1",
|
|
85
84
|
"@types/yup": "^0.29.14",
|
|
86
85
|
"@typescript-eslint/eslint-plugin": "^7.2.0",
|
|
87
86
|
"@typescript-eslint/parser": "^7.2.0",
|
|
@@ -103,8 +102,6 @@
|
|
|
103
102
|
"prettier-eslint": "^16.3.0",
|
|
104
103
|
"sass": "^1.69.5",
|
|
105
104
|
"storybook": "^7.6.3",
|
|
106
|
-
"storybook-addon-react-router-v6": "^2.0.10",
|
|
107
|
-
"storybook-react-router": "^1.0.8",
|
|
108
105
|
"typescript": "^4.9.5",
|
|
109
106
|
"vite": "^5.2.11",
|
|
110
107
|
"vite-plugin-dts": "^4.0.2",
|
package/dist/logo192.png
DELETED
|
Binary file
|
package/dist/logo512.png
DELETED
|
Binary file
|