@htmlbricks/hb-order-list 0.66.27 → 0.67.1
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 -60
- package/main.iife.js.map +1 -1
- package/manifest.json +23 -3
- package/package.json +1 -1
package/manifest.json
CHANGED
|
@@ -116,7 +116,26 @@
|
|
|
116
116
|
}
|
|
117
117
|
},
|
|
118
118
|
"styleSetup": {
|
|
119
|
-
"vars": [
|
|
119
|
+
"vars": [
|
|
120
|
+
{
|
|
121
|
+
"name": "--bulma-text",
|
|
122
|
+
"valueType": "color",
|
|
123
|
+
"defaultValue": "#363636",
|
|
124
|
+
"description": "Primary text color."
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
"name": "--bulma-scheme-main",
|
|
128
|
+
"valueType": "color",
|
|
129
|
+
"defaultValue": "#ffffff",
|
|
130
|
+
"description": "Background / scheme surface."
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
"name": "--bulma-column-gap",
|
|
134
|
+
"valueType": "other",
|
|
135
|
+
"defaultValue": "0.75rem",
|
|
136
|
+
"description": "Gap between grid columns."
|
|
137
|
+
}
|
|
138
|
+
],
|
|
120
139
|
"parts": [
|
|
121
140
|
{
|
|
122
141
|
"name": "item_image",
|
|
@@ -154,7 +173,8 @@
|
|
|
154
173
|
}
|
|
155
174
|
}
|
|
156
175
|
],
|
|
157
|
-
"iifeIntegrity": "sha384-
|
|
176
|
+
"iifeIntegrity": "sha384-b4SuawgittHEN/RKBtOKi3ZuZBZxl5zZKKcufpY+ZTsn1Rhq7QkJ83G1cc9WO4j9",
|
|
177
|
+
"dependencies": [],
|
|
158
178
|
"screenshots": [],
|
|
159
179
|
"licenses": [
|
|
160
180
|
{
|
|
@@ -174,5 +194,5 @@
|
|
|
174
194
|
"size": {},
|
|
175
195
|
"iifePath": "main.iife.js",
|
|
176
196
|
"repoName": "@htmlbricks/hb-order-list",
|
|
177
|
-
"version": "0.
|
|
197
|
+
"version": "0.67.1"
|
|
178
198
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-order-list",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.67.1",
|
|
4
4
|
"contributors": [],
|
|
5
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": [
|