@htmlbricks/hb-shop-item-row 0.65.22 → 0.65.23

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 +5 -4
  2. package/package.json +2 -2
package/manifest.json CHANGED
@@ -83,7 +83,7 @@
83
83
  }
84
84
  }
85
85
  },
86
- "description": "",
86
+ "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.",
87
87
  "storybookArgs": {
88
88
  "action": {
89
89
  "control": {
@@ -227,12 +227,13 @@
227
227
  ],
228
228
  "readmePath": "README.md",
229
229
  "name": "hb-shop-item-row",
230
- "category": "basic",
230
+ "category": "commerce",
231
231
  "tags": [
232
- "basic"
232
+ "commerce",
233
+ "product"
233
234
  ],
234
235
  "size": {},
235
236
  "iifePath": "main.iife.js",
236
237
  "repoName": "@htmlbricks/hb-shop-item-row",
237
- "version": "0.65.22"
238
+ "version": "0.65.23"
238
239
  }
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-shop-item-row",
3
- "version": "0.65.22",
3
+ "version": "0.65.23",
4
4
  "contributors": [],
5
- "description": "",
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": [
7
7
  {
8
8
  "type": "Apache-2.0",