@entur/layout 2.1.48 → 2.1.50-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 +5 -5
package/dist/styles.css CHANGED
@@ -357,6 +357,9 @@
357
357
  background-color: var(--primary-background-color);
358
358
  color: var(--primary-text-color);
359
359
  }
360
+ :root {
361
+ --eds-layout: 1;
362
+ }
360
363
  /* DO NOT CHANGE!*/
361
364
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
362
365
  .eds-tag {
@@ -386,6 +389,3 @@
386
389
  .eds-tag--compact.eds-tag--trailing-icon .eds-icon {
387
390
  margin-left: 0.25rem;
388
391
  }
389
- :root {
390
- --eds-layout: 1;
391
- }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/layout",
3
- "version": "2.1.48",
3
+ "version": "2.1.50-alpha.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.11.2",
31
- "@entur/tokens": "^3.11.0",
32
- "@entur/typography": "^1.8.15",
30
+ "@entur/icons": "^6.12.1-alpha.0",
31
+ "@entur/tokens": "^3.11.1-alpha.0",
32
+ "@entur/typography": "^1.8.17-alpha.0",
33
33
  "@entur/utils": "^0.9.5",
34
34
  "classnames": "^2.3.1"
35
35
  },
36
- "gitHead": "cd8bd67e916e644093ba1390154ccc96fa6f048f"
36
+ "gitHead": "957d432b3633e7f973ea9ffb0219d21f6b598980"
37
37
  }