@entur/menu 4.2.18-beta.0 → 4.2.18
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 {
|
|
@@ -682,7 +686,3 @@
|
|
|
682
686
|
.eds-contrast .eds-stepper__step__line:after {
|
|
683
687
|
background: #aeb7e2;
|
|
684
688
|
}
|
|
685
|
-
:root {
|
|
686
|
-
--eds-menu: 1;
|
|
687
|
-
--reach-menu-button: 1;
|
|
688
|
-
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/menu",
|
|
3
|
-
"version": "4.2.18
|
|
3
|
+
"version": "4.2.18",
|
|
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.2.
|
|
32
|
-
"@entur/expand": "^3.5.0
|
|
33
|
-
"@entur/icons": "^6.15.
|
|
34
|
-
"@entur/layout": "^2.1.57
|
|
35
|
-
"@entur/tokens": "^3.
|
|
36
|
-
"@entur/typography": "^1.8.
|
|
30
|
+
"@entur/a11y": "^0.2.76",
|
|
31
|
+
"@entur/button": "^3.2.11",
|
|
32
|
+
"@entur/expand": "^3.5.0",
|
|
33
|
+
"@entur/icons": "^6.15.1",
|
|
34
|
+
"@entur/layout": "^2.1.57",
|
|
35
|
+
"@entur/tokens": "^3.13.0",
|
|
36
|
+
"@entur/typography": "^1.8.24",
|
|
37
37
|
"@entur/utils": "^0.10.0",
|
|
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": "907373a47cc81ae12be266bac1d10522033f8b49"
|
|
43
43
|
}
|