From 08aa9e3fe477483ca4b581fc9656f8cb960d2443 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Thu, 14 Sep 2023 19:43:26 +0200 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 94408e6..6f00de8 100644 --- a/ts_web/00_commitinfo_data.ts +++ b/ts_web/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@design.estate/dees-catalog', - version: '1.0.199', + version: '1.0.200', description: 'website for lossless.com' } diff --git a/ts_web/elements/dees-icon.ts b/ts_web/elements/dees-icon.ts index 533f9a0..6707224 100644 --- a/ts_web/elements/dees-icon.ts +++ b/ts_web/elements/dees-icon.ts @@ -42,6 +42,7 @@ import { faCircleInfo as faCircleInfoSolid, faCircleCheck as faCircleCheckSolid, faCircleXmark as faCircleXmarkSolid, + faClockRotateLeft as faClockRotateLeftSolid, faCopy as faCopySolid, faDesktop as faDesktopSolid, faEye as faEyeSolid, @@ -82,6 +83,8 @@ export const faIcons = { circleCheckSolid: faCircleCheckSolid, circleXmark: faCircleXmarkRegular, circleXmarkSolid: faCircleXmarkSolid, + clockRotateLeft: faClockRotateLeftSolid, + clockRotateLeftSolid: faClockRotateLeftSolid, copy: faCopyRegular, copySolid: faCopySolid, desktop: faDesktopSolid,