@htmlbricks/hb-order-list 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.
- package/manifest.json +5 -4
- package/package.json +2 -2
package/manifest.json
CHANGED
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
}
|
|
108
108
|
}
|
|
109
109
|
},
|
|
110
|
-
"description": "",
|
|
110
|
+
"description": "Order summary view driven by a payment JSON object: order number header, optional tracking area, list of line items with image and name, and a footer showing the order total including tax and optional shipment fee. Exposes the item image via the item_image CSS part.",
|
|
111
111
|
"storybookArgs": {
|
|
112
112
|
"payment": {
|
|
113
113
|
"control": {
|
|
@@ -165,12 +165,13 @@
|
|
|
165
165
|
],
|
|
166
166
|
"readmePath": "README.md",
|
|
167
167
|
"name": "hb-order-list",
|
|
168
|
-
"category": "
|
|
168
|
+
"category": "commerce",
|
|
169
169
|
"tags": [
|
|
170
|
-
"
|
|
170
|
+
"commerce",
|
|
171
|
+
"order"
|
|
171
172
|
],
|
|
172
173
|
"size": {},
|
|
173
174
|
"iifePath": "main.iife.js",
|
|
174
175
|
"repoName": "@htmlbricks/hb-order-list",
|
|
175
|
-
"version": "0.65.
|
|
176
|
+
"version": "0.65.23"
|
|
176
177
|
}
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-order-list",
|
|
3
|
-
"version": "0.65.
|
|
3
|
+
"version": "0.65.23",
|
|
4
4
|
"contributors": [],
|
|
5
|
-
"description": "",
|
|
5
|
+
"description": "Order summary view driven by a payment JSON object: order number header, optional tracking area, list of line items with image and name, and a footer showing the order total including tax and optional shipment fee. Exposes the item image via the item_image CSS part.",
|
|
6
6
|
"licenses": [
|
|
7
7
|
{
|
|
8
8
|
"type": "Apache-2.0",
|