@@ -108,7 +108,7 @@ export const HeroWithOverlayImage: Story = (args) => {
From 5949c121a7b52ea516778235dd4fba74e931d247 Mon Sep 17 00:00:00 2001
From: Jack <78120697+Jack-2077@users.noreply.github.com>
Date: Tue, 30 May 2023 14:44:41 -0700
Subject: [PATCH 37/42] fix: image source for Mask Storybook
---
src/Mask/Mask.stories.tsx | 38 +++++++++++++++++++-------------------
1 file changed, 19 insertions(+), 19 deletions(-)
diff --git a/src/Mask/Mask.stories.tsx b/src/Mask/Mask.stories.tsx
index 6899a1f2..9bdb0f94 100644
--- a/src/Mask/Mask.stories.tsx
+++ b/src/Mask/Mask.stories.tsx
@@ -13,7 +13,7 @@ export const Default: Story = (args) => {
}
Default.args = {
- src: 'https://api.lorem.space/image/shoes?w=160&h=160',
+ src: 'https://daisyui.com/images/stock/photo-1567653418876-5bb0e566e1c2.jpg',
variant: 'squircle',
}
@@ -21,7 +21,7 @@ export const MaskHeart: Story = (args) => {
return
}
MaskHeart.args = {
- src: 'https://api.lorem.space/image/shoes?w=160&h=160',
+ src: 'https://daisyui.com/images/stock/photo-1567653418876-5bb0e566e1c2.jpg',
variant: 'heart',
}
@@ -29,7 +29,7 @@ export const Hexagon: Story = (args) => {
return
}
Hexagon.args = {
- src: 'https://api.lorem.space/image/shoes?w=160&h=160',
+ src: 'https://daisyui.com/images/stock/photo-1567653418876-5bb0e566e1c2.jpg',
variant: 'hexagon',
}
@@ -37,7 +37,7 @@ export const HexagonTwo: Story = (args) => {
return
}
HexagonTwo.args = {
- src: 'https://api.lorem.space/image/shoes?w=160&h=160',
+ src: 'https://daisyui.com/images/stock/photo-1567653418876-5bb0e566e1c2.jpg',
variant: 'hexagon-2',
}
@@ -45,7 +45,7 @@ export const Decagon: Story = (args) => {
return
}
Decagon.args = {
- src: 'https://api.lorem.space/image/shoes?w=160&h=160',
+ src: 'https://daisyui.com/images/stock/photo-1567653418876-5bb0e566e1c2.jpg',
variant: 'decagon',
}
@@ -53,14 +53,14 @@ export const Pentagon: Story = (args) => {
return
}
Pentagon.args = {
- src: 'https://api.lorem.space/image/shoes?w=160&h=160',
+ src: 'https://daisyui.com/images/stock/photo-1567653418876-5bb0e566e1c2.jpg',
variant: 'pentagon',
}
export const Diamond: Story = (args) => {
return
}
Diamond.args = {
- src: 'https://api.lorem.space/image/shoes?w=160&h=160',
+ src: 'https://daisyui.com/images/stock/photo-1567653418876-5bb0e566e1c2.jpg',
variant: 'diamond',
}
@@ -68,77 +68,77 @@ export const Square: Story = (args) => {
return
}
Square.args = {
- src: 'https://api.lorem.space/image/shoes?w=160&h=160',
+ src: 'https://daisyui.com/images/stock/photo-1567653418876-5bb0e566e1c2.jpg',
variant: 'square',
}
export const Circle: Story = (args) => {
return
}
Circle.args = {
- src: 'https://api.lorem.space/image/shoes?w=160&h=160',
+ src: 'https://daisyui.com/images/stock/photo-1567653418876-5bb0e566e1c2.jpg',
variant: 'circle',
}
export const Parallelogram: Story = (args) => {
return
}
Parallelogram.args = {
- src: 'https://api.lorem.space/image/shoes?w=160&h=160',
+ src: 'https://daisyui.com/images/stock/photo-1567653418876-5bb0e566e1c2.jpg',
variant: 'parallelogram',
}
export const ParallelogramTwo: Story = (args) => {
return
}
ParallelogramTwo.args = {
- src: 'https://api.lorem.space/image/shoes?w=160&h=160',
+ src: 'https://daisyui.com/images/stock/photo-1567653418876-5bb0e566e1c2.jpg',
variant: 'parallelogram-2',
}
export const ParallelogramThree: Story = (args) => {
return
}
ParallelogramThree.args = {
- src: 'https://api.lorem.space/image/shoes?w=160&h=160',
+ src: 'https://daisyui.com/images/stock/photo-1567653418876-5bb0e566e1c2.jpg',
variant: 'parallelogram-3',
}
export const ParallelogramFour: Story = (args) => {
return
}
ParallelogramFour.args = {
- src: 'https://api.lorem.space/image/shoes?w=160&h=160',
+ src: 'https://daisyui.com/images/stock/photo-1567653418876-5bb0e566e1c2.jpg',
variant: 'parallelogram-4',
}
export const Star: Story = (args) => {
return
}
Star.args = {
- src: 'https://api.lorem.space/image/shoes?w=160&h=160',
+ src: 'https://daisyui.com/images/stock/photo-1567653418876-5bb0e566e1c2.jpg',
variant: 'star',
}
export const StarTwo: Story = (args) => {
return
}
StarTwo.args = {
- src: 'https://api.lorem.space/image/shoes?w=160&h=160',
+ src: 'https://daisyui.com/images/stock/photo-1567653418876-5bb0e566e1c2.jpg',
variant: 'star-2',
}
export const Triangle: Story = (args) => {
return
}
Triangle.args = {
- src: 'https://api.lorem.space/image/shoes?w=160&h=160',
+ src: 'https://daisyui.com/images/stock/photo-1567653418876-5bb0e566e1c2.jpg',
variant: 'triangle',
}
export const TriangleTwo: Story = (args) => {
return
}
TriangleTwo.args = {
- src: 'https://api.lorem.space/image/shoes?w=160&h=160',
+ src: 'https://daisyui.com/images/stock/photo-1567653418876-5bb0e566e1c2.jpg',
variant: 'triangle-2',
}
export const TriangleThree: Story = (args) => {
return
}
TriangleThree.args = {
- src: 'https://api.lorem.space/image/shoes?w=160&h=160',
+ src: 'https://daisyui.com/images/stock/photo-1567653418876-5bb0e566e1c2.jpg',
variant: 'triangle-3',
}
@@ -146,6 +146,6 @@ export const TriangleFour: Story = (args) => {
return
}
TriangleFour.args = {
- src: 'https://api.lorem.space/image/shoes?w=160&h=160',
+ src: 'https://daisyui.com/images/stock/photo-1567653418876-5bb0e566e1c2.jpg',
variant: 'triangle-4',
}
From 98d0a2e61c15edd3e4b791b6cb4c2ee294ad0852 Mon Sep 17 00:00:00 2001
From: Jack <78120697+Jack-2077@users.noreply.github.com>
Date: Tue, 30 May 2023 14:59:10 -0700
Subject: [PATCH 38/42] fix: image source for Card Storybook
---
src/Card/Card.stories.tsx | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/Card/Card.stories.tsx b/src/Card/Card.stories.tsx
index c73a6fe2..2ddf7ebf 100644
--- a/src/Card/Card.stories.tsx
+++ b/src/Card/Card.stories.tsx
@@ -13,7 +13,7 @@ export const Default: Story = (args) => {
return (
@@ -35,7 +35,7 @@ export const Responsive: Story = (args) => {
@@ -54,7 +54,7 @@ export const Centered: Story = (args) => {
return (
@@ -72,7 +72,7 @@ export const ImageOverlay: Story = (args) => {
return (
From 521277064aff174b0db5c0344a50b4ab4acbf1a5 Mon Sep 17 00:00:00 2001
From: Jack <78120697+Jack-2077@users.noreply.github.com>
Date: Tue, 30 May 2023 15:01:21 -0700
Subject: [PATCH 39/42] fix: image source for ChatBubble Storybook
---
src/ChatBubble/ChatBubble.stories.tsx | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/src/ChatBubble/ChatBubble.stories.tsx b/src/ChatBubble/ChatBubble.stories.tsx
index 6b52eb83..0d74fe56 100644
--- a/src/ChatBubble/ChatBubble.stories.tsx
+++ b/src/ChatBubble/ChatBubble.stories.tsx
@@ -40,7 +40,7 @@ export const Default: Story = ({
)}
{avatar && (
-
+
)}
You were my brother, Anakin.
{footer && Seen}
@@ -79,21 +79,21 @@ export const Side: Story = (args) => (
export const WithImage: Story = (args) => (
<>
-
+
It was said that you would, destroy the Sith, not join them.
-
+
It was you who would bring balance to the Force
-
+
Not leave it in Darkness
>
@@ -105,7 +105,7 @@ export const WithHeader: Story = (args) => (
Obi-Wan Kenobi 12:45
-
+
You were the Chosen One!
@@ -113,7 +113,7 @@ export const WithHeader: Story = (args) => (
Anakin 12:46
-
+
I hate you!
>
@@ -122,13 +122,13 @@ export const WithHeader: Story = (args) => (
export const WithFooter: Story = (args) => (
<>
-
+
You were the Chosen One!
Delivered
-
+
I hate you!
Seen at 12:46
From d86671043bc96cf34efa2249af3f65409edead81 Mon Sep 17 00:00:00 2001
From: Jack <78120697+Jack-2077@users.noreply.github.com>
Date: Tue, 30 May 2023 15:07:32 -0700
Subject: [PATCH 40/42] fix: image source for Navbar Storybook
---
src/Navbar/Navbar.stories.tsx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/Navbar/Navbar.stories.tsx b/src/Navbar/Navbar.stories.tsx
index 05897dcb..bfab0b9b 100644
--- a/src/Navbar/Navbar.stories.tsx
+++ b/src/Navbar/Navbar.stories.tsx
@@ -173,7 +173,7 @@ export const WithSearchInputAndDropdown: Story = (args) => {
@@ -240,7 +240,7 @@ export const WithIconIndicatorAndDropdown: Story = (args) => {
From 82d82ecc6a78d7dc9388ebd12a97ca0da7c4b38f Mon Sep 17 00:00:00 2001
From: Jack <78120697+Jack-2077@users.noreply.github.com>
Date: Tue, 30 May 2023 15:12:18 -0700
Subject: [PATCH 41/42] fix: image source for Stack Storybook
---
src/Stack/Stack.stories.tsx | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/Stack/Stack.stories.tsx b/src/Stack/Stack.stories.tsx
index edd66555..1e464f62 100644
--- a/src/Stack/Stack.stories.tsx
+++ b/src/Stack/Stack.stories.tsx
@@ -29,17 +29,17 @@ export const StackedImages: Story = (args) => {
return (
From c580cbcdda90e3c23f51882d0c670d7afa574e4f Mon Sep 17 00:00:00 2001
From: Jack <78120697+Jack-2077@users.noreply.github.com>
Date: Tue, 30 May 2023 15:13:50 -0700
Subject: [PATCH 42/42] fix: image source for Stats Storybook
---
src/Stats/Stats.stories.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Stats/Stats.stories.tsx b/src/Stats/Stats.stories.tsx
index 695a533f..75eacd56 100644
--- a/src/Stats/Stats.stories.tsx
+++ b/src/Stats/Stats.stories.tsx
@@ -92,7 +92,7 @@ export const IconsOrImage: Story = (args) => {