@entur/alert 0.15.13-RC.0 → 0.15.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 +8 -8
package/dist/styles.css CHANGED
@@ -237,9 +237,6 @@
237
237
  .eds-contrast .eds-contrast .eds-copyable-text:focus {
238
238
  box-shadow: 0 0 0 0.125rem #181c56, 0 0 0 0.25rem #ffffff;
239
239
  }
240
- :root {
241
- --eds-alert: 1;
242
- }
243
240
  /* DO NOT CHANGE!*/
244
241
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
245
242
  .eds-expandable-alert-box .eds-alert-box__content {
@@ -285,3 +282,6 @@
285
282
  font-size: 1rem;
286
283
  padding-left: 0.25rem;
287
284
  }
285
+ :root {
286
+ --eds-alert: 1;
287
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/alert",
3
- "version": "0.15.13-RC.0",
3
+ "version": "0.15.13",
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.4-RC.0",
31
- "@entur/expand": "^3.4.20-RC.0",
32
- "@entur/icons": "^6.13.1-RC.0",
33
- "@entur/tokens": "^3.11.2-RC.0",
34
- "@entur/tooltip": "^2.6.40-RC.0",
35
- "@entur/typography": "^1.8.19-RC.0",
30
+ "@entur/button": "^3.2.4",
31
+ "@entur/expand": "^3.4.20",
32
+ "@entur/icons": "^6.13.1",
33
+ "@entur/tokens": "^3.11.2",
34
+ "@entur/tooltip": "^2.6.40",
35
+ "@entur/typography": "^1.8.19",
36
36
  "@entur/utils": "^0.9.5",
37
37
  "classnames": "^2.3.1",
38
38
  "copy-text-to-clipboard": "^2.2"
39
39
  },
40
- "gitHead": "ffc1bbef705504dd4e8df8abccc435dd01513ce3"
40
+ "gitHead": "c3e894aeae7247bdaf3ec8636fade3301e605c0e"
41
41
  }