@entur/layout 2.3.11-beta.0 → 2.3.12

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 +5 -5
  2. package/package.json +5 -5
package/dist/styles.css CHANGED
@@ -404,8 +404,6 @@
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. */
409
407
  .eds-tag {
410
408
  background: #e9e9e9;
411
409
  color: #181c56;
@@ -439,6 +437,8 @@
439
437
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
440
438
  /* DO NOT CHANGE!*/
441
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
442
  [data-color-mode=light],
443
443
  :root {
444
444
  --components-layout-badge-information-contrast-border: rgba(255, 255, 255, 0);
@@ -675,8 +675,8 @@
675
675
  --basecolors-shape-accent: #e5e5e9;
676
676
  --basecolors-shape-bicycle-contrast: #4db295;
677
677
  --basecolors-shape-bicycle-default: #4db295;
678
- --basecolors-shape-bus-contrast: #e87a9b;
679
- --basecolors-shape-bus-default: #e87a9b;
678
+ --basecolors-shape-bus-contrast: #ef7398;
679
+ --basecolors-shape-bus-default: #ef7398;
680
680
  --basecolors-shape-cableway-contrast: #b898e5;
681
681
  --basecolors-shape-cableway-default: #b898e5;
682
682
  --basecolors-shape-disabled: #b6b8ba;
@@ -719,7 +719,7 @@
719
719
  --basecolors-stroke-highlight: #ff9494;
720
720
  --basecolors-stroke-light: #b3b4bd;
721
721
  --basecolors-stroke-subdued: #81828f;
722
- --basecolors-stroke-subduedalt: #81828f;
722
+ --basecolors-stroke-subduedalt: #949699;
723
723
  --basecolors-text-accent: #e5e5e9;
724
724
  --basecolors-text-disabled: #b6b8ba;
725
725
  --basecolors-text-disabledalt: #b6b8ba;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/layout",
3
- "version": "2.3.11-beta.0",
3
+ "version": "2.3.12",
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": "^7.0.0-beta.0",
31
- "@entur/tokens": "^3.15.1",
32
- "@entur/typography": "^1.8.40-beta.0",
30
+ "@entur/icons": "^7.0.0",
31
+ "@entur/tokens": "^3.15.2",
32
+ "@entur/typography": "^1.8.41",
33
33
  "@entur/utils": "^0.11.1",
34
34
  "classnames": "^2.3.1"
35
35
  },
36
- "gitHead": "c8e99ab901c06e9faf622f1a1f88e1b0e7e34419"
36
+ "gitHead": "cff2157007648ca73944d215e9f3f03160c96f13"
37
37
  }