@entur/layout 2.1.55 → 2.1.56

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 +4 -4
package/dist/styles.css CHANGED
@@ -348,6 +348,9 @@
348
348
  width: 0.625rem;
349
349
  border-radius: 50%;
350
350
  }
351
+ :root {
352
+ --eds-layout: 1;
353
+ }
351
354
  /* DO NOT CHANGE!*/
352
355
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
353
356
  .eds-tag {
@@ -377,9 +380,6 @@
377
380
  .eds-tag--compact.eds-tag--trailing-icon .eds-icon {
378
381
  margin-left: 0.25rem;
379
382
  }
380
- :root {
381
- --eds-layout: 1;
382
- }
383
383
  /* DO NOT CHANGE!*/
384
384
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
385
385
  .eds-contrast {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/layout",
3
- "version": "2.1.55",
3
+ "version": "2.1.56",
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.14.0",
30
+ "@entur/icons": "^6.15.0",
31
31
  "@entur/tokens": "^3.12.0",
32
- "@entur/typography": "^1.8.22",
32
+ "@entur/typography": "^1.8.23",
33
33
  "@entur/utils": "^0.10.0",
34
34
  "classnames": "^2.3.1"
35
35
  },
36
- "gitHead": "883677c25c50baf66df6f90c46759d186147921c"
36
+ "gitHead": "3842f90322ff4340572e6597baf4ce753a6bf355"
37
37
  }