@gov-cy/govcy-frontend-renderer 1.8.0 → 1.8.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.
@@ -1917,8 +1917,14 @@ context.addExport("header", t_9);
1917
1917
  if(runtime.memberLookup((l_params),"id") && runtime.memberLookup((l_params),"errors")) {
1918
1918
  t_2 += "\r\n<div id=\"";
1919
1919
  t_2 += runtime.suppressValue(runtime.memberLookup((l_params),"id"), env.opts.autoescape);
1920
- t_2 += "\" class=\"govcy-alert-error govcy-br-5 govcy-br-danger govcy-p-3\"";
1921
- t_2 += runtime.suppressValue((lineno = 35, colno = 109, runtime.callWrap(t_7, "govcyLangAttribute", context, [runtime.memberLookup((l_params),"lang")])), env.opts.autoescape);
1920
+ t_2 += "\" class=\"govcy-alert-error govcy-br-5 govcy-br-danger govcy-p-3";
1921
+ if(runtime.memberLookup((l_params),"classes")) {
1922
+ t_2 += " ";
1923
+ t_2 += runtime.suppressValue(runtime.memberLookup((l_params),"classes"), env.opts.autoescape);
1924
+ ;
1925
+ }
1926
+ t_2 += "\"";
1927
+ t_2 += runtime.suppressValue((lineno = 35, colno = 164, runtime.callWrap(t_7, "govcyLangAttribute", context, [runtime.memberLookup((l_params),"lang")])), env.opts.autoescape);
1922
1928
  t_2 += ">\r\n <h2 role=\"alert\" id=\"";
1923
1929
  t_2 += runtime.suppressValue(runtime.memberLookup((l_params),"id"), env.opts.autoescape);
1924
1930
  t_2 += "-title\">";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gov-cy/govcy-frontend-renderer",
3
- "version": "1.8.0",
3
+ "version": "1.8.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",