@htmlbricks/hb-checkout-shopping-cart 0.71.35 → 0.71.36
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 +136 -24
- package/main.iife.js +1 -1
- package/main.iife.js.map +1 -1
- package/manifest.json +5 -5
- package/package.json +1 -1
package/manifest.json
CHANGED
|
@@ -139,9 +139,9 @@
|
|
|
139
139
|
},
|
|
140
140
|
{
|
|
141
141
|
"name": "--hb-checkout-border",
|
|
142
|
-
"valueType": "
|
|
143
|
-
"defaultValue": "",
|
|
144
|
-
"description": "
|
|
142
|
+
"valueType": "other",
|
|
143
|
+
"defaultValue": "1px solid + `--bulma-border`",
|
|
144
|
+
"description": "Full border shorthand for the divider above the cart table; `:host` defaults to `1px solid` with `--bulma-border`."
|
|
145
145
|
}
|
|
146
146
|
],
|
|
147
147
|
"parts": []
|
|
@@ -230,7 +230,7 @@
|
|
|
230
230
|
}
|
|
231
231
|
}
|
|
232
232
|
],
|
|
233
|
-
"iifeIntegrity": "sha384-
|
|
233
|
+
"iifeIntegrity": "sha384-U08Bd7NaPfDVp936vZFxa8S/tnOZRK/gj18Cj/dunU8hrRiBqlV7vE1fiJRz01C8",
|
|
234
234
|
"dependencies": [
|
|
235
235
|
{
|
|
236
236
|
"name": "hb-table",
|
|
@@ -379,5 +379,5 @@
|
|
|
379
379
|
"size": {},
|
|
380
380
|
"iifePath": "main.iife.js",
|
|
381
381
|
"repoName": "@htmlbricks/hb-checkout-shopping-cart",
|
|
382
|
-
"version": "0.71.
|
|
382
|
+
"version": "0.71.36"
|
|
383
383
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-checkout-shopping-cart",
|
|
3
|
-
"version": "0.71.
|
|
3
|
+
"version": "0.71.36",
|
|
4
4
|
"contributors": [],
|
|
5
5
|
"description": "Order summary built on `hb-table`: maps `payment.items` into rows (name, quantity, line total), computes subtotal, tax, and grand total from item prices, and shows country/currency (with simple symbol defaults). When `completed` is enabled it switches to a compact “order placed” state; `payment` can be supplied as JSON.",
|
|
6
6
|
"licenses": [
|