@openeuropa/bcl-data-toasts 0.16.0 → 0.17.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-multiple.js +0 -2
- package/data.js +0 -4
- package/package.json +2 -2
package/data-multiple.js
CHANGED
|
@@ -6,7 +6,6 @@ module.exports = {
|
|
|
6
6
|
wrapper_aria_live: "polite",
|
|
7
7
|
with_container: true,
|
|
8
8
|
container_classes: "position-absolute top-0 end-0 p-3",
|
|
9
|
-
attributes: new drupalAttribute(),
|
|
10
9
|
toasts: [
|
|
11
10
|
{
|
|
12
11
|
role: "alert",
|
|
@@ -14,7 +13,6 @@ module.exports = {
|
|
|
14
13
|
header: `<strong class="me-auto">Bootstrap</strong><small class="text-muted">just now</small>`,
|
|
15
14
|
body: "See? Just like this.",
|
|
16
15
|
close_aria_label: "Close",
|
|
17
|
-
attributes: new drupalAttribute(),
|
|
18
16
|
},
|
|
19
17
|
{
|
|
20
18
|
role: "alert",
|
package/data.js
CHANGED
|
@@ -1,13 +1,9 @@
|
|
|
1
|
-
const drupalAttribute = require("drupal-attribute");
|
|
2
|
-
|
|
3
1
|
module.exports = {
|
|
4
|
-
attributes: new drupalAttribute(),
|
|
5
2
|
toasts: [
|
|
6
3
|
{
|
|
7
4
|
role: "alert",
|
|
8
5
|
aria_live: "assertive",
|
|
9
6
|
with_close: false,
|
|
10
|
-
attributes: new drupalAttribute(),
|
|
11
7
|
body: `Hello, world! This is a toast message.
|
|
12
8
|
<div class="mt-2 pt-2 border-top">
|
|
13
9
|
<button type="button" class="btn btn-primary btn-sm me-1">Take action</button>
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@openeuropa/bcl-data-toasts",
|
|
3
3
|
"author": "European Commission",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
|
-
"version": "0.
|
|
5
|
+
"version": "0.17.0",
|
|
6
6
|
"description": "OE Toasts data",
|
|
7
7
|
"publishConfig": {
|
|
8
8
|
"access": "public"
|
|
@@ -20,5 +20,5 @@
|
|
|
20
20
|
"component-library",
|
|
21
21
|
"design-system"
|
|
22
22
|
],
|
|
23
|
-
"gitHead": "
|
|
23
|
+
"gitHead": "07ff24de8a209d80750a32cd52dfe9663fabf8e2"
|
|
24
24
|
}
|