@ttoss/react-auth-core 0.2.10 → 0.2.11
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/esm/index.js +486 -539
- package/dist/index.js +485 -539
- package/i18n/compiled/en.json +18 -0
- package/i18n/lang/en.json +12 -0
- package/package.json +11 -11
package/i18n/compiled/en.json
CHANGED
|
@@ -73,6 +73,12 @@
|
|
|
73
73
|
"value": "Reset Password"
|
|
74
74
|
}
|
|
75
75
|
],
|
|
76
|
+
"JEsxDw": [
|
|
77
|
+
{
|
|
78
|
+
"type": 0,
|
|
79
|
+
"value": "Uploading..."
|
|
80
|
+
}
|
|
81
|
+
],
|
|
76
82
|
"KY2T6J": [
|
|
77
83
|
{
|
|
78
84
|
"type": 0,
|
|
@@ -209,6 +215,18 @@
|
|
|
209
215
|
"value": "New Password"
|
|
210
216
|
}
|
|
211
217
|
],
|
|
218
|
+
"fDCMA6": [
|
|
219
|
+
{
|
|
220
|
+
"type": 0,
|
|
221
|
+
"value": "Select Files"
|
|
222
|
+
}
|
|
223
|
+
],
|
|
224
|
+
"gy0Ynb": [
|
|
225
|
+
{
|
|
226
|
+
"type": 0,
|
|
227
|
+
"value": "Click or drag files here"
|
|
228
|
+
}
|
|
229
|
+
],
|
|
212
230
|
"kdFYba": [
|
|
213
231
|
{
|
|
214
232
|
"type": 0,
|
package/i18n/lang/en.json
CHANGED
|
@@ -137,6 +137,18 @@
|
|
|
137
137
|
"defaultMessage": "Confirmation code",
|
|
138
138
|
"description": "Confirmation code"
|
|
139
139
|
},
|
|
140
|
+
"JEsxDw": {
|
|
141
|
+
"module": "@ttoss/components",
|
|
142
|
+
"defaultMessage": "Uploading..."
|
|
143
|
+
},
|
|
144
|
+
"fDCMA6": {
|
|
145
|
+
"module": "@ttoss/components",
|
|
146
|
+
"defaultMessage": "Select Files"
|
|
147
|
+
},
|
|
148
|
+
"gy0Ynb": {
|
|
149
|
+
"module": "@ttoss/components",
|
|
150
|
+
"defaultMessage": "Click or drag files here"
|
|
151
|
+
},
|
|
140
152
|
"D1C6fR": {
|
|
141
153
|
"module": "@ttoss/forms",
|
|
142
154
|
"defaultMessage": "Field must be at least {min} characters",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ttoss/react-auth-core",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.11",
|
|
4
4
|
"description": "Core authentication components and abstractions for React apps.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "ttoss",
|
|
@@ -29,12 +29,12 @@
|
|
|
29
29
|
},
|
|
30
30
|
"peerDependencies": {
|
|
31
31
|
"react": ">=16.8.0",
|
|
32
|
-
"@ttoss/
|
|
32
|
+
"@ttoss/forms": "^0.31.6",
|
|
33
|
+
"@ttoss/components": "^2.4.1",
|
|
33
34
|
"@ttoss/logger": "^0.6.4",
|
|
34
|
-
"@ttoss/
|
|
35
|
-
"@ttoss/react-i18n": "^2.0.
|
|
36
|
-
"@ttoss/ui": "^5.10.0"
|
|
37
|
-
"@ttoss/react-notifications": "^2.4.11"
|
|
35
|
+
"@ttoss/react-notifications": "^2.4.12",
|
|
36
|
+
"@ttoss/react-i18n": "^2.0.15",
|
|
37
|
+
"@ttoss/ui": "^5.10.0"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@jest/globals": "^29.7.0",
|
|
@@ -42,15 +42,15 @@
|
|
|
42
42
|
"jest": "^30.0.4",
|
|
43
43
|
"react": "^19.1.0",
|
|
44
44
|
"tsup": "^8.5.0",
|
|
45
|
+
"@ttoss/components": "^2.4.1",
|
|
45
46
|
"@ttoss/config": "^1.35.6",
|
|
46
|
-
"@ttoss/forms": "^0.31.
|
|
47
|
-
"@ttoss/
|
|
48
|
-
"@ttoss/i18n-cli": "^0.7.31",
|
|
47
|
+
"@ttoss/forms": "^0.31.6",
|
|
48
|
+
"@ttoss/i18n-cli": "^0.7.32",
|
|
49
49
|
"@ttoss/logger": "^0.6.4",
|
|
50
|
-
"@ttoss/react-notifications": "^2.4.
|
|
50
|
+
"@ttoss/react-notifications": "^2.4.12",
|
|
51
51
|
"@ttoss/test-utils": "^2.1.26",
|
|
52
52
|
"@ttoss/ui": "^5.10.0",
|
|
53
|
-
"@ttoss/react-i18n": "^2.0.
|
|
53
|
+
"@ttoss/react-i18n": "^2.0.15"
|
|
54
54
|
},
|
|
55
55
|
"keywords": [
|
|
56
56
|
"React",
|