nhsuk-decorated-components 0.0.2 → 0.0.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nhsuk-decorated-components",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "description": "Form components for the NHS.UK Design System that require less parameters to collect data",
5
5
  "keywords": [
6
6
  "govuk",
@@ -1,4 +1,4 @@
1
- {% from "checkboxes/macro.njk" import govukCheckboxes as source -%}
2
- {%- macro govukCheckboxes(params) -%}
1
+ {% from "checkboxes/macro.njk" import checkboxes as source -%}
2
+ {%- macro checkboxes(params) -%}
3
3
  {{- source(decorate(params, params.decorate)) -}}
4
4
  {%- endmacro %}