@htmlbricks/hb-shop-item-row 0.68.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 +58 -1
  2. package/package.json +1 -1
package/manifest.json CHANGED
@@ -245,6 +245,63 @@
245
245
  "regularprice": "",
246
246
  "footer": ""
247
247
  }
248
+ },
249
+ {
250
+ "name": "horizontalRich",
251
+ "description": "Full row with badge, copy, and strikethrough price.",
252
+ "data": {
253
+ "img": "https://placehold.co/200x150/00d1b2/ffffff?text=SKU",
254
+ "url": "https://example.com/item/h1",
255
+ "badge": "-15%",
256
+ "title": "Running shoes",
257
+ "subtitle": "Unisex · sizes 36–48",
258
+ "text": "Lightweight mesh upper and cushioned sole for daily miles.",
259
+ "rating": 5,
260
+ "ratingscale": 5,
261
+ "reviews": "2.4k reviews",
262
+ "reviewsurl": "https://example.com/item/h1#reviews",
263
+ "price": "€102.00",
264
+ "regularprice": "€120.00",
265
+ "footer": "Ships in 24h"
266
+ }
267
+ },
268
+ {
269
+ "name": "compactRow",
270
+ "description": "Title and price for dense lists.",
271
+ "data": {
272
+ "img": "https://placehold.co/200x150/00d1b2/ffffff?text=SKU",
273
+ "url": "",
274
+ "badge": "",
275
+ "title": "Gift card €25",
276
+ "subtitle": "",
277
+ "text": "",
278
+ "rating": 0,
279
+ "ratingscale": 5,
280
+ "reviews": "",
281
+ "reviewsurl": "",
282
+ "price": "€25.00",
283
+ "regularprice": "",
284
+ "footer": ""
285
+ }
286
+ },
287
+ {
288
+ "name": "withAction",
289
+ "description": "Footer line as secondary action hint.",
290
+ "data": {
291
+ "img": "https://placehold.co/200x150/00d1b2/ffffff?text=SKU",
292
+ "url": "https://example.com/item/h2",
293
+ "badge": "",
294
+ "title": "API access",
295
+ "subtitle": "Pro tier",
296
+ "text": "Higher rate limits and webhook retries.",
297
+ "rating": 0,
298
+ "ratingscale": 5,
299
+ "reviews": "",
300
+ "reviewsurl": "",
301
+ "price": "€49/mo",
302
+ "regularprice": "",
303
+ "footer": "Contact sales for volume"
304
+ }
248
305
  }
249
306
  ],
250
307
  "iifeIntegrity": "sha384-Y3HuzKSSni/DxdO3stOJTjLwcg/XYdySSvsZBzXlHcfrs9k9gOUtzDqMGqKvEp68",
@@ -268,5 +325,5 @@
268
325
  "size": {},
269
326
  "iifePath": "main.iife.js",
270
327
  "repoName": "@htmlbricks/hb-shop-item-row",
271
- "version": "0.68.1"
328
+ "version": "0.68.2"
272
329
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-shop-item-row",
3
- "version": "0.68.1",
3
+ "version": "0.68.2",
4
4
  "contributors": [],
5
5
  "description": "Horizontal shop product card: image with optional badge, linked title and metadata, description, star rating scale with numeric rating and reviews link, current and strikethrough prices, and optional footer—all overridable via named slots.",
6
6
  "licenses": [