From daccaa9931d2c75846d5048393295f48c75a78da Mon Sep 17 00:00:00 2001 From: Niya Shiyas Date: Sat, 23 Sep 2023 03:16:20 +0530 Subject: [PATCH 1/7] chore: Added horizontal-logo-light and Storybook, #issue 27 --- .../__design__/horizontal-logos.stories.tsx | 29 +++++++++++++++++++ .../static/images/logos/horizontal-light.svg | 1 + 2 files changed, 30 insertions(+) create mode 100644 components/__design__/horizontal-logos.stories.tsx create mode 100644 public/static/images/logos/horizontal-light.svg diff --git a/components/__design__/horizontal-logos.stories.tsx b/components/__design__/horizontal-logos.stories.tsx new file mode 100644 index 0000000000000..28fd22b87efb5 --- /dev/null +++ b/components/__design__/horizontal-logos.stories.tsx @@ -0,0 +1,29 @@ +import Image from 'next/image'; +import type { Meta as MetaObj, StoryObj } from '@storybook/react'; + +export const HorizontalLogos: StoryObj = {}; + +export default { + title: 'Design System/Logos', + component: () => { + return ( +
+
+ Node.js +
+
+ Node.js +
+
+ )}, +} as MetaObj; \ No newline at end of file diff --git a/public/static/images/logos/horizontal-light.svg b/public/static/images/logos/horizontal-light.svg new file mode 100644 index 0000000000000..dc30e73a44d5b --- /dev/null +++ b/public/static/images/logos/horizontal-light.svg @@ -0,0 +1 @@ + \ No newline at end of file From c1e2eae1ddd1e3d65c732a4f123aa8252c777a94 Mon Sep 17 00:00:00 2001 From: Niya Shiyas Date: Sun, 24 Sep 2023 14:30:07 +0530 Subject: [PATCH 2/7] chore: added file horizontal-dark.svg --- public/static/images/logos/horizontal-dark.svg | 1 + 1 file changed, 1 insertion(+) create mode 100644 public/static/images/logos/horizontal-dark.svg diff --git a/public/static/images/logos/horizontal-dark.svg b/public/static/images/logos/horizontal-dark.svg new file mode 100644 index 0000000000000..17c27e0228041 --- /dev/null +++ b/public/static/images/logos/horizontal-dark.svg @@ -0,0 +1 @@ + \ No newline at end of file From 140cea6642c54a70e23824e2c5c001145ba46cc5 Mon Sep 17 00:00:00 2001 From: Niya Shiyas Date: Sun, 24 Sep 2023 14:33:55 +0530 Subject: [PATCH 3/7] chore: updated horizontal-logos.stories --- .../__design__/horizontal-logos.stories.tsx | 31 ++++++++++--------- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/components/__design__/horizontal-logos.stories.tsx b/components/__design__/horizontal-logos.stories.tsx index 28fd22b87efb5..39cf486b7c157 100644 --- a/components/__design__/horizontal-logos.stories.tsx +++ b/components/__design__/horizontal-logos.stories.tsx @@ -7,23 +7,24 @@ export default { title: 'Design System/Logos', component: () => { return ( -
- Node.js + Node.js -
-
- Node.js +
+ Node.js +
-
- )}, + ); + }, } as MetaObj; \ No newline at end of file From abefc0032aec5f894db7155f3f59b286fd3d7912 Mon Sep 17 00:00:00 2001 From: Niya Shiyas Date: Sun, 24 Sep 2023 14:38:35 +0530 Subject: [PATCH 4/7] chore: updated horizontal-dark.svg --- .../static/images/logos/horizontal-dark.svg | 39 ++++++++++++++++++- 1 file changed, 38 insertions(+), 1 deletion(-) diff --git a/public/static/images/logos/horizontal-dark.svg b/public/static/images/logos/horizontal-dark.svg index 17c27e0228041..bd735e842ff00 100644 --- a/public/static/images/logos/horizontal-dark.svg +++ b/public/static/images/logos/horizontal-dark.svg @@ -1 +1,38 @@ - \ No newline at end of file + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + From 27b5da48204039772634098504ced6bf982f9301 Mon Sep 17 00:00:00 2001 From: Niya Shiyas Date: Sun, 24 Sep 2023 14:42:40 +0530 Subject: [PATCH 5/7] chore: updated horizontal-light and horizontal-dark logos --- .../static/images/logos/horizontal-dark.svg | 22 +++++------ .../static/images/logos/horizontal-light.svg | 39 ++++++++++++++++++- 2 files changed, 49 insertions(+), 12 deletions(-) diff --git a/public/static/images/logos/horizontal-dark.svg b/public/static/images/logos/horizontal-dark.svg index bd735e842ff00..08d1d85b4bc62 100644 --- a/public/static/images/logos/horizontal-dark.svg +++ b/public/static/images/logos/horizontal-dark.svg @@ -1,34 +1,34 @@ - + - + - - - + + + - - - + + + - + - + - + diff --git a/public/static/images/logos/horizontal-light.svg b/public/static/images/logos/horizontal-light.svg index dc30e73a44d5b..bd735e842ff00 100644 --- a/public/static/images/logos/horizontal-light.svg +++ b/public/static/images/logos/horizontal-light.svg @@ -1 +1,38 @@ - \ No newline at end of file + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + From 1ac8b0372b7dec2332859ef4833ba8f56effacc6 Mon Sep 17 00:00:00 2001 From: Niya Shiyas Date: Sun, 24 Sep 2023 14:57:31 +0530 Subject: [PATCH 6/7] chore: updated horizontal-logos.stories.tsx --- components/__design__/horizontal-logos.stories.tsx | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/components/__design__/horizontal-logos.stories.tsx b/components/__design__/horizontal-logos.stories.tsx index 39cf486b7c157..b5cb39cff81f9 100644 --- a/components/__design__/horizontal-logos.stories.tsx +++ b/components/__design__/horizontal-logos.stories.tsx @@ -8,22 +8,19 @@ export default { component: () => { return (
-
- Node.js -
-
- + Node.js -
+ />
); }, From e8e5e8a97e31c29f2697443d0417ced102ef5aaa Mon Sep 17 00:00:00 2001 From: Augustin Mauroy Date: Sun, 24 Sep 2023 22:42:56 +0200 Subject: [PATCH 7/7] fix: code format --- .../__design__/horizontal-logos.stories.tsx | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/components/__design__/horizontal-logos.stories.tsx b/components/__design__/horizontal-logos.stories.tsx index b5cb39cff81f9..adcf0362c2030 100644 --- a/components/__design__/horizontal-logos.stories.tsx +++ b/components/__design__/horizontal-logos.stories.tsx @@ -9,19 +9,19 @@ export default { return (
Node.js Node.js
); }, -} as MetaObj; \ No newline at end of file +} as MetaObj;