Skip to content

Commit

Permalink
Merge pull request #677 from storybookjs/charles-fixes-homepage
Browse files Browse the repository at this point in the history
Updating components marketing library to 3.0.2
  • Loading branch information
cdedreuille committed Mar 12, 2024
2 parents 9ee323f + 1f4f158 commit 529974f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-tabs": "^1.0.4",
"@storybook/api": "^6.5.9",
"@storybook/components-marketing": "3.0.2--canary.79.c983285.0",
"@storybook/components-marketing": "3.0.2",
"@storybook/design-system": "7.13.1",
"@storybook/icons": "^1.2.9",
"@storybook/theming": "^6.5.9",
Expand Down
6 changes: 3 additions & 3 deletions src/components/screens/IndexScreen/IndexScreen.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ const CirclePink = styled.div`
left: -160px;
@media (min-width: 600px) {
filter: blur(72px);
filter: blur(66px);
width: 700px;
height: 700px;
top: -300px;
Expand Down Expand Up @@ -164,7 +164,7 @@ const CircleOrange = styled.div`
left: 200px;
@media (min-width: 600px) {
filter: blur(72px);
filter: blur(66px);
width: 600px;
height: 600px;
top: -260px;
Expand Down Expand Up @@ -202,7 +202,7 @@ const CircleBlue = styled.div`
left: 200px;
@media (min-width: 600px) {
filter: blur(72px);
filter: blur(66px);
top: 220px;
left: 400px;
}
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5214,10 +5214,10 @@
core-js "^3.8.2"
global "^4.4.0"

"@storybook/[email protected]--canary.79.c983285.0":
version "3.0.2--canary.79.c983285.0"
resolved "https://registry.yarnpkg.com/@storybook/components-marketing/-/components-marketing-3.0.2--canary.79.c983285.0.tgz#6dcadcbbe23c49d7905c328bc3930aae6fc46c49"
integrity sha512-W2DRqrDbj/RoaTKjUwU7YiFY6VCrm02sMUWlEhaUrOM4e+MIAhCOkL6EcxaWL0mVpZZJUf34pQVUiIr95p1rDQ==
"@storybook/[email protected]":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@storybook/components-marketing/-/components-marketing-3.0.2.tgz#a8f3602acc891deda01420c490958b79f2a09984"
integrity sha512-P27HD0GXtrNvfqvyy+N+cBL0A54A3N8lZ+dybGwNPh3aIt/RIotVftIMXy5I36pPz/rHTB3MSg9JbCTL0GcsMQ==
dependencies:
"@docsearch/react" "^3.1.0"
"@emotion/weak-memoize" "^0.2.5"
Expand Down

0 comments on commit 529974f

Please sign in to comment.