@entur/alert 0.15.12 → 0.15.13-RC.0

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,6 +237,9 @@
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
+ }
240
243
  /* DO NOT CHANGE!*/
241
244
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
242
245
  .eds-expandable-alert-box .eds-alert-box__content {
@@ -282,6 +285,3 @@
282
285
  font-size: 1rem;
283
286
  padding-left: 0.25rem;
284
287
  }
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.12",
3
+ "version": "0.15.13-RC.0",
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.3",
31
- "@entur/expand": "^3.4.19",
32
- "@entur/icons": "^6.13.0",
33
- "@entur/tokens": "^3.11.1",
34
- "@entur/tooltip": "^2.6.39",
35
- "@entur/typography": "^1.8.18",
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",
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": "6ed8313cccd09a829e045ed445dd54951c706ace"
40
+ "gitHead": "ffc1bbef705504dd4e8df8abccc435dd01513ce3"
41
41
  }