From 0031b51bcf4b511a872098047f02b3a8fdd27acf Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Fri, 22 Sep 2023 13:15:34 +0200 Subject: [PATCH] fix(core): update --- ts_web/00_commitinfo_data.ts | 2 +- ts_web/elements/dees-icon.ts | 21 ++------------------- 2 files changed, 3 insertions(+), 20 deletions(-) diff --git a/ts_web/00_commitinfo_data.ts b/ts_web/00_commitinfo_data.ts index 4bf0c8e..c4b6742 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.211', + version: '1.0.212', description: 'website for lossless.com' } diff --git a/ts_web/elements/dees-icon.ts b/ts_web/elements/dees-icon.ts index 9053853..9f37171 100644 --- a/ts_web/elements/dees-icon.ts +++ b/ts_web/elements/dees-icon.ts @@ -54,6 +54,7 @@ import { faMinus as faMinusSolid, faPaste as faPasteSolid, faPenToSquare as faPenToSquareSolid, + faPlus as faPlusSolid, faRss as faRssSolid, faUsers as faUsersSolid, faShare as faShareSolid, @@ -68,51 +69,34 @@ export const faIcons = { // normal arrowRight: faArrowRightSolid, arrowUpRightFromSquare: faArrowUpRightFromSquareSolid, - arrowUpRightFromSquareSolid: faArrowUpRightFromSquareSolid, bell: faBellSolid, - bellSolid: faBellSolid, bug: faBugSolid, - bugSolid: faBugSolid, building: faBuildingSolid, - buildingSolid: faBuildingSolid, caretLeft: faCaretLeftSolid, - caretLeftSolid: faCaretLeftSolid, caretRight: faCaretRightSolid, - caretRightSolid: faCaretRightSolid, check: faCheckSolid, - checkSolid: faCheckSolid, circleInfo: faCircleInfoSolid, - circleInfoSolid: faCircleInfoSolid, circleCheck: faCircleCheckRegular, circleCheckSolid: faCircleCheckSolid, circleXmark: faCircleXmarkRegular, circleXmarkSolid: faCircleXmarkSolid, clockRotateLeft: faClockRotateLeftSolid, - clockRotateLeftSolid: faClockRotateLeftSolid, copy: faCopyRegular, copySolid: faCopySolid, desktop: faDesktopSolid, - desktopSolid: faDesktopSolid, eye: faEyeSolid, - eyeSolid: faEyeSolid, eyeSlash: faEyeSlashSolid, - eyeSlashSolid: faEyeSlashSolid, grip: faGripSolid, - gripSolid: faGripSolid, message: faMessageRegular, messageSolid: faMessageSolid, mugHot: faMugHotSolid, - mugHotSolid: faMugHotSolid, minus: faMinusSolid, - minusSolid: faMinusSolid, paste: faPasteRegular, pasteSolid: faPasteSolid, penToSquare: faPenToSquareSolid, - penToSquareSolid: faPenToSquareSolid, + plus: faPlusSolid, rss: faRssSolid, - rssSolid: faRssSolid, share: faShareSolid, - shareSolid: faShareSolid, sun: faSunRegular, sunSolid: faSunSolid, trash: faTrashSolid, @@ -121,7 +105,6 @@ export const faIcons = { trashCanSolid: faTrashCanSolid, users: faUsersSolid, xmark: faXmarkSolid, - xmarkSolid: faXmarkSolid, // brands facebook: faFacebook, google: faGoogle,