diff --git a/package-lock.json b/package-lock.json index a9b979e0..17a7c8a6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nordcloud/gnui", - "version": "10.1.1", + "version": "10.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@nordcloud/gnui", - "version": "10.1.1", + "version": "10.2.0", "license": "MIT", "dependencies": { "@types/styled-system": "^5.1.22", diff --git a/package.json b/package.json index 55adfd8d..7aa01d3b 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.1.1", + "version": "10.2.0", "license": "MIT", "repository": { "type": "git", diff --git a/src/components/svgicon/SVGIcon.stories.tsx b/src/components/svgicon/SVGIcon.stories.tsx index 9541a9db..79c9f692 100644 --- a/src/components/svgicon/SVGIcon.stories.tsx +++ b/src/components/svgicon/SVGIcon.stories.tsx @@ -1742,6 +1742,12 @@ export const Ui: StoryObj = { + + + + + + ), diff --git a/src/components/svgicon/icons/ui.tsx b/src/components/svgicon/icons/ui.tsx index 91209306..580fe99b 100644 --- a/src/components/svgicon/icons/ui.tsx +++ b/src/components/svgicon/icons/ui.tsx @@ -907,6 +907,12 @@ export const uiIcons = { /> ), + statusErrorDetailed: ( + <> + + + + ), statusSuccess: ( <> @@ -916,6 +922,12 @@ export const uiIcons = { /> ), + statusSuccessDetailed: ( + <> + + + + ), statusRunning: ( <>