@htmlbricks/hb-product-comparison 0.66.26 → 0.67.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 +4 -0
- package/main.iife.js +415 -64
- package/main.iife.js.map +1 -1
- package/manifest.json +23 -3
- package/package.json +1 -1
package/manifest.json
CHANGED
|
@@ -182,7 +182,26 @@
|
|
|
182
182
|
}
|
|
183
183
|
},
|
|
184
184
|
"styleSetup": {
|
|
185
|
-
"vars": [
|
|
185
|
+
"vars": [
|
|
186
|
+
{
|
|
187
|
+
"name": "--bulma-primary",
|
|
188
|
+
"valueType": "color",
|
|
189
|
+
"defaultValue": "#00d1b2",
|
|
190
|
+
"description": "Purchase button background."
|
|
191
|
+
},
|
|
192
|
+
{
|
|
193
|
+
"name": "--bulma-text",
|
|
194
|
+
"valueType": "color",
|
|
195
|
+
"defaultValue": "#363636",
|
|
196
|
+
"description": "Grid text color."
|
|
197
|
+
},
|
|
198
|
+
{
|
|
199
|
+
"name": "--bulma-column-gap",
|
|
200
|
+
"valueType": "number",
|
|
201
|
+
"defaultValue": "0.75rem",
|
|
202
|
+
"description": "Space between comparison columns."
|
|
203
|
+
}
|
|
204
|
+
],
|
|
186
205
|
"parts": [
|
|
187
206
|
{
|
|
188
207
|
"name": "container",
|
|
@@ -279,7 +298,8 @@
|
|
|
279
298
|
}
|
|
280
299
|
}
|
|
281
300
|
],
|
|
282
|
-
"iifeIntegrity": "sha384-
|
|
301
|
+
"iifeIntegrity": "sha384-UiTNd2edppmQSP6rCs9nxurW2WEmPtleiOcxUcC4Ze95+oLK9pUIHHl9IZInE+P1",
|
|
302
|
+
"dependencies": [],
|
|
283
303
|
"screenshots": [],
|
|
284
304
|
"licenses": [
|
|
285
305
|
{
|
|
@@ -299,5 +319,5 @@
|
|
|
299
319
|
"size": {},
|
|
300
320
|
"iifePath": "main.iife.js",
|
|
301
321
|
"repoName": "@htmlbricks/hb-product-comparison",
|
|
302
|
-
"version": "0.
|
|
322
|
+
"version": "0.67.0"
|
|
303
323
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-product-comparison",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.67.0",
|
|
4
4
|
"contributors": [],
|
|
5
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": [
|