@entur/alert 0.15.1 → 0.15.2
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 +6 -6
package/dist/styles.css
CHANGED
|
@@ -247,9 +247,6 @@
|
|
|
247
247
|
.eds-contrast .eds-contrast .eds-copyable-text:focus {
|
|
248
248
|
box-shadow: 0 0 0 0.125rem #181c56, 0 0 0 0.25rem #ffffff;
|
|
249
249
|
}
|
|
250
|
-
:root {
|
|
251
|
-
--eds-alert: 1;
|
|
252
|
-
}
|
|
253
250
|
/* DO NOT CHANGE!*/
|
|
254
251
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
255
252
|
.eds-expandable-alert-box .eds-alert-box__content {
|
|
@@ -295,3 +292,6 @@
|
|
|
295
292
|
font-size: 1rem;
|
|
296
293
|
padding-left: 0.25rem;
|
|
297
294
|
}
|
|
295
|
+
:root {
|
|
296
|
+
--eds-alert: 1;
|
|
297
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/alert",
|
|
3
|
-
"version": "0.15.
|
|
3
|
+
"version": "0.15.2",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/alert.esm.js",
|
|
@@ -27,11 +27,11 @@
|
|
|
27
27
|
"react-dom": ">=16.8.0"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@entur/button": "^3.1.
|
|
31
|
-
"@entur/expand": "^3.4.
|
|
32
|
-
"@entur/icons": "^6.
|
|
30
|
+
"@entur/button": "^3.1.6",
|
|
31
|
+
"@entur/expand": "^3.4.13",
|
|
32
|
+
"@entur/icons": "^6.10.0",
|
|
33
33
|
"@entur/tokens": "^3.10.0",
|
|
34
|
-
"@entur/typography": "^1.8.
|
|
34
|
+
"@entur/typography": "^1.8.12",
|
|
35
35
|
"@entur/utils": "^0.9.5",
|
|
36
36
|
"classnames": "^2.3.1",
|
|
37
37
|
"copy-text-to-clipboard": "^2.2"
|
|
@@ -40,5 +40,5 @@
|
|
|
40
40
|
"node": "16.17.0",
|
|
41
41
|
"yarn": "1.22.19"
|
|
42
42
|
},
|
|
43
|
-
"gitHead": "
|
|
43
|
+
"gitHead": "9e97f6db17e2ad5096603ba20d568601059ca53e"
|
|
44
44
|
}
|