From 48e093b1bab69a5fa5ec8ae5f79029855866f4f4 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Wed, 11 Jan 2023 18:32:05 +0100 Subject: [PATCH] fix(core): update --- ts_web/00_commitinfo_data.ts | 2 +- ts_web/elements/dees-icon.ts | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ts_web/00_commitinfo_data.ts b/ts_web/00_commitinfo_data.ts index e4b7382..09e5eab 100644 --- a/ts_web/00_commitinfo_data.ts +++ b/ts_web/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@designestate/dees-catalog', - version: '1.0.129', + version: '1.0.130', description: 'website for lossless.com' } diff --git a/ts_web/elements/dees-icon.ts b/ts_web/elements/dees-icon.ts index 7d20066..2b6edc3 100644 --- a/ts_web/elements/dees-icon.ts +++ b/ts_web/elements/dees-icon.ts @@ -28,6 +28,7 @@ import { import { faBell as faBellSolid, faBug as faBugSolid, + faCaretLeft as faCaretLeftSolid, faCircleInfo as faCircleInfoSolid, faDesktop as faDesktopSolid, faGrip as faGripSolid, @@ -44,6 +45,8 @@ export const faIcons = { bellSolid: faBellSolid, bug: faBugSolid, bugSolid: faBugSolid, + caretLeft: faCaretLeftSolid, + caretLeftSolid: faCaretLeftSolid, circleinfo: faCircleInfoSolid, circleinfoSolid: faCircleInfoSolid, desktop: faDesktopSolid,