@entur/tokens 3.16.0 → 3.17.1

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.
@@ -475,6 +475,7 @@ export declare const componentColors: {
475
475
  border: string;
476
476
  fillDefault: string;
477
477
  fillHover: string;
478
+ fillSelected: string;
478
479
  icon: string;
479
480
  iconDisabled: string;
480
481
  text: string;
@@ -752,14 +753,13 @@ export declare const componentColors: {
752
753
  };
753
754
  overflowMenu: {
754
755
  border: string;
756
+ fillActive: string;
755
757
  fillDefault: string;
756
758
  fillHover: string;
757
- fillSelected: string;
758
759
  icon: string;
759
760
  iconDisabled: string;
760
761
  text: string;
761
762
  textDisabled: string;
762
- textSelected: string;
763
763
  };
764
764
  pagination: {
765
765
  contrast: {
@@ -1896,6 +1896,7 @@ export declare const componentColors: {
1896
1896
  border: string;
1897
1897
  fillDefault: string;
1898
1898
  fillHover: string;
1899
+ fillSelected: string;
1899
1900
  icon: string;
1900
1901
  iconDisabled: string;
1901
1902
  text: string;
@@ -2173,14 +2174,13 @@ export declare const componentColors: {
2173
2174
  };
2174
2175
  overflowMenu: {
2175
2176
  border: string;
2177
+ fillActive: string;
2176
2178
  fillDefault: string;
2177
2179
  fillHover: string;
2178
- fillSelected: string;
2179
2180
  icon: string;
2180
2181
  iconDisabled: string;
2181
2182
  text: string;
2182
2183
  textDisabled: string;
2183
- textSelected: string;
2184
2184
  };
2185
2185
  pagination: {
2186
2186
  contrast: {
@@ -1143,7 +1143,8 @@ var componentColors = {
1143
1143
  "baseMenu": {
1144
1144
  "border": "#8284ab",
1145
1145
  "fillDefault": "#f2f5f7",
1146
- "fillHover": "#d9dae8",
1146
+ "fillHover": "#d9ddf2",
1147
+ "fillSelected": "#aeb7e2",
1147
1148
  "icon": "#181c56",
1148
1149
  "iconDisabled": "#6e6f73",
1149
1150
  "text": "#181c56",
@@ -1421,14 +1422,13 @@ var componentColors = {
1421
1422
  },
1422
1423
  "overflowMenu": {
1423
1424
  "border": "#8284ab",
1425
+ "fillActive": "#aeb7e2",
1424
1426
  "fillDefault": "#f2f5f7",
1425
- "fillHover": "#d9dae8",
1426
- "fillSelected": "#181c56",
1427
+ "fillHover": "#d9ddf2",
1427
1428
  "icon": "#181c56",
1428
1429
  "iconDisabled": "#6e6f73",
1429
1430
  "text": "#181c56",
1430
- "textDisabled": "#6e6f73",
1431
- "textSelected": "#ffffff"
1431
+ "textDisabled": "#6e6f73"
1432
1432
  },
1433
1433
  "pagination": {
1434
1434
  "contrast": {
@@ -2565,6 +2565,7 @@ var componentColors = {
2565
2565
  "border": "#ffffff00",
2566
2566
  "fillDefault": "#464755",
2567
2567
  "fillHover": "#626493",
2568
+ "fillSelected": "#8794d4",
2568
2569
  "icon": "#e5e5e9",
2569
2570
  "iconDisabled": "#949699",
2570
2571
  "text": "#e5e5e9",
@@ -2842,14 +2843,13 @@ var componentColors = {
2842
2843
  },
2843
2844
  "overflowMenu": {
2844
2845
  "border": "#ffffff00",
2846
+ "fillActive": "#8794d4",
2845
2847
  "fillDefault": "#464755",
2846
2848
  "fillHover": "#626493",
2847
- "fillSelected": "#8794d4",
2848
2849
  "icon": "#e5e5e9",
2849
2850
  "iconDisabled": "#949699",
2850
2851
  "text": "#e5e5e9",
2851
- "textDisabled": "#949699",
2852
- "textSelected": "#181c56"
2852
+ "textDisabled": "#949699"
2853
2853
  },
2854
2854
  "pagination": {
2855
2855
  "contrast": {