@entur/typography 1.9.3 → 1.9.5
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 +5 -5
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@ Entur's official font is Nationale and is created by Playtype Foundry, located i
|
|
|
6
6
|
|
|
7
7
|
This package contains styles and React components for all of our typography.
|
|
8
8
|
|
|
9
|
-
> 💡 Looking for the [documentation](https://
|
|
9
|
+
> 💡 Looking for the [documentation](https://linje.entur.no/komponenter/ressurser/typography)?
|
|
10
10
|
|
|
11
11
|
## Installation
|
|
12
12
|
|
|
@@ -18,7 +18,7 @@ yarn add @entur/typography
|
|
|
18
18
|
|
|
19
19
|
## Usage
|
|
20
20
|
|
|
21
|
-
Please refer to the [documentation](https://
|
|
21
|
+
Please refer to the [documentation](https://linje.entur.no/komponenter/ressurser/typography) for usage information.
|
|
22
22
|
|
|
23
23
|
## Licenses
|
|
24
24
|
|
package/dist/styles.css
CHANGED
|
@@ -12,6 +12,7 @@
|
|
|
12
12
|
:root {
|
|
13
13
|
--basecolors-frame-contrast: #181c56;
|
|
14
14
|
--basecolors-frame-contrastalt: #393d79;
|
|
15
|
+
--basecolors-frame-contrastalt-2: #292b6a;
|
|
15
16
|
--basecolors-frame-default: #ffffff;
|
|
16
17
|
--basecolors-frame-elevated: #ffffff;
|
|
17
18
|
--basecolors-frame-elevatedalt: #f6f6f9;
|
|
@@ -77,6 +78,7 @@
|
|
|
77
78
|
[data-color-mode=dark] {
|
|
78
79
|
--basecolors-frame-contrast: #212233;
|
|
79
80
|
--basecolors-frame-contrastalt: #141527;
|
|
81
|
+
--basecolors-frame-contrastalt-2: #08091c;
|
|
80
82
|
--basecolors-frame-default: #08091c;
|
|
81
83
|
--basecolors-frame-elevated: rgba(229, 229, 233, 0.1490196078);
|
|
82
84
|
--basecolors-frame-elevatedalt: #464755;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/typography",
|
|
3
|
-
"version": "1.9.
|
|
3
|
+
"version": "1.9.5",
|
|
4
4
|
"license": "SEE LICENSE IN README.md",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/typography.esm.js",
|
|
@@ -27,14 +27,14 @@
|
|
|
27
27
|
"react-dom": ">=16.8.0"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@entur/icons": "^7.
|
|
31
|
-
"@entur/tokens": "^3.
|
|
32
|
-
"@entur/utils": "^0.12.
|
|
30
|
+
"@entur/icons": "^7.9.0",
|
|
31
|
+
"@entur/tokens": "^3.19.0",
|
|
32
|
+
"@entur/utils": "^0.12.3",
|
|
33
33
|
"classnames": "^2.3.1",
|
|
34
34
|
"normalize-scss": "^8.0.0"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"dts-cli": "2.0.5"
|
|
38
38
|
},
|
|
39
|
-
"gitHead": "
|
|
39
|
+
"gitHead": "e59bee5bf5aa6ab864c96be6cf4979feab287c61"
|
|
40
40
|
}
|