@entur/tokens 3.19.3 → 3.21.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/base.css +1 -3
- package/dist/base.scss +1 -3
- package/dist/buildVariables.d.ts +10 -0
- package/dist/{componentColors.d.ts → generated-js-objects/componentVariables.d.ts} +740 -337
- package/dist/{primitive.d.ts → generated-js-objects/primitive.d.ts} +32 -0
- package/dist/{semantic.d.ts → generated-js-objects/semantic.d.ts} +1 -0
- package/dist/{transport.d.ts → generated-js-objects/transport.d.ts} +6 -0
- package/dist/index.d.ts +8 -7
- package/dist/primitive.css +32 -0
- package/dist/primitive.less +32 -0
- package/dist/primitive.scss +32 -0
- package/dist/semantic.css +1 -0
- package/dist/semantic.less +1 -0
- package/dist/semantic.scss +1 -0
- package/dist/tokens.cjs.js +133 -68
- package/dist/tokens.cjs.js.map +1 -1
- package/dist/tokens.esm.js +133 -68
- package/dist/tokens.esm.js.map +1 -1
- package/dist/transport.css +15 -9
- package/dist/transport.less +15 -9
- package/dist/transport.scss +15 -9
- package/package.json +3 -3
- /package/dist/{base.d.ts → generated-js-objects/base.d.ts} +0 -0
- /package/dist/{data.d.ts → generated-js-objects/data.d.ts} +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const
|
|
1
|
+
export declare const componentVariables: {
|
|
2
2
|
light: {
|
|
3
3
|
components: {
|
|
4
4
|
layout: {
|
|
@@ -8,6 +8,7 @@ export declare const componentColors: {
|
|
|
8
8
|
border: string;
|
|
9
9
|
bullet: string;
|
|
10
10
|
fill: string;
|
|
11
|
+
icon: string;
|
|
11
12
|
text: string;
|
|
12
13
|
textBullet: string;
|
|
13
14
|
};
|
|
@@ -15,6 +16,7 @@ export declare const componentColors: {
|
|
|
15
16
|
border: string;
|
|
16
17
|
bullet: string;
|
|
17
18
|
fill: string;
|
|
19
|
+
icon: string;
|
|
18
20
|
text: string;
|
|
19
21
|
textBullet: string;
|
|
20
22
|
};
|
|
@@ -24,6 +26,7 @@ export declare const componentColors: {
|
|
|
24
26
|
border: string;
|
|
25
27
|
bullet: string;
|
|
26
28
|
fill: string;
|
|
29
|
+
icon: string;
|
|
27
30
|
text: string;
|
|
28
31
|
textBullet: string;
|
|
29
32
|
};
|
|
@@ -31,6 +34,7 @@ export declare const componentColors: {
|
|
|
31
34
|
border: string;
|
|
32
35
|
bullet: string;
|
|
33
36
|
fill: string;
|
|
37
|
+
icon: string;
|
|
34
38
|
text: string;
|
|
35
39
|
textBullet: string;
|
|
36
40
|
};
|
|
@@ -40,6 +44,7 @@ export declare const componentColors: {
|
|
|
40
44
|
border: string;
|
|
41
45
|
bullet: string;
|
|
42
46
|
fill: string;
|
|
47
|
+
icon: string;
|
|
43
48
|
text: string;
|
|
44
49
|
textBullet: string;
|
|
45
50
|
};
|
|
@@ -47,6 +52,7 @@ export declare const componentColors: {
|
|
|
47
52
|
border: string;
|
|
48
53
|
bullet: string;
|
|
49
54
|
fill: string;
|
|
55
|
+
icon: string;
|
|
50
56
|
text: string;
|
|
51
57
|
textBullet: string;
|
|
52
58
|
};
|
|
@@ -55,12 +61,14 @@ export declare const componentColors: {
|
|
|
55
61
|
contrast: {
|
|
56
62
|
bullet: string;
|
|
57
63
|
fill: string;
|
|
64
|
+
icon: string;
|
|
58
65
|
text: string;
|
|
59
66
|
textBullet: string;
|
|
60
67
|
};
|
|
61
68
|
standard: {
|
|
62
69
|
bullet: string;
|
|
63
70
|
fill: string;
|
|
71
|
+
icon: string;
|
|
64
72
|
text: string;
|
|
65
73
|
textBullet: string;
|
|
66
74
|
};
|
|
@@ -70,6 +78,7 @@ export declare const componentColors: {
|
|
|
70
78
|
border: string;
|
|
71
79
|
bullet: string;
|
|
72
80
|
fill: string;
|
|
81
|
+
icon: string;
|
|
73
82
|
text: string;
|
|
74
83
|
textBullet: string;
|
|
75
84
|
};
|
|
@@ -77,15 +86,29 @@ export declare const componentColors: {
|
|
|
77
86
|
border: string;
|
|
78
87
|
bullet: string;
|
|
79
88
|
fill: string;
|
|
89
|
+
icon: string;
|
|
80
90
|
text: string;
|
|
81
91
|
textBullet: string;
|
|
82
92
|
};
|
|
83
93
|
};
|
|
94
|
+
tag: {
|
|
95
|
+
contrast: {
|
|
96
|
+
fill: string;
|
|
97
|
+
icon: string;
|
|
98
|
+
text: string;
|
|
99
|
+
};
|
|
100
|
+
standard: {
|
|
101
|
+
fill: string;
|
|
102
|
+
icon: string;
|
|
103
|
+
text: string;
|
|
104
|
+
};
|
|
105
|
+
};
|
|
84
106
|
warning: {
|
|
85
107
|
contrast: {
|
|
86
108
|
border: string;
|
|
87
109
|
bullet: string;
|
|
88
110
|
fill: string;
|
|
111
|
+
icon: string;
|
|
89
112
|
text: string;
|
|
90
113
|
textBullet: string;
|
|
91
114
|
};
|
|
@@ -93,6 +116,7 @@ export declare const componentColors: {
|
|
|
93
116
|
border: string;
|
|
94
117
|
bullet: string;
|
|
95
118
|
fill: string;
|
|
119
|
+
icon: string;
|
|
96
120
|
text: string;
|
|
97
121
|
textBullet: string;
|
|
98
122
|
};
|
|
@@ -431,6 +455,7 @@ export declare const componentColors: {
|
|
|
431
455
|
datepicker: {
|
|
432
456
|
calendar: {
|
|
433
457
|
background: string;
|
|
458
|
+
backgroundOverflow: string;
|
|
434
459
|
border: string;
|
|
435
460
|
dateborder: string;
|
|
436
461
|
datefillHover: string;
|
|
@@ -481,11 +506,16 @@ export declare const componentColors: {
|
|
|
481
506
|
fillDisabled: string;
|
|
482
507
|
fillReadonly: string;
|
|
483
508
|
icon: string;
|
|
509
|
+
iconBeta: string;
|
|
484
510
|
iconDisabled: string;
|
|
511
|
+
iconDisabledBeta: string;
|
|
485
512
|
textContent: string;
|
|
513
|
+
textContentReadonly: string;
|
|
486
514
|
textDescription: string;
|
|
487
515
|
textLabel: string;
|
|
516
|
+
textLabelBeta: string;
|
|
488
517
|
textDisabled: string;
|
|
518
|
+
textDisabledBeta: string;
|
|
489
519
|
};
|
|
490
520
|
standard: {
|
|
491
521
|
borderDefault: string;
|
|
@@ -500,6 +530,7 @@ export declare const componentColors: {
|
|
|
500
530
|
textContent: string;
|
|
501
531
|
textDescription: string;
|
|
502
532
|
textLabel: string;
|
|
533
|
+
textLabelBeta: string;
|
|
503
534
|
textDisabled: string;
|
|
504
535
|
};
|
|
505
536
|
};
|
|
@@ -622,7 +653,7 @@ export declare const componentColors: {
|
|
|
622
653
|
};
|
|
623
654
|
warning: {
|
|
624
655
|
contrast: {
|
|
625
|
-
|
|
656
|
+
iconFill: string;
|
|
626
657
|
iconSymbol: string;
|
|
627
658
|
stroke: string;
|
|
628
659
|
text: string;
|
|
@@ -857,6 +888,24 @@ export declare const componentColors: {
|
|
|
857
888
|
text: string;
|
|
858
889
|
textDisabled: string;
|
|
859
890
|
};
|
|
891
|
+
contrastBeta: {
|
|
892
|
+
backgroundChild: string;
|
|
893
|
+
divider: string;
|
|
894
|
+
fillActive: string;
|
|
895
|
+
fillClick: string;
|
|
896
|
+
fillDefault: string;
|
|
897
|
+
fillDisabled: string;
|
|
898
|
+
fillHover: string;
|
|
899
|
+
icon: string;
|
|
900
|
+
iconDisabled: string;
|
|
901
|
+
iconSubdued: string;
|
|
902
|
+
strokeDev: string;
|
|
903
|
+
strokeProd: string;
|
|
904
|
+
strokeStaging: string;
|
|
905
|
+
text: string;
|
|
906
|
+
textDisabled: string;
|
|
907
|
+
textGroup: string;
|
|
908
|
+
};
|
|
860
909
|
standard: {
|
|
861
910
|
avatar: string;
|
|
862
911
|
background: string;
|
|
@@ -872,6 +921,24 @@ export declare const componentColors: {
|
|
|
872
921
|
text: string;
|
|
873
922
|
textDisabled: string;
|
|
874
923
|
};
|
|
924
|
+
standardBeta: {
|
|
925
|
+
backgroundChild: string;
|
|
926
|
+
divider: string;
|
|
927
|
+
fillActive: string;
|
|
928
|
+
fillClick: string;
|
|
929
|
+
fillDefault: string;
|
|
930
|
+
fillDisabled: string;
|
|
931
|
+
fillHover: string;
|
|
932
|
+
icon: string;
|
|
933
|
+
iconDisabled: string;
|
|
934
|
+
iconSubdued: string;
|
|
935
|
+
strokeDev: string;
|
|
936
|
+
strokeProd: string;
|
|
937
|
+
strokeStaging: string;
|
|
938
|
+
text: string;
|
|
939
|
+
textDisabled: string;
|
|
940
|
+
textGroup: string;
|
|
941
|
+
};
|
|
875
942
|
};
|
|
876
943
|
stepper: {
|
|
877
944
|
contrast: {
|
|
@@ -1020,31 +1087,6 @@ export declare const componentColors: {
|
|
|
1020
1087
|
legLine: {
|
|
1021
1088
|
strokeLine: string;
|
|
1022
1089
|
};
|
|
1023
|
-
seatmap: {
|
|
1024
|
-
background: string;
|
|
1025
|
-
border: string;
|
|
1026
|
-
borderReverse: string;
|
|
1027
|
-
fillChosen: string;
|
|
1028
|
-
fillConfirm: string;
|
|
1029
|
-
fillConflict: string;
|
|
1030
|
-
fillExit: string;
|
|
1031
|
-
fillFree: string;
|
|
1032
|
-
fillHeadpillow: string;
|
|
1033
|
-
fillReverse: string;
|
|
1034
|
-
fillUnavailable: string;
|
|
1035
|
-
fillWc: string;
|
|
1036
|
-
fillWindow: string;
|
|
1037
|
-
iconReverse: string;
|
|
1038
|
-
iconWc: string;
|
|
1039
|
-
strokeChosen: string;
|
|
1040
|
-
strokeConfirm: string;
|
|
1041
|
-
strokeConflict: string;
|
|
1042
|
-
strokeFree: string;
|
|
1043
|
-
strokeUnavailable: string;
|
|
1044
|
-
textChosen: string;
|
|
1045
|
-
textFree: string;
|
|
1046
|
-
textUnavailable: string;
|
|
1047
|
-
};
|
|
1048
1090
|
travelHeader: {
|
|
1049
1091
|
contrast: {
|
|
1050
1092
|
strokeLine: string;
|
|
@@ -1063,6 +1105,7 @@ export declare const componentColors: {
|
|
|
1063
1105
|
bicycle: string;
|
|
1064
1106
|
bulletBorder: string;
|
|
1065
1107
|
bus: string;
|
|
1108
|
+
busRegional: string;
|
|
1066
1109
|
cableway: string;
|
|
1067
1110
|
carferry: string;
|
|
1068
1111
|
citybike: string;
|
|
@@ -1086,6 +1129,7 @@ export declare const componentColors: {
|
|
|
1086
1129
|
bicycle: string;
|
|
1087
1130
|
bulletBorder: string;
|
|
1088
1131
|
bus: string;
|
|
1132
|
+
busRegional: string;
|
|
1089
1133
|
cableway: string;
|
|
1090
1134
|
carferry: string;
|
|
1091
1135
|
citybike: string;
|
|
@@ -1119,6 +1163,7 @@ export declare const componentColors: {
|
|
|
1119
1163
|
backgroundtrueMobility: string;
|
|
1120
1164
|
backgroundtruePlane: string;
|
|
1121
1165
|
backgroundtrueRail: string;
|
|
1166
|
+
backgroundtrueRegionalBus: string;
|
|
1122
1167
|
backgroundtrueTaxi: string;
|
|
1123
1168
|
backgroundtrueTrain: string;
|
|
1124
1169
|
backgroundtrueTram: string;
|
|
@@ -1129,6 +1174,7 @@ export declare const componentColors: {
|
|
|
1129
1174
|
iconfalse: string;
|
|
1130
1175
|
icontrueBicycle: string;
|
|
1131
1176
|
icontrueBus: string;
|
|
1177
|
+
icontrueBusRegional: string;
|
|
1132
1178
|
icontrueCableway: string;
|
|
1133
1179
|
icontrueCarferry: string;
|
|
1134
1180
|
icontrueCitybike: string;
|
|
@@ -1153,6 +1199,7 @@ export declare const componentColors: {
|
|
|
1153
1199
|
backgroundtrueAir: string;
|
|
1154
1200
|
backgroundtrueBicycle: string;
|
|
1155
1201
|
backgroundtrueBus: string;
|
|
1202
|
+
backgroundtrueBusRegional: string;
|
|
1156
1203
|
backgroundtrueCableway: string;
|
|
1157
1204
|
backgroundtrueCarferry: string;
|
|
1158
1205
|
backgroundtrueCitybike: string;
|
|
@@ -1183,6 +1230,7 @@ export declare const componentColors: {
|
|
|
1183
1230
|
icontrueMobility: string;
|
|
1184
1231
|
icontruePlane: string;
|
|
1185
1232
|
icontrueRail: string;
|
|
1233
|
+
icontrueRegionalBus: string;
|
|
1186
1234
|
icontrueTaxi: string;
|
|
1187
1235
|
icontrueTrain: string;
|
|
1188
1236
|
icontrueTram: string;
|
|
@@ -1198,148 +1246,182 @@ export declare const componentColors: {
|
|
|
1198
1246
|
};
|
|
1199
1247
|
travelTag: {
|
|
1200
1248
|
contrast: {
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
|
|
1249
|
+
fill: {
|
|
1250
|
+
air: string;
|
|
1251
|
+
airCancelled: string;
|
|
1252
|
+
bicycle: string;
|
|
1253
|
+
bus: string;
|
|
1254
|
+
busCancelled: string;
|
|
1255
|
+
busRegional: string;
|
|
1256
|
+
busRegionalCancelled: string;
|
|
1257
|
+
cableway: string;
|
|
1258
|
+
cablewayCancelled: string;
|
|
1259
|
+
carferry: string;
|
|
1260
|
+
carferryCancelled: string;
|
|
1261
|
+
citybike: string;
|
|
1262
|
+
details: string;
|
|
1263
|
+
detailsCancelled: string;
|
|
1264
|
+
ferry: string;
|
|
1265
|
+
ferryCancelled: string;
|
|
1266
|
+
funicular: string;
|
|
1267
|
+
helicopter: string;
|
|
1268
|
+
helicopterCancelled: string;
|
|
1269
|
+
metro: string;
|
|
1270
|
+
metroCancelled: string;
|
|
1271
|
+
mobility: string;
|
|
1272
|
+
plane: string;
|
|
1273
|
+
planeCancelled: string;
|
|
1274
|
+
rail: string;
|
|
1275
|
+
railCancelled: string;
|
|
1276
|
+
tagFunicularCancelled: string;
|
|
1277
|
+
taxi: string;
|
|
1278
|
+
taxiCancelled: string;
|
|
1279
|
+
train: string;
|
|
1280
|
+
trainCancelled: string;
|
|
1281
|
+
tram: string;
|
|
1282
|
+
tramCancelled: string;
|
|
1283
|
+
walk: string;
|
|
1284
|
+
water: string;
|
|
1285
|
+
waterCancelled: string;
|
|
1286
|
+
airportlinkbusCancelled: string;
|
|
1287
|
+
airportlinkrail: string;
|
|
1288
|
+
airportlinkrailCancelled: string;
|
|
1289
|
+
airportlinkbus: string;
|
|
1290
|
+
};
|
|
1291
|
+
icon: {
|
|
1292
|
+
airportlinkbusCancelled: string;
|
|
1293
|
+
airportlinkrailCancelled: string;
|
|
1294
|
+
busCancelled: string;
|
|
1295
|
+
busRegionalCancelled: string;
|
|
1296
|
+
cablewayCancelled: string;
|
|
1297
|
+
carferryCancelled: string;
|
|
1298
|
+
default: string;
|
|
1299
|
+
ferryCancelled: string;
|
|
1300
|
+
funicularCancelled: string;
|
|
1301
|
+
helicopterCancelled: string;
|
|
1302
|
+
metroCancelled: string;
|
|
1303
|
+
planeCancelled: string;
|
|
1304
|
+
taxiCancelled: string;
|
|
1305
|
+
trainCancelled: string;
|
|
1306
|
+
tramCancelled: string;
|
|
1307
|
+
walk: string;
|
|
1308
|
+
};
|
|
1309
|
+
stroke: {
|
|
1310
|
+
details: string;
|
|
1311
|
+
detailsCancelled: string;
|
|
1312
|
+
iconValidation: string;
|
|
1313
|
+
};
|
|
1314
|
+
text: {
|
|
1315
|
+
cancelled: string;
|
|
1316
|
+
default: string;
|
|
1317
|
+
details: string;
|
|
1318
|
+
label: string;
|
|
1319
|
+
lineBusCancelled: string;
|
|
1320
|
+
lineBusRegionalCancelled: string;
|
|
1321
|
+
lineCablewayCancelled: string;
|
|
1322
|
+
lineCarferryCancelled: string;
|
|
1323
|
+
lineFerryCancelled: string;
|
|
1324
|
+
lineFunicularCancelled: string;
|
|
1325
|
+
lineHelicopterCancelled: string;
|
|
1326
|
+
lineMetroCancelled: string;
|
|
1327
|
+
linePlaneCancelled: string;
|
|
1328
|
+
lineTaxiCancelled: string;
|
|
1329
|
+
lineTrainCancelled: string;
|
|
1330
|
+
lineTramCancelled: string;
|
|
1331
|
+
lineWalk: string;
|
|
1332
|
+
lineAirportlinkbusCancelled: string;
|
|
1333
|
+
lineAirportlinkrailCancelled: string;
|
|
1334
|
+
newtime: string;
|
|
1335
|
+
};
|
|
1336
|
+
};
|
|
1337
|
+
standard: {
|
|
1338
|
+
fill: {
|
|
1339
|
+
air: string;
|
|
1340
|
+
airCancelled: string;
|
|
1341
|
+
airportlinkbus: string;
|
|
1342
|
+
airportlinkbusCancelled: string;
|
|
1343
|
+
airportlinkrail: string;
|
|
1344
|
+
airportlinkrailCancelled: string;
|
|
1345
|
+
bicycle: string;
|
|
1346
|
+
bus: string;
|
|
1347
|
+
busCancelled: string;
|
|
1348
|
+
busRegional: string;
|
|
1349
|
+
busRegionalCancelled: string;
|
|
1350
|
+
cableway: string;
|
|
1351
|
+
cablewayCancelled: string;
|
|
1352
|
+
carferry: string;
|
|
1353
|
+
carferryCancelled: string;
|
|
1354
|
+
citybike: string;
|
|
1355
|
+
details: string;
|
|
1356
|
+
detailsCancelled: string;
|
|
1357
|
+
ferry: string;
|
|
1358
|
+
ferryCancelled: string;
|
|
1359
|
+
funicular: string;
|
|
1360
|
+
funicularCancelled: string;
|
|
1361
|
+
helicopter: string;
|
|
1362
|
+
helicopterCancelled: string;
|
|
1363
|
+
metro: string;
|
|
1364
|
+
metroCancelled: string;
|
|
1365
|
+
mobility: string;
|
|
1366
|
+
plane: string;
|
|
1367
|
+
planeCancelled: string;
|
|
1368
|
+
rail: string;
|
|
1369
|
+
railCancelled: string;
|
|
1370
|
+
taxi: string;
|
|
1371
|
+
taxiCancelled: string;
|
|
1372
|
+
train: string;
|
|
1373
|
+
trainCancelled: string;
|
|
1374
|
+
tram: string;
|
|
1375
|
+
tramCancelled: string;
|
|
1376
|
+
walk: string;
|
|
1377
|
+
water: string;
|
|
1378
|
+
waterCancelled: string;
|
|
1379
|
+
};
|
|
1380
|
+
icon: {
|
|
1381
|
+
airportlinkbusCancelled: string;
|
|
1382
|
+
airportlinkrailCancelled: string;
|
|
1383
|
+
busCancelled: string;
|
|
1384
|
+
busRegionalCancelled: string;
|
|
1385
|
+
cablewayCancelled: string;
|
|
1386
|
+
carferryCancelled: string;
|
|
1387
|
+
default: string;
|
|
1388
|
+
ferryCancelled: string;
|
|
1389
|
+
funicularCancelled: string;
|
|
1390
|
+
helicopterCancelled: string;
|
|
1391
|
+
metroCancelled: string;
|
|
1392
|
+
planeCancelled: string;
|
|
1393
|
+
taxiCancelled: string;
|
|
1394
|
+
trainCancelled: string;
|
|
1395
|
+
tramCancelled: string;
|
|
1396
|
+
walk: string;
|
|
1397
|
+
};
|
|
1398
|
+
stroke: {
|
|
1399
|
+
details: string;
|
|
1400
|
+
detailsCancelled: string;
|
|
1401
|
+
iconValidation: string;
|
|
1402
|
+
};
|
|
1403
|
+
text: {
|
|
1404
|
+
cancelled: string;
|
|
1405
|
+
default: string;
|
|
1406
|
+
details: string;
|
|
1407
|
+
label: string;
|
|
1408
|
+
lineBusCancelled: string;
|
|
1409
|
+
lineCablewayCancelled: string;
|
|
1410
|
+
lineCarferryCancelled: string;
|
|
1411
|
+
lineFerryCancelled: string;
|
|
1412
|
+
lineFunicularCancelled: string;
|
|
1413
|
+
lineHelicopterCancelled: string;
|
|
1414
|
+
lineMetroCancelled: string;
|
|
1415
|
+
linePlaneCancelled: string;
|
|
1416
|
+
lineTaxiCancelled: string;
|
|
1417
|
+
lineTrainCancelled: string;
|
|
1418
|
+
lineTramCancelled: string;
|
|
1419
|
+
lineWalk: string;
|
|
1420
|
+
lineAirportlinkbusCancelled: string;
|
|
1421
|
+
lineAirportlinkrailCancelled: string;
|
|
1422
|
+
lineRegionalBusCancelled: string;
|
|
1423
|
+
newtime: string;
|
|
1424
|
+
};
|
|
1343
1425
|
};
|
|
1344
1426
|
};
|
|
1345
1427
|
};
|
|
@@ -1485,6 +1567,7 @@ export declare const componentColors: {
|
|
|
1485
1567
|
border: string;
|
|
1486
1568
|
bullet: string;
|
|
1487
1569
|
fill: string;
|
|
1570
|
+
icon: string;
|
|
1488
1571
|
text: string;
|
|
1489
1572
|
textBullet: string;
|
|
1490
1573
|
};
|
|
@@ -1492,6 +1575,7 @@ export declare const componentColors: {
|
|
|
1492
1575
|
border: string;
|
|
1493
1576
|
bullet: string;
|
|
1494
1577
|
fill: string;
|
|
1578
|
+
icon: string;
|
|
1495
1579
|
text: string;
|
|
1496
1580
|
textBullet: string;
|
|
1497
1581
|
};
|
|
@@ -1501,6 +1585,7 @@ export declare const componentColors: {
|
|
|
1501
1585
|
border: string;
|
|
1502
1586
|
bullet: string;
|
|
1503
1587
|
fill: string;
|
|
1588
|
+
icon: string;
|
|
1504
1589
|
text: string;
|
|
1505
1590
|
textBullet: string;
|
|
1506
1591
|
};
|
|
@@ -1508,6 +1593,7 @@ export declare const componentColors: {
|
|
|
1508
1593
|
border: string;
|
|
1509
1594
|
bullet: string;
|
|
1510
1595
|
fill: string;
|
|
1596
|
+
icon: string;
|
|
1511
1597
|
text: string;
|
|
1512
1598
|
textBullet: string;
|
|
1513
1599
|
};
|
|
@@ -1517,6 +1603,7 @@ export declare const componentColors: {
|
|
|
1517
1603
|
border: string;
|
|
1518
1604
|
bullet: string;
|
|
1519
1605
|
fill: string;
|
|
1606
|
+
icon: string;
|
|
1520
1607
|
text: string;
|
|
1521
1608
|
textBullet: string;
|
|
1522
1609
|
};
|
|
@@ -1524,6 +1611,7 @@ export declare const componentColors: {
|
|
|
1524
1611
|
border: string;
|
|
1525
1612
|
bullet: string;
|
|
1526
1613
|
fill: string;
|
|
1614
|
+
icon: string;
|
|
1527
1615
|
text: string;
|
|
1528
1616
|
textBullet: string;
|
|
1529
1617
|
};
|
|
@@ -1532,12 +1620,14 @@ export declare const componentColors: {
|
|
|
1532
1620
|
contrast: {
|
|
1533
1621
|
bullet: string;
|
|
1534
1622
|
fill: string;
|
|
1623
|
+
icon: string;
|
|
1535
1624
|
text: string;
|
|
1536
1625
|
textBullet: string;
|
|
1537
1626
|
};
|
|
1538
1627
|
standard: {
|
|
1539
1628
|
bullet: string;
|
|
1540
1629
|
fill: string;
|
|
1630
|
+
icon: string;
|
|
1541
1631
|
text: string;
|
|
1542
1632
|
textBullet: string;
|
|
1543
1633
|
};
|
|
@@ -1547,6 +1637,7 @@ export declare const componentColors: {
|
|
|
1547
1637
|
border: string;
|
|
1548
1638
|
bullet: string;
|
|
1549
1639
|
fill: string;
|
|
1640
|
+
icon: string;
|
|
1550
1641
|
text: string;
|
|
1551
1642
|
textBullet: string;
|
|
1552
1643
|
};
|
|
@@ -1554,15 +1645,29 @@ export declare const componentColors: {
|
|
|
1554
1645
|
border: string;
|
|
1555
1646
|
bullet: string;
|
|
1556
1647
|
fill: string;
|
|
1648
|
+
icon: string;
|
|
1557
1649
|
text: string;
|
|
1558
1650
|
textBullet: string;
|
|
1559
1651
|
};
|
|
1560
1652
|
};
|
|
1653
|
+
tag: {
|
|
1654
|
+
contrast: {
|
|
1655
|
+
fill: string;
|
|
1656
|
+
icon: string;
|
|
1657
|
+
text: string;
|
|
1658
|
+
};
|
|
1659
|
+
standard: {
|
|
1660
|
+
fill: string;
|
|
1661
|
+
icon: string;
|
|
1662
|
+
text: string;
|
|
1663
|
+
};
|
|
1664
|
+
};
|
|
1561
1665
|
warning: {
|
|
1562
1666
|
contrast: {
|
|
1563
1667
|
border: string;
|
|
1564
1668
|
bullet: string;
|
|
1565
1669
|
fill: string;
|
|
1670
|
+
icon: string;
|
|
1566
1671
|
text: string;
|
|
1567
1672
|
textBullet: string;
|
|
1568
1673
|
};
|
|
@@ -1570,6 +1675,7 @@ export declare const componentColors: {
|
|
|
1570
1675
|
border: string;
|
|
1571
1676
|
bullet: string;
|
|
1572
1677
|
fill: string;
|
|
1678
|
+
icon: string;
|
|
1573
1679
|
text: string;
|
|
1574
1680
|
textBullet: string;
|
|
1575
1681
|
};
|
|
@@ -1908,6 +2014,7 @@ export declare const componentColors: {
|
|
|
1908
2014
|
datepicker: {
|
|
1909
2015
|
calendar: {
|
|
1910
2016
|
background: string;
|
|
2017
|
+
backgroundOverflow: string;
|
|
1911
2018
|
border: string;
|
|
1912
2019
|
dateborder: string;
|
|
1913
2020
|
datefillHover: string;
|
|
@@ -1958,11 +2065,16 @@ export declare const componentColors: {
|
|
|
1958
2065
|
fillDisabled: string;
|
|
1959
2066
|
fillReadonly: string;
|
|
1960
2067
|
icon: string;
|
|
2068
|
+
iconBeta: string;
|
|
1961
2069
|
iconDisabled: string;
|
|
2070
|
+
iconDisabledBeta: string;
|
|
1962
2071
|
textContent: string;
|
|
2072
|
+
textContentReadonly: string;
|
|
1963
2073
|
textDescription: string;
|
|
1964
2074
|
textLabel: string;
|
|
2075
|
+
textLabelBeta: string;
|
|
1965
2076
|
textDisabled: string;
|
|
2077
|
+
textDisabledBeta: string;
|
|
1966
2078
|
};
|
|
1967
2079
|
standard: {
|
|
1968
2080
|
borderDefault: string;
|
|
@@ -1977,6 +2089,7 @@ export declare const componentColors: {
|
|
|
1977
2089
|
textContent: string;
|
|
1978
2090
|
textDescription: string;
|
|
1979
2091
|
textLabel: string;
|
|
2092
|
+
textLabelBeta: string;
|
|
1980
2093
|
textDisabled: string;
|
|
1981
2094
|
};
|
|
1982
2095
|
};
|
|
@@ -2099,7 +2212,7 @@ export declare const componentColors: {
|
|
|
2099
2212
|
};
|
|
2100
2213
|
warning: {
|
|
2101
2214
|
contrast: {
|
|
2102
|
-
|
|
2215
|
+
iconFill: string;
|
|
2103
2216
|
iconSymbol: string;
|
|
2104
2217
|
stroke: string;
|
|
2105
2218
|
text: string;
|
|
@@ -2334,6 +2447,24 @@ export declare const componentColors: {
|
|
|
2334
2447
|
text: string;
|
|
2335
2448
|
textDisabled: string;
|
|
2336
2449
|
};
|
|
2450
|
+
contrastBeta: {
|
|
2451
|
+
backgroundChild: string;
|
|
2452
|
+
divider: string;
|
|
2453
|
+
fillActive: string;
|
|
2454
|
+
fillClick: string;
|
|
2455
|
+
fillDefault: string;
|
|
2456
|
+
fillDisabled: string;
|
|
2457
|
+
fillHover: string;
|
|
2458
|
+
icon: string;
|
|
2459
|
+
iconDisabled: string;
|
|
2460
|
+
iconSubdued: string;
|
|
2461
|
+
strokeDev: string;
|
|
2462
|
+
strokeProd: string;
|
|
2463
|
+
strokeStaging: string;
|
|
2464
|
+
text: string;
|
|
2465
|
+
textDisabled: string;
|
|
2466
|
+
textGroup: string;
|
|
2467
|
+
};
|
|
2337
2468
|
standard: {
|
|
2338
2469
|
avatar: string;
|
|
2339
2470
|
background: string;
|
|
@@ -2349,6 +2480,24 @@ export declare const componentColors: {
|
|
|
2349
2480
|
text: string;
|
|
2350
2481
|
textDisabled: string;
|
|
2351
2482
|
};
|
|
2483
|
+
standardBeta: {
|
|
2484
|
+
backgroundChild: string;
|
|
2485
|
+
divider: string;
|
|
2486
|
+
fillActive: string;
|
|
2487
|
+
fillClick: string;
|
|
2488
|
+
fillDefault: string;
|
|
2489
|
+
fillDisabled: string;
|
|
2490
|
+
fillHover: string;
|
|
2491
|
+
icon: string;
|
|
2492
|
+
iconDisabled: string;
|
|
2493
|
+
iconSubdued: string;
|
|
2494
|
+
strokeDev: string;
|
|
2495
|
+
strokeProd: string;
|
|
2496
|
+
strokeStaging: string;
|
|
2497
|
+
text: string;
|
|
2498
|
+
textDisabled: string;
|
|
2499
|
+
textGroup: string;
|
|
2500
|
+
};
|
|
2352
2501
|
};
|
|
2353
2502
|
stepper: {
|
|
2354
2503
|
contrast: {
|
|
@@ -2497,31 +2646,6 @@ export declare const componentColors: {
|
|
|
2497
2646
|
legLine: {
|
|
2498
2647
|
strokeLine: string;
|
|
2499
2648
|
};
|
|
2500
|
-
seatmap: {
|
|
2501
|
-
background: string;
|
|
2502
|
-
border: string;
|
|
2503
|
-
borderReverse: string;
|
|
2504
|
-
fillChosen: string;
|
|
2505
|
-
fillConfirm: string;
|
|
2506
|
-
fillConflict: string;
|
|
2507
|
-
fillExit: string;
|
|
2508
|
-
fillFree: string;
|
|
2509
|
-
fillHeadpillow: string;
|
|
2510
|
-
fillReverse: string;
|
|
2511
|
-
fillUnavailable: string;
|
|
2512
|
-
fillWc: string;
|
|
2513
|
-
fillWindow: string;
|
|
2514
|
-
iconReverse: string;
|
|
2515
|
-
iconWc: string;
|
|
2516
|
-
strokeChosen: string;
|
|
2517
|
-
strokeConfirm: string;
|
|
2518
|
-
strokeConflict: string;
|
|
2519
|
-
strokeFree: string;
|
|
2520
|
-
strokeUnavailable: string;
|
|
2521
|
-
textChosen: string;
|
|
2522
|
-
textFree: string;
|
|
2523
|
-
textUnavailable: string;
|
|
2524
|
-
};
|
|
2525
2649
|
travelHeader: {
|
|
2526
2650
|
contrast: {
|
|
2527
2651
|
strokeLine: string;
|
|
@@ -2540,6 +2664,7 @@ export declare const componentColors: {
|
|
|
2540
2664
|
bicycle: string;
|
|
2541
2665
|
bulletBorder: string;
|
|
2542
2666
|
bus: string;
|
|
2667
|
+
busRegional: string;
|
|
2543
2668
|
cableway: string;
|
|
2544
2669
|
carferry: string;
|
|
2545
2670
|
citybike: string;
|
|
@@ -2563,6 +2688,7 @@ export declare const componentColors: {
|
|
|
2563
2688
|
bicycle: string;
|
|
2564
2689
|
bulletBorder: string;
|
|
2565
2690
|
bus: string;
|
|
2691
|
+
busRegional: string;
|
|
2566
2692
|
cableway: string;
|
|
2567
2693
|
carferry: string;
|
|
2568
2694
|
citybike: string;
|
|
@@ -2596,6 +2722,7 @@ export declare const componentColors: {
|
|
|
2596
2722
|
backgroundtrueMobility: string;
|
|
2597
2723
|
backgroundtruePlane: string;
|
|
2598
2724
|
backgroundtrueRail: string;
|
|
2725
|
+
backgroundtrueRegionalBus: string;
|
|
2599
2726
|
backgroundtrueTaxi: string;
|
|
2600
2727
|
backgroundtrueTrain: string;
|
|
2601
2728
|
backgroundtrueTram: string;
|
|
@@ -2606,6 +2733,7 @@ export declare const componentColors: {
|
|
|
2606
2733
|
iconfalse: string;
|
|
2607
2734
|
icontrueBicycle: string;
|
|
2608
2735
|
icontrueBus: string;
|
|
2736
|
+
icontrueBusRegional: string;
|
|
2609
2737
|
icontrueCableway: string;
|
|
2610
2738
|
icontrueCarferry: string;
|
|
2611
2739
|
icontrueCitybike: string;
|
|
@@ -2630,6 +2758,7 @@ export declare const componentColors: {
|
|
|
2630
2758
|
backgroundtrueAir: string;
|
|
2631
2759
|
backgroundtrueBicycle: string;
|
|
2632
2760
|
backgroundtrueBus: string;
|
|
2761
|
+
backgroundtrueBusRegional: string;
|
|
2633
2762
|
backgroundtrueCableway: string;
|
|
2634
2763
|
backgroundtrueCarferry: string;
|
|
2635
2764
|
backgroundtrueCitybike: string;
|
|
@@ -2660,6 +2789,7 @@ export declare const componentColors: {
|
|
|
2660
2789
|
icontrueMobility: string;
|
|
2661
2790
|
icontruePlane: string;
|
|
2662
2791
|
icontrueRail: string;
|
|
2792
|
+
icontrueRegionalBus: string;
|
|
2663
2793
|
icontrueTaxi: string;
|
|
2664
2794
|
icontrueTrain: string;
|
|
2665
2795
|
icontrueTram: string;
|
|
@@ -2675,148 +2805,182 @@ export declare const componentColors: {
|
|
|
2675
2805
|
};
|
|
2676
2806
|
travelTag: {
|
|
2677
2807
|
contrast: {
|
|
2678
|
-
|
|
2679
|
-
|
|
2680
|
-
|
|
2681
|
-
|
|
2682
|
-
|
|
2683
|
-
|
|
2684
|
-
|
|
2685
|
-
|
|
2686
|
-
|
|
2687
|
-
|
|
2688
|
-
|
|
2689
|
-
|
|
2690
|
-
|
|
2691
|
-
|
|
2692
|
-
|
|
2693
|
-
|
|
2694
|
-
|
|
2695
|
-
|
|
2696
|
-
|
|
2697
|
-
|
|
2698
|
-
|
|
2699
|
-
|
|
2700
|
-
|
|
2701
|
-
|
|
2702
|
-
|
|
2703
|
-
|
|
2704
|
-
|
|
2705
|
-
|
|
2706
|
-
|
|
2707
|
-
|
|
2708
|
-
|
|
2709
|
-
|
|
2710
|
-
|
|
2711
|
-
|
|
2712
|
-
|
|
2713
|
-
|
|
2714
|
-
|
|
2715
|
-
|
|
2716
|
-
|
|
2717
|
-
|
|
2718
|
-
|
|
2719
|
-
|
|
2720
|
-
|
|
2721
|
-
|
|
2722
|
-
|
|
2723
|
-
|
|
2724
|
-
|
|
2725
|
-
|
|
2726
|
-
|
|
2727
|
-
|
|
2728
|
-
|
|
2729
|
-
|
|
2730
|
-
|
|
2731
|
-
|
|
2732
|
-
|
|
2733
|
-
|
|
2734
|
-
|
|
2735
|
-
|
|
2736
|
-
|
|
2737
|
-
|
|
2738
|
-
|
|
2739
|
-
|
|
2740
|
-
|
|
2741
|
-
|
|
2742
|
-
|
|
2743
|
-
|
|
2744
|
-
|
|
2745
|
-
|
|
2746
|
-
|
|
2747
|
-
|
|
2748
|
-
|
|
2749
|
-
|
|
2750
|
-
|
|
2751
|
-
|
|
2752
|
-
|
|
2753
|
-
|
|
2754
|
-
|
|
2755
|
-
|
|
2756
|
-
|
|
2757
|
-
|
|
2758
|
-
|
|
2759
|
-
|
|
2760
|
-
|
|
2761
|
-
|
|
2762
|
-
|
|
2763
|
-
|
|
2764
|
-
|
|
2765
|
-
|
|
2766
|
-
|
|
2767
|
-
|
|
2768
|
-
|
|
2769
|
-
|
|
2770
|
-
|
|
2771
|
-
|
|
2772
|
-
|
|
2773
|
-
|
|
2774
|
-
|
|
2775
|
-
|
|
2776
|
-
|
|
2777
|
-
|
|
2778
|
-
|
|
2779
|
-
|
|
2780
|
-
|
|
2781
|
-
|
|
2782
|
-
|
|
2783
|
-
|
|
2784
|
-
|
|
2785
|
-
|
|
2786
|
-
|
|
2787
|
-
|
|
2788
|
-
|
|
2789
|
-
|
|
2790
|
-
|
|
2791
|
-
|
|
2792
|
-
|
|
2793
|
-
|
|
2794
|
-
|
|
2795
|
-
|
|
2796
|
-
|
|
2797
|
-
|
|
2798
|
-
|
|
2799
|
-
|
|
2800
|
-
|
|
2801
|
-
|
|
2802
|
-
|
|
2803
|
-
|
|
2804
|
-
|
|
2805
|
-
|
|
2806
|
-
|
|
2807
|
-
|
|
2808
|
-
|
|
2809
|
-
|
|
2810
|
-
|
|
2811
|
-
|
|
2812
|
-
|
|
2813
|
-
|
|
2814
|
-
|
|
2815
|
-
|
|
2816
|
-
|
|
2817
|
-
|
|
2818
|
-
|
|
2819
|
-
|
|
2808
|
+
fill: {
|
|
2809
|
+
air: string;
|
|
2810
|
+
airCancelled: string;
|
|
2811
|
+
bicycle: string;
|
|
2812
|
+
bus: string;
|
|
2813
|
+
busCancelled: string;
|
|
2814
|
+
busRegional: string;
|
|
2815
|
+
busRegionalCancelled: string;
|
|
2816
|
+
cableway: string;
|
|
2817
|
+
cablewayCancelled: string;
|
|
2818
|
+
carferry: string;
|
|
2819
|
+
carferryCancelled: string;
|
|
2820
|
+
citybike: string;
|
|
2821
|
+
details: string;
|
|
2822
|
+
detailsCancelled: string;
|
|
2823
|
+
ferry: string;
|
|
2824
|
+
ferryCancelled: string;
|
|
2825
|
+
funicular: string;
|
|
2826
|
+
helicopter: string;
|
|
2827
|
+
helicopterCancelled: string;
|
|
2828
|
+
metro: string;
|
|
2829
|
+
metroCancelled: string;
|
|
2830
|
+
mobility: string;
|
|
2831
|
+
plane: string;
|
|
2832
|
+
planeCancelled: string;
|
|
2833
|
+
rail: string;
|
|
2834
|
+
railCancelled: string;
|
|
2835
|
+
tagFunicularCancelled: string;
|
|
2836
|
+
taxi: string;
|
|
2837
|
+
taxiCancelled: string;
|
|
2838
|
+
train: string;
|
|
2839
|
+
trainCancelled: string;
|
|
2840
|
+
tram: string;
|
|
2841
|
+
tramCancelled: string;
|
|
2842
|
+
walk: string;
|
|
2843
|
+
water: string;
|
|
2844
|
+
waterCancelled: string;
|
|
2845
|
+
airportlinkbusCancelled: string;
|
|
2846
|
+
airportlinkrail: string;
|
|
2847
|
+
airportlinkrailCancelled: string;
|
|
2848
|
+
airportlinkbus: string;
|
|
2849
|
+
};
|
|
2850
|
+
icon: {
|
|
2851
|
+
airportlinkbusCancelled: string;
|
|
2852
|
+
airportlinkrailCancelled: string;
|
|
2853
|
+
busCancelled: string;
|
|
2854
|
+
busRegionalCancelled: string;
|
|
2855
|
+
cablewayCancelled: string;
|
|
2856
|
+
carferryCancelled: string;
|
|
2857
|
+
default: string;
|
|
2858
|
+
ferryCancelled: string;
|
|
2859
|
+
funicularCancelled: string;
|
|
2860
|
+
helicopterCancelled: string;
|
|
2861
|
+
metroCancelled: string;
|
|
2862
|
+
planeCancelled: string;
|
|
2863
|
+
taxiCancelled: string;
|
|
2864
|
+
trainCancelled: string;
|
|
2865
|
+
tramCancelled: string;
|
|
2866
|
+
walk: string;
|
|
2867
|
+
};
|
|
2868
|
+
stroke: {
|
|
2869
|
+
details: string;
|
|
2870
|
+
detailsCancelled: string;
|
|
2871
|
+
iconValidation: string;
|
|
2872
|
+
};
|
|
2873
|
+
text: {
|
|
2874
|
+
cancelled: string;
|
|
2875
|
+
default: string;
|
|
2876
|
+
details: string;
|
|
2877
|
+
label: string;
|
|
2878
|
+
lineBusCancelled: string;
|
|
2879
|
+
lineBusRegionalCancelled: string;
|
|
2880
|
+
lineCablewayCancelled: string;
|
|
2881
|
+
lineCarferryCancelled: string;
|
|
2882
|
+
lineFerryCancelled: string;
|
|
2883
|
+
lineFunicularCancelled: string;
|
|
2884
|
+
lineHelicopterCancelled: string;
|
|
2885
|
+
lineMetroCancelled: string;
|
|
2886
|
+
linePlaneCancelled: string;
|
|
2887
|
+
lineTaxiCancelled: string;
|
|
2888
|
+
lineTrainCancelled: string;
|
|
2889
|
+
lineTramCancelled: string;
|
|
2890
|
+
lineWalk: string;
|
|
2891
|
+
lineAirportlinkbusCancelled: string;
|
|
2892
|
+
lineAirportlinkrailCancelled: string;
|
|
2893
|
+
newtime: string;
|
|
2894
|
+
};
|
|
2895
|
+
};
|
|
2896
|
+
standard: {
|
|
2897
|
+
fill: {
|
|
2898
|
+
air: string;
|
|
2899
|
+
airCancelled: string;
|
|
2900
|
+
airportlinkbus: string;
|
|
2901
|
+
airportlinkbusCancelled: string;
|
|
2902
|
+
airportlinkrail: string;
|
|
2903
|
+
airportlinkrailCancelled: string;
|
|
2904
|
+
bicycle: string;
|
|
2905
|
+
bus: string;
|
|
2906
|
+
busCancelled: string;
|
|
2907
|
+
busRegional: string;
|
|
2908
|
+
busRegionalCancelled: string;
|
|
2909
|
+
cableway: string;
|
|
2910
|
+
cablewayCancelled: string;
|
|
2911
|
+
carferry: string;
|
|
2912
|
+
carferryCancelled: string;
|
|
2913
|
+
citybike: string;
|
|
2914
|
+
details: string;
|
|
2915
|
+
detailsCancelled: string;
|
|
2916
|
+
ferry: string;
|
|
2917
|
+
ferryCancelled: string;
|
|
2918
|
+
funicular: string;
|
|
2919
|
+
funicularCancelled: string;
|
|
2920
|
+
helicopter: string;
|
|
2921
|
+
helicopterCancelled: string;
|
|
2922
|
+
metro: string;
|
|
2923
|
+
metroCancelled: string;
|
|
2924
|
+
mobility: string;
|
|
2925
|
+
plane: string;
|
|
2926
|
+
planeCancelled: string;
|
|
2927
|
+
rail: string;
|
|
2928
|
+
railCancelled: string;
|
|
2929
|
+
taxi: string;
|
|
2930
|
+
taxiCancelled: string;
|
|
2931
|
+
train: string;
|
|
2932
|
+
trainCancelled: string;
|
|
2933
|
+
tram: string;
|
|
2934
|
+
tramCancelled: string;
|
|
2935
|
+
walk: string;
|
|
2936
|
+
water: string;
|
|
2937
|
+
waterCancelled: string;
|
|
2938
|
+
};
|
|
2939
|
+
icon: {
|
|
2940
|
+
airportlinkbusCancelled: string;
|
|
2941
|
+
airportlinkrailCancelled: string;
|
|
2942
|
+
busCancelled: string;
|
|
2943
|
+
busRegionalCancelled: string;
|
|
2944
|
+
cablewayCancelled: string;
|
|
2945
|
+
carferryCancelled: string;
|
|
2946
|
+
default: string;
|
|
2947
|
+
ferryCancelled: string;
|
|
2948
|
+
funicularCancelled: string;
|
|
2949
|
+
helicopterCancelled: string;
|
|
2950
|
+
metroCancelled: string;
|
|
2951
|
+
planeCancelled: string;
|
|
2952
|
+
taxiCancelled: string;
|
|
2953
|
+
trainCancelled: string;
|
|
2954
|
+
tramCancelled: string;
|
|
2955
|
+
walk: string;
|
|
2956
|
+
};
|
|
2957
|
+
stroke: {
|
|
2958
|
+
details: string;
|
|
2959
|
+
detailsCancelled: string;
|
|
2960
|
+
iconValidation: string;
|
|
2961
|
+
};
|
|
2962
|
+
text: {
|
|
2963
|
+
cancelled: string;
|
|
2964
|
+
default: string;
|
|
2965
|
+
details: string;
|
|
2966
|
+
label: string;
|
|
2967
|
+
lineBusCancelled: string;
|
|
2968
|
+
lineCablewayCancelled: string;
|
|
2969
|
+
lineCarferryCancelled: string;
|
|
2970
|
+
lineFerryCancelled: string;
|
|
2971
|
+
lineFunicularCancelled: string;
|
|
2972
|
+
lineHelicopterCancelled: string;
|
|
2973
|
+
lineMetroCancelled: string;
|
|
2974
|
+
linePlaneCancelled: string;
|
|
2975
|
+
lineTaxiCancelled: string;
|
|
2976
|
+
lineTrainCancelled: string;
|
|
2977
|
+
lineTramCancelled: string;
|
|
2978
|
+
lineWalk: string;
|
|
2979
|
+
lineAirportlinkbusCancelled: string;
|
|
2980
|
+
lineAirportlinkrailCancelled: string;
|
|
2981
|
+
lineRegionalBusCancelled: string;
|
|
2982
|
+
newtime: string;
|
|
2983
|
+
};
|
|
2820
2984
|
};
|
|
2821
2985
|
};
|
|
2822
2986
|
};
|
|
@@ -2953,4 +3117,243 @@ export declare const componentColors: {
|
|
|
2953
3117
|
};
|
|
2954
3118
|
};
|
|
2955
3119
|
};
|
|
3120
|
+
components: {
|
|
3121
|
+
button: {
|
|
3122
|
+
border: {
|
|
3123
|
+
large: string;
|
|
3124
|
+
medium: string;
|
|
3125
|
+
small: string;
|
|
3126
|
+
};
|
|
3127
|
+
gap: {
|
|
3128
|
+
small: string;
|
|
3129
|
+
large: string;
|
|
3130
|
+
medium: string;
|
|
3131
|
+
};
|
|
3132
|
+
height: {
|
|
3133
|
+
horizontalContent: {
|
|
3134
|
+
small: string;
|
|
3135
|
+
medium: string;
|
|
3136
|
+
large: string;
|
|
3137
|
+
};
|
|
3138
|
+
verticalContent: {
|
|
3139
|
+
small: string;
|
|
3140
|
+
medium: string;
|
|
3141
|
+
large: string;
|
|
3142
|
+
};
|
|
3143
|
+
};
|
|
3144
|
+
icon: {
|
|
3145
|
+
small: string;
|
|
3146
|
+
medium: string;
|
|
3147
|
+
large: string;
|
|
3148
|
+
};
|
|
3149
|
+
inlinepadding: {
|
|
3150
|
+
small: string;
|
|
3151
|
+
medium: string;
|
|
3152
|
+
large: string;
|
|
3153
|
+
};
|
|
3154
|
+
radius: {
|
|
3155
|
+
small: string;
|
|
3156
|
+
large: string;
|
|
3157
|
+
medium: string;
|
|
3158
|
+
round: string;
|
|
3159
|
+
};
|
|
3160
|
+
};
|
|
3161
|
+
chip: {
|
|
3162
|
+
border: {
|
|
3163
|
+
large: string;
|
|
3164
|
+
medium: string;
|
|
3165
|
+
small: string;
|
|
3166
|
+
};
|
|
3167
|
+
gap: {
|
|
3168
|
+
medium: string;
|
|
3169
|
+
small: string;
|
|
3170
|
+
large: string;
|
|
3171
|
+
};
|
|
3172
|
+
height: {
|
|
3173
|
+
small: string;
|
|
3174
|
+
medium: string;
|
|
3175
|
+
large: string;
|
|
3176
|
+
};
|
|
3177
|
+
icon: {
|
|
3178
|
+
default: {
|
|
3179
|
+
medium: string;
|
|
3180
|
+
small: string;
|
|
3181
|
+
large: string;
|
|
3182
|
+
};
|
|
3183
|
+
tagchip: {
|
|
3184
|
+
small: string;
|
|
3185
|
+
medium: string;
|
|
3186
|
+
large: string;
|
|
3187
|
+
};
|
|
3188
|
+
};
|
|
3189
|
+
inlinepadding: {
|
|
3190
|
+
default: {
|
|
3191
|
+
small: string;
|
|
3192
|
+
medium: string;
|
|
3193
|
+
large: string;
|
|
3194
|
+
};
|
|
3195
|
+
tagchip: {
|
|
3196
|
+
medium: string;
|
|
3197
|
+
small: string;
|
|
3198
|
+
large: string;
|
|
3199
|
+
};
|
|
3200
|
+
};
|
|
3201
|
+
radius: {
|
|
3202
|
+
round: string;
|
|
3203
|
+
};
|
|
3204
|
+
};
|
|
3205
|
+
form: {
|
|
3206
|
+
baseForm: {
|
|
3207
|
+
border: {
|
|
3208
|
+
large: string;
|
|
3209
|
+
medium: string;
|
|
3210
|
+
small: string;
|
|
3211
|
+
};
|
|
3212
|
+
gap: {
|
|
3213
|
+
horizontal: {
|
|
3214
|
+
small: string;
|
|
3215
|
+
large: string;
|
|
3216
|
+
medium: string;
|
|
3217
|
+
};
|
|
3218
|
+
vertical: {
|
|
3219
|
+
small: string;
|
|
3220
|
+
medium: string;
|
|
3221
|
+
large: string;
|
|
3222
|
+
};
|
|
3223
|
+
};
|
|
3224
|
+
height: {
|
|
3225
|
+
default: {
|
|
3226
|
+
small: string;
|
|
3227
|
+
medium: string;
|
|
3228
|
+
large: string;
|
|
3229
|
+
};
|
|
3230
|
+
textarea: {
|
|
3231
|
+
small: string;
|
|
3232
|
+
medium: string;
|
|
3233
|
+
large: string;
|
|
3234
|
+
};
|
|
3235
|
+
};
|
|
3236
|
+
icon: {
|
|
3237
|
+
small: string;
|
|
3238
|
+
mediun: string;
|
|
3239
|
+
large: string;
|
|
3240
|
+
};
|
|
3241
|
+
inlinepadding: {
|
|
3242
|
+
default: {
|
|
3243
|
+
small: string;
|
|
3244
|
+
medium: string;
|
|
3245
|
+
large: string;
|
|
3246
|
+
};
|
|
3247
|
+
tagchip: {
|
|
3248
|
+
medium: string;
|
|
3249
|
+
small: string;
|
|
3250
|
+
large: string;
|
|
3251
|
+
};
|
|
3252
|
+
};
|
|
3253
|
+
radius: {
|
|
3254
|
+
small: string;
|
|
3255
|
+
large: string;
|
|
3256
|
+
medium: string;
|
|
3257
|
+
};
|
|
3258
|
+
};
|
|
3259
|
+
feedbackText: {
|
|
3260
|
+
gap: {
|
|
3261
|
+
small: string;
|
|
3262
|
+
large: string;
|
|
3263
|
+
medium: string;
|
|
3264
|
+
};
|
|
3265
|
+
icon: {
|
|
3266
|
+
small: string;
|
|
3267
|
+
medium: string;
|
|
3268
|
+
large: string;
|
|
3269
|
+
};
|
|
3270
|
+
};
|
|
3271
|
+
};
|
|
3272
|
+
layout: {
|
|
3273
|
+
badge: {
|
|
3274
|
+
bullet: {
|
|
3275
|
+
bullet: {
|
|
3276
|
+
small: string;
|
|
3277
|
+
medium: string;
|
|
3278
|
+
large: string;
|
|
3279
|
+
};
|
|
3280
|
+
gap: {
|
|
3281
|
+
small: string;
|
|
3282
|
+
medium: string;
|
|
3283
|
+
large: string;
|
|
3284
|
+
};
|
|
3285
|
+
};
|
|
3286
|
+
notification: {
|
|
3287
|
+
border: {
|
|
3288
|
+
large: string;
|
|
3289
|
+
medium: string;
|
|
3290
|
+
small: string;
|
|
3291
|
+
};
|
|
3292
|
+
height: {
|
|
3293
|
+
small: string;
|
|
3294
|
+
medium: string;
|
|
3295
|
+
large: string;
|
|
3296
|
+
};
|
|
3297
|
+
inlinepadding: {
|
|
3298
|
+
padding: string;
|
|
3299
|
+
};
|
|
3300
|
+
radius: {
|
|
3301
|
+
round: string;
|
|
3302
|
+
};
|
|
3303
|
+
};
|
|
3304
|
+
status: {
|
|
3305
|
+
border: {
|
|
3306
|
+
large: string;
|
|
3307
|
+
medium: string;
|
|
3308
|
+
small: string;
|
|
3309
|
+
};
|
|
3310
|
+
gap: {
|
|
3311
|
+
medium: string;
|
|
3312
|
+
small: string;
|
|
3313
|
+
large: string;
|
|
3314
|
+
};
|
|
3315
|
+
height: {
|
|
3316
|
+
small: string;
|
|
3317
|
+
medium: string;
|
|
3318
|
+
large: string;
|
|
3319
|
+
};
|
|
3320
|
+
icon: {
|
|
3321
|
+
medium: string;
|
|
3322
|
+
small: string;
|
|
3323
|
+
large: string;
|
|
3324
|
+
};
|
|
3325
|
+
inlinepadding: {
|
|
3326
|
+
medium: string;
|
|
3327
|
+
small: string;
|
|
3328
|
+
large: string;
|
|
3329
|
+
};
|
|
3330
|
+
radius: {
|
|
3331
|
+
large: string;
|
|
3332
|
+
medium: string;
|
|
3333
|
+
small: string;
|
|
3334
|
+
};
|
|
3335
|
+
};
|
|
3336
|
+
};
|
|
3337
|
+
};
|
|
3338
|
+
modal: {
|
|
3339
|
+
border: {
|
|
3340
|
+
default: string;
|
|
3341
|
+
};
|
|
3342
|
+
gap: {
|
|
3343
|
+
default: string;
|
|
3344
|
+
};
|
|
3345
|
+
icon: {
|
|
3346
|
+
default: string;
|
|
3347
|
+
};
|
|
3348
|
+
inlinepadding: {
|
|
3349
|
+
default: string;
|
|
3350
|
+
};
|
|
3351
|
+
radius: {
|
|
3352
|
+
default: string;
|
|
3353
|
+
};
|
|
3354
|
+
width: {
|
|
3355
|
+
default: string;
|
|
3356
|
+
};
|
|
3357
|
+
};
|
|
3358
|
+
};
|
|
2956
3359
|
};
|