@htmlbricks/hb-site-slideshow-horizontal 0.68.1 → 0.68.3

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 +42 -1
  2. package/package.json +1 -1
package/manifest.json CHANGED
@@ -245,6 +245,47 @@
245
245
  ],
246
246
  "type": "videos"
247
247
  }
248
+ },
249
+ {
250
+ "name": "imagesCompact",
251
+ "description": "Few slides, explicit images mode.",
252
+ "data": {
253
+ "type": "images",
254
+ "data": [
255
+ {
256
+ "href": "https://placehold.co/480x320/111/fff?text=One",
257
+ "caption": "First"
258
+ },
259
+ {
260
+ "href": "https://placehold.co/480x320/222/fff?text=Two",
261
+ "caption": "Second",
262
+ "key": "k2"
263
+ },
264
+ {
265
+ "href": "https://placehold.co/480x320/333/fff?text=Three",
266
+ "externalLink": "https://example.com"
267
+ }
268
+ ]
269
+ }
270
+ },
271
+ {
272
+ "name": "withSlideAndSize",
273
+ "description": "Initial slide index and thumbnail strip size.",
274
+ "data": {
275
+ "slide": 1,
276
+ "size": 5,
277
+ "data": [
278
+ {
279
+ "href": "https://placehold.co/400x300/004d40/ffffff?text=1"
280
+ },
281
+ {
282
+ "href": "https://placehold.co/400x300/1b5e20/ffffff?text=2"
283
+ },
284
+ {
285
+ "href": "https://placehold.co/400x300/33691e/ffffff?text=3"
286
+ }
287
+ ]
288
+ }
248
289
  }
249
290
  ],
250
291
  "iifeIntegrity": "sha384-IFEDzgP+pfKKywivhXgNGvT/eeRpqC6lt04jvEre3s027wXbIT4DC+rQIsP5b8K4",
@@ -268,5 +309,5 @@
268
309
  "size": {},
269
310
  "iifePath": "main.iife.js",
270
311
  "repoName": "@htmlbricks/hb-site-slideshow-horizontal",
271
- "version": "0.68.1"
312
+ "version": "0.68.3"
272
313
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-site-slideshow-horizontal",
3
- "version": "0.68.1",
3
+ "version": "0.68.3",
4
4
  "contributors": [],
5
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": [