@entur/icons 8.3.1 → 8.4.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/dist/index.d.ts +1 -0
- package/dist/index.esm.js +202 -186
- package/dist/index.esm.native.js +200 -186
- package/dist/index.js +380 -363
- package/dist/styles.css +6 -12
- package/package.json +3 -3
package/dist/styles.css
CHANGED
|
@@ -218,11 +218,11 @@ p .eds-icon {
|
|
|
218
218
|
color: #b482fb;
|
|
219
219
|
color: var(--basecolors-shape-cableway-contrast);
|
|
220
220
|
}
|
|
221
|
-
.eds-icon__taxi {
|
|
221
|
+
.eds-icon__car, .eds-icon__taxi, .eds-icon__snowcoach {
|
|
222
222
|
color: #3d3e40;
|
|
223
223
|
color: var(--basecolors-shape-taxi-default);
|
|
224
224
|
}
|
|
225
|
-
.eds-contrast .eds-icon__taxi {
|
|
225
|
+
.eds-contrast .eds-icon__car, .eds-contrast .eds-icon__taxi, .eds-contrast .eds-icon__snowcoach {
|
|
226
226
|
color: #ffe082;
|
|
227
227
|
color: var(--basecolors-shape-taxi-contrast);
|
|
228
228
|
}
|
|
@@ -234,11 +234,11 @@ p .eds-icon {
|
|
|
234
234
|
color: #00dbb6;
|
|
235
235
|
color: var(--basecolors-shape-bicycle-contrast);
|
|
236
236
|
}
|
|
237
|
-
.eds-icon__walk {
|
|
237
|
+
.eds-icon__standing, .eds-icon__walk, .eds-icon__strolling, .eds-icon__running {
|
|
238
238
|
color: #8d8e9c;
|
|
239
239
|
color: var(--basecolors-shape-walk-default);
|
|
240
240
|
}
|
|
241
|
-
.eds-contrast .eds-icon__walk {
|
|
241
|
+
.eds-contrast .eds-icon__standing, .eds-contrast .eds-icon__walk, .eds-contrast .eds-icon__strolling, .eds-contrast .eds-icon__running {
|
|
242
242
|
color: #8284ab;
|
|
243
243
|
color: var(--basecolors-shape-walk-contrast);
|
|
244
244
|
}
|
|
@@ -250,20 +250,14 @@ p .eds-icon {
|
|
|
250
250
|
color: #42a5f5;
|
|
251
251
|
color: var(--basecolors-shape-train-contrast);
|
|
252
252
|
}
|
|
253
|
-
.eds-icon__ferry {
|
|
253
|
+
.eds-icon__ferry, .eds-icon__carferry {
|
|
254
254
|
color: #0c6693;
|
|
255
255
|
color: var(--basecolors-shape-ferry-default);
|
|
256
256
|
}
|
|
257
|
-
.eds-contrast .eds-icon__ferry {
|
|
257
|
+
.eds-contrast .eds-icon__ferry, .eds-contrast .eds-icon__carferry {
|
|
258
258
|
color: #6fdfff;
|
|
259
259
|
color: var(--basecolors-shape-ferry-contrast);
|
|
260
260
|
}
|
|
261
|
-
.eds-icon__carferry {
|
|
262
|
-
color: var(--basecolors-shape-carferry-default);
|
|
263
|
-
}
|
|
264
|
-
.eds-contrast .eds-icon__carferry {
|
|
265
|
-
color: var(--basecolors-shape-carferry-contrast);
|
|
266
|
-
}
|
|
267
261
|
.eds-icon__mobility, .eds-icon__citybike, .eds-icon__carsharing {
|
|
268
262
|
color: #0d827e;
|
|
269
263
|
color: var(--basecolors-shape-mobility-default);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/icons",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.4.0",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.esm.js",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"typescript": "^5.9.2"
|
|
58
58
|
},
|
|
59
59
|
"dependencies": {
|
|
60
|
-
"@entur/tokens": "^3.21.
|
|
60
|
+
"@entur/tokens": "^3.21.1"
|
|
61
61
|
},
|
|
62
|
-
"gitHead": "
|
|
62
|
+
"gitHead": "fc1996af692ebbe6c00454abf846cf61e0fe6231"
|
|
63
63
|
}
|