@openeuropa/bcl-data-alert 0.21.0 → 0.24.0
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.js +3 -2
- package/package.json +2 -2
package/data.js
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
module.exports = {
|
|
2
|
-
message:
|
|
3
|
-
|
|
2
|
+
message:
|
|
3
|
+
"This is an alert — <strong>check it out!</strong><hr>Whenever you need to, be sure to use margin utilities to keep things nice and tidy.",
|
|
4
|
+
heading: "Hey there!",
|
|
4
5
|
icon_path: "/icons.svg",
|
|
5
6
|
};
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@openeuropa/bcl-data-alert",
|
|
3
3
|
"author": "European Commission",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
|
-
"version": "0.
|
|
5
|
+
"version": "0.24.0",
|
|
6
6
|
"description": "OE - BCL data alert",
|
|
7
7
|
"publishConfig": {
|
|
8
8
|
"access": "public"
|
|
@@ -21,5 +21,5 @@
|
|
|
21
21
|
"design-system",
|
|
22
22
|
"twig"
|
|
23
23
|
],
|
|
24
|
-
"gitHead": "
|
|
24
|
+
"gitHead": "a46bb6bc12771da4667516dc7b0665b00504ade2"
|
|
25
25
|
}
|