@openeuropa/bcl-data-footer 1.10.7 → 1.10.8

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/data--ec.js +2 -2
  2. package/package.json +2 -2
package/data--ec.js CHANGED
@@ -1,4 +1,4 @@
1
- const drupalAttribute = require("drupal-attribute");
1
+ const { DrupalAttribute } = require("drupal-attribute");
2
2
  const { getDummyText } = require("@openeuropa/bcl-data-utils");
3
3
 
4
4
  module.exports = {
@@ -180,7 +180,7 @@ module.exports = {
180
180
  name: "box-arrow-up-right",
181
181
  size: "xs",
182
182
  path: "/icons.svg",
183
- attributes: new drupalAttribute().addClass(["ms-2"]),
183
+ attributes: new DrupalAttribute().addClass(["ms-2"]),
184
184
  },
185
185
  },
186
186
  {
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@openeuropa/bcl-data-footer",
3
3
  "author": "European Commission",
4
4
  "license": "EUPL-1.2",
5
- "version": "1.10.7",
5
+ "version": "1.10.8",
6
6
  "description": "OE footer data",
7
7
  "publishConfig": {
8
8
  "access": "public"
@@ -20,5 +20,5 @@
20
20
  "component-library",
21
21
  "design-system"
22
22
  ],
23
- "gitHead": "5f7e5c2fd90eceb81c0ffcf52dcf8e3921c3acae"
23
+ "gitHead": "9c2e64443ae179948cbf748c41d438af7a0f2421"
24
24
  }