Skip to content

Commit

Permalink
Merge pull request #430 from AppQuality/develop
Browse files Browse the repository at this point in the history
fix types and stories render
  • Loading branch information
d-beezee authored Oct 21, 2024
2 parents 187602c + d6975a4 commit 6d8dda5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"@zendeskgarden/react-tooltips": "8.76.8",
"@zendeskgarden/react-typography": "8.76.8",
"react-slick": "^0.29.0",
"react-window": "^1.8.6",
"@types/react-slick": "^0.23.10",
"tippy.js": "^6.3.7",
"ua-parser-js": "^1.0.2",
"uuid": "^9.0.1"
Expand All @@ -105,7 +105,7 @@
"@types/node": "^20.14.2",
"@types/react": "^17.0.0 || ^18.0.0",
"@types/react-dom": "^17.0.0 || ^18.0.0",
"@types/react-slick": "^0.23.10",
"react-window": "^1.8.6",
"@types/react-window": "^1.8.5",
"@types/ua-parser-js": "^0.7.36",
"@types/uuid": "^9.0.8",
Expand Down
6 changes: 3 additions & 3 deletions src/stories/dropdowns/autocomplete/index.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const itemsMedia = [
children: (
<ItemContent
label="Ferdinand ThreeMelons"
thumbSrc="https://via.placeholder.com/60x40"
thumbSrc="https://place-hold.it/60x40"
description="Lorem ipsum dolor sit amet consectetur adipisicing elit."
/>
),
Expand All @@ -79,7 +79,7 @@ const itemsMedia = [
children: (
<ItemContent
label="Giommo Cornelio"
thumbSrc="https://via.placeholder.com/60x40"
thumbSrc="https://place-hold.it/60x40"
description="Lorem ipsum dolor sit amet consectetur adipisicing elit."
/>
),
Expand All @@ -91,7 +91,7 @@ const itemsMedia = [
children: (
<ItemContent
label="Rubber Tree"
thumbSrc="https://via.placeholder.com/40x60"
thumbSrc="https://place-hold.it/40x60"
description="Lorem ipsum dolor sit amet consectetur adipisicing elit."
/>
),
Expand Down

0 comments on commit 6d8dda5

Please sign in to comment.