@entur/tokens 3.17.7-beta.0 → 3.19.0
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 +3 -3
- package/dist/base.css +2 -0
- package/dist/base.d.ts +2 -0
- package/dist/base.scss +2 -0
- package/dist/tokens.cjs.development.js +5 -3
- package/dist/tokens.cjs.development.js.map +1 -1
- package/dist/tokens.cjs.production.min.js +1 -1
- package/dist/tokens.cjs.production.min.js.map +1 -1
- package/dist/tokens.esm.js +5 -3
- package/dist/tokens.esm.js.map +1 -1
- package/package.json +2 -2
package/dist/tokens.esm.js
CHANGED
|
@@ -364,6 +364,7 @@ var base = {
|
|
|
364
364
|
"frame": {
|
|
365
365
|
"contrast": "#181c56",
|
|
366
366
|
"contrastalt": "#393d79",
|
|
367
|
+
"contrastalt2": "#292b6a",
|
|
367
368
|
"default": "#ffffff",
|
|
368
369
|
"elevated": "#ffffff",
|
|
369
370
|
"elevatedalt": "#f6f6f9",
|
|
@@ -438,6 +439,7 @@ var base = {
|
|
|
438
439
|
"frame": {
|
|
439
440
|
"contrast": "#212233",
|
|
440
441
|
"contrastalt": "#141527",
|
|
442
|
+
"contrastalt2": "#08091c",
|
|
441
443
|
"default": "#08091c",
|
|
442
444
|
"elevated": "#e5e5e926",
|
|
443
445
|
"elevatedalt": "#464755",
|
|
@@ -448,8 +450,8 @@ var base = {
|
|
|
448
450
|
"accent": "#e5e5e9",
|
|
449
451
|
"bicycleContrast": "#4db295",
|
|
450
452
|
"bicycleDefault": "#4db295",
|
|
451
|
-
"busContrast": "#
|
|
452
|
-
"busDefault": "#
|
|
453
|
+
"busContrast": "#ef7398",
|
|
454
|
+
"busDefault": "#ef7398",
|
|
453
455
|
"cablewayContrast": "#b898e5",
|
|
454
456
|
"cablewayDefault": "#b898e5",
|
|
455
457
|
"disabled": "#b6b8ba",
|
|
@@ -3577,7 +3579,7 @@ var componentColors = {
|
|
|
3577
3579
|
Entur Design Tokens
|
|
3578
3580
|
|
|
3579
3581
|
Hi there 👋 This file contains all the design tokens used in the Entur
|
|
3580
|
-
|
|
3582
|
+
Linje. It's broken up into a few different sections:
|
|
3581
3583
|
|
|
3582
3584
|
- colors
|
|
3583
3585
|
- typography
|