@digigov/nextjs 0.6.6 → 0.6.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.
Files changed (48) hide show
  1. package/{dist/App.js → App.js} +0 -0
  2. package/CHANGELOG.md +11 -1
  3. package/{dist/Document.js → Document.js} +0 -0
  4. package/{dist/Image.js → Image.js} +0 -0
  5. package/{dist/LICENSE → LICENSE} +0 -0
  6. package/{dist/Link.js → Link.js} +0 -0
  7. package/{dist/es → es}/App.js +0 -0
  8. package/{dist/es → es}/Document.js +0 -0
  9. package/{dist/es → es}/Image.js +0 -0
  10. package/{dist/es → es}/Link.js +0 -0
  11. package/{dist/es → es}/hooks.js +0 -0
  12. package/{dist/es → es}/i18n.js +0 -0
  13. package/{dist/es → es}/index.js +0 -0
  14. package/{dist/esm → esm}/App.js +0 -0
  15. package/{dist/esm → esm}/Document.js +0 -0
  16. package/{dist/esm → esm}/Image.js +0 -0
  17. package/{dist/esm → esm}/Link.js +0 -0
  18. package/{dist/esm → esm}/hooks.js +0 -0
  19. package/{dist/esm → esm}/i18n.js +0 -0
  20. package/{dist/esm → esm}/index.js +1 -1
  21. package/{dist/hooks.js → hooks.js} +0 -0
  22. package/{dist/i18n.js → i18n.js} +0 -0
  23. package/{dist/index.js → index.js} +0 -0
  24. package/{dist/libs → libs}/nextjs/src/App.d.ts +0 -0
  25. package/{dist/libs → libs}/nextjs/src/Document.d.ts +0 -0
  26. package/{dist/libs → libs}/nextjs/src/Image.d.ts +0 -0
  27. package/{dist/libs → libs}/nextjs/src/Link.d.ts +0 -0
  28. package/{dist/libs → libs}/nextjs/src/hooks.d.ts +0 -0
  29. package/{dist/libs → libs}/nextjs/src/i18n.d.ts +0 -0
  30. package/{dist/libs → libs}/nextjs/src/index.d.ts +0 -0
  31. package/{dist/libs → libs}/ui/src/app/App.d.ts +0 -0
  32. package/{dist/libs → libs}/ui/src/app/i18n.d.ts +0 -0
  33. package/{dist/libs → libs}/ui/src/core/Link/index.d.ts +0 -0
  34. package/{dist/libs → libs}/ui/src/locales/el.d.ts +0 -0
  35. package/{dist/libs-ui → libs-ui}/react-core/src/Base/index.d.ts +10 -10
  36. package/{dist/libs-ui → libs-ui}/react-core/src/LinkBase/index.d.ts +0 -0
  37. package/package.json +24 -37
  38. package/.eslintrc.js +0 -3
  39. package/.prettierrc.js +0 -3
  40. package/.rush/temp/operation/build/state.json +0 -3
  41. package/.rush/temp/package-deps_build.json +0 -21
  42. package/.rush/temp/shrinkwrap-deps.json +0 -334
  43. package/CHANGELOG.json +0 -990
  44. package/dist/CHANGELOG.md +0 -275
  45. package/dist/README.md +0 -52
  46. package/dist/package.json +0 -26
  47. package/nextjs.build.log +0 -16
  48. package/tsconfig.json +0 -14
File without changes
package/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  # Change Log - @digigov/nextjs
2
2
 
3
- This log was last generated on Fri, 18 Nov 2022 08:33:43 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 16 Jan 2023 13:05:21 GMT and should not be manually modified.
4
+
5
+ ## 0.6.8
6
+ Mon, 16 Jan 2023 13:05:21 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 0.6.7
11
+ Fri, 02 Dec 2022 11:20:56 GMT
12
+
13
+ _Version update only_
4
14
 
5
15
  ## 0.6.6
6
16
  Fri, 18 Nov 2022 08:33:43 GMT
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -1,4 +1,4 @@
1
- /** @license Digigov v0.6.6
1
+ /** @license Digigov v0.6.8
2
2
  *
3
3
  * This source code is licensed under the BSD-2-Clause license found in the
4
4
  * LICENSE file in the root directory of this source tree.
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -13,25 +13,25 @@ declare type PolymorphicRef<C extends React.ElementType> = React.ComponentPropsW
13
13
  */
14
14
  export declare type BaseProps<C extends React.ElementType> = PolymorphicComponentPropWithRef<C, {
15
15
  /** margin is optional. It has not a default value. */
16
- margin?: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9;
16
+ margin?: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12;
17
17
  /** marginTop is optional. It has not a default value. */
18
- marginTop?: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9;
18
+ marginTop?: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12;
19
19
  /** marginBottom is optional. It has not a default value. */
20
- marginBottom?: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9;
20
+ marginBottom?: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12;
21
21
  /** marginLeft is optional. It has not a default value. */
22
- marginLeft?: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9;
22
+ marginLeft?: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12;
23
23
  /** marginRight is optional. It has not a default value. */
24
- marginRight?: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9;
24
+ marginRight?: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12;
25
25
  /** padding is optional. It has not a default value. */
26
- padding?: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9;
26
+ padding?: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12;
27
27
  /** paddingTop is optional. It has not a default value. */
28
- paddingTop?: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9;
28
+ paddingTop?: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12;
29
29
  /** paddingBottom is optional. It has not a default value. */
30
- paddingBottom?: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9;
30
+ paddingBottom?: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12;
31
31
  /** paddingLeft is optional. It has not a default value. */
32
- paddingLeft?: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9;
32
+ paddingLeft?: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12;
33
33
  /** paddingRight is optional. It has not a default value. */
34
- paddingRight?: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9;
34
+ paddingRight?: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12;
35
35
  /** printHidden is optional. Default value is false. When true, the component is hidden at print. */
36
36
  printHidden?: boolean;
37
37
  }>;
