@entur/tab 0.5.2 → 0.5.3
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 +2 -2
- package/dist/styles.css +2 -0
- package/package.json +4 -4
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://
|
|
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://
|
|
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.
|
|
3
|
+
"version": "0.5.3",
|
|
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.
|
|
30
|
-
"@entur/utils": "^0.12.
|
|
29
|
+
"@entur/tokens": "^3.19.0",
|
|
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": "
|
|
37
|
+
"gitHead": "bfd8f62e4735cc13d55e50bc8747535d72aaf679"
|
|
38
38
|
}
|