@entur/menu 4.2.3 → 4.2.4
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/styles.css +4 -4
- package/package.json +9 -9
package/dist/styles.css
CHANGED
|
@@ -557,6 +557,10 @@
|
|
|
557
557
|
appearance: none;
|
|
558
558
|
margin: 0;
|
|
559
559
|
}
|
|
560
|
+
:root {
|
|
561
|
+
--eds-menu: 1;
|
|
562
|
+
--reach-menu-button: 1;
|
|
563
|
+
}
|
|
560
564
|
/* DO NOT CHANGE!*/
|
|
561
565
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
562
566
|
.eds-stepper {
|
|
@@ -675,7 +679,3 @@
|
|
|
675
679
|
.eds-contrast .eds-stepper__step__line:after {
|
|
676
680
|
background: #aeb7e2;
|
|
677
681
|
}
|
|
678
|
-
:root {
|
|
679
|
-
--eds-menu: 1;
|
|
680
|
-
--reach-menu-button: 1;
|
|
681
|
-
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/menu",
|
|
3
|
-
"version": "4.2.
|
|
3
|
+
"version": "4.2.4",
|
|
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.
|
|
31
|
-
"@entur/button": "^3.1.
|
|
32
|
-
"@entur/expand": "^3.4.
|
|
33
|
-
"@entur/icons": "^6.11.
|
|
34
|
-
"@entur/layout": "^2.1.
|
|
35
|
-
"@entur/tokens": "^3.
|
|
36
|
-
"@entur/typography": "^1.8.
|
|
30
|
+
"@entur/a11y": "^0.2.71",
|
|
31
|
+
"@entur/button": "^3.1.9",
|
|
32
|
+
"@entur/expand": "^3.4.16",
|
|
33
|
+
"@entur/icons": "^6.11.2",
|
|
34
|
+
"@entur/layout": "^2.1.48",
|
|
35
|
+
"@entur/tokens": "^3.11.0",
|
|
36
|
+
"@entur/typography": "^1.8.15",
|
|
37
37
|
"@entur/utils": "^0.9.5",
|
|
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": "
|
|
42
|
+
"gitHead": "cd8bd67e916e644093ba1390154ccc96fa6f048f"
|
|
43
43
|
}
|