@entur/layout 2.3.10-beta.0 → 2.3.11-beta.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 +2 -2
  2. package/package.json +5 -5
package/dist/styles.css CHANGED
@@ -404,6 +404,8 @@
404
404
  }
405
405
  /* DO NOT CHANGE!*/
406
406
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
407
+ /* DO NOT CHANGE!*/
408
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
407
409
  .eds-tag {
408
410
  background: #e9e9e9;
409
411
  color: #181c56;
@@ -730,5 +732,3 @@
730
732
  :root {
731
733
  --eds-layout: 1;
732
734
  }
733
- /* DO NOT CHANGE!*/
734
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/layout",
3
- "version": "2.3.10-beta.0",
3
+ "version": "2.3.11-beta.0",
4
4
  "license": "EUPL-1.2",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/layout.esm.js",
@@ -27,11 +27,11 @@
27
27
  "react-dom": ">=16.8.0"
28
28
  },
29
29
  "dependencies": {
30
- "@entur/icons": "^6.17.2-beta.0",
31
- "@entur/tokens": "^3.15.1-beta.0",
32
- "@entur/typography": "^1.8.39-beta.0",
30
+ "@entur/icons": "^7.0.0-beta.0",
31
+ "@entur/tokens": "^3.15.1",
32
+ "@entur/typography": "^1.8.40-beta.0",
33
33
  "@entur/utils": "^0.11.1",
34
34
  "classnames": "^2.3.1"
35
35
  },
36
- "gitHead": "ea1ac384e3dcc4ad6a5949dbb85c5eb271d5e8a1"
36
+ "gitHead": "c8e99ab901c06e9faf622f1a1f88e1b0e7e34419"
37
37
  }