@entur/alert 0.15.5 → 0.15.7-alpha.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 +7 -7
package/dist/styles.css CHANGED
@@ -247,6 +247,9 @@
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
+ }
250
253
  /* DO NOT CHANGE!*/
251
254
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
252
255
  .eds-expandable-alert-box .eds-alert-box__content {
@@ -292,6 +295,3 @@
292
295
  font-size: 1rem;
293
296
  padding-left: 0.25rem;
294
297
  }
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.5",
3
+ "version": "0.15.7-alpha.0",
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.9",
31
- "@entur/expand": "^3.4.16",
32
- "@entur/icons": "^6.11.2",
33
- "@entur/tokens": "^3.11.0",
34
- "@entur/typography": "^1.8.15",
30
+ "@entur/button": "^3.1.11-alpha.0",
31
+ "@entur/expand": "^3.4.18-alpha.0",
32
+ "@entur/icons": "^6.12.1-alpha.0",
33
+ "@entur/tokens": "^3.11.1-alpha.0",
34
+ "@entur/typography": "^1.8.17-alpha.0",
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": "cd8bd67e916e644093ba1390154ccc96fa6f048f"
43
+ "gitHead": "957d432b3633e7f973ea9ffb0219d21f6b598980"
44
44
  }