@shwfed/nuxt 0.1.53 → 0.1.55

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/module.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@shwfed/nuxt",
3
3
  "configKey": "shwfed",
4
- "version": "0.1.53",
4
+ "version": "0.1.55",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "1.0.2",
7
7
  "unbuild": "3.6.1"
@@ -24,7 +24,8 @@ const { t } = useI18n();
24
24
  useHead({
25
25
  bodyAttrs: {
26
26
  style: {
27
- "--primary": "#2DA8BC"
27
+ "--primary": "#2DA8BC",
28
+ "--workspace": "#FFFFFF"
28
29
  }
29
30
  }
30
31
  });
@@ -669,7 +670,7 @@ useHead({
669
670
  </button>
670
671
  </div>
671
672
  </nav>
672
- <main class="m-2 flex-1 p-1 bg-white border border-zinc-100 rounded overflow-hidden">
673
+ <main class="m-2 flex-1 p-1 bg-(--workspace) border border-zinc-100 rounded overflow-hidden">
673
674
  <slot />
674
675
  </main>
675
676
  </main>
@@ -67,6 +67,7 @@ export default defineNuxtPlugin({
67
67
  client_id: config.apis.clientId
68
68
  });
69
69
  url.search = params.toString();
70
+ window.sessionStorage.clear();
70
71
  navigateTo(url.href, {
71
72
  external: true,
72
73
  replace: true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shwfed/nuxt",
3
- "version": "0.1.53",
3
+ "version": "0.1.55",
4
4
  "description": "",
5
5
  "license": "MIT",
6
6
  "type": "module",