@entur/alert 0.15.1 → 0.15.3

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 +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.1",
3
+ "version": "0.15.3",
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.5",
31
- "@entur/expand": "^3.4.12",
32
- "@entur/icons": "^6.9.0",
30
+ "@entur/button": "^3.1.7",
31
+ "@entur/expand": "^3.4.14",
32
+ "@entur/icons": "^6.11.0",
33
33
  "@entur/tokens": "^3.10.0",
34
- "@entur/typography": "^1.8.11",
34
+ "@entur/typography": "^1.8.13",
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": "36f7ef81ee8188c701d607dc01124658dfff7265"
43
+ "gitHead": "d1d2a7c625523120a8b4a7fca83794fd827104a4"
44
44
  }