From 6b8ebaca13bb4ce11bd6515780ff857d9d349563 Mon Sep 17 00:00:00 2001
From: Pete Siudak <91882893+petesiudak@users.noreply.github.com>
Date: Mon, 26 Feb 2024 10:28:10 +0100
Subject: [PATCH] Add status detailed icons (#720)
---
package-lock.json | 4 ++--
package.json | 2 +-
src/components/svgicon/SVGIcon.stories.tsx | 6 ++++++
src/components/svgicon/icons/ui.tsx | 12 ++++++++++++
4 files changed, 21 insertions(+), 3 deletions(-)
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: (
<>