@uplynk/lynk-design 0.9.21 → 0.9.22

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.
@@ -56,8 +56,9 @@ var LynkNav = class extends LynkElement {
56
56
  this.mutationObserver.observe(this, { childList: true, subtree: true });
57
57
  }
58
58
  disconnectedCallback() {
59
+ var _a;
59
60
  super.disconnectedCallback();
60
- this.mutationObserver.disconnect();
61
+ (_a = this.mutationObserver) == null ? void 0 : _a.disconnect();
61
62
  this.removeEventListener("focusin", this.handleFocusIn);
62
63
  this.removeEventListener("focusout", this.handleFocusOut);
63
64
  }
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  LynkNav
3
- } from "../../chunks/chunk.6TLVR6UP.js";
3
+ } from "../../chunks/chunk.KUDSVGHA.js";
4
4
  import "../../chunks/chunk.HF7GESMZ.js";
5
5
  import "../../chunks/chunk.MBLR62GT.js";
6
6
  import "../../chunks/chunk.UGL3RT6X.js";
@@ -19218,7 +19218,7 @@
19218
19218
  "package": {
19219
19219
  "name": "@uplynk/lynk-design",
19220
19220
  "description": "A library of web components for building web applications with the Uplynk user interface style guide.",
19221
- "version": "0.9.21",
19221
+ "version": "0.9.22",
19222
19222
  "author": "Harley Jessop",
19223
19223
  "homepage": "https://lynk.design/",
19224
19224
  "license": "SEE LICENSE IN .LICENSE"
package/dist/lynk.js CHANGED
@@ -146,7 +146,7 @@ import {
146
146
  import "./chunks/chunk.O2SLT2XI.js";
147
147
  import {
148
148
  LynkNav
149
- } from "./chunks/chunk.6TLVR6UP.js";
149
+ } from "./chunks/chunk.KUDSVGHA.js";
150
150
  import "./chunks/chunk.HF7GESMZ.js";
151
151
  import {
152
152
  LynkNavItem
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "http://json.schemastore.org/web-types",
3
3
  "name": "@uplynk/lynk-design",
4
- "version": "0.9.21",
4
+ "version": "0.9.22",
5
5
  "description-markup": "markdown",
6
6
  "framework-config": {
7
7
  "enable-when": {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@uplynk/lynk-design",
3
3
  "description": "A library of web components for building web applications with the Uplynk user interface style guide.",
4
- "version": "0.9.21",
4
+ "version": "0.9.22",
5
5
  "homepage": "https://lynk.design/",
6
6
  "author": "Harley Jessop",
7
7
  "license": "SEE LICENSE IN .LICENSE",