From 4ada27e226b34bb0e796a3073763ffe18a5d5bc6 Mon Sep 17 00:00:00 2001 From: Rina Date: Thu, 10 Aug 2023 14:02:52 +0300 Subject: [PATCH] update icons 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 4f6000588..9a75006d7 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.2.2'; +const ICON_SET_VERSION = '4.2.3'; 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)