@htmlbricks/hb-site-slideshow-horizontal 0.65.22 → 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
@@ -98,7 +98,7 @@
98
98
  }
99
99
  }
100
100
  },
101
- "description": "",
101
+ "description": "Horizontal media strip: `data` lists slides with `href`, `caption`, and optional `link`, `externalLink`, `key`, or `duration` for video-style rows. Set `type` to `videos` for that layout; emits `slideClick` when a slide is activated.",
102
102
  "storybookArgs": {
103
103
  "data": {
104
104
  "control": {
@@ -258,12 +258,13 @@
258
258
  ],
259
259
  "readmePath": "README.md",
260
260
  "name": "hb-site-slideshow-horizontal",
261
- "category": "archives",
261
+ "category": "content",
262
262
  "tags": [
263
- "archives"
263
+ "content",
264
+ "media"
264
265
  ],
265
266
  "size": {},
266
267
  "iifePath": "main.iife.js",
267
268
  "repoName": "@htmlbricks/hb-site-slideshow-horizontal",
268
- "version": "0.65.22"
269
+ "version": "0.65.23"
269
270
  }
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-site-slideshow-horizontal",
3
- "version": "0.65.22",
3
+ "version": "0.65.23",
4
4
  "contributors": [],
5
- "description": "",
5
+ "description": "Horizontal media strip: `data` lists slides with `href`, `caption`, and optional `link`, `externalLink`, `key`, or `duration` for video-style rows. Set `type` to `videos` for that layout; emits `slideClick` when a slide is activated.",
6
6
  "licenses": [
7
7
  {
8
8
  "type": "Apache-2.0",