@entur/travel 6.3.2 → 6.3.4

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.
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  This package contains the different Travel components.
4
4
 
5
- > 💡 Looking for the [documentation](https://design.entur.no/komponenter/reise/travelheader)?
5
+ > 💡 Looking for the [documentation](https://linje.entur.no/komponenter/reise/travelheader)?
6
6
 
7
7
  ## Installation
8
8
 
@@ -14,4 +14,4 @@ yarn add @entur/travel
14
14
 
15
15
  ## Usage
16
16
 
17
- Please refer to the [documentation](https://design.entur.no/komponenter/reise/travelheader) for usage information.
17
+ Please refer to the [documentation](https://linje.entur.no/komponenter/reise/travelheader) for usage information.
package/dist/styles.css CHANGED
@@ -857,6 +857,7 @@
857
857
  :root {
858
858
  --basecolors-frame-contrast: #181c56;
859
859
  --basecolors-frame-contrastalt: #393d79;
860
+ --basecolors-frame-contrastalt-2: #292b6a;
860
861
  --basecolors-frame-default: #ffffff;
861
862
  --basecolors-frame-elevated: #ffffff;
862
863
  --basecolors-frame-elevatedalt: #f6f6f9;
@@ -922,6 +923,7 @@
922
923
  [data-color-mode=dark] {
923
924
  --basecolors-frame-contrast: #212233;
924
925
  --basecolors-frame-contrastalt: #141527;
926
+ --basecolors-frame-contrastalt-2: #08091c;
925
927
  --basecolors-frame-default: #08091c;
926
928
  --basecolors-frame-elevated: rgba(229, 229, 233, 0.1490196078);
927
929
  --basecolors-frame-elevatedalt: #464755;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/travel",
3
- "version": "6.3.2",
3
+ "version": "6.3.4",
4
4
  "license": "EUPL-1.2",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/travel.esm.js",
@@ -27,15 +27,15 @@
27
27
  "react-dom": ">=16.8.0"
28
28
  },
29
29
  "dependencies": {
30
- "@entur/form": "^8.2.2",
31
- "@entur/icons": "^7.7.0",
32
- "@entur/layout": "^2.4.2",
33
- "@entur/tokens": "^3.17.6",
34
- "@entur/utils": "^0.12.2",
30
+ "@entur/form": "^8.2.4",
31
+ "@entur/icons": "^7.8.0",
32
+ "@entur/layout": "^3.1.0",
33
+ "@entur/tokens": "^3.19.0",
34
+ "@entur/utils": "^0.12.3",
35
35
  "classnames": "^2.3.1"
36
36
  },
37
37
  "devDependencies": {
38
38
  "dts-cli": "2.0.5"
39
39
  },
40
- "gitHead": "7c03f458e9c34f5e0fd4f2d23c8eb6a6e47fb669"
40
+ "gitHead": "bfd8f62e4735cc13d55e50bc8747535d72aaf679"
41
41
  }