@htmlbricks/hb-checkout-shopping-cart 0.71.35 → 0.71.37
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 +135 -24
- package/main.iife.js +1 -1
- package/main.iife.js.map +1 -1
- package/manifest.json +5 -8
- package/package.json +1 -1
- package/types/webcomponent.type.d.json +0 -3
- package/types/webcomponent.type.d.ts +0 -1
package/manifest.json
CHANGED
|
@@ -29,9 +29,6 @@
|
|
|
29
29
|
},
|
|
30
30
|
"payment": {
|
|
31
31
|
"$ref": "#/definitions/IShoppingPayment"
|
|
32
|
-
},
|
|
33
|
-
"style": {
|
|
34
|
-
"type": "string"
|
|
35
32
|
}
|
|
36
33
|
},
|
|
37
34
|
"required": [
|
|
@@ -139,9 +136,9 @@
|
|
|
139
136
|
},
|
|
140
137
|
{
|
|
141
138
|
"name": "--hb-checkout-border",
|
|
142
|
-
"valueType": "
|
|
143
|
-
"defaultValue": "",
|
|
144
|
-
"description": "
|
|
139
|
+
"valueType": "other",
|
|
140
|
+
"defaultValue": "1px solid + `--bulma-border`",
|
|
141
|
+
"description": "Full border shorthand for the divider above the cart table; `:host` defaults to `1px solid` with `--bulma-border`."
|
|
145
142
|
}
|
|
146
143
|
],
|
|
147
144
|
"parts": []
|
|
@@ -230,7 +227,7 @@
|
|
|
230
227
|
}
|
|
231
228
|
}
|
|
232
229
|
],
|
|
233
|
-
"iifeIntegrity": "sha384-
|
|
230
|
+
"iifeIntegrity": "sha384-3eFNrf0d+I7S4ITcajJ9Y5rAK8paTQZls7Wytq1pn4M8pGYZIMp2UJEJUgze3TS1",
|
|
234
231
|
"dependencies": [
|
|
235
232
|
{
|
|
236
233
|
"name": "hb-table",
|
|
@@ -379,5 +376,5 @@
|
|
|
379
376
|
"size": {},
|
|
380
377
|
"iifePath": "main.iife.js",
|
|
381
378
|
"repoName": "@htmlbricks/hb-checkout-shopping-cart",
|
|
382
|
-
"version": "0.71.
|
|
379
|
+
"version": "0.71.37"
|
|
383
380
|
}
|
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.37",
|
|
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": [
|