@worksafevictoria/wcl7.5 1.17.0-beta.8 → 1.17.0-beta.9

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@worksafevictoria/wcl7.5",
3
- "version": "1.17.0-beta.8",
3
+ "version": "1.17.0-beta.9",
4
4
  "description": "WorkSafe Victoria Component Library - GitHub Actions Migration Test",
5
5
  "main": "src/index.js",
6
6
  "license": "MIT",
@@ -777,6 +777,7 @@ export default {
777
777
  .getElementsByTagName('a')[0]
778
778
  .setAttribute('aria-expanded', 'false')
779
779
  this.isSecondLevelOpen = false
780
+ // fix introduced to re-open mobile menu after going back from 2nd level, ie "Main Menu" action
780
781
  this.closeMegaMenu()
781
782
  this.$nextTick(() => {
782
783
  this.showMobileMenu()
@@ -1,5 +1,7 @@
1
1
  @import './includes.scss';
2
2
 
3
+ // $app-menu-white is used for mobile menu text colour instead of $app-header-text-colour
4
+
3
5
  .app-header {
4
6
  &.isMobile {
5
7
  padding: 0;