@entur/alert 0.14.11 → 0.14.13

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 +5 -5
package/dist/styles.css CHANGED
@@ -232,9 +232,6 @@
232
232
  display: block;
233
233
  color: #181c56;
234
234
  }
235
- :root {
236
- --eds-alert: 1;
237
- }
238
235
  /* DO NOT CHANGE!*/
239
236
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
240
237
  .eds-expandable-alert-box .eds-alert-box__content {
@@ -280,3 +277,6 @@
280
277
  font-size: 1rem;
281
278
  padding-left: 0.25rem;
282
279
  }
280
+ :root {
281
+ --eds-alert: 1;
282
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/alert",
3
- "version": "0.14.11",
3
+ "version": "0.14.13",
4
4
  "license": "EUPL-1.2",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/alert.esm.js",
@@ -27,10 +27,10 @@
27
27
  "react-dom": ">=16.8.0"
28
28
  },
29
29
  "dependencies": {
30
- "@entur/expand": "^3.4.9",
31
- "@entur/icons": "^6.5.0",
30
+ "@entur/expand": "^3.4.11",
31
+ "@entur/icons": "^6.8.0",
32
32
  "@entur/tokens": "^3.10.0",
33
- "@entur/typography": "^1.8.8",
33
+ "@entur/typography": "^1.8.10",
34
34
  "@entur/utils": "^0.9.5",
35
35
  "classnames": "^2.3.1",
36
36
  "copy-text-to-clipboard": "^2.2"
@@ -39,5 +39,5 @@
39
39
  "node": "16.17.0",
40
40
  "yarn": "1.22.19"
41
41
  },
42
- "gitHead": "9b8d4e5d2e6f7a74256371e30ebef43e046c9338"
42
+ "gitHead": "9e5cbcf10c3e18dff42f0afb3b4cb40df557c14c"
43
43
  }