@gov-cy/govcy-frontend-renderer 1.16.0 → 1.16.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.
Files changed (2) hide show
  1. package/README.md +10 -8
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -5,14 +5,16 @@
5
5
 
6
6
  Use this package to render HTML for gov.cy elements, as they are defined in the [Unified Design System](https://gov-cy.github.io/govcy-design-system-docs/), using njk or json templates.
7
7
 
8
- The rendered HTML should:
9
- - Be as close of a representation as possible of the design elements as they are defined in the [Unified Design System](https://gov-cy.github.io/govcy-design-system-docs/)
10
- - Include the gov.cy branding
11
- - Use the [govcy design system](https://gov-cy.github.io/govcy-design-system-docs/) css classes and javascript functions
12
- - Use HTML best practices and be valid HTML
13
- - Use accessibility best practices
14
- - Allow multiple languages
15
- - Be tested
8
+ ![govcy-frontend-renderer](DSF-govcy-frontend-renderer.png)
9
+
10
+ The project was developed to support the [gov.cy Unified Design System](https://gov-cy.github.io/govcy-design-system-docs/), so that the rendered HTML:
11
+ - is as close of a representation as possible of the design elements as they are defined in the [Unified Design System](https://gov-cy.github.io/govcy-design-system-docs/)
12
+ - includes the gov.cy branding
13
+ - uses the [govcy design system](https://gov-cy.github.io/govcy-design-system-docs/) css classes and javascript functions
14
+ - uses HTML best practices and be valid HTML
15
+ - uses accessibility best practices
16
+ - allows multiple languages
17
+ - is tested
16
18
 
17
19
  Though the project is not intended to be used for production purposes and does provide any guaranties, your welcome to try it.
18
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gov-cy/govcy-frontend-renderer",
3
- "version": "1.16.0",
3
+ "version": "1.16.1",
4
4
  "description": "Render html for design elements of the Unified design system using njk or json template.",
5
5
  "author": "DMRID - DSF Team",
6
6
  "license": "MIT",