From 08a7f3a4e7fd68f1eddc553e97a522e3455f9dd5 Mon Sep 17 00:00:00 2001 From: Charles de Dreuille Date: Tue, 12 Mar 2024 12:34:47 +0000 Subject: [PATCH 1/4] Updating library --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 01e82631..310667b7 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/yarn.lock b/yarn.lock index 9506164c..9dd8e5eb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5214,10 +5214,10 @@ core-js "^3.8.2" global "^4.4.0" -"@storybook/components-marketing@3.0.2--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/components-marketing@^3.0.2": + 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" From 8881e077dbc51030db68be71c7f84ba82cadfd91 Mon Sep 17 00:00:00 2001 From: Charles de Dreuille Date: Tue, 12 Mar 2024 12:42:45 +0000 Subject: [PATCH 2/4] Update IndexScreen.js --- src/components/screens/IndexScreen/IndexScreen.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/screens/IndexScreen/IndexScreen.js b/src/components/screens/IndexScreen/IndexScreen.js index 20a1b809..4de5f800 100644 --- a/src/components/screens/IndexScreen/IndexScreen.js +++ b/src/components/screens/IndexScreen/IndexScreen.js @@ -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; @@ -155,7 +155,7 @@ const CircleOrange = styled.div` border-radius: 740px; opacity: 0.6; background: #fc521f; - filter: blur(44px); + filter: blur(66px); z-index: 1; width: 400px; @@ -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; From aee9e8d0fffe4f209272ec4d36068a5ac2a5748b Mon Sep 17 00:00:00 2001 From: Charles de Dreuille Date: Tue, 12 Mar 2024 13:38:44 +0000 Subject: [PATCH 3/4] Update IndexScreen.js --- src/components/screens/IndexScreen/IndexScreen.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/screens/IndexScreen/IndexScreen.js b/src/components/screens/IndexScreen/IndexScreen.js index 4de5f800..93031f85 100644 --- a/src/components/screens/IndexScreen/IndexScreen.js +++ b/src/components/screens/IndexScreen/IndexScreen.js @@ -155,7 +155,7 @@ const CircleOrange = styled.div` border-radius: 740px; opacity: 0.6; background: #fc521f; - filter: blur(66px); + filter: blur(44px); z-index: 1; width: 400px; @@ -202,7 +202,7 @@ const CircleBlue = styled.div` left: 200px; @media (min-width: 600px) { - filter: blur(72px); + filter: blur(66px); top: 220px; left: 400px; } From 1f4f1580ba41a30bac4ada8b144639f6921519ca Mon Sep 17 00:00:00 2001 From: Charles de Dreuille Date: Tue, 12 Mar 2024 14:19:54 +0000 Subject: [PATCH 4/4] Update package number --- package.json | 2 +- yarn.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 310667b7..d7ba5862 100644 --- a/package.json +++ b/package.json @@ -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", + "@storybook/components-marketing": "3.0.2", "@storybook/design-system": "7.13.1", "@storybook/icons": "^1.2.9", "@storybook/theming": "^6.5.9", diff --git a/yarn.lock b/yarn.lock index 9dd8e5eb..9b0cccdc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5214,7 +5214,7 @@ core-js "^3.8.2" global "^4.4.0" -"@storybook/components-marketing@^3.0.2": +"@storybook/components-marketing@3.0.2": 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==