From 2ede9e3dc4e73c30d50c55ffada0258c331da085 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Giedrius=20Macevi=C4=8Dius?= Date: Thu, 5 Dec 2024 13:04:57 +0200 Subject: [PATCH] Add new icon "successManualFilled" to ui icons (#731) * feat(svgicon): add new icon "successManualFilled" to ui icons Add "successManualFilled" icon to the SVGIcon component and its story. This enhances the icon set with a new visual representation for success. * style(ui.tsx): update SVG path formatting for consistency and readability Refactor SVG path data to use consistent formatting and improve readability. This change enhances maintainability and ensures uniformity across SVG definitions. fix(ui.tsx): update SVG path data for successManualFilled icon Update the SVG path data for the successManualFilled icon to correct visual inaccuracies and improve the icon's appearance. This change ensures the icon is rendered correctly and consistently across different platforms and devices. * chore(package.json): bump version from 10.4.2 to 10.4.3 to prepare for new release * feat(SVGIcon.stories.tsx): add story for statusSuccessDetailed icon to enhance icon documentation and testing --- package.json | 2 +- src/components/svgicon/SVGIcon.stories.tsx | 16 ++++++++++++++++ src/components/svgicon/icons/ui.tsx | 17 +++++++++++++++-- 3 files changed, 32 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 248fff1e..4910979f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@nordcloud/gnui", "description": "Nordcloud Design System - a collection of reusable React components used in Nordcloud's SaaS products", - "version": "10.4.2", + "version": "10.4.3", "license": "MIT", "repository": { "type": "git", diff --git a/src/components/svgicon/SVGIcon.stories.tsx b/src/components/svgicon/SVGIcon.stories.tsx index 984c477f..bde5e9e6 100644 --- a/src/components/svgicon/SVGIcon.stories.tsx +++ b/src/components/svgicon/SVGIcon.stories.tsx @@ -982,6 +982,22 @@ export const Status: StoryObj = { + + + + + successManualFilled + + + + + + + + statusSuccessDetailed + + + diff --git a/src/components/svgicon/icons/ui.tsx b/src/components/svgicon/icons/ui.tsx index dc27fb45..71fafcba 100644 --- a/src/components/svgicon/icons/ui.tsx +++ b/src/components/svgicon/icons/ui.tsx @@ -924,8 +924,11 @@ export const uiIcons = { ), statusSuccessDetailed: ( <> - - + + ), statusRunning: ( @@ -1372,6 +1375,16 @@ export const uiIcons = { ), + successManualFilled: ( + <> + + + + + ), waitingFilled: ( <>