@gov-cy/govcy-frontend-renderer 1.14.1 → 1.14.3
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 +2 -2
- package/dist/govcyCompiledTemplates.browser.js +1394 -1261
- package/package.json +1 -1
- package/src/njk/elements/backLink.njk +2 -2
- package/src/njk/elements/checkboxes.njk +3 -3
- package/src/njk/elements/dateInput.njk +16 -16
- package/src/njk/elements/errorMessage.njk +2 -2
- package/src/njk/elements/errorSummary.njk +2 -2
- package/src/njk/elements/fileView.njk +3 -3
- package/src/njk/elements/progressList.njk +5 -110
- package/src/njk/elements/radios.njk +4 -4
- package/src/njk/elements/stepByStepStatic.njk +4 -4
- package/src/njk/elements/summaryList.njk +3 -3
- package/src/njk/elements/taskList.njk +2 -2
- package/src/njk/elements/textArea.njk +5 -5
- package/src/njk/elements/userName.njk +3 -3
- package/src/njk/layouts/govcyBase.njk +2 -2
- package/src/njk/utilities/govcyUtilities.njk +56 -0
package/README.md
CHANGED
|
@@ -14,11 +14,11 @@ The rendered HTML should:
|
|
|
14
14
|
- Allow multiple languages
|
|
15
15
|
- Be tested
|
|
16
16
|
|
|
17
|
-
|
|
17
|
+
Though the project is not intended to be used for production purposes and does provide any guaranties, your welcome to try it.
|
|
18
18
|
|
|
19
19
|
The project uses [nunjucks](https://mozilla.github.io/nunjucks/) templates to built the html.
|
|
20
20
|
|
|
21
|
-
The package currently works with the **version 3.
|
|
21
|
+
The package currently works with the **version 3.2.0** of the design system.
|
|
22
22
|
|
|
23
23
|
## Features
|
|
24
24
|
|