bump: invoices to 1.4

This commit is contained in:
Jean-Baptiste Pasquier 2021-05-20 16:24:49 +02:00
parent 477ac838da
commit ec920a273a
2 changed files with 3 additions and 3 deletions

View File

@ -19,8 +19,8 @@ if ('serviceWorker' in navigator) {
imageUrl: hubl.client.logo || 'https://cdn.startinblox.com/logos/webp/hubl.webp',
imageAlt: hubl.client.name,
showCancelButton: true,
confirmButtonClass: 'button text-xsmall text-bold text-center reversed color-secondary bordered icon icon-check no-background-image',
cancelButtonClass: 'button text-xsmall text-bold text-center reversed color-primary bordered icon icon-exclamation no-background-image',
confirmButtonClass: 'button text-xsmall text-bold text-center reversed color-secondary bordered icon icon-check icon-margin-right-xsmall no-background-image',
cancelButtonClass: 'button text-xsmall text-bold text-center reversed color-primary bordered icon icon-exclamation icon-margin-right-xsmall no-background-image',
confirmButtonText: hubl.intl.t('serviceWorker.yes'),
cancelButtonText: hubl.intl.t('serviceWorker.no')
}).then((result) => {

View File

@ -36,7 +36,7 @@ if componentSet.has("events") || componentSet.has("polls") || componentSet.has("
script(type="module" src="https://cdn.skypack.dev/@startinblox/component-conversation@0.11" defer)
if componentSet.has('invoices')
script(type="module" src="https://cdn.skypack.dev/@startinblox/component-invoicing@1.3" defer)
script(type="module" src="https://cdn.skypack.dev/@startinblox/component-invoicing@1.4" defer)
//- script(type="module" src="/lib/solid-invoicing/solid-invoicing.js" defer)
if componentSet.has("jobBoard")