@htmlbricks/hb-shop-item-cell 0.65.22 → 0.66.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/manifest.json +5 -4
- package/package.json +2 -2
package/manifest.json
CHANGED
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
}
|
|
84
84
|
}
|
|
85
85
|
},
|
|
86
|
-
"description": "",
|
|
86
|
+
"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.",
|
|
87
87
|
"storybookArgs": {
|
|
88
88
|
"img": {
|
|
89
89
|
"control": {
|
|
@@ -222,12 +222,13 @@
|
|
|
222
222
|
],
|
|
223
223
|
"readmePath": "README.md",
|
|
224
224
|
"name": "hb-shop-item-cell",
|
|
225
|
-
"category": "
|
|
225
|
+
"category": "commerce",
|
|
226
226
|
"tags": [
|
|
227
|
-
"
|
|
227
|
+
"commerce",
|
|
228
|
+
"product"
|
|
228
229
|
],
|
|
229
230
|
"size": {},
|
|
230
231
|
"iifePath": "main.iife.js",
|
|
231
232
|
"repoName": "@htmlbricks/hb-shop-item-cell",
|
|
232
|
-
"version": "0.
|
|
233
|
+
"version": "0.66.0"
|
|
233
234
|
}
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-shop-item-cell",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.66.0",
|
|
4
4
|
"contributors": [],
|
|
5
|
-
"description": "",
|
|
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": [
|
|
7
7
|
{
|
|
8
8
|
"type": "Apache-2.0",
|