@v1nt1248/3nclient-lib 0.0.20 → 0.0.21

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.
@@ -1,2 +1,3 @@
1
- export { default as Ui3nHtml } from './ui3n-html';
2
- export { default as Ui3nClickOutside } from './ui3n-click-outside';
1
+ import Ui3nHtml from './ui3n-html';
2
+ import Ui3nClickOutside from './ui3n-click-outside';
3
+ export { Ui3nHtml, Ui3nClickOutside, };
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.0.20",
5
+ "version": "0.0.21",
6
6
  "description": "Library for 3NWeb clients",
7
7
  "private": false,
8
8
  "type": "module",