@htmlbricks/hb-shop-item-cell 0.71.33 → 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 +1 -1
- package/manifest.json +5 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -27,7 +27,7 @@ Bundles **Bulma 1.x** (`card`, `image`, `content`, `title`, `tag`, helpers). Set
|
|
|
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
|
- Mirror `hb-shop-item-row` content model for consistent catalog UI.
|
|
32
32
|
|
|
33
33
|
### Minimal HTML example
|
package/manifest.json
CHANGED
|
@@ -198,6 +198,10 @@
|
|
|
198
198
|
"name": "text",
|
|
199
199
|
"description": "text"
|
|
200
200
|
},
|
|
201
|
+
{
|
|
202
|
+
"name": "rating",
|
|
203
|
+
"description": "rating"
|
|
204
|
+
},
|
|
201
205
|
{
|
|
202
206
|
"name": "reviews",
|
|
203
207
|
"description": "reviews"
|
|
@@ -314,5 +318,5 @@
|
|
|
314
318
|
"size": {},
|
|
315
319
|
"iifePath": "main.iife.js",
|
|
316
320
|
"repoName": "@htmlbricks/hb-shop-item-cell",
|
|
317
|
-
"version": "0.71.
|
|
321
|
+
"version": "0.71.35"
|
|
318
322
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-shop-item-cell",
|
|
3
|
-
"version": "0.71.
|
|
3
|
+
"version": "0.71.35",
|
|
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": [
|