@htmlbricks/hb-product-comparison 0.65.20 → 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
@@ -160,7 +160,7 @@
160
160
  }
161
161
  }
162
162
  },
163
- "description": "",
163
+ "description": "Product comparison matrix: columns per product (model, description, promotion, price, purchase button) and rows per feature header with icons or text from each product’s characteristics. Supports preferred product and sale styling; dispatches purchaseClick with product id. Desktop table vs stacked mobile layout.",
164
164
  "storybookArgs": {
165
165
  "products": {
166
166
  "control": {
@@ -290,12 +290,13 @@
290
290
  ],
291
291
  "readmePath": "README.md",
292
292
  "name": "hb-product-comparison",
293
- "category": "components",
293
+ "category": "commerce",
294
294
  "tags": [
295
- "components"
295
+ "commerce",
296
+ "product"
296
297
  ],
297
298
  "size": {},
298
299
  "iifePath": "main.iife.js",
299
300
  "repoName": "@htmlbricks/hb-product-comparison",
300
- "version": "0.65.20"
301
+ "version": "0.65.23"
301
302
  }
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-product-comparison",
3
- "version": "0.65.20",
3
+ "version": "0.65.23",
4
4
  "contributors": [],
5
- "description": "",
5
+ "description": "Product comparison matrix: columns per product (model, description, promotion, price, purchase button) and rows per feature header with icons or text from each product’s characteristics. Supports preferred product and sale styling; dispatches purchaseClick with product id. Desktop table vs stacked mobile layout.",
6
6
  "licenses": [
7
7
  {
8
8
  "type": "Apache-2.0",