@htmlbricks/hb-vertical-img-txt-archive 0.67.1 → 0.68.2

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 +30 -1
  2. package/package.json +1 -1
package/manifest.json CHANGED
@@ -347,6 +347,35 @@
347
347
  }
348
348
  ]
349
349
  }
350
+ },
351
+ {
352
+ "name": "withSubtitlesAndEventLinks",
353
+ "description": "Subtitles and event-style links for click handling.",
354
+ "data": {
355
+ "size": 2,
356
+ "collection": [
357
+ {
358
+ "title": "Webinar recording",
359
+ "subtitle": "Mar 2026",
360
+ "text": "Q1 product roadmap and Q&A.",
361
+ "link": {
362
+ "type": "event",
363
+ "uri": "open:webinar-1"
364
+ },
365
+ "image": "https://placehold.co/400x250/4a148c/ffffff?text=Video"
366
+ },
367
+ {
368
+ "title": "Release notes",
369
+ "subtitle": "v2.4",
370
+ "text": "Changelog highlights.",
371
+ "link": {
372
+ "type": "page",
373
+ "uri": "/releases/2-4"
374
+ },
375
+ "image": "https://placehold.co/400x250/006064/ffffff?text=Notes"
376
+ }
377
+ ]
378
+ }
350
379
  }
351
380
  ],
352
381
  "iifeIntegrity": "sha384-rcQczU4lUNVXJqYGjn0o0G82qf3mVCdHMsdAs7YnJZmh2hPiFJcHQ5kx7oUA0k8Q",
@@ -370,5 +399,5 @@
370
399
  "size": {},
371
400
  "iifePath": "main.iife.js",
372
401
  "repoName": "@htmlbricks/hb-vertical-img-txt-archive",
373
- "version": "0.67.1"
402
+ "version": "0.68.2"
374
403
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-vertical-img-txt-archive",
3
- "version": "0.67.1",
3
+ "version": "0.68.2",
4
4
  "contributors": [],
5
5
  "description": "Vertical archive grid: `collection` items with `title`, `text`, `image`, and `link` (e.g. `type` + `uri`). Optional `size` sets column count; CSS parts style container, item, image, title, and text. Emits `collectionItemClick` when an item is chosen.",
6
6
  "licenses": [