@digigov/nextjs 0.4.0 → 0.4.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/CHANGELOG.md +6 -1
- package/esm/index.js +1 -1
- package/libs/ui/src/locales/el.d.ts +10 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
# Change Log - @digigov/nextjs
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Wed, 16 Feb 2022 12:49:28 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 0.4.1
|
|
6
|
+
Wed, 16 Feb 2022 12:49:28 GMT
|
|
7
|
+
|
|
8
|
+
_Version update only_
|
|
4
9
|
|
|
5
10
|
## 0.4.0
|
|
6
11
|
Mon, 14 Feb 2022 09:56:29 GMT
|
package/esm/index.js
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
2
|
form: {
|
|
3
|
+
label: {
|
|
4
|
+
day: string;
|
|
5
|
+
month: string;
|
|
6
|
+
year: string;
|
|
7
|
+
};
|
|
3
8
|
error: {
|
|
4
9
|
required: string;
|
|
5
10
|
number: string;
|
|
@@ -10,6 +15,11 @@ declare const _default: {
|
|
|
10
15
|
file_size: string;
|
|
11
16
|
mobile_phone: string;
|
|
12
17
|
uuid4: string;
|
|
18
|
+
date: {
|
|
19
|
+
invalid: string;
|
|
20
|
+
earlier_than: string;
|
|
21
|
+
later_than: string;
|
|
22
|
+
};
|
|
13
23
|
};
|
|
14
24
|
};
|
|
15
25
|
button: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@digigov/nextjs",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.1",
|
|
4
4
|
"description": "next specific utilities for @digigov apps",
|
|
5
5
|
"author": "GRNET Developers <devs@lists.grnet.gr>",
|
|
6
6
|
"license": "MIT",
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"main": "dist/index.js"
|
|
11
11
|
},
|
|
12
12
|
"peerDependencies": {
|
|
13
|
-
"@digigov/ui": "0.
|
|
13
|
+
"@digigov/ui": "0.12.0",
|
|
14
14
|
"@material-ui/core": "4.11.3",
|
|
15
15
|
"@material-ui/icons": "4.11.2",
|
|
16
16
|
"clsx": "1.1.1",
|