@openeuropa/bcl-data-button-group 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--toolbar.js +2 -2
  2. package/package.json +2 -2
package/data--toolbar.js CHANGED
@@ -1,9 +1,9 @@
1
- const drupalAttribute = require("drupal-attribute");
1
+ const { DrupalAttribute } = require("drupal-attribute");
2
2
 
3
3
  module.exports = {
4
4
  toolbar: true,
5
5
  toolbar_aria_label: "Text here",
6
- attributes: new drupalAttribute().addClass("me-2"),
6
+ attributes: new DrupalAttribute().addClass("me-2"),
7
7
  items: [
8
8
  [
9
9
  {
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@openeuropa/bcl-data-button-group",
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 - BCL data button group",
7
7
  "publishConfig": {
8
8
  "access": "public"
@@ -21,5 +21,5 @@
21
21
  "design-system",
22
22
  "twig"
23
23
  ],
24
- "gitHead": "5f7e5c2fd90eceb81c0ffcf52dcf8e3921c3acae"
24
+ "gitHead": "9c2e64443ae179948cbf748c41d438af7a0f2421"
25
25
  }