diff --git a/package-lock.json b/package-lock.json index c73e1a4b..eb2a6ca1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@capacitor/core": "^2.4.7", "@casl/ability": "^6.0.0", "@hotwax/app-version-info": "^1.0.0", - "@hotwax/apps-theme": "^1.3.0", + "@hotwax/apps-theme": "^1.4.0", "@hotwax/dxp-components": "^1.22.1", "@hotwax/oms-api": "^1.20.0", "@ionic/core": "8.4.2", @@ -2790,9 +2790,9 @@ "integrity": "sha512-PnJTqTbFvvl9N23yi1DjL4aNmTkpYFrayyoJyfH1qDJXADFbQ9kB7gJmKcfiPpyYMGR86Yf3Is5ct0+wReUJGQ==" }, "node_modules/@hotwax/apps-theme": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@hotwax/apps-theme/-/apps-theme-1.3.0.tgz", - "integrity": "sha512-brVDbBvI/yMl2iqIGyKGI+zOblgy0UtTRJXDjLp28qOgHm3Bm7fYdSHbNYCorCuJSXdwYDYjQAAOhNbq5Lc1OA==", + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/@hotwax/apps-theme/-/apps-theme-1.4.0.tgz", + "integrity": "sha512-ZvTlKeDKlPl3+YGPQmZr7XzRc+3s+MfzhL8RkMpyOCKROFgdv3z5e3I3BuDVty9FYjjtQF5UWOmoVctB+KHUnQ==", "license": "Apache-2.0" }, "node_modules/@hotwax/dxp-components": { diff --git a/package.json b/package.json index c99d8d3c..5b10c779 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@capacitor/core": "^2.4.7", "@casl/ability": "^6.0.0", "@hotwax/app-version-info": "^1.0.0", - "@hotwax/apps-theme": "^1.3.0", + "@hotwax/apps-theme": "^1.4.0", "@hotwax/dxp-components": "^1.22.1", "@hotwax/oms-api": "^1.20.0", "@ionic/core": "8.4.2", diff --git a/src/views/Settings.vue b/src/views/Settings.vue index 109add85..8b67c465 100644 --- a/src/views/Settings.vue +++ b/src/views/Settings.vue @@ -268,11 +268,4 @@ hr { align-items: center; padding: var(--spacer-xs) 10px 0px; } - -/* Added conditional hiding in standalone mode that respects user permissions */ -@media (display-mode: standalone) { - [standalone-hidden] { - display: none; - } -}