@v1nt1248/3nclient-lib 0.1.15 → 0.1.16

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/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Library (Vue3 + Typescript + Vite)
2
2
 
3
- Components, directives and plugins for Vue3 projects and some helpers methods (utils).
3
+ Components, directives and plugins for Vue3 projects and some helpers methods (utils).
4
4
  [The library on npm](https://www.npmjs.com/package/@v1nt1248/3nclient-lib)
5
5
 
6
6
  You can run the project as `pnpm dev` or `npm run dev`.
@@ -7548,11 +7548,11 @@ const hy = {
7548
7548
  ...B.onOpen && { onOpen: B.onOpen },
7549
7549
  duration: i,
7550
7550
  onClose: () => {
7551
- t.removeChild(L.$el), c && c.unmount && c.unmount();
7551
+ L.$el.remove(), c && c.unmount && c.unmount();
7552
7552
  }
7553
7553
  }), L = c.mount(G);
7554
7554
  t.appendChild(L.$el), i && setTimeout(() => {
7555
- t.removeChild(L.$el), c && c.unmount && c.unmount();
7555
+ L.$el.remove(), c && c.unmount && c.unmount();
7556
7556
  }, i);
7557
7557
  }
7558
7558
  };
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@v1nt1248/3nclient-lib",
3
3
  "license": "AGPL-3.0-or-later",
4
4
  "author": "v1nt1248",
5
- "version": "0.1.15",
5
+ "version": "0.1.16",
6
6
  "description": "Library for 3NWeb clients",
7
7
  "type": "module",
8
8
  "files": [