@entur/layout 2.4.1 → 2.4.2

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 +2 -2
  2. package/package.json +4 -4
package/dist/styles.css CHANGED
@@ -385,6 +385,8 @@
385
385
  }
386
386
  /* DO NOT CHANGE!*/
387
387
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
388
+ /* DO NOT CHANGE!*/
389
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
388
390
  .eds-tag {
389
391
  background: #e9e9e9;
390
392
  color: #181c56;
@@ -418,8 +420,6 @@
418
420
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
419
421
  /* DO NOT CHANGE!*/
420
422
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
421
- /* DO NOT CHANGE!*/
422
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
423
423
  [data-color-mode=light],
424
424
  :root {
425
425
  --components-layout-badge-information-contrast-border: rgba(255, 255, 255, 0);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/layout",
3
- "version": "2.4.1",
3
+ "version": "2.4.2",
4
4
  "license": "EUPL-1.2",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/layout.esm.js",
@@ -27,14 +27,14 @@
27
27
  "react-dom": ">=16.8.0"
28
28
  },
29
29
  "dependencies": {
30
- "@entur/icons": "^7.6.1",
30
+ "@entur/icons": "^7.7.0",
31
31
  "@entur/tokens": "^3.17.6",
32
- "@entur/typography": "^1.9.1",
32
+ "@entur/typography": "^1.9.2",
33
33
  "@entur/utils": "^0.12.2",
34
34
  "classnames": "^2.3.1"
35
35
  },
36
36
  "devDependencies": {
37
37
  "dts-cli": "2.0.5"
38
38
  },
39
- "gitHead": "d7798b768ab73d677162cebcf3edd58680dc626f"
39
+ "gitHead": "7c03f458e9c34f5e0fd4f2d23c8eb6a6e47fb669"
40
40
  }