package/package.json CHANGED
@@ -1,39 +1,26 @@
1
1
  {
2
- "name": "@digigov/nextjs",
3
- "version": "0.6.6",
4
- "description": "next specific utilities for @digigov apps",
5
- "author": "GRNET Developers <devs@lists.grnet.gr>",
6
- "license": "BSD-2-Clause",
7
- "main": "dist/index.js",
8
- "module": "src/index.ts",
9
- "publishConfig": {
10
- "main": "dist/index.js"
11
- },
12
- "scripts": {
13
- "lint": "digigov lint",
14
- "test": "digigov test",
15
- "build": "digigov build --subpackages"
16
- },
17
- "peerDependencies": {
18
- "@digigov/ui": "0.28.2",
19
- "@material-ui/core": "4.11.3",
20
- "@material-ui/icons": "4.11.2",
21
- "clsx": "1.1.1",
22
- "i18next": "19.1.0",
23
- "react": "^16.8.0 || ^17.0.0",
24
- "react-dom": "^16.8.0 || ^17.0.0",
25
- "next": "10.0.9",
26
- "react-i18next": "11.3.3"
27
- },
28
- "devDependencies": {
29
- "@digigov/cli": "0.6.3",
30
- "@digigov/cli-lint": "0.5.32",
31
- "@digigov/cli-build": "0.8.3",
32
- "@digigov/cli-test": "0.7.2",
33
- "@types/node": "16.6.2",
34
- "@types/react": "16.9.56",
35
- "@types/react-dom": "16.9.9",
36
- "typescript": "4.2.3"
37
- },
38
- "gitHead": "7237a2d58c6b30979837579e51251543aff0c240"
2
+ "name": "@digigov/nextjs",
3
+ "version": "0.6.8",
4
+ "description": "next specific utilities for @digigov apps",
5
+ "author": "GRNET Developers <devs@lists.grnet.gr>",
6
+ "license": "BSD-2-Clause",
7
+ "main": "dist/index.js",
8
+ "module": "./esm/index.js",
9
+ "publishConfig": {
10
+ "main": "dist/index.js"
11
+ },
12
+ "peerDependencies": {
13
+ "@digigov/ui": "0.29.0",
14
+ "@material-ui/core": "4.11.3",
15
+ "@material-ui/icons": "4.11.2",
16
+ "clsx": "1.1.1",
17
+ "i18next": "19.1.0",
18
+ "react": "^16.8.0 || ^17.0.0",
19
+ "react-dom": "^16.8.0 || ^17.0.0",
20
+ "next": "10.0.9",
21
+ "react-i18next": "11.3.3"
22
+ },
23
+ "gitHead": "7237a2d58c6b30979837579e51251543aff0c240",
24
+ "private": false,
25
+ "typings": "./index.d.ts"
39
26
  }
package/.eslintrc.js DELETED
@@ -1,3 +0,0 @@
1
- module.exports = {
2
- extends: [require.resolve('@digigov/cli-lint/eslint.config')]
3
- }
package/.prettierrc.js DELETED
@@ -1,3 +0,0 @@
1
- module.exports = require('@digigov/cli-lint/prettierrc')();
2
-
3
-
@@ -1,3 +0,0 @@
1
- {
2
- "nonCachedDurationMs": 14872.920249938965
3
- }
@@ -1,21 +0,0 @@
1
- {
2
- "files": {
3
- "libs/nextjs/.rush/temp/shrinkwrap-deps.json": "688688ce8b9af8067243fa4fbcb1638fe03b2ca2",
4
- "libs/nextjs/.eslintrc.js": "e5307e25c30e3c2254b5aea5c1e5b324e186b4b9",
5
- "libs/nextjs/.gitignore": "d7062a709b975e2778d606b10308acfeec5a86c8",
6
- "libs/nextjs/.prettierrc.js": "916426859972c08befeab8aca5b55e95ba714b96",
7
- "libs/nextjs/CHANGELOG.json": "69015ce5d0bdcfaff9927d7f072bfa651a329a36",
8
- "libs/nextjs/CHANGELOG.md": "1da198a272390b3d0bad6dc84ed177b910ba4210",
9
- "libs/nextjs/README.md": "094541c2cbe065b191dab54a4035071636e7846d",
10
- "libs/nextjs/package.json": "b33c3c4c6049350faee73e4f2e368008d5021437",
11
- "libs/nextjs/src/App.tsx": "ce4c34e6d5223836cc4198fec810a97f20ede1aa",
12
- "libs/nextjs/src/Document.tsx": "f154c21d701d4c995c3c6a31a2d14096339b3a3b",
13
- "libs/nextjs/src/Image.tsx": "2c98e9239b77e159501c9e1962b6e219ee6c6641",
14
- "libs/nextjs/src/Link.tsx": "9bcc6bfbd165d6cd75b1c74617781734ea3cc990",
15
- "libs/nextjs/src/hooks.ts": "e5fb5b30d9b5538ca8779dbb4851ad7f30a78ca3",
16
- "libs/nextjs/src/i18n.tsx": "a5018649ef8c38c116784491500a6406ce182cef",
17
- "libs/nextjs/src/index.ts": "e69de29bb2d1d6434b8b29ae775ad8c2e48c5391",
18
- "libs/nextjs/tsconfig.json": "691facb0f8d23561dee8f09fe570ccaa9b447de3"
19
- },
20
- "arguments": "digigov build --subpackages "
21
- }