@htmlbricks/hb-page-invoice 0.71.34 → 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 +125 -22
- package/main.iife.js +1 -1
- package/main.iife.js.map +1 -1
- package/manifest.json +9 -3
- package/package.json +1 -1
package/manifest.json
CHANGED
|
@@ -228,7 +228,7 @@
|
|
|
228
228
|
"name": "--bulma-text",
|
|
229
229
|
"valueType": "color",
|
|
230
230
|
"defaultValue": "#363636",
|
|
231
|
-
"description": "
|
|
231
|
+
"description": "Default text color for invoice headings, addresses, line descriptions, and table totals."
|
|
232
232
|
},
|
|
233
233
|
{
|
|
234
234
|
"name": "--bulma-border",
|
|
@@ -241,6 +241,12 @@
|
|
|
241
241
|
"valueType": "color",
|
|
242
242
|
"defaultValue": "#ffffff",
|
|
243
243
|
"description": "Page background inside the host."
|
|
244
|
+
},
|
|
245
|
+
{
|
|
246
|
+
"name": "--bulma-block-spacing",
|
|
247
|
+
"valueType": "string",
|
|
248
|
+
"defaultValue": "1.5rem",
|
|
249
|
+
"description": "Vertical margin block for the invoice host section."
|
|
244
250
|
}
|
|
245
251
|
],
|
|
246
252
|
"parts": []
|
|
@@ -430,7 +436,7 @@
|
|
|
430
436
|
}
|
|
431
437
|
}
|
|
432
438
|
],
|
|
433
|
-
"iifeIntegrity": "sha384-
|
|
439
|
+
"iifeIntegrity": "sha384-ZadsB6Lj3Zne+v9vICHN8LfsfSpeWb4ZTMwr0/znl7Jr/e3UYbLuV3x+tK76BEo2",
|
|
434
440
|
"dependencies": [
|
|
435
441
|
{
|
|
436
442
|
"name": "hb-table",
|
|
@@ -580,5 +586,5 @@
|
|
|
580
586
|
"size": {},
|
|
581
587
|
"iifePath": "main.iife.js",
|
|
582
588
|
"repoName": "@htmlbricks/hb-page-invoice",
|
|
583
|
-
"version": "0.71.
|
|
589
|
+
"version": "0.71.36"
|
|
584
590
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-page-invoice",
|
|
3
|
-
"version": "0.71.
|
|
3
|
+
"version": "0.71.36",
|
|
4
4
|
"contributors": [],
|
|
5
5
|
"description": "Printable invoice page: shows seller and buyer from headers, invoice date and serial, line items in hb-table with price, quantity, VAT and row totals, plus subtotal, tax and grand total in the invoice currency. When printer is not yes, offers print and open-in-window actions.",
|
|
6
6
|
"licenses": [
|