add INN registration field

This commit is contained in:
smanylov
2026-02-13 19:17:10 +07:00
parent 7aa29bd398
commit 1fec3b2584
9 changed files with 331 additions and 74 deletions
+15 -2
View File
@@ -1,12 +1,12 @@
{
"name": "no-copy-frontend",
"version": "0.17.0",
"version": "0.40.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "no-copy-frontend",
"version": "0.17.0",
"version": "0.40.0",
"dependencies": {
"@react-input/mask": "^2.0.4",
"@tailwindcss/postcss": "^4.1.17",
@@ -26,6 +26,7 @@
"sonner": "^2.0.7",
"swiper": "^12.0.3",
"tailwindcss": "^4.1.17",
"use-debounce": "^10.1.0",
"validator": "^13.15.26",
"zod": "^4.1.13",
"zustand": "^5.0.9"
@@ -7822,6 +7823,18 @@
"punycode": "^2.1.0"
}
},
"node_modules/use-debounce": {
"version": "10.1.0",
"resolved": "https://registry.npmjs.org/use-debounce/-/use-debounce-10.1.0.tgz",
"integrity": "sha512-lu87Za35V3n/MyMoEpD5zJv0k7hCn0p+V/fK2kWD+3k2u3kOCwO593UArbczg1fhfs2rqPEnHpULJ3KmGdDzvg==",
"license": "MIT",
"engines": {
"node": ">= 16.0.0"
},
"peerDependencies": {
"react": "*"
}
},
"node_modules/use-intl": {
"version": "4.5.8",
"resolved": "https://registry.npmjs.org/use-intl/-/use-intl-4.5.8.tgz",