@entur/icons 6.15.2 → 6.15.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.
Files changed (2) hide show
  1. package/dist/styles.css +139 -2
  2. package/package.json +3 -3
package/dist/styles.css CHANGED
@@ -1,5 +1,142 @@
1
- @import '~@entur/tokens/dist/base.css';
2
- @import '~@entur/tokens/dist/transport.css';
1
+ /* DO NOT CHANGE!*/
2
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
3
+ /* DO NOT CHANGE!*/
4
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
5
+ /* DO NOT CHANGE!*/
6
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
7
+ /* DO NOT CHANGE!*/
8
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
9
+ [data-color-mode=light],
10
+ :root {
11
+ --basecolors-frame-contrast: #181c56;
12
+ --basecolors-frame-contrastalt: #393d79;
13
+ --basecolors-frame-default: #ffffff;
14
+ --basecolors-frame-elevated: #ffffff;
15
+ --basecolors-frame-elevatedalt: #f6f6f9;
16
+ --basecolors-frame-subdued: #d9dae8;
17
+ --basecolors-frame-tint: #f6f6f9;
18
+ --basecolors-shape-accent: #181c56;
19
+ --basecolors-shape-bicycle-contrast: #00db9b;
20
+ --basecolors-shape-bicycle-default: #388f76;
21
+ --basecolors-shape-bus-contrast: #ff6392;
22
+ --basecolors-shape-bus-default: #c5044e;
23
+ --basecolors-shape-cableway-contrast: #b482fb;
24
+ --basecolors-shape-cableway-default: #78469a;
25
+ --basecolors-shape-disabled: #6e6f73;
26
+ --basecolors-shape-disabledalt: #b6b8ba;
27
+ --basecolors-shape-ferry-contrast: #6fdfff;
28
+ --basecolors-shape-ferry-default: #0c6693;
29
+ --basecolors-shape-funicular-contrast: #b482fb;
30
+ --basecolors-shape-funicular-default: #78469a;
31
+ --basecolors-shape-helicopter-contrast: #fbafea;
32
+ --basecolors-shape-helicopter-default: #800664;
33
+ --basecolors-shape-highlight: #ff5959;
34
+ --basecolors-shape-light: #ffffff;
35
+ --basecolors-shape-mask: #ffffff;
36
+ --basecolors-shape-maskalt: #ffffff;
37
+ --basecolors-shape-metro-contrast: #f08901;
38
+ --basecolors-shape-metro-default: #bf5826;
39
+ --basecolors-shape-mobility-contrast: #00db9b;
40
+ --basecolors-shape-mobility-default: #388f76;
41
+ --basecolors-shape-plane-contrast: #fbafea;
42
+ --basecolors-shape-plane-default: #800664;
43
+ --basecolors-shape-subdued: #626493;
44
+ --basecolors-shape-subduedalt: #d9dae8;
45
+ --basecolors-shape-taxi-contrast: #ffe082;
46
+ --basecolors-shape-taxi-default: #3d3e40;
47
+ --basecolors-shape-train-contrast: #42a5f5;
48
+ --basecolors-shape-train-default: #00367f;
49
+ --basecolors-shape-tram-contrast: #b482fb;
50
+ --basecolors-shape-tram-default: #78469a;
51
+ --basecolors-shape-walk-contrast: #8284ab;
52
+ --basecolors-shape-walk-default: #8d8e9c;
53
+ --basecolors-shape-airportlinkbus-contrast: #fbafea;
54
+ --basecolors-shape-airportlinkbus-default: #800664;
55
+ --basecolors-shape-airportlinkrail-contrast: #fbafea;
56
+ --basecolors-shape-airportlinkrail-default: #800664;
57
+ --basecolors-stroke-contrast: #aeb7e2;
58
+ --basecolors-stroke-default: #181c56;
59
+ --basecolors-stroke-disabled: #949699;
60
+ --basecolors-stroke-focus-contrast: #aeb7e2;
61
+ --basecolors-stroke-focus-standard: #181c56;
62
+ --basecolors-stroke-highlight: #ff5959;
63
+ --basecolors-stroke-light: #ffffff;
64
+ --basecolors-stroke-subdued: #8284ab;
65
+ --basecolors-stroke-subduedalt: #e3e6e8;
66
+ --basecolors-text-accent: #181c56;
67
+ --basecolors-text-disabled: #6e6f73;
68
+ --basecolors-text-disabledalt: #b6b8ba;
69
+ --basecolors-text-highlight: #ff5959;
70
+ --basecolors-text-light: #ffffff;
71
+ --basecolors-text-subdued: #626493;
72
+ --basecolors-text-subduedalt: #d9dae8;
73
+ }
74
+
75
+ [data-color-mode=dark] {
76
+ --basecolors-frame-contrast: #212233;
77
+ --basecolors-frame-contrastalt: #141527;
78
+ --basecolors-frame-default: #08091c;
79
+ --basecolors-frame-elevated: rgba(229, 229, 233, 0.1490196078);
80
+ --basecolors-frame-elevatedalt: #464755;
81
+ --basecolors-frame-subdued: #2d2e3e;
82
+ --basecolors-frame-tint: #141527;
83
+ --basecolors-shape-accent: #e5e5e9;
84
+ --basecolors-shape-bicycle-contrast: #4db295;
85
+ --basecolors-shape-bicycle-default: #4db295;
86
+ --basecolors-shape-bus-contrast: #e87a9b;
87
+ --basecolors-shape-bus-default: #e87a9b;
88
+ --basecolors-shape-cableway-contrast: #b898e5;
89
+ --basecolors-shape-cableway-default: #b898e5;
90
+ --basecolors-shape-disabled: #b6b8ba;
91
+ --basecolors-shape-disabledalt: #b3b4bd;
92
+ --basecolors-shape-ferry-contrast: #8ccfe2;
93
+ --basecolors-shape-ferry-default: #8ccfe2;
94
+ --basecolors-shape-funicular-contrast: #b898e5;
95
+ --basecolors-shape-funicular-default: #b898e5;
96
+ --basecolors-shape-helicopter-contrast: #f2b8e5;
97
+ --basecolors-shape-helicopter-default: #f2b8e5;
98
+ --basecolors-shape-highlight: #ff9494;
99
+ --basecolors-shape-light: #e5e5e9;
100
+ --basecolors-shape-mask: #2d2e3e;
101
+ --basecolors-shape-maskalt: #393a49;
102
+ --basecolors-shape-metro-contrast: #dd973c;
103
+ --basecolors-shape-metro-default: #dd973c;
104
+ --basecolors-shape-mobility-contrast: #4db295;
105
+ --basecolors-shape-mobility-default: #4db295;
106
+ --basecolors-shape-plane-contrast: #f2b8e5;
107
+ --basecolors-shape-plane-default: #f2b8e5;
108
+ --basecolors-shape-subdued: #b3b4bd;
109
+ --basecolors-shape-subduedalt: #b3b4bd;
110
+ --basecolors-shape-taxi-contrast: #ffe082;
111
+ --basecolors-shape-taxi-default: #ffe082;
112
+ --basecolors-shape-train-contrast: #60a2d7;
113
+ --basecolors-shape-train-default: #60a2d7;
114
+ --basecolors-shape-tram-contrast: #b898e5;
115
+ --basecolors-shape-tram-default: #b898e5;
116
+ --basecolors-shape-walk-contrast: #8d8e9c;
117
+ --basecolors-shape-walk-default: #8d8e9c;
118
+ --basecolors-shape-airportlinkbus-contrast: #f2b8e5;
119
+ --basecolors-shape-airportlinkbus-default: #f2b8e5;
120
+ --basecolors-shape-airportlinkrail-contrast: #f2b8e5;
121
+ --basecolors-shape-airportlinkrail-default: #f2b8e5;
122
+ --basecolors-stroke-contrast: #aeb7e2;
123
+ --basecolors-stroke-default: #b3b4bd;
124
+ --basecolors-stroke-disabled: #e3e6e8;
125
+ --basecolors-stroke-focus-contrast: #aeb7e2;
126
+ --basecolors-stroke-focus-standard: #aeb7e2;
127
+ --basecolors-stroke-highlight: #ff9494;
128
+ --basecolors-stroke-light: #b3b4bd;
129
+ --basecolors-stroke-subdued: #81828f;
130
+ --basecolors-stroke-subduedalt: #81828f;
131
+ --basecolors-text-accent: #e5e5e9;
132
+ --basecolors-text-disabled: #b6b8ba;
133
+ --basecolors-text-disabledalt: #b6b8ba;
134
+ --basecolors-text-highlight: #ff9494;
135
+ --basecolors-text-light: #e5e5e9;
136
+ --basecolors-text-subdued: #b3b4bd;
137
+ --basecolors-text-subduedalt: #b3b4bd;
138
+ }
139
+
3
140
  :root {
4
141
  --eds-icons: 1;
5
142
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/icons",
3
- "version": "6.15.2",
3
+ "version": "6.15.4",
4
4
  "license": "EUPL-1.2",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",
@@ -46,7 +46,7 @@
46
46
  "rollup": "^2.66.0"
47
47
  },
48
48
  "dependencies": {
49
- "@entur/tokens": "^3.13.1"
49
+ "@entur/tokens": "^3.13.3"
50
50
  },
51
- "gitHead": "d0a435264ccaf7ed8e6b7798c81e876176ce3d4d"
51
+ "gitHead": "89d5de6d31962e236a5c147e129bf915576166b4"
52
52
  }