@htmlbricks/hb-shop-item-row 0.71.34 → 0.71.35

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.
package/README.md CHANGED
@@ -27,7 +27,7 @@ The component bundles cherry-picked Bulma 1 Sass modules scoped to `:host` (see
27
27
 
28
28
  ### Usage notes
29
29
 
30
- - **Slots:** `badge`, `title`, `subtitle`, `text`, `reviews`, `price`, `footer`, `regularprice`.
30
+ - **Slots:** `badge`, `title`, `subtitle`, `text`, `rating`, `reviews`, `price`, `footer`, `regularprice`.
31
31
  - Storybook exposes `action` for demos only; it is not on the `Component` type.
32
32
 
33
33
  ### Minimal HTML example
package/manifest.json CHANGED
@@ -209,6 +209,10 @@
209
209
  "name": "text",
210
210
  "description": "text"
211
211
  },
212
+ {
213
+ "name": "rating",
214
+ "description": "rating"
215
+ },
212
216
  {
213
217
  "name": "reviews",
214
218
  "description": "reviews"
@@ -325,5 +329,5 @@
325
329
  "size": {},
326
330
  "iifePath": "main.iife.js",
327
331
  "repoName": "@htmlbricks/hb-shop-item-row",
328
- "version": "0.71.34"
332
+ "version": "0.71.35"
329
333
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-shop-item-row",
3
- "version": "0.71.34",
3
+ "version": "0.71.35",
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": [