@entur/menu 4.2.14-beta.0 → 4.2.15
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,10 +557,6 @@
|
|
|
557
557
|
appearance: none;
|
|
558
558
|
margin: 0;
|
|
559
559
|
}
|
|
560
|
-
:root {
|
|
561
|
-
--eds-menu: 1;
|
|
562
|
-
--reach-menu-button: 1;
|
|
563
|
-
}
|
|
564
560
|
/* DO NOT CHANGE!*/
|
|
565
561
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
566
562
|
.eds-stepper {
|
|
@@ -686,3 +682,7 @@
|
|
|
686
682
|
.eds-contrast .eds-stepper__step__line:after {
|
|
687
683
|
background: #aeb7e2;
|
|
688
684
|
}
|
|
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.
|
|
3
|
+
"version": "4.2.15",
|
|
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.75
|
|
31
|
-
"@entur/button": "^3.2.
|
|
32
|
-
"@entur/expand": "^3.4.
|
|
33
|
-
"@entur/icons": "^6.
|
|
34
|
-
"@entur/layout": "^2.1.
|
|
30
|
+
"@entur/a11y": "^0.2.75",
|
|
31
|
+
"@entur/button": "^3.2.8",
|
|
32
|
+
"@entur/expand": "^3.4.23",
|
|
33
|
+
"@entur/icons": "^6.14.0",
|
|
34
|
+
"@entur/layout": "^2.1.55",
|
|
35
35
|
"@entur/tokens": "^3.12.0",
|
|
36
|
-
"@entur/typography": "^1.8.
|
|
37
|
-
"@entur/utils": "^
|
|
36
|
+
"@entur/typography": "^1.8.22",
|
|
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": "883677c25c50baf66df6f90c46759d186147921c"
|
|
43
43
|
}
|