@entur/menu 4.2.35-beta.0 → 4.2.35

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.
Files changed (2) hide show
  1. package/dist/styles.css +7 -3
  2. package/package.json +9 -9
package/dist/styles.css CHANGED
@@ -803,10 +803,12 @@
803
803
  --components-menu-overflowmenu-border: #8284ab;
804
804
  --components-menu-overflowmenu-fill-default: #f2f5f7;
805
805
  --components-menu-overflowmenu-fill-hover: #d9dae8;
806
+ --components-menu-overflowmenu-fill-selected: #181c56;
806
807
  --components-menu-overflowmenu-icon: #181c56;
807
808
  --components-menu-overflowmenu-icon-disabled: #6e6f73;
808
809
  --components-menu-overflowmenu-text: #181c56;
809
810
  --components-menu-overflowmenu-text-disabled: #6e6f73;
811
+ --components-menu-overflowmenu-text-selected: #ffffff;
810
812
  --components-menu-pagination-contrast-active: #8794d4;
811
813
  --components-menu-pagination-contrast-border-selected: #ffffff;
812
814
  --components-menu-pagination-contrast-border-unselected: rgba(174, 183, 226, 0.6980392157);
@@ -899,10 +901,12 @@
899
901
  --components-menu-overflowmenu-border: rgba(255, 255, 255, 0);
900
902
  --components-menu-overflowmenu-fill-default: #464755;
901
903
  --components-menu-overflowmenu-fill-hover: #626493;
904
+ --components-menu-overflowmenu-fill-selected: #8794d4;
902
905
  --components-menu-overflowmenu-icon: #e5e5e9;
903
906
  --components-menu-overflowmenu-icon-disabled: #949699;
904
907
  --components-menu-overflowmenu-text: #e5e5e9;
905
908
  --components-menu-overflowmenu-text-disabled: #949699;
909
+ --components-menu-overflowmenu-text-selected: #181c56;
906
910
  --components-menu-pagination-contrast-active: #8794d4;
907
911
  --components-menu-pagination-contrast-border-selected: #e5e5e9;
908
912
  --components-menu-pagination-contrast-border-unselected: rgba(174, 183, 226, 0.6980392157);
@@ -1050,8 +1054,8 @@
1050
1054
  --basecolors-shape-accent: #e5e5e9;
1051
1055
  --basecolors-shape-bicycle-contrast: #4db295;
1052
1056
  --basecolors-shape-bicycle-default: #4db295;
1053
- --basecolors-shape-bus-contrast: #e87a9b;
1054
- --basecolors-shape-bus-default: #e87a9b;
1057
+ --basecolors-shape-bus-contrast: #ef7398;
1058
+ --basecolors-shape-bus-default: #ef7398;
1055
1059
  --basecolors-shape-cableway-contrast: #b898e5;
1056
1060
  --basecolors-shape-cableway-default: #b898e5;
1057
1061
  --basecolors-shape-disabled: #b6b8ba;
@@ -1094,7 +1098,7 @@
1094
1098
  --basecolors-stroke-highlight: #ff9494;
1095
1099
  --basecolors-stroke-light: #b3b4bd;
1096
1100
  --basecolors-stroke-subdued: #81828f;
1097
- --basecolors-stroke-subduedalt: #81828f;
1101
+ --basecolors-stroke-subduedalt: #949699;
1098
1102
  --basecolors-text-accent: #e5e5e9;
1099
1103
  --basecolors-text-disabled: #b6b8ba;
1100
1104
  --basecolors-text-disabledalt: #b6b8ba;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/menu",
3
- "version": "4.2.35-beta.0",
3
+ "version": "4.2.35",
4
4
  "license": "EUPL-1.2",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/menu.esm.js",
@@ -27,17 +27,17 @@
27
27
  "react-dom": ">=16.8.0"
28
28
  },
29
29
  "dependencies": {
30
- "@entur/a11y": "^0.2.86",
31
- "@entur/button": "^3.2.27-beta.0",
32
- "@entur/expand": "^3.5.16-beta.0",
33
- "@entur/icons": "^7.0.0-beta.0",
34
- "@entur/layout": "^2.3.11-beta.0",
35
- "@entur/tokens": "^3.15.1",
36
- "@entur/typography": "^1.8.40-beta.0",
30
+ "@entur/a11y": "^0.2.87",
31
+ "@entur/button": "^3.2.27",
32
+ "@entur/expand": "^3.5.16",
33
+ "@entur/icons": "^6.18.1",
34
+ "@entur/layout": "^2.3.11",
35
+ "@entur/tokens": "^3.15.2",
36
+ "@entur/typography": "^1.8.40",
37
37
  "@entur/utils": "^0.11.1",
38
38
  "@reach/menu-button": "^0.16.1",
39
39
  "@reach/polymorphic": "0.18.0",
40
40
  "classnames": "^2.3.1"
41
41
  },
42
- "gitHead": "c8e99ab901c06e9faf622f1a1f88e1b0e7e34419"
42
+ "gitHead": "4d4f7939fb1c9b936e07dd321b7faa3e12476b3d"
43
43
  }