@htmlbricks/hb-site-slideshow 0.65.20 → 0.65.23

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.
Files changed (2) hide show
  1. package/manifest.json +5 -4
  2. package/package.json +2 -2
package/manifest.json CHANGED
@@ -96,7 +96,7 @@
96
96
  }
97
97
  }
98
98
  },
99
- "description": "",
99
+ "description": "Full-viewport image slideshow: pass `data` as an array of slides (`href`, optional `caption`). Supports optional `index` and `timer`, dots and captions via CSS parts, overlay/prev/next/cover slots, and dispatches slide change and hover events.",
100
100
  "storybookArgs": {
101
101
  "data": {
102
102
  "control": {
@@ -194,14 +194,15 @@
194
194
  ],
195
195
  "readmePath": "README.md",
196
196
  "name": "hb-site-slideshow",
197
- "category": "site",
197
+ "category": "content",
198
198
  "tags": [
199
- "site"
199
+ "content",
200
+ "media"
200
201
  ],
201
202
  "size": {
202
203
  "layout": "fullscreen"
203
204
  },
204
205
  "iifePath": "main.iife.js",
205
206
  "repoName": "@htmlbricks/hb-site-slideshow",
206
- "version": "0.65.20"
207
+ "version": "0.65.23"
207
208
  }
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-site-slideshow",
3
- "version": "0.65.20",
3
+ "version": "0.65.23",
4
4
  "contributors": [],
5
- "description": "",
5
+ "description": "Full-viewport image slideshow: pass `data` as an array of slides (`href`, optional `caption`). Supports optional `index` and `timer`, dots and captions via CSS parts, overlay/prev/next/cover slots, and dispatches slide change and hover events.",
6
6
  "licenses": [
7
7
  {
8
8
  "type": "Apache-2.0",