@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.
- package/README.md +10 -8
- 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
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
-
|
|
12
|
-
-
|
|
13
|
-
-
|
|
14
|
-
-
|
|
15
|
-
-
|
|
8
|
+

|
|
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