@htmlbricks/hb-page-invoice 0.65.22 → 0.66.0

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 CHANGED
@@ -204,7 +204,7 @@
204
204
  }
205
205
  }
206
206
  },
207
- "description": "",
207
+ "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.",
208
208
  "storybookArgs": {
209
209
  "printer": {
210
210
  "control": {
@@ -223,44 +223,7 @@
223
223
  }
224
224
  },
225
225
  "styleSetup": {
226
- "vars": [
227
- {
228
- "name": "--bs-primary",
229
- "valueType": "color",
230
- "theme": "bootstrap",
231
- "defaultValue": "#07689f"
232
- },
233
- {
234
- "name": "--bs-secondary",
235
- "valueType": "color",
236
- "theme": "bootstrap",
237
- "defaultValue": "#c9d6df"
238
- },
239
- {
240
- "name": "--bs-success",
241
- "valueType": "color",
242
- "theme": "bootstrap",
243
- "defaultValue": "#11d3bc"
244
- },
245
- {
246
- "name": "--bs-info",
247
- "valueType": "color",
248
- "theme": "bootstrap",
249
- "defaultValue": "#a2d5f2"
250
- },
251
- {
252
- "name": "--bs-warning",
253
- "valueType": "color",
254
- "theme": "bootstrap",
255
- "defaultValue": "#ffc107"
256
- },
257
- {
258
- "name": "--bs-danger",
259
- "valueType": "color",
260
- "theme": "bootstrap",
261
- "defaultValue": "#f67280"
262
- }
263
- ],
226
+ "vars": [],
264
227
  "parts": []
265
228
  },
266
229
  "contributors": [],
@@ -315,12 +278,14 @@
315
278
  ],
316
279
  "readmePath": "README.md",
317
280
  "name": "hb-page-invoice",
318
- "category": "page",
281
+ "category": "commerce",
319
282
  "tags": [
283
+ "commerce",
284
+ "invoice",
320
285
  "page"
321
286
  ],
322
287
  "size": {},
323
288
  "iifePath": "main.iife.js",
324
289
  "repoName": "@htmlbricks/hb-page-invoice",
325
- "version": "0.65.22"
290
+ "version": "0.66.0"
326
291
  }
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-page-invoice",
3
- "version": "0.65.22",
3
+ "version": "0.66.0",
4
4
  "contributors": [],
5
- "description": "",
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": [
7
7
  {
8
8
  "type": "Apache-2.0",