@entur/layout 2.3.9-beta.0 → 2.3.10-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
@@ -437,8 +437,6 @@
437
437
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
438
438
  /* DO NOT CHANGE!*/
439
439
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
440
- /* DO NOT CHANGE!*/
441
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
442
440
  [data-color-mode=light],
443
441
  :root {
444
442
  --components-layout-badge-information-contrast-border: rgba(255, 255, 255, 0);
@@ -732,3 +730,5 @@
732
730
  :root {
733
731
  --eds-layout: 1;
734
732
  }
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.9-beta.0",
3
+ "version": "2.3.10-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.1-beta.0",
31
- "@entur/tokens": "^3.15.0",
32
- "@entur/typography": "^1.8.38-beta.0",
30
+ "@entur/icons": "^6.17.2-beta.0",
31
+ "@entur/tokens": "^3.15.1-beta.0",
32
+ "@entur/typography": "^1.8.39-beta.0",
33
33
  "@entur/utils": "^0.11.1",
34
34
  "classnames": "^2.3.1"
35
35
  },
36
- "gitHead": "09c8ecf6671f83dbfae93ab10f77537888222f70"
36
+ "gitHead": "ea1ac384e3dcc4ad6a5949dbb85c5eb271d5e8a1"
37
37
  }