@zcomponent/core 1.6.0-beta → 1.6.1-beta

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.
Binary file
Binary file
Binary file
@@ -5,7 +5,7 @@ import { ContextManager } from '../context';
5
5
  import { Event } from '../event';
6
6
  /**
7
7
  * @zcomponent
8
- * @zgroup Util
8
+ * @zgroup Social Sharing
9
9
  * @zicon photo_camera
10
10
  */
11
11
  export declare class SnapshotUI extends Component {
@@ -11,7 +11,7 @@ const download_src = new URL('../../assets/download.png', import.meta.url).href;
11
11
  const share_src = new URL('../../assets/share.png', import.meta.url).href;
12
12
  /**
13
13
  * @zcomponent
14
- * @zgroup Util
14
+ * @zgroup Social Sharing
15
15
  * @zicon photo_camera
16
16
  */
17
17
  export class SnapshotUI extends Component {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zcomponent/core",
3
- "version": "1.6.0-beta",
3
+ "version": "1.6.1-beta",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
@@ -16,7 +16,8 @@
16
16
  "index.js",
17
17
  "index.d.ts",
18
18
  "lib/**/*",
19
- "css/**/*"
19
+ "css/**/*",
20
+ "assets/**/*"
20
21
  ],
21
22
  "scripts": {
22
23
  "build": "rm -rf lib && tsc",