From ec920a273a2ca054144411eb3eaa6581f104a13c Mon Sep 17 00:00:00 2001
From: Jean-Baptiste Pasquier <contact@jbpasquier.eu>
Date: Thu, 20 May 2021 16:24:49 +0200
Subject: [PATCH] bump: invoices to 1.4

---
 src/components/sw-toolbox.js | 4 ++--
 src/dependencies.pug         | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/components/sw-toolbox.js b/src/components/sw-toolbox.js
index ccd1d43a..9d51eee6 100644
--- a/src/components/sw-toolbox.js
+++ b/src/components/sw-toolbox.js
@@ -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) => {
diff --git a/src/dependencies.pug b/src/dependencies.pug
index d0c6d69c..dad64d18 100644
--- a/src/dependencies.pug
+++ b/src/dependencies.pug
@@ -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")
-- 
GitLab