@entur/alert 0.15.18 → 0.15.19

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.
Files changed (2) hide show
  1. package/dist/styles.css +3 -3
  2. package/package.json +4 -4
package/dist/styles.css CHANGED
@@ -248,9 +248,6 @@
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
- }
254
251
  /* DO NOT CHANGE!*/
255
252
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
256
253
  .eds-expandable-alert-box .eds-alert-box__content {
@@ -296,3 +293,6 @@
296
293
  font-size: 1rem;
297
294
  padding-left: 0.25rem;
298
295
  }
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.18",
3
+ "version": "0.15.19",
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.9",
30
+ "@entur/button": "^3.2.10",
31
31
  "@entur/expand": "^3.4.24",
32
32
  "@entur/icons": "^6.15.0",
33
33
  "@entur/tokens": "^3.12.0",
34
- "@entur/tooltip": "^2.6.45",
34
+ "@entur/tooltip": "^2.6.46",
35
35
  "@entur/typography": "^1.8.23",
36
36
  "@entur/utils": "^0.10.0",
37
37
  "classnames": "^2.3.1",
38
38
  "copy-text-to-clipboard": "^2.2"
39
39
  },
40
- "gitHead": "3842f90322ff4340572e6597baf4ce753a6bf355"
40
+ "gitHead": "9e39bec18ebcbc0ea7b8c07239646eb766c8e23a"
41
41
  }