@entur/tokens 3.19.2 → 3.20.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.
@@ -64,14 +64,14 @@
64
64
  --dark-airportlinkbus-transparent: #f2b8e526;
65
65
  --dark-airportlinkrail: #f2b8e5;
66
66
  --dark-airportlinkrail-transparent: #f2b8e526;
67
- --standard-bicycle: #388f76;
67
+ --standard-bicycle: #33826b;
68
68
  --standard-bus: #c5044e;
69
69
  --standard-bus-transparent: #c5044e26;
70
70
  --standard-cableway: #78469a;
71
71
  --standard-cableway-transparent: #78469a26;
72
72
  --standard-carferry: #0c6693;
73
73
  --standard-carferry-transparent: #0c669326;
74
- --standard-citybike: #388f76;
74
+ --standard-citybike: #33826b;
75
75
  --standard-ferry: #0c6693;
76
76
  --standard-ferry-transparent: #0c669326;
77
77
  --standard-funicular: #78469a;
@@ -80,7 +80,7 @@
80
80
  --standard-helicopter-transparent: #80066426;
81
81
  --standard-metro: #bf5826;
82
82
  --standard-metro-transparent: #bf582626;
83
- --standard-mobility: #388f76;
83
+ --standard-mobility: #33826b;
84
84
  --standard-neutral: #181c56;
85
85
  --standard-plane: #800664;
86
86
  --standard-plane-transparent: #80066426;
@@ -0,0 +1,101 @@
1
+ export declare const transport: {
2
+ contrast: {
3
+ bicycle: string;
4
+ bus: string;
5
+ busTransparent: string;
6
+ cableway: string;
7
+ cablewayTransparent: string;
8
+ carferry: string;
9
+ carferryTransparent: string;
10
+ citybike: string;
11
+ ferry: string;
12
+ ferryTransparent: string;
13
+ funicular: string;
14
+ funicularTransparent: string;
15
+ helicopter: string;
16
+ helicopterTransparent: string;
17
+ metro: string;
18
+ metroTransparent: string;
19
+ mobility: string;
20
+ neutral: string;
21
+ plane: string;
22
+ planeTransparent: string;
23
+ taxi: string;
24
+ taxiTransparent: string;
25
+ train: string;
26
+ trainTransparent: string;
27
+ tram: string;
28
+ tramTransparent: string;
29
+ walk: string;
30
+ airportlinkbus: string;
31
+ airportlinkbusTransparent: string;
32
+ airportlinkrail: string;
33
+ airportlinkrailTransparent: string;
34
+ };
35
+ dark: {
36
+ bicycle: string;
37
+ bus: string;
38
+ busTransparent: string;
39
+ cableway: string;
40
+ cablewayTransparent: string;
41
+ carferry: string;
42
+ carferryTransparent: string;
43
+ citybike: string;
44
+ ferry: string;
45
+ ferryTransparent: string;
46
+ funicular: string;
47
+ funicularTransparent: string;
48
+ helicopter: string;
49
+ helicopterTransparent: string;
50
+ metro: string;
51
+ metroTransparent: string;
52
+ mobility: string;
53
+ neutral: string;
54
+ plane: string;
55
+ planeTransparent: string;
56
+ taxi: string;
57
+ taxiTransparent: string;
58
+ train: string;
59
+ trainTransparent: string;
60
+ tram: string;
61
+ tramTransparent: string;
62
+ walk: string;
63
+ airportlinkbus: string;
64
+ airportlinkbusTransparent: string;
65
+ airportlinkrail: string;
66
+ airportlinkrailTransparent: string;
67
+ };
68
+ standard: {
69
+ bicycle: string;
70
+ bus: string;
71
+ busTransparent: string;
72
+ cableway: string;
73
+ cablewayTransparent: string;
74
+ carferry: string;
75
+ carferryTransparent: string;
76
+ citybike: string;
77
+ ferry: string;
78
+ ferryTransparent: string;
79
+ funicular: string;
80
+ funicularTransparent: string;
81
+ helicopter: string;
82
+ helicopterTransparent: string;
83
+ metro: string;
84
+ metroTransparent: string;
85
+ mobility: string;
86
+ neutral: string;
87
+ plane: string;
88
+ planeTransparent: string;
89
+ taxi: string;
90
+ taxiTransparent: string;
91
+ train: string;
92
+ trainTransparent: string;
93
+ tram: string;
94
+ tramTransparent: string;
95
+ walk: string;
96
+ airportlinkbus: string;
97
+ airportlinkbusTransparent: string;
98
+ airportlinkrail: string;
99
+ airportlinkrailTransparent: string;
100
+ };
101
+ };
@@ -64,14 +64,14 @@
64
64
  @dark-airportlinkbus-transparent: #f2b8e526;
