@openeuropa/bcl-data-pagination 1.8.2 → 1.9.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.
- package/data--listing.js +1 -1
- package/data.js +2 -2
- package/package.json +2 -2
package/data--listing.js
CHANGED
package/data.js
CHANGED
|
@@ -12,7 +12,7 @@ module.exports = {
|
|
|
12
12
|
path: "/example.html",
|
|
13
13
|
attributes: new drupalAttribute().setAttribute(
|
|
14
14
|
"aria-label",
|
|
15
|
-
"Previous page"
|
|
15
|
+
"Previous page",
|
|
16
16
|
),
|
|
17
17
|
},
|
|
18
18
|
next: {
|
|
@@ -43,6 +43,6 @@ module.exports = {
|
|
|
43
43
|
],
|
|
44
44
|
attributes: new drupalAttribute().setAttribute(
|
|
45
45
|
"aria-label",
|
|
46
|
-
"Test aria label"
|
|
46
|
+
"Test aria label",
|
|
47
47
|
),
|
|
48
48
|
};
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@openeuropa/bcl-data-pagination",
|
|
3
3
|
"author": "European Commission",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
|
-
"version": "1.
|
|
5
|
+
"version": "1.9.1",
|
|
6
6
|
"description": "OE - BCL data pagination",
|
|
7
7
|
"publishConfig": {
|
|
8
8
|
"access": "public"
|
|
@@ -21,5 +21,5 @@
|
|
|
21
21
|
"design-system",
|
|
22
22
|
"twig"
|
|
23
23
|
],
|
|
24
|
-
"gitHead": "
|
|
24
|
+
"gitHead": "70554ede8523da73edc3c786661e687a30fb2315"
|
|
25
25
|
}
|