@htmlbricks/hb-shop-item-cell 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
@@ -234,6 +234,63 @@
234
234
  "regularprice": "",
235
235
  "footer": ""
236
236
  }
237
+ },
238
+ {
239
+ "name": "fullCard",
240
+ "description": "Populated retail card with rating and sale price.",
241
+ "data": {
242
+ "img": "https://placehold.co/320x240/363636/ffffff?text=Product",
243
+ "url": "https://example.com/p/1",
244
+ "badge": "New",
245
+ "title": "Wireless earbuds",
246
+ "subtitle": "ANC · 32h battery",
247
+ "text": "Compact charging case and IPX4 splash resistance.",
248
+ "rating": 4,
249
+ "ratingscale": 5,
250
+ "reviews": "128 reviews",
251
+ "reviewsurl": "https://example.com/p/1#reviews",
252
+ "price": "€79.00",
253
+ "regularprice": "€99.00",
254
+ "footer": "Free returns within 30 days"
255
+ }
256
+ },
257
+ {
258
+ "name": "minimalListing",
259
+ "description": "Image, title, and price only.",
260
+ "data": {
261
+ "img": "https://placehold.co/320x240/363636/ffffff?text=Product",
262
+ "url": "",
263
+ "badge": "",
264
+ "title": "Mug — ceramic",
265
+ "subtitle": "",
266
+ "text": "",
267
+ "rating": 0,
268
+ "ratingscale": 5,
269
+ "reviews": "",
270
+ "reviewsurl": "",
271
+ "price": "€14.00",
272
+ "regularprice": "",
273
+ "footer": ""
274
+ }
275
+ },
276
+ {
277
+ "name": "topRated",
278
+ "description": "High score on a 10-point scale.",
279
+ "data": {
280
+ "img": "https://placehold.co/320x240/363636/ffffff?text=Product",
281
+ "url": "https://example.com/p/2",
282
+ "badge": "",
283
+ "title": "Desk lamp",
284
+ "subtitle": "LED dimmable",
285
+ "text": "",
286
+ "rating": 9,
287
+ "ratingscale": 10,
288
+ "reviews": "See all",
289
+ "reviewsurl": "https://example.com/p/2#reviews",
290
+ "price": "€45.00",
291
+ "regularprice": "",
292
+ "footer": ""
293
+ }
237
294
  }
238
295
  ],
239
296
  "iifeIntegrity": "sha384-BY0N0UvqZ8BDG8owXx3Myn5yVvuSSns9gibySi58mAuTH+aCrvvTaTCehgfIqRPC",
@@ -257,5 +314,5 @@
257
314
  "size": {},
258
315
  "iifePath": "main.iife.js",
259
316
  "repoName": "@htmlbricks/hb-shop-item-cell",
260
- "version": "0.68.1"
317
+ "version": "0.68.2"
261
318
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-shop-item-cell",
3
- "version": "0.68.1",
3
+ "version": "0.68.2",
4
4
  "contributors": [],
5
5
  "description": "Vertical shop product card: top image with optional badge, then the same body as shop-item-row (title, subtitle, text, stars, reviews, prices, footer) with Bootstrap card styling and matching slots.",
6
6
  "licenses": [