@entur/tokens 3.15.2 → 3.17.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.
@@ -1001,6 +1001,7 @@ export declare const componentColors: {
1001
1001
  };
1002
1002
  travelLeg: {
1003
1003
  contrast: {
1004
+ air: string;
1004
1005
  airportlinkbus: string;
1005
1006
  airportlinkrail: string;
1006
1007
  bicycle: string;
@@ -1015,12 +1016,15 @@ export declare const componentColors: {
1015
1016
  metro: string;
1016
1017
  mobility: string;
1017
1018
  plane: string;
1019
+ rail: string;
1018
1020
  taxi: string;
1019
1021
  train: string;
1020
1022
  tram: string;
1021
1023
  walk: string;
1024
+ water: string;
1022
1025
  };
1023
1026
  standard: {
1027
+ air: string;
1024
1028
  airportlinkbus: string;
1025
1029
  airportlinkrail: string;
1026
1030
  bicycle: string;
@@ -1035,10 +1039,12 @@ export declare const componentColors: {
1035
1039
  metro: string;
1036
1040
  mobility: string;
1037
1041
  plane: string;
1042
+ rail: string;
1038
1043
  taxi: string;
1039
1044
  train: string;
1040
1045
  tram: string;
1041
1046
  walk: string;
1047
+ water: string;
1042
1048
  };
1043
1049
  };
1044
1050
  travelSwitch: {
@@ -1352,8 +1358,8 @@ export declare const componentColors: {
1352
1358
  };
1353
1359
  };
1354
1360
  dodontcard: {
1355
- border: string;
1356
1361
  fill: string;
1362
+ statuslineNegative: string;
1357
1363
  statuslineSuccess: string;
1358
1364
  statuslineWarning: string;
1359
1365
  text: string;
@@ -2416,6 +2422,7 @@ export declare const componentColors: {
2416
2422
  };
2417
2423
  travelLeg: {
2418
2424
  contrast: {
2425
+ air: string;
2419
2426
  airportlinkbus: string;
2420
2427
  airportlinkrail: string;
2421
2428
  bicycle: string;
@@ -2430,12 +2437,15 @@ export declare const componentColors: {
2430
2437
  metro: string;
2431
2438
  mobility: string;
2432
2439
  plane: string;
2440
+ rail: string;
2433
2441
  taxi: string;
2434
2442
  train: string;
2435
2443
  tram: string;
2436
2444
  walk: string;
2445
+ water: string;
2437
2446
  };
2438
2447
  standard: {
2448
+ air: string;
2439
2449
  airportlinkbus: string;
2440
2450
  airportlinkrail: string;
2441
2451
  bicycle: string;
@@ -2450,10 +2460,12 @@ export declare const componentColors: {
2450
2460
  metro: string;
2451
2461
  mobility: string;
2452
2462
  plane: string;
2463
+ rail: string;
2453
2464
  taxi: string;
2454
2465
  train: string;
2455
2466
  tram: string;
2456
2467
  walk: string;
2468
+ water: string;
2457
2469
  };
2458
2470
  };
2459
2471
  travelSwitch: {
@@ -2767,8 +2779,8 @@ export declare const componentColors: {
2767
2779
  };
2768
2780
  };
2769
2781
  dodontcard: {
2770
- border: string;
2771
2782
  fill: string;
2783
+ statuslineNegative: string;
2772
2784
  statuslineSuccess: string;
2773
2785
  statuslineWarning: string;
2774
2786
  text: string;
@@ -1670,6 +1670,7 @@ var componentColors = {
1670
1670
  },
1671
1671
  "travelLeg": {
1672
1672
  "contrast": {
1673
+ "air": "#fbafea",
1673
1674
  "airportlinkbus": "#fbafea",
1674
1675
  "airportlinkrail": "#fbafea",
1675
1676
  "bicycle": "#00db9b",
@@ -1684,12 +1685,15 @@ var componentColors = {
1684
1685
  "metro": "#f08901",
1685
1686
  "mobility": "#00db9b",
1686
1687
  "plane": "#fbafea",
1688
+ "rail": "#42a5f5",
1687
1689
  "taxi": "#ffe082",
1688
1690
  "train": "#42a5f5",
1689
1691
  "tram": "#b482fb",
1690
- "walk": "#8284ab"
1692
+ "walk": "#8284ab",
1693
+ "water": "#6fdfff"
1691
1694
  },
1692
1695
  "standard": {
1696
+ "air": "#800664",
1693
1697
  "airportlinkbus": "#800664",
1694
1698
  "airportlinkrail": "#800664",
1695
1699
  "bicycle": "#388f76",
@@ -1704,10 +1708,12 @@ var componentColors = {
1704
1708
  "metro": "#bf5826",
1705
1709
  "mobility": "#388f76",
1706
1710
  "plane": "#800664",
1711
+ "rail": "#00367f",
1707
1712
  "taxi": "#3d3e40",
1708
1713
  "train": "#00367f",
1709
1714
  "tram": "#78469a",
1710
- "walk": "#8d8e9c"
1715
+ "walk": "#8d8e9c",
1716
+ "water": "#0c6693"
1711
1717
  }
1712
1718
  },
1713
1719
  "travelSwitch": {
@@ -2021,8 +2027,8 @@ var componentColors = {
2021
2027
  }
2022
2028
  },
2023
2029
  "dodontcard": {
2024
- "border": "#e3e6e8",
2025
2030
  "fill": "#f6f6f9",
2031
+ "statuslineNegative": "#d31b1b",
2026
2032
  "statuslineSuccess": "#1a8e60",
2027
2033
  "statuslineWarning": "#ffca28",
2028
2034
  "text": "#181c56"
@@ -3085,6 +3091,7 @@ var componentColors = {
3085
3091
  },
3086
3092
  "travelLeg": {
3087
3093
  "contrast": {
3094
+ "air": "#f2b8e5",
3088
3095
  "airportlinkbus": "#f2b8e5",
3089
3096
  "airportlinkrail": "#f2b8e5",
3090
3097
  "bicycle": "#4db295",
@@ -3099,12 +3106,15 @@ var componentColors = {
3099
3106
  "metro": "#dd973c",
3100
3107
  "mobility": "#4db295",
3101
3108
  "plane": "#f2b8e5",
3109
+ "rail": "#60a2d7",
3102
3110
  "taxi": "#ffe082",
3103
3111
  "train": "#60a2d7",
3104
3112
  "tram": "#b898e5",
3105
- "walk": "#8d8e9c"
3113
+ "walk": "#8d8e9c",
3114
+ "water": "#8ccfe2"
3106
3115
  },
3107
3116
  "standard": {
3117
+ "air": "#f2b8e5",
3108
3118
  "airportlinkbus": "#f2b8e5",
3109
3119
  "airportlinkrail": "#f2b8e5",
3110
3120
  "bicycle": "#4db295",
@@ -3119,10 +3129,12 @@ var componentColors = {
3119
3129
  "metro": "#dd973c",
3120
3130
  "mobility": "#4db295",
3121
3131
  "plane": "#f2b8e5",
3132
+ "rail": "#60a2d7",
3122
3133
  "taxi": "#ffe082",
3123
3134
  "train": "#60a2d7",
3124
3135
  "tram": "#b898e5",
3125
- "walk": "#8d8e9c"
3136
+ "walk": "#8d8e9c",
3137
+ "water": "#8ccfe2"
3126
3138
  }
3127
3139
  },
3128
3140
  "travelSwitch": {
@@ -3436,8 +3448,8 @@ var componentColors = {
3436
3448
  }
3437
3449
  },
3438
3450
  "dodontcard": {
3439
- "border": "#81828f",
3440
3451
  "fill": "#e5e5e926",
3452
+ "statuslineNegative": "#ff9494",
3441
3453
  "statuslineSuccess": "#9cd9c2",
3442
3454
  "statuslineWarning": "#ffeeb3",
3443
3455
  "text": "#e5e5e9"