From 000169ba807d3d607d41ff0ee8f2188ebf0a8eb4 Mon Sep 17 00:00:00 2001 From: RTannenbaum Date: Tue, 9 Apr 2024 08:56:53 +0300 Subject: [PATCH 1/2] update icons --- components/icon/src/vwc-icon.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/icon/src/vwc-icon.ts b/components/icon/src/vwc-icon.ts index 6773e7ac9..bc93ec042 100644 --- a/components/icon/src/vwc-icon.ts +++ b/components/icon/src/vwc-icon.ts @@ -20,7 +20,7 @@ declare global { // noinspection CssUnresolvedCustomProperty const BASE_URL = 'https://icon.resources.vonage.com'; // namespaced as 3f7739a0-a898-4f69-a82b-ad9d743170b6 on icons.resources.vonage.com -const ICON_SET_VERSION = '4.5.3'; +const ICON_SET_VERSION = '4.5.5'; const PLACEHOLDER_ICON = ' '; const PLACEHOLDER_DELAY = 500; // Start displaying placeholder if waiting more than this period of time const PLACEHOLDER_TIMEOUT = 2000; // Stop displaying placeholder if exceeding this period of time (will also stop one an icon is loaded) From 2ed2001df37c1274ce5291b9370f6ae0db58291a Mon Sep 17 00:00:00 2001 From: RTannenbaum Date: Thu, 11 Apr 2024 10:55:10 +0300 Subject: [PATCH 2/2] update icon version --- components/icon/src/vwc-icon.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/icon/src/vwc-icon.ts b/components/icon/src/vwc-icon.ts index bc93ec042..11d76f75d 100644 --- a/components/icon/src/vwc-icon.ts +++ b/components/icon/src/vwc-icon.ts @@ -20,7 +20,7 @@ declare global { // noinspection CssUnresolvedCustomProperty const BASE_URL = 'https://icon.resources.vonage.com'; // namespaced as 3f7739a0-a898-4f69-a82b-ad9d743170b6 on icons.resources.vonage.com -const ICON_SET_VERSION = '4.5.5'; +const ICON_SET_VERSION = '4.5.6'; const PLACEHOLDER_ICON = ' '; const PLACEHOLDER_DELAY = 500; // Start displaying placeholder if waiting more than this period of time const PLACEHOLDER_TIMEOUT = 2000; // Stop displaying placeholder if exceeding this period of time (will also stop one an icon is loaded)