@entur/tokens 3.13.0 → 3.13.2
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/base.less +1 -1
- package/dist/base.scss +1 -1
- package/dist/componentColors.d.ts +46 -0
- package/dist/data.less +1 -1
- package/dist/data.scss +1 -1
- package/dist/primitive.css +1 -0
- package/dist/primitive.d.ts +1 -0
- package/dist/primitive.less +1 -0
- package/dist/primitive.scss +1 -0
- package/dist/semantic.css +1 -0
- package/dist/semantic.d.ts +1 -0
- package/dist/semantic.less +1 -0
- package/dist/semantic.scss +1 -0
- package/dist/tokens.cjs.development.js +51 -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 +51 -3
- package/dist/tokens.esm.js.map +1 -1
- package/package.json +2 -2
package/dist/base.less
CHANGED
package/dist/base.scss
CHANGED
|
@@ -793,6 +793,7 @@ export declare const componentColors: {
|
|
|
793
793
|
fillHover: string;
|
|
794
794
|
icon: string;
|
|
795
795
|
iconDisabled: string;
|
|
796
|
+
iconLabel: string;
|
|
796
797
|
label: string;
|
|
797
798
|
strokeSelected: string;
|
|
798
799
|
text: string;
|
|
@@ -807,6 +808,7 @@ export declare const componentColors: {
|
|
|
807
808
|
fillHover: string;
|
|
808
809
|
icon: string;
|
|
809
810
|
iconDisabled: string;
|
|
811
|
+
iconLabel: string;
|
|
810
812
|
label: string;
|
|
811
813
|
strokeSelected: string;
|
|
812
814
|
text: string;
|
|
@@ -1038,6 +1040,7 @@ export declare const componentColors: {
|
|
|
1038
1040
|
travelSwitch: {
|
|
1039
1041
|
contrast: {
|
|
1040
1042
|
backgroundfalse: string;
|
|
1043
|
+
backgroundtrueAir: string;
|
|
1041
1044
|
backgroundtrueBicycle: string;
|
|
1042
1045
|
backgroundtrueBus: string;
|
|
1043
1046
|
backgroundtrueCableway: string;
|
|
@@ -1049,10 +1052,12 @@ export declare const componentColors: {
|
|
|
1049
1052
|
backgroundtrueMetro: string;
|
|
1050
1053
|
backgroundtrueMobility: string;
|
|
1051
1054
|
backgroundtruePlane: string;
|
|
1055
|
+
backgroundtrueRail: string;
|
|
1052
1056
|
backgroundtrueTaxi: string;
|
|
1053
1057
|
backgroundtrueTrain: string;
|
|
1054
1058
|
backgroundtrueTram: string;
|
|
1055
1059
|
backgroundtrueWalk: string;
|
|
1060
|
+
backgroundtrueWater: string;
|
|
1056
1061
|
backgroundtrueAirportlinkbus: string;
|
|
1057
1062
|
backgroundtrueAirportlinkrail: string;
|
|
1058
1063
|
iconfalse: string;
|
|
@@ -1079,6 +1084,7 @@ export declare const componentColors: {
|
|
|
1079
1084
|
};
|
|
1080
1085
|
standard: {
|
|
1081
1086
|
backgroundfalse: string;
|
|
1087
|
+
backgroundtrueAir: string;
|
|
1082
1088
|
backgroundtrueBicycle: string;
|
|
1083
1089
|
backgroundtrueBus: string;
|
|
1084
1090
|
backgroundtrueCableway: string;
|
|
@@ -1090,10 +1096,12 @@ export declare const componentColors: {
|
|
|
1090
1096
|
backgroundtrueMetro: string;
|
|
1091
1097
|
backgroundtrueMobility: string;
|
|
1092
1098
|
backgroundtruePlane: string;
|
|
1099
|
+
backgroundtrueRail: string;
|
|
1093
1100
|
backgroundtrueTaxi: string;
|
|
1094
1101
|
backgroundtrueTrain: string;
|
|
1095
1102
|
backgroundtrueTram: string;
|
|
1096
1103
|
backgroundtrueWalk: string;
|
|
1104
|
+
backgroundtrueWater: string;
|
|
1097
1105
|
backgroundtrueAirportlinkbus: string;
|
|
1098
1106
|
backgroundtrueAirportlinkrail: string;
|
|
1099
1107
|
iconfalse: string;
|
|
@@ -1108,11 +1116,14 @@ export declare const componentColors: {
|
|
|
1108
1116
|
icontrueMetro: string;
|
|
1109
1117
|
icontrueMobility: string;
|
|
1110
1118
|
icontruePlane: string;
|
|
1119
|
+
icontrueRail: string;
|
|
1111
1120
|
icontrueTaxi: string;
|
|
1112
1121
|
icontrueTrain: string;
|
|
1113
1122
|
icontrueTram: string;
|
|
1114
1123
|
icontrueWalk: string;
|
|
1124
|
+
icontrueWater: string;
|
|
1115
1125
|
icontrueAirportlinkbus: string;
|
|
1126
|
+
icontrueAirportlinkbus2: string;
|
|
1116
1127
|
icontrueAirportlinkrail: string;
|
|
1117
1128
|
switchfillFalse: string;
|
|
1118
1129
|
switchfillTrue: string;
|
|
@@ -1137,6 +1148,7 @@ export declare const componentColors: {
|
|
|
1137
1148
|
iconAirportlinkbusCancled: string;
|
|
1138
1149
|
iconAirportlinkrailCancled: string;
|
|
1139
1150
|
iconborderValidation: string;
|
|
1151
|
+
tagfillAir: string;
|
|
1140
1152
|
tagfillBicycle: string;
|
|
1141
1153
|
tagfillBus: string;
|
|
1142
1154
|
tagfillBusCancled: string;
|
|
@@ -1156,6 +1168,8 @@ export declare const componentColors: {
|
|
|
1156
1168
|
tagfillMobility: string;
|
|
1157
1169
|
tagfillPlane: string;
|
|
1158
1170
|
tagfillPlaneCancled: string;
|
|
1171
|
+
tagfillRail: string;
|
|
1172
|
+
tagfillRailCancled: string;
|
|
1159
1173
|
tagfillTaxi: string;
|
|
1160
1174
|
tagfillTaxiCancled: string;
|
|
1161
1175
|
tagfillTrain: string;
|
|
@@ -1163,7 +1177,10 @@ export declare const componentColors: {
|
|
|
1163
1177
|
tagfillTram: string;
|
|
1164
1178
|
tagfillTramCancled: string;
|
|
1165
1179
|
tagfillWalk: string;
|
|
1180
|
+
tagfillWater: string;
|
|
1181
|
+
tagfillWaterCancled: string;
|
|
1166
1182
|
tagfillAirportlinkbusCancled: string;
|
|
1183
|
+
tagfillAirportlinkbusCancled2: string;
|
|
1167
1184
|
tagfillAirportlinkrail: string;
|
|
1168
1185
|
tagfillAirportlinkrailCancled: string;
|
|
1169
1186
|
tagfillAirportlinkbus: string;
|
|
@@ -1203,6 +1220,8 @@ export declare const componentColors: {
|
|
|
1203
1220
|
iconAirportlinkrailCancled: string;
|
|
1204
1221
|
iconCablewayCancled: string;
|
|
1205
1222
|
iconborderValidation: string;
|
|
1223
|
+
tagfillAir: string;
|
|
1224
|
+
tagfillAirCancled: string;
|
|
1206
1225
|
tagfillBicycle: string;
|
|
1207
1226
|
tagfillBus: string;
|
|
1208
1227
|
tagfillBusCancled: string;
|
|
@@ -1222,6 +1241,8 @@ export declare const componentColors: {
|
|
|
1222
1241
|
tagfillMobility: string;
|
|
1223
1242
|
tagfillPlane: string;
|
|
1224
1243
|
tagfillPlaneCancled: string;
|
|
1244
|
+
tagfillRail: string;
|
|
1245
|
+
tagfillRailCancled: string;
|
|
1225
1246
|
tagfillTaxi: string;
|
|
1226
1247
|
tagfillTaxiCancled: string;
|
|
1227
1248
|
tagfillTrain: string;
|
|
@@ -1229,6 +1250,8 @@ export declare const componentColors: {
|
|
|
1229
1250
|
tagfillTram: string;
|
|
1230
1251
|
tagfillTramCancled: string;
|
|
1231
1252
|
tagfillWalk: string;
|
|
1253
|
+
tagfillWater: string;
|
|
1254
|
+
tagfillWaterCancled: string;
|
|
1232
1255
|
tagfillAirportlinkbus: string;
|
|
1233
1256
|
tagfillAirportlinkbusCancled: string;
|
|
1234
1257
|
tagfillAirportlinkrail: string;
|
|
@@ -2104,6 +2127,7 @@ export declare const componentColors: {
|
|
|
2104
2127
|
fillHover: string;
|
|
2105
2128
|
icon: string;
|
|
2106
2129
|
iconDisabled: string;
|
|
2130
|
+
iconLabel: string;
|
|
2107
2131
|
label: string;
|
|
2108
2132
|
strokeSelected: string;
|
|
2109
2133
|
text: string;
|
|
@@ -2118,6 +2142,7 @@ export declare const componentColors: {
|
|
|
2118
2142
|
fillHover: string;
|
|
2119
2143
|
icon: string;
|
|
2120
2144
|
iconDisabled: string;
|
|
2145
|
+
iconLabel: string;
|
|
2121
2146
|
label: string;
|
|
2122
2147
|
strokeSelected: string;
|
|
2123
2148
|
text: string;
|
|
@@ -2349,6 +2374,7 @@ export declare const componentColors: {
|
|
|
2349
2374
|
travelSwitch: {
|
|
2350
2375
|
contrast: {
|
|
2351
2376
|
backgroundfalse: string;
|
|
2377
|
+
backgroundtrueAir: string;
|
|
2352
2378
|
backgroundtrueBicycle: string;
|
|
2353
2379
|
backgroundtrueBus: string;
|
|
2354
2380
|
backgroundtrueCableway: string;
|
|
@@ -2360,10 +2386,12 @@ export declare const componentColors: {
|
|
|
2360
2386
|
backgroundtrueMetro: string;
|
|
2361
2387
|
backgroundtrueMobility: string;
|
|
2362
2388
|
backgroundtruePlane: string;
|
|
2389
|
+
backgroundtrueRail: string;
|
|
2363
2390
|
backgroundtrueTaxi: string;
|
|
2364
2391
|
backgroundtrueTrain: string;
|
|
2365
2392
|
backgroundtrueTram: string;
|
|
2366
2393
|
backgroundtrueWalk: string;
|
|
2394
|
+
backgroundtrueWater: string;
|
|
2367
2395
|
backgroundtrueAirportlinkbus: string;
|
|
2368
2396
|
backgroundtrueAirportlinkrail: string;
|
|
2369
2397
|
iconfalse: string;
|
|
@@ -2390,6 +2418,7 @@ export declare const componentColors: {
|
|
|
2390
2418
|
};
|
|
2391
2419
|
standard: {
|
|
2392
2420
|
backgroundfalse: string;
|
|
2421
|
+
backgroundtrueAir: string;
|
|
2393
2422
|
backgroundtrueBicycle: string;
|
|
2394
2423
|
backgroundtrueBus: string;
|
|
2395
2424
|
backgroundtrueCableway: string;
|
|
@@ -2401,10 +2430,12 @@ export declare const componentColors: {
|
|
|
2401
2430
|
backgroundtrueMetro: string;
|
|
2402
2431
|
backgroundtrueMobility: string;
|
|
2403
2432
|
backgroundtruePlane: string;
|
|
2433
|
+
backgroundtrueRail: string;
|
|
2404
2434
|
backgroundtrueTaxi: string;
|
|
2405
2435
|
backgroundtrueTrain: string;
|
|
2406
2436
|
backgroundtrueTram: string;
|
|
2407
2437
|
backgroundtrueWalk: string;
|
|
2438
|
+
backgroundtrueWater: string;
|
|
2408
2439
|
backgroundtrueAirportlinkbus: string;
|
|
2409
2440
|
backgroundtrueAirportlinkrail: string;
|
|
2410
2441
|
iconfalse: string;
|
|
@@ -2419,11 +2450,14 @@ export declare const componentColors: {
|
|
|
2419
2450
|
icontrueMetro: string;
|
|
2420
2451
|
icontrueMobility: string;
|
|
2421
2452
|
icontruePlane: string;
|
|
2453
|
+
icontrueRail: string;
|
|
2422
2454
|
icontrueTaxi: string;
|
|
2423
2455
|
icontrueTrain: string;
|
|
2424
2456
|
icontrueTram: string;
|
|
2425
2457
|
icontrueWalk: string;
|
|
2458
|
+
icontrueWater: string;
|
|
2426
2459
|
icontrueAirportlinkbus: string;
|
|
2460
|
+
icontrueAirportlinkbus2: string;
|
|
2427
2461
|
icontrueAirportlinkrail: string;
|
|
2428
2462
|
switchfillFalse: string;
|
|
2429
2463
|
switchfillTrue: string;
|
|
@@ -2448,6 +2482,7 @@ export declare const componentColors: {
|
|
|
2448
2482
|
iconAirportlinkbusCancled: string;
|
|
2449
2483
|
iconAirportlinkrailCancled: string;
|
|
2450
2484
|
iconborderValidation: string;
|
|
2485
|
+
tagfillAir: string;
|
|
2451
2486
|
tagfillBicycle: string;
|
|
2452
2487
|
tagfillBus: string;
|
|
2453
2488
|
tagfillBusCancled: string;
|
|
@@ -2467,6 +2502,8 @@ export declare const componentColors: {
|
|
|
2467
2502
|
tagfillMobility: string;
|
|
2468
2503
|
tagfillPlane: string;
|
|
2469
2504
|
tagfillPlaneCancled: string;
|
|
2505
|
+
tagfillRail: string;
|
|
2506
|
+
tagfillRailCancled: string;
|
|
2470
2507
|
tagfillTaxi: string;
|
|
2471
2508
|
tagfillTaxiCancled: string;
|
|
2472
2509
|
tagfillTrain: string;
|
|
@@ -2474,7 +2511,10 @@ export declare const componentColors: {
|
|
|
2474
2511
|
tagfillTram: string;
|
|
2475
2512
|
tagfillTramCancled: string;
|
|
2476
2513
|
tagfillWalk: string;
|
|
2514
|
+
tagfillWater: string;
|
|
2515
|
+
tagfillWaterCancled: string;
|
|
2477
2516
|
tagfillAirportlinkbusCancled: string;
|
|
2517
|
+
tagfillAirportlinkbusCancled2: string;
|
|
2478
2518
|
tagfillAirportlinkrail: string;
|
|
2479
2519
|
tagfillAirportlinkrailCancled: string;
|
|
2480
2520
|
tagfillAirportlinkbus: string;
|
|
@@ -2514,6 +2554,8 @@ export declare const componentColors: {
|
|
|
2514
2554
|
iconAirportlinkrailCancled: string;
|
|
2515
2555
|
iconCablewayCancled: string;
|
|
2516
2556
|
iconborderValidation: string;
|
|
2557
|
+
tagfillAir: string;
|
|
2558
|
+
tagfillAirCancled: string;
|
|
2517
2559
|
tagfillBicycle: string;
|
|
2518
2560
|
tagfillBus: string;
|
|
2519
2561
|
tagfillBusCancled: string;
|
|
@@ -2533,6 +2575,8 @@ export declare const componentColors: {
|
|
|
2533
2575
|
tagfillMobility: string;
|
|
2534
2576
|
tagfillPlane: string;
|
|
2535
2577
|
tagfillPlaneCancled: string;
|
|
2578
|
+
tagfillRail: string;
|
|
2579
|
+
tagfillRailCancled: string;
|
|
2536
2580
|
tagfillTaxi: string;
|
|
2537
2581
|
tagfillTaxiCancled: string;
|
|
2538
2582
|
tagfillTrain: string;
|
|
@@ -2540,6 +2584,8 @@ export declare const componentColors: {
|
|
|
2540
2584
|
tagfillTram: string;
|
|
2541
2585
|
tagfillTramCancled: string;
|
|
2542
2586
|
tagfillWalk: string;
|
|
2587
|
+
tagfillWater: string;
|
|
2588
|
+
tagfillWaterCancled: string;
|
|
2543
2589
|
tagfillAirportlinkbus: string;
|
|
2544
2590
|
tagfillAirportlinkbusCancled: string;
|
|
2545
2591
|
tagfillAirportlinkrail: string;
|
package/dist/data.less
CHANGED
package/dist/data.scss
CHANGED
package/dist/primitive.css
CHANGED
|
@@ -108,6 +108,7 @@
|
|
|
108
108
|
--transparent-canary-alpha30: #fff4cd4d;
|
|
109
109
|
--transparent-coral-alpha20: #ff949433;
|
|
110
110
|
--transparent-ebony-alpha15: #e5e5e926;
|
|
111
|
+
--transparent-ebony-alpha20: #cccdd44d;
|
|
111
112
|
--transparent-ebony-alpha25: #e5e5e940;
|
|
112
113
|
--transparent-ebony-alpha35: #e5e5e959;
|
|
113
114
|
--transparent-lavender-alpha70: #aeb7e2b2;
|
package/dist/primitive.d.ts
CHANGED
package/dist/primitive.less
CHANGED
|
@@ -108,6 +108,7 @@
|
|
|
108
108
|
@transparent-canary-alpha30: #fff4cd4d;
|
|
109
109
|
@transparent-coral-alpha20: #ff949433;
|
|
110
110
|
@transparent-ebony-alpha15: #e5e5e926;
|
|
111
|
+
@transparent-ebony-alpha20: #cccdd44d;
|
|
111
112
|
@transparent-ebony-alpha25: #e5e5e940;
|
|
112
113
|
@transparent-ebony-alpha35: #e5e5e959;
|
|
113
114
|
@transparent-lavender-alpha70: #aeb7e2b2;
|
package/dist/primitive.scss
CHANGED
|
@@ -108,6 +108,7 @@ $transparent-blue-alpha40: #54568c66;
|
|
|
108
108
|
$transparent-canary-alpha30: #fff4cd4d;
|
|
109
109
|
$transparent-coral-alpha20: #ff949433;
|
|
110
110
|
$transparent-ebony-alpha15: #e5e5e926;
|
|
111
|
+
$transparent-ebony-alpha20: #cccdd44d;
|
|
111
112
|
$transparent-ebony-alpha25: #e5e5e940;
|
|
112
113
|
$transparent-ebony-alpha35: #e5e5e959;
|
|
113
114
|
$transparent-lavender-alpha70: #aeb7e2b2;
|
package/dist/semantic.css
CHANGED
|
@@ -51,6 +51,7 @@
|
|
|
51
51
|
--fill-secondary-hover-light: var(--lavender-20);
|
|
52
52
|
--fill-selected-default-contrast: var(--blue-90);
|
|
53
53
|
--fill-selected-default-dark: var(--ebony-10);
|
|
54
|
+
--fill-selected-default-darkalt: var(--ebony-50);
|
|
54
55
|
--fill-selected-default-light: var(--blue-10);
|
|
55
56
|
--fill-selected-default-neutral: var(--grey-30);
|
|
56
57
|
--fill-selected-hover-contrast: var(--blue-80);
|
package/dist/semantic.d.ts
CHANGED
package/dist/semantic.less
CHANGED
|
@@ -51,6 +51,7 @@
|
|
|
51
51
|
@fill-secondary-hover-light: @lavender-20;
|
|
52
52
|
@fill-selected-default-contrast: @blue-90;
|
|
53
53
|
@fill-selected-default-dark: @ebony-10;
|
|
54
|
+
@fill-selected-default-darkalt: @ebony-50;
|
|
54
55
|
@fill-selected-default-light: @blue-10;
|
|
55
56
|
@fill-selected-default-neutral: @grey-30;
|
|
56
57
|
@fill-selected-hover-contrast: @blue-80;
|
package/dist/semantic.scss
CHANGED
|
@@ -51,6 +51,7 @@ $fill-secondary-hover-contrast: $blue-70;
|
|
|
51
51
|
$fill-secondary-hover-light: $lavender-20;
|
|
52
52
|
$fill-selected-default-contrast: $blue-90;
|
|
53
53
|
$fill-selected-default-dark: $ebony-10;
|
|
54
|
+
$fill-selected-default-darkalt: $ebony-50;
|
|
54
55
|
$fill-selected-default-light: $blue-10;
|
|
55
56
|
$fill-selected-default-neutral: $grey-30;
|
|
56
57
|
$fill-selected-hover-contrast: $blue-80;
|
|
@@ -132,6 +132,7 @@ var primitive = {
|
|
|
132
132
|
canaryAlpha30: "#fff4cd4d",
|
|
133
133
|
coralAlpha20: "#ff949433",
|
|
134
134
|
ebonyAlpha15: "#e5e5e926",
|
|
135
|
+
ebonyAlpha20: "#cccdd44d",
|
|
135
136
|
ebonyAlpha25: "#e5e5e940",
|
|
136
137
|
ebonyAlpha35: "#e5e5e959",
|
|
137
138
|
lavenderAlpha70: "#aeb7e2b2",
|
|
@@ -249,6 +250,7 @@ var semantic = {
|
|
|
249
250
|
"default": {
|
|
250
251
|
contrast: "#393d79",
|
|
251
252
|
dark: "#e5e5e9",
|
|
253
|
+
darkalt: "#81828f",
|
|
252
254
|
light: "#f6f6f9",
|
|
253
255
|
neutral: "#e3e6e8"
|
|
254
256
|
},
|
|
@@ -698,7 +700,7 @@ var componentColors = {
|
|
|
698
700
|
},
|
|
699
701
|
standard: {
|
|
700
702
|
border: "#949699",
|
|
701
|
-
bullet: "#
|
|
703
|
+
bullet: "#81828f",
|
|
702
704
|
fill: "#f6f6f9",
|
|
703
705
|
text: "#181c56",
|
|
704
706
|
textBullet: "#181c56"
|
|
@@ -873,7 +875,7 @@ var componentColors = {
|
|
|
873
875
|
},
|
|
874
876
|
floating: {
|
|
875
877
|
contrast: {
|
|
876
|
-
active: "#
|
|
878
|
+
active: "#d9dae8",
|
|
877
879
|
"default": "#ffffff",
|
|
878
880
|
hover: "#f6f6f9",
|
|
879
881
|
icon: "#181c56",
|
|
@@ -1446,7 +1448,8 @@ var componentColors = {
|
|
|
1446
1448
|
fillHover: "#393d79",
|
|
1447
1449
|
icon: "#ffffff",
|
|
1448
1450
|
iconDisabled: "#b6b8ba",
|
|
1449
|
-
|
|
1451
|
+
iconLabel: "#aeb7e2",
|
|
1452
|
+
label: "#aeb7e2",
|
|
1450
1453
|
strokeSelected: "#ff5959",
|
|
1451
1454
|
text: "#ffffff",
|
|
1452
1455
|
textDisabled: "#b6b8ba"
|
|
@@ -1460,6 +1463,7 @@ var componentColors = {
|
|
|
1460
1463
|
fillHover: "#d9dae8",
|
|
1461
1464
|
icon: "#181c56",
|
|
1462
1465
|
iconDisabled: "#6e6f73",
|
|
1466
|
+
iconLabel: "#626493",
|
|
1463
1467
|
label: "#626493",
|
|
1464
1468
|
strokeSelected: "#181c56",
|
|
1465
1469
|
text: "#181c56",
|
|
@@ -1691,6 +1695,7 @@ var componentColors = {
|
|
|
1691
1695
|
travelSwitch: {
|
|
1692
1696
|
contrast: {
|
|
1693
1697
|
backgroundfalse: "#626493",
|
|
1698
|
+
backgroundtrueAir: "#fbafea",
|
|
1694
1699
|
backgroundtrueBicycle: "#00db9b",
|
|
1695
1700
|
backgroundtrueBus: "#ff6392",
|
|
1696
1701
|
backgroundtrueCableway: "#b482fb",
|
|
@@ -1702,10 +1707,12 @@ var componentColors = {
|
|
|
1702
1707
|
backgroundtrueMetro: "#f08901",
|
|
1703
1708
|
backgroundtrueMobility: "#00db9b",
|
|
1704
1709
|
backgroundtruePlane: "#fbafea",
|
|
1710
|
+
backgroundtrueRail: "#42a5f5",
|
|
1705
1711
|
backgroundtrueTaxi: "#ffe082",
|
|
1706
1712
|
backgroundtrueTrain: "#42a5f5",
|
|
1707
1713
|
backgroundtrueTram: "#b482fb",
|
|
1708
1714
|
backgroundtrueWalk: "#8284ab",
|
|
1715
|
+
backgroundtrueWater: "#6fdfff",
|
|
1709
1716
|
backgroundtrueAirportlinkbus: "#fbafea",
|
|
1710
1717
|
backgroundtrueAirportlinkrail: "#fbafea",
|
|
1711
1718
|
iconfalse: "#626493",
|
|
@@ -1732,6 +1739,7 @@ var componentColors = {
|
|
|
1732
1739
|
},
|
|
1733
1740
|
standard: {
|
|
1734
1741
|
backgroundfalse: "#949699",
|
|
1742
|
+
backgroundtrueAir: "#800664",
|
|
1735
1743
|
backgroundtrueBicycle: "#388f76",
|
|
1736
1744
|
backgroundtrueBus: "#c5044e",
|
|
1737
1745
|
backgroundtrueCableway: "#78469a",
|
|
@@ -1743,10 +1751,12 @@ var componentColors = {
|
|
|
1743
1751
|
backgroundtrueMetro: "#bf5826",
|
|
1744
1752
|
backgroundtrueMobility: "#388f76",
|
|
1745
1753
|
backgroundtruePlane: "#800664",
|
|
1754
|
+
backgroundtrueRail: "#00367f",
|
|
1746
1755
|
backgroundtrueTaxi: "#3d3e40",
|
|
1747
1756
|
backgroundtrueTrain: "#00367f",
|
|
1748
1757
|
backgroundtrueTram: "#78469a",
|
|
1749
1758
|
backgroundtrueWalk: "#8d8e9c",
|
|
1759
|
+
backgroundtrueWater: "#0c6693",
|
|
1750
1760
|
backgroundtrueAirportlinkbus: "#800664",
|
|
1751
1761
|
backgroundtrueAirportlinkrail: "#800664",
|
|
1752
1762
|
iconfalse: "#6e6f73",
|
|
@@ -1761,11 +1771,14 @@ var componentColors = {
|
|
|
1761
1771
|
icontrueMetro: "#bf5826",
|
|
1762
1772
|
icontrueMobility: "#388f76",
|
|
1763
1773
|
icontruePlane: "#800664",
|
|
1774
|
+
icontrueRail: "#00367f",
|
|
1764
1775
|
icontrueTaxi: "#3d3e40",
|
|
1765
1776
|
icontrueTrain: "#00367f",
|
|
1766
1777
|
icontrueTram: "#78469a",
|
|
1767
1778
|
icontrueWalk: "#8d8e9c",
|
|
1779
|
+
icontrueWater: "#0c6693",
|
|
1768
1780
|
icontrueAirportlinkbus: "#800664",
|
|
1781
|
+
icontrueAirportlinkbus2: "#800664",
|
|
1769
1782
|
icontrueAirportlinkrail: "#800664",
|
|
1770
1783
|
switchfillFalse: "#ffffff",
|
|
1771
1784
|
switchfillTrue: "#ffffff",
|
|
@@ -1790,6 +1803,7 @@ var componentColors = {
|
|
|
1790
1803
|
iconAirportlinkbusCancled: "#fbafea",
|
|
1791
1804
|
iconAirportlinkrailCancled: "#fbafea",
|
|
1792
1805
|
iconborderValidation: "#181c56",
|
|
1806
|
+
tagfillAir: "#fbafea",
|
|
1793
1807
|
tagfillBicycle: "#00db9b",
|
|
1794
1808
|
tagfillBus: "#ff6392",
|
|
1795
1809
|
tagfillBusCancled: "#c5044e26",
|
|
@@ -1809,6 +1823,8 @@ var componentColors = {
|
|
|
1809
1823
|
tagfillMobility: "#00db9b",
|
|
1810
1824
|
tagfillPlane: "#fbafea",
|
|
1811
1825
|
tagfillPlaneCancled: "#fbafea26",
|
|
1826
|
+
tagfillRail: "#42a5f5",
|
|
1827
|
+
tagfillRailCancled: "#42a5f526",
|
|
1812
1828
|
tagfillTaxi: "#ffe082",
|
|
1813
1829
|
tagfillTaxiCancled: "#ffe08226",
|
|
1814
1830
|
tagfillTrain: "#42a5f5",
|
|
@@ -1816,7 +1832,10 @@ var componentColors = {
|
|
|
1816
1832
|
tagfillTram: "#b482fb",
|
|
1817
1833
|
tagfillTramCancled: "#b482fb26",
|
|
1818
1834
|
tagfillWalk: "#8284ab",
|
|
1835
|
+
tagfillWater: "#6fdfff",
|
|
1836
|
+
tagfillWaterCancled: "#6fdfff26",
|
|
1819
1837
|
tagfillAirportlinkbusCancled: "#fbafea26",
|
|
1838
|
+
tagfillAirportlinkbusCancled2: "#fbafea26",
|
|
1820
1839
|
tagfillAirportlinkrail: "#fbafea",
|
|
1821
1840
|
tagfillAirportlinkrailCancled: "#fbafea26",
|
|
1822
1841
|
tagfillAirportlinkbus: "#fbafea",
|
|
@@ -1856,6 +1875,8 @@ var componentColors = {
|
|
|
1856
1875
|
iconAirportlinkrailCancled: "#800664",
|
|
1857
1876
|
iconCablewayCancled: "#78469a",
|
|
1858
1877
|
iconborderValidation: "#ffffff",
|
|
1878
|
+
tagfillAir: "#800664",
|
|
1879
|
+
tagfillAirCancled: "#80066426",
|
|
1859
1880
|
tagfillBicycle: "#388f76",
|
|
1860
1881
|
tagfillBus: "#c5044e",
|
|
1861
1882
|
tagfillBusCancled: "#c5044e26",
|
|
@@ -1875,6 +1896,8 @@ var componentColors = {
|
|
|
1875
1896
|
tagfillMobility: "#388f76",
|
|
1876
1897
|
tagfillPlane: "#800664",
|
|
1877
1898
|
tagfillPlaneCancled: "#80066426",
|
|
1899
|
+
tagfillRail: "#00367f",
|
|
1900
|
+
tagfillRailCancled: "#00367f26",
|
|
1878
1901
|
tagfillTaxi: "#3d3e40",
|
|
1879
1902
|
tagfillTaxiCancled: "#3d3e4026",
|
|
1880
1903
|
tagfillTrain: "#00367f",
|
|
@@ -1882,6 +1905,8 @@ var componentColors = {
|
|
|
1882
1905
|
tagfillTram: "#78469a",
|
|
1883
1906
|
tagfillTramCancled: "#78469a26",
|
|
1884
1907
|
tagfillWalk: "#e3e6e8",
|
|
1908
|
+
tagfillWater: "#0c6693",
|
|
1909
|
+
tagfillWaterCancled: "#0c669326",
|
|
1885
1910
|
tagfillAirportlinkbus: "#800664",
|
|
1886
1911
|
tagfillAirportlinkbusCancled: "#80066426",
|
|
1887
1912
|
tagfillAirportlinkrail: "#800664",
|
|
@@ -2757,6 +2782,7 @@ var componentColors = {
|
|
|
2757
2782
|
fillHover: "#e5e5e926",
|
|
2758
2783
|
icon: "#e5e5e9",
|
|
2759
2784
|
iconDisabled: "#949699",
|
|
2785
|
+
iconLabel: "#b3b4bd",
|
|
2760
2786
|
label: "#b3b4bd",
|
|
2761
2787
|
strokeSelected: "#ff9494",
|
|
2762
2788
|
text: "#e5e5e9",
|
|
@@ -2771,6 +2797,7 @@ var componentColors = {
|
|
|
2771
2797
|
fillHover: "#e5e5e926",
|
|
2772
2798
|
icon: "#e5e5e9",
|
|
2773
2799
|
iconDisabled: "#949699",
|
|
2800
|
+
iconLabel: "#b3b4bd",
|
|
2774
2801
|
label: "#b3b4bd",
|
|
2775
2802
|
strokeSelected: "#ff9494",
|
|
2776
2803
|
text: "#e5e5e9",
|
|
@@ -3002,6 +3029,7 @@ var componentColors = {
|
|
|
3002
3029
|
travelSwitch: {
|
|
3003
3030
|
contrast: {
|
|
3004
3031
|
backgroundfalse: "#e5e5e959",
|
|
3032
|
+
backgroundtrueAir: "#f2b8e5",
|
|
3005
3033
|
backgroundtrueBicycle: "#4db295",
|
|
3006
3034
|
backgroundtrueBus: "#e87a9b",
|
|
3007
3035
|
backgroundtrueCableway: "#b898e5",
|
|
@@ -3013,10 +3041,12 @@ var componentColors = {
|
|
|
3013
3041
|
backgroundtrueMetro: "#dd973c",
|
|
3014
3042
|
backgroundtrueMobility: "#4db295",
|
|
3015
3043
|
backgroundtruePlane: "#f2b8e5",
|
|
3044
|
+
backgroundtrueRail: "#60a2d7",
|
|
3016
3045
|
backgroundtrueTaxi: "#ffe082",
|
|
3017
3046
|
backgroundtrueTrain: "#60a2d7",
|
|
3018
3047
|
backgroundtrueTram: "#b898e5",
|
|
3019
3048
|
backgroundtrueWalk: "#8d8e9c",
|
|
3049
|
+
backgroundtrueWater: "#8ccfe2",
|
|
3020
3050
|
backgroundtrueAirportlinkbus: "#f2b8e5",
|
|
3021
3051
|
backgroundtrueAirportlinkrail: "#f2b8e5",
|
|
3022
3052
|
iconfalse: "#b3b4bd",
|
|
@@ -3043,6 +3073,7 @@ var componentColors = {
|
|
|
3043
3073
|
},
|
|
3044
3074
|
standard: {
|
|
3045
3075
|
backgroundfalse: "#e5e5e959",
|
|
3076
|
+
backgroundtrueAir: "#f2b8e5",
|
|
3046
3077
|
backgroundtrueBicycle: "#4db295",
|
|
3047
3078
|
backgroundtrueBus: "#e87a9b",
|
|
3048
3079
|
backgroundtrueCableway: "#b898e5",
|
|
@@ -3054,10 +3085,12 @@ var componentColors = {
|
|
|
3054
3085
|
backgroundtrueMetro: "#dd973c",
|
|
3055
3086
|
backgroundtrueMobility: "#4db295",
|
|
3056
3087
|
backgroundtruePlane: "#f2b8e5",
|
|
3088
|
+
backgroundtrueRail: "#60a2d7",
|
|
3057
3089
|
backgroundtrueTaxi: "#ffe082",
|
|
3058
3090
|
backgroundtrueTrain: "#60a2d7",
|
|
3059
3091
|
backgroundtrueTram: "#b898e5",
|
|
3060
3092
|
backgroundtrueWalk: "#8d8e9c",
|
|
3093
|
+
backgroundtrueWater: "#8ccfe2",
|
|
3061
3094
|
backgroundtrueAirportlinkbus: "#f2b8e5",
|
|
3062
3095
|
backgroundtrueAirportlinkrail: "#f2b8e5",
|
|
3063
3096
|
iconfalse: "#b3b4bd",
|
|
@@ -3072,11 +3105,14 @@ var componentColors = {
|
|
|
3072
3105
|
icontrueMetro: "#dd973c",
|
|
3073
3106
|
icontrueMobility: "#00db9b",
|
|
3074
3107
|
icontruePlane: "#f2b8e5",
|
|
3108
|
+
icontrueRail: "#60a2d7",
|
|
3075
3109
|
icontrueTaxi: "#ffe082",
|
|
3076
3110
|
icontrueTrain: "#60a2d7",
|
|
3077
3111
|
icontrueTram: "#b898e5",
|
|
3078
3112
|
icontrueWalk: "#8d8e9c",
|
|
3113
|
+
icontrueWater: "#8ccfe2",
|
|
3079
3114
|
icontrueAirportlinkbus: "#f2b8e5",
|
|
3115
|
+
icontrueAirportlinkbus2: "#f2b8e5",
|
|
3080
3116
|
icontrueAirportlinkrail: "#f2b8e5",
|
|
3081
3117
|
switchfillFalse: "#08091c",
|
|
3082
3118
|
switchfillTrue: "#08091c",
|
|
@@ -3101,6 +3137,7 @@ var componentColors = {
|
|
|
3101
3137
|
iconAirportlinkbusCancled: "#f2b8e5",
|
|
3102
3138
|
iconAirportlinkrailCancled: "#f2b8e5",
|
|
3103
3139
|
iconborderValidation: "#08091c",
|
|
3140
|
+
tagfillAir: "#f2b8e5",
|
|
3104
3141
|
tagfillBicycle: "#4db295",
|
|
3105
3142
|
tagfillBus: "#e87a9b",
|
|
3106
3143
|
tagfillBusCancled: "#e87a9b26",
|
|
@@ -3120,6 +3157,8 @@ var componentColors = {
|
|
|
3120
3157
|
tagfillMobility: "#4db295",
|
|
3121
3158
|
tagfillPlane: "#f2b8e5",
|
|
3122
3159
|
tagfillPlaneCancled: "#f2b8e526",
|
|
3160
|
+
tagfillRail: "#60a2d7",
|
|
3161
|
+
tagfillRailCancled: "#60a2d726",
|
|
3123
3162
|
tagfillTaxi: "#ffe082",
|
|
3124
3163
|
tagfillTaxiCancled: "#ffe08226",
|
|
3125
3164
|
tagfillTrain: "#60a2d7",
|
|
@@ -3127,7 +3166,10 @@ var componentColors = {
|
|
|
3127
3166
|
tagfillTram: "#b898e5",
|
|
3128
3167
|
tagfillTramCancled: "#b898e526",
|
|
3129
3168
|
tagfillWalk: "#8d8e9c",
|
|
3169
|
+
tagfillWater: "#8ccfe2",
|
|
3170
|
+
tagfillWaterCancled: "#8ccfe226",
|
|
3130
3171
|
tagfillAirportlinkbusCancled: "#f2b8e526",
|
|
3172
|
+
tagfillAirportlinkbusCancled2: "#f2b8e526",
|
|
3131
3173
|
tagfillAirportlinkrail: "#f2b8e5",
|
|
3132
3174
|
tagfillAirportlinkrailCancled: "#f2b8e526",
|
|
3133
3175
|
tagfillAirportlinkbus: "#f2b8e5",
|
|
@@ -3167,6 +3209,8 @@ var componentColors = {
|
|
|
3167
3209
|
iconAirportlinkrailCancled: "#f2b8e5",
|
|
3168
3210
|
iconCablewayCancled: "#b898e5",
|
|
3169
3211
|
iconborderValidation: "#08091c",
|
|
3212
|
+
tagfillAir: "#f2b8e5",
|
|
3213
|
+
tagfillAirCancled: "#f2b8e526",
|
|
3170
3214
|
tagfillBicycle: "#4db295",
|
|
3171
3215
|
tagfillBus: "#e87a9b",
|
|
3172
3216
|
tagfillBusCancled: "#e87a9b26",
|
|
@@ -3186,6 +3230,8 @@ var componentColors = {
|
|
|
3186
3230
|
tagfillMobility: "#4db295",
|
|
3187
3231
|
tagfillPlane: "#f2b8e5",
|
|
3188
3232
|
tagfillPlaneCancled: "#f2b8e526",
|
|
3233
|
+
tagfillRail: "#60a2d7",
|
|
3234
|
+
tagfillRailCancled: "#60a2d726",
|
|
3189
3235
|
tagfillTaxi: "#ffe082",
|
|
3190
3236
|
tagfillTaxiCancled: "#ffe08226",
|
|
3191
3237
|
tagfillTrain: "#60a2d7",
|
|
@@ -3193,6 +3239,8 @@ var componentColors = {
|
|
|
3193
3239
|
tagfillTram: "#b898e5",
|
|
3194
3240
|
tagfillTramCancled: "#b898e526",
|
|
3195
3241
|
tagfillWalk: "#8d8e9c",
|
|
3242
|
+
tagfillWater: "#8ccfe2",
|
|
3243
|
+
tagfillWaterCancled: "#8ccfe226",
|
|
3196
3244
|
tagfillAirportlinkbus: "#f2b8e5",
|
|
3197
3245
|
tagfillAirportlinkbusCancled: "#f2b8e526",
|
|
3198
3246
|
tagfillAirportlinkrail: "#f2b8e5",
|