@htmlbricks/hb-shop-item-cell 0.71.36 → 0.72.0
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 +10 -4
- package/manifest.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
|
-
# hb-shop-item-cell
|
|
1
|
+
# `hb-shop-item-cell` (shop-item-cell)
|
|
2
2
|
|
|
3
|
-
**Category:** commerce
|
|
3
|
+
**Category:** commerce
|
|
4
|
+
**Tags:** commerce, product
|
|
5
|
+
**Package:** `@htmlbricks/hb-shop-item-cell`
|
|
4
6
|
|
|
5
7
|
## Overview
|
|
6
8
|
|
|
@@ -10,8 +12,8 @@ Star icons use **Bootstrap Icons** SVGs embedded in the shadow tree; layout and
|
|
|
10
12
|
|
|
11
13
|
## Custom element
|
|
12
14
|
|
|
13
|
-
```
|
|
14
|
-
hb-shop-item-cell
|
|
15
|
+
```html
|
|
16
|
+
<hb-shop-item-cell …></hb-shop-item-cell>
|
|
15
17
|
```
|
|
16
18
|
|
|
17
19
|
## Layout behavior
|
|
@@ -151,3 +153,7 @@ See [Bulma: CSS variables](https://bulma.io/documentation/features/css-variables
|
|
|
151
153
|
## Related components
|
|
152
154
|
|
|
153
155
|
Use **`hb-shop-item-row`** when you need the same product fields in a horizontal row layout; attributes and slots are aligned between the two.
|
|
156
|
+
|
|
157
|
+
## License
|
|
158
|
+
|
|
159
|
+
Package metadata references **Apache-2.0** (see `LICENSE.md` in the published package when consuming from npm).
|
package/manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-shop-item-cell",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.72.0",
|
|
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": [
|