65
65
  @dark-airportlinkrail: #f2b8e5;
66
66
  @dark-airportlinkrail-transparent: #f2b8e526;
67
- @standard-bicycle: #388f76;
67
+ @standard-bicycle: #33826b;
68
68
  @standard-bus: #c5044e;
69
69
  @standard-bus-transparent: #c5044e26;
70
70
  @standard-cableway: #78469a;
71
71
  @standard-cableway-transparent: #78469a26;
72
72
  @standard-carferry: #0c6693;
73
73
  @standard-carferry-transparent: #0c669326;
74
- @standard-citybike: #388f76;
74
+ @standard-citybike: #33826b;
75
75
  @standard-ferry: #0c6693;
76
76
  @standard-ferry-transparent: #0c669326;
77
77
  @standard-funicular: #78469a;
@@ -80,7 +80,7 @@
80
80
  @standard-helicopter-transparent: #80066426;
81
81
  @standard-metro: #bf5826;
82
82
  @standard-metro-transparent: #bf582626;
83
- @standard-mobility: #388f76;
83
+ @standard-mobility: #33826b;
84
84
  @standard-neutral: #181c56;
85
85
  @standard-plane: #800664;
86
86
  @standard-plane-transparent: #80066426;
@@ -64,14 +64,14 @@ $dark-airportlinkbus: #f2b8e5;
64
64
  $dark-airportlinkbus-transparent: #f2b8e526;
65
65
  $dark-airportlinkrail: #f2b8e5;
66
66
  $dark-airportlinkrail-transparent: #f2b8e526;
67
- $standard-bicycle: #388f76;
67
+ $standard-bicycle: #33826b;
68
68
  $standard-bus: #c5044e;
69
69
  $standard-bus-transparent: #c5044e26;
70
70
  $standard-cableway: #78469a;
71
71
  $standard-cableway-transparent: #78469a26;
72
72
  $standard-carferry: #0c6693;
73
73
  $standard-carferry-transparent: #0c669326;
74
- $standard-citybike: #388f76;
74
+ $standard-citybike: #33826b;
75
75
  $standard-ferry: #0c6693;
76
76
  $standard-ferry-transparent: #0c669326;
77
77
  $standard-funicular: #78469a;
@@ -80,7 +80,7 @@ $standard-helicopter: #800664;
80
80
  $standard-helicopter-transparent: #80066426;
81
81
  $standard-metro: #bf5826;
82
82
  $standard-metro-transparent: #bf582626;
83
- $standard-mobility: #388f76;
83
+ $standard-mobility: #33826b;
84
84
  $standard-neutral: #181c56;
85
85
  $standard-plane: #800664;
86
86
  $standard-plane-transparent: #80066426;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/tokens",
3
- "version": "3.19.2",
3
+ "version": "3.20.0",
4
4
  "license": "EUPL-1.2",
5
5
  "main": "dist/tokens.cjs.js",
6
6
  "module": "dist/tokens.esm.js",
@@ -46,5 +46,5 @@
46
46
  "flat": "^5.0.2",
47
47
  "hex-rgb": "^4.3.0"
48
48
  },
49
- "gitHead": "268fb2f3387485206586a7c4c6f2a058f824f5d6"
49
+ "gitHead": "121225eb41428c01d02eeaa81669651cb9499456"
50
50
  }