@entur/alert 0.15.15 → 0.15.16
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/dist/styles.css +3 -3
- package/package.json +7 -7
package/dist/styles.css
CHANGED
|
@@ -248,6 +248,9 @@
|
|
|
248
248
|
.eds-contrast .eds-contrast .eds-copyable-text .eds-contrast .eds-copyable-text__button:focus {
|
|
249
249
|
outline: 2px solid #181c56;
|
|
250
250
|
}
|
|
251
|
+
:root {
|
|
252
|
+
--eds-alert: 1;
|
|
253
|
+
}
|
|
251
254
|
/* DO NOT CHANGE!*/
|
|
252
255
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
253
256
|
.eds-expandable-alert-box .eds-alert-box__content {
|
|
@@ -293,6 +296,3 @@
|
|
|
293
296
|
font-size: 1rem;
|
|
294
297
|
padding-left: 0.25rem;
|
|
295
298
|
}
|
|
296
|
-
:root {
|
|
297
|
-
--eds-alert: 1;
|
|
298
|
-
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/alert",
|
|
3
|
-
"version": "0.15.
|
|
3
|
+
"version": "0.15.16",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/alert.esm.js",
|
|
@@ -27,15 +27,15 @@
|
|
|
27
27
|
"react-dom": ">=16.8.0"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@entur/button": "^3.2.
|
|
31
|
-
"@entur/expand": "^3.4.
|
|
30
|
+
"@entur/button": "^3.2.7",
|
|
31
|
+
"@entur/expand": "^3.4.22",
|
|
32
32
|
"@entur/icons": "^6.13.2",
|
|
33
33
|
"@entur/tokens": "^3.12.0",
|
|
34
|
-
"@entur/tooltip": "^2.6.
|
|
35
|
-
"@entur/typography": "^1.8.
|
|
36
|
-
"@entur/utils": "^0.
|
|
34
|
+
"@entur/tooltip": "^2.6.43",
|
|
35
|
+
"@entur/typography": "^1.8.21",
|
|
36
|
+
"@entur/utils": "^0.10.0",
|
|
37
37
|
"classnames": "^2.3.1",
|
|
38
38
|
"copy-text-to-clipboard": "^2.2"
|
|
39
39
|
},
|
|
40
|
-
"gitHead": "
|
|
40
|
+
"gitHead": "55899d49a6bab285199abb7c6709da8088e5a2e3"
|
|
41
41
|
}
|