@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
|
}
|
|
@@ -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.
|
|
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
package/dist/web-types.json
CHANGED
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.
|
|
4
|
+
"version": "0.9.22",
|
|
5
5
|
"homepage": "https://lynk.design/",
|
|
6
6
|
"author": "Harley Jessop",
|
|
7
7
|
"license": "SEE LICENSE IN .LICENSE",
|