@voyantjs/legal-ui 0.35.0 → 0.37.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/i18n/en.js +2 -2
- package/dist/i18n/ro.js +2 -2
- package/package.json +9 -9
package/dist/i18n/en.js
CHANGED
|
@@ -221,8 +221,8 @@ export const legalUiEn = {
|
|
|
221
221
|
priority: "Priority",
|
|
222
222
|
valid: "Valid",
|
|
223
223
|
versionId: "Version ID",
|
|
224
|
-
personId: "Person
|
|
225
|
-
bookingId: "Booking
|
|
224
|
+
personId: "Person",
|
|
225
|
+
bookingId: "Booking",
|
|
226
226
|
method: "Method",
|
|
227
227
|
acceptedAt: "Accepted At",
|
|
228
228
|
sort: "Sort",
|
package/dist/i18n/ro.js
CHANGED
|
@@ -221,8 +221,8 @@ export const legalUiRo = {
|
|
|
221
221
|
priority: "Prioritate",
|
|
222
222
|
valid: "Valid",
|
|
223
223
|
versionId: "ID versiune",
|
|
224
|
-
personId: "
|
|
225
|
-
bookingId: "
|
|
224
|
+
personId: "Persoana",
|
|
225
|
+
bookingId: "Rezervare",
|
|
226
226
|
method: "Metoda",
|
|
227
227
|
acceptedAt: "Acceptat la",
|
|
228
228
|
sort: "Ordine",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@voyantjs/legal-ui",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.37.1",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -45,12 +45,12 @@
|
|
|
45
45
|
"react-dom": "^19.0.0",
|
|
46
46
|
"react-hook-form": "^7.60.0",
|
|
47
47
|
"zod": "^4.3.6",
|
|
48
|
-
"@voyantjs/crm-react": "0.
|
|
49
|
-
"@voyantjs/legal-react": "0.
|
|
50
|
-
"@voyantjs/ui": "0.
|
|
48
|
+
"@voyantjs/crm-react": "0.37.1",
|
|
49
|
+
"@voyantjs/legal-react": "0.37.1",
|
|
50
|
+
"@voyantjs/ui": "0.37.1"
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@voyantjs/i18n": "0.
|
|
53
|
+
"@voyantjs/i18n": "0.37.1"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
56
|
"@tanstack/react-query": "^5.96.2",
|
|
@@ -63,11 +63,11 @@
|
|
|
63
63
|
"typescript": "^6.0.2",
|
|
64
64
|
"vitest": "^4.1.2",
|
|
65
65
|
"zod": "^4.3.6",
|
|
66
|
-
"@voyantjs/crm-react": "0.
|
|
67
|
-
"@voyantjs/i18n": "0.
|
|
68
|
-
"@voyantjs/legal-react": "0.
|
|
66
|
+
"@voyantjs/crm-react": "0.37.1",
|
|
67
|
+
"@voyantjs/i18n": "0.37.1",
|
|
68
|
+
"@voyantjs/legal-react": "0.37.1",
|
|
69
69
|
"@voyantjs/voyant-typescript-config": "0.1.0",
|
|
70
|
-
"@voyantjs/ui": "0.
|
|
70
|
+
"@voyantjs/ui": "0.37.1"
|
|
71
71
|
},
|
|
72
72
|
"files": [
|
|
73
73
|
"dist",
|