@shwfed/nuxt 0.11.27 → 0.11.29

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.11.27",
4
+ "version": "0.11.29",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "1.0.2",
7
7
  "unbuild": "3.6.1"
@@ -387,7 +387,7 @@ function runPaletteEffect(effect) {
387
387
  </button>
388
388
  </div>
389
389
  </nav>
390
- <main class="m-2 flex-1 p-1 bg-(--workspace) border border-zinc-100 rounded overflow-hidden">
390
+ <main class="m-2 flex-1 bg-(--workspace) border border-zinc-100 rounded overflow-hidden">
391
391
  <slot />
392
392
  </main>
393
393
  </main>
@@ -102,6 +102,7 @@ const renderedSessions = computed(() => {
102
102
 
103
103
  <template #default="modalSlotProps">
104
104
  <OverlayBody
105
+ v-if="session.open"
105
106
  :cel-context="session.celContext"
106
107
  :render="session.definition.render"
107
108
  :slot-props="{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shwfed/nuxt",
3
- "version": "0.11.27",
3
+ "version": "0.11.29",
4
4
  "description": "",
5
5
  "license": "MIT",
6
6
  "type": "module",