@entur/tab 0.5.2 → 0.5.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 Tab components.
4
4
 
5
- > 💡 Looking for the [documentation](https://design.entur.no/komponenter/layout-og-flater/tab)?
5
+ > 💡 Looking for the [documentation](https://linje.entur.no/komponenter/layout-og-flater/tab)?
6
6
 
7
7
  ## Installation
8
8
 
@@ -14,4 +14,4 @@ yarn add @entur/tab
14
14
 
15
15
  ## Usage
16
16
 
17
- Please refer to the [documentation](https://design.entur.no/komponenter/layout-og-flater/tab) for usage information.
17
+ Please refer to the [documentation](https://linje.entur.no/komponenter/layout-og-flater/tab) for usage information.
package/dist/styles.css CHANGED
@@ -61,6 +61,7 @@
61
61
  :root {
62
62
  --basecolors-frame-contrast: #181c56;
63
63
  --basecolors-frame-contrastalt: #393d79;
64
+ --basecolors-frame-contrastalt-2: #292b6a;
64
65
  --basecolors-frame-default: #ffffff;
65
66
  --basecolors-frame-elevated: #ffffff;
66
67
  --basecolors-frame-elevatedalt: #f6f6f9;
@@ -126,6 +127,7 @@
126
127
  [data-color-mode=dark] {
127
128
  --basecolors-frame-contrast: #212233;
128
129
  --basecolors-frame-contrastalt: #141527;
130
+ --basecolors-frame-contrastalt-2: #08091c;
129
131
  --basecolors-frame-default: #08091c;
130
132
  --basecolors-frame-elevated: rgba(229, 229, 233, 0.1490196078);
131
133
  --basecolors-frame-elevatedalt: #464755;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/tab",
3
- "version": "0.5.2",
3
+ "version": "0.5.4",
4
4
  "license": "EUPL-1.2",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/tab.esm.js",
@@ -26,13 +26,13 @@
26
26
  "react-dom": ">=16.8.0"
27
27
  },
28
28
  "dependencies": {
29
- "@entur/tokens": "^3.18.0",
30
- "@entur/utils": "^0.12.2",
29
+ "@entur/tokens": "^3.19.1",
30
+ "@entur/utils": "^0.12.3",
31
31
  "@reach/tabs": "^0.15.0",
32
32
  "classnames": "^2.3.1"
33
33
  },
34
34
  "devDependencies": {
35
35
  "dts-cli": "2.0.5"
36
36
  },
37
- "gitHead": "8ae7ed09699a63cc7e50d546d54750d8ec066c50"
37
+ "gitHead": "db5f805386b0e22e938d3d0fbc6d283088502658"
38
38
  }