@apptegy/nuxt-navigation 0.1.125 → 0.1.126

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
@@ -4,7 +4,7 @@
4
4
  "nuxt": ">=3.0.0"
5
5
  },
6
6
  "configKey": "@apptegy/nuxt-navigation",
7
- "version": "0.1.125",
7
+ "version": "0.1.126",
8
8
  "builder": {
9
9
  "@nuxt/module-builder": "1.0.1",
10
10
  "unbuild": "unknown"
@@ -216,6 +216,9 @@ function patchNotifications(patch) {
216
216
  }
217
217
  emit("update:notifications", {
218
218
  ...props.notifications,
219
+ panelOpen: panelOpen.value,
220
+ activeTabId: activeTabId.value,
221
+ activeFilterId: activeFilterId.value,
219
222
  ...patch
220
223
  });
221
224
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apptegy/nuxt-navigation",
3
- "version": "0.1.125",
3
+ "version": "0.1.126",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {