-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #32 from SWM-FIRE/FIRE-281-fe-전체적인-layout-구성
FIRE-281-fe-전체적인-layout-구성
- Loading branch information
Showing
4 changed files
with
202 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,123 @@ | ||
import styled from 'styled-components'; | ||
import { ScrollMenu } from 'react-horizontal-scrolling-menu'; | ||
|
||
export default function Main() { | ||
return ( | ||
<Container> | ||
<Header> | ||
<Logo>modoco</Logo> | ||
<Profile /> | ||
</Header> | ||
<TitleContainer> | ||
<Title>모여서 도란도란</Title> | ||
<Title>코딩해요</Title> | ||
</TitleContainer> | ||
<Search /> | ||
<RandomEnter /> | ||
<ScrollContainer> | ||
<ScrollMenu> | ||
<Block /> | ||
<Block /> | ||
<Block /> | ||
<Block /> | ||
</ScrollMenu> | ||
</ScrollContainer> | ||
</Container> | ||
); | ||
} | ||
|
||
const ScrollContainer = styled.div` | ||
margin-top: 3.6rem; | ||
width: calc(100% - 10rem); | ||
overflow: hidden; | ||
.react-horizontal-scrolling-menu--scroll-container::-webkit-scrollbar { | ||
display: none; | ||
} | ||
.react-horizontal-scrolling-menu--scroll-container { | ||
-ms-overflow-style: none; /* IE and Edge */ | ||
scrollbar-width: none; /* Firefox */ | ||
} | ||
align-self: start; | ||
margin-left: 10rem; | ||
`; | ||
|
||
const Block = styled.div` | ||
background-color: gray; | ||
margin-right: 2.4rem; | ||
border-radius: 2rem; | ||
width: 34rem; | ||
height: 50rem; | ||
`; | ||
|
||
const RandomEnter = styled.div` | ||
width: 16.1rem; | ||
height: 5.4rem; | ||
background-color: white; | ||
margin-top: 4rem; | ||
border-radius: 6.2rem; | ||
`; | ||
|
||
const Search = styled.div` | ||
width: 52.6rem; | ||
height: 5.6rem; | ||
margin-top: 2.4rem; | ||
background-color: transparent; | ||
border-radius: 10rem; | ||
background-color: lightgray; | ||
border: solid 0.1rem #374151; | ||
`; | ||
|
||
const TitleContainer = styled.div` | ||
margin-top: 6rem; | ||
width: 62rem; | ||
height: 16rem; | ||
display: flex; | ||
flex-direction: column; | ||
align-items: center; | ||
`; | ||
|
||
const Title = styled.h1` | ||
font-family: GmarketSansTTFBold; | ||
font-size: 7.2rem; | ||
align-self: center; | ||
color: #ffffff; | ||
`; | ||
|
||
const Logo = styled.div` | ||
font-size: 2.4rem; | ||
position: absolute; | ||
width: 9.2rem; | ||
height: 2.2rem; | ||
font-family: PretendardRegular, Arial; | ||
color: white; | ||
left: 4rem; | ||
`; | ||
|
||
const Profile = styled.div` | ||
background-color: gray; | ||
right: 4rem; | ||
position: absolute; | ||
height: 4rem; | ||
width: 9rem; | ||
border-radius: 4.8rem; | ||
`; | ||
|
||
const Header = styled.div` | ||
width: 100vw; | ||
height: 10rem; | ||
display: flex; | ||
justify-content: center; | ||
align-items: center; | ||
border-bottom: solid #2b2e41 0.1rem; | ||
`; | ||
|
||
const Container = styled.div` | ||
margin: 0; | ||
padding: 0; | ||
width: calc(100vw - 20px); | ||
height: 140vh; | ||
display: flex; | ||
flex-direction: column; | ||
align-items: center; | ||
background-color: #18181b; | ||
`; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1101,39 +1101,39 @@ | |
postcss-value-parser "^4.2.0" | ||
|
||
"@csstools/postcss-hwb-function@^1.0.1": | ||
version "1.0.1" | ||
resolved "https://registry.yarnpkg.com/@csstools/postcss-hwb-function/-/postcss-hwb-function-1.0.1.tgz#5224db711ed09a965f85c80c18144ac1c2702fce" | ||
integrity sha512-AMZwWyHbbNLBsDADWmoXT9A5yl5dsGEBeJSJRUJt8Y9n8Ziu7Wstt4MC8jtPW7xjcLecyfJwtnUTNSmOzcnWeg== | ||
version "1.0.2" | ||
resolved "https://registry.yarnpkg.com/@csstools/postcss-hwb-function/-/postcss-hwb-function-1.0.2.tgz#ab54a9fce0ac102c754854769962f2422ae8aa8b" | ||
integrity sha512-YHdEru4o3Rsbjmu6vHy4UKOXZD+Rn2zmkAmLRfPet6+Jz4Ojw8cbWxe1n42VaXQhD3CQUXXTooIy8OkVbUcL+w== | ||
dependencies: | ||
postcss-value-parser "^4.2.0" | ||
|
||
"@csstools/postcss-ic-unit@^1.0.0": | ||
version "1.0.0" | ||
resolved "https://registry.yarnpkg.com/@csstools/postcss-ic-unit/-/postcss-ic-unit-1.0.0.tgz#f484db59fc94f35a21b6d680d23b0ec69b286b7f" | ||
integrity sha512-i4yps1mBp2ijrx7E96RXrQXQQHm6F4ym1TOD0D69/sjDjZvQ22tqiEvaNw7pFZTUO5b9vWRHzbHzP9+UKuw+bA== | ||
version "1.0.1" | ||
resolved "https://registry.yarnpkg.com/@csstools/postcss-ic-unit/-/postcss-ic-unit-1.0.1.tgz#28237d812a124d1a16a5acc5c3832b040b303e58" | ||
integrity sha512-Ot1rcwRAaRHNKC9tAqoqNZhjdYBzKk1POgWfhN4uCOE47ebGcLRqXjKkApVDpjifL6u2/55ekkpnFcp+s/OZUw== | ||
dependencies: | ||
"@csstools/postcss-progressive-custom-properties" "^1.1.0" | ||
postcss-value-parser "^4.2.0" | ||
|
||
"@csstools/postcss-is-pseudo-class@^2.0.6": | ||
version "2.0.6" | ||
resolved "https://registry.yarnpkg.com/@csstools/postcss-is-pseudo-class/-/postcss-is-pseudo-class-2.0.6.tgz#1d82d798a2ce0b5f793d34710976f184c4f6560c" | ||
integrity sha512-Oqs396oenuyyMdRXOstxXbxei8fYEgToYjmlYHEi5gk0QLk7xQ72LY7NDr7waWAAmdVzRqPpbE26Q7/cUrGu4Q== | ||
version "2.0.7" | ||
resolved "https://registry.yarnpkg.com/@csstools/postcss-is-pseudo-class/-/postcss-is-pseudo-class-2.0.7.tgz#846ae6c0d5a1eaa878fce352c544f9c295509cd1" | ||
integrity sha512-7JPeVVZHd+jxYdULl87lvjgvWldYu+Bc62s9vD/ED6/QTGjy0jy0US/f6BG53sVMTBJ1lzKZFpYmofBN9eaRiA== | ||
dependencies: | ||
"@csstools/selector-specificity" "^2.0.0" | ||
postcss-selector-parser "^6.0.10" | ||
|
||
"@csstools/postcss-normalize-display-values@^1.0.0": | ||
version "1.0.0" | ||
resolved "https://registry.yarnpkg.com/@csstools/postcss-normalize-display-values/-/postcss-normalize-display-values-1.0.0.tgz#ce698f688c28517447aedf15a9037987e3d2dc97" | ||
integrity sha512-bX+nx5V8XTJEmGtpWTO6kywdS725t71YSLlxWt78XoHUbELWgoCXeOFymRJmL3SU1TLlKSIi7v52EWqe60vJTQ== | ||
version "1.0.1" | ||
resolved "https://registry.yarnpkg.com/@csstools/postcss-normalize-display-values/-/postcss-normalize-display-values-1.0.1.tgz#15da54a36e867b3ac5163ee12c1d7f82d4d612c3" | ||
integrity sha512-jcOanIbv55OFKQ3sYeFD/T0Ti7AMXc9nM1hZWu8m/2722gOTxFg7xYu4RDLJLeZmPUVQlGzo4jhzvTUq3x4ZUw== | ||
dependencies: | ||
postcss-value-parser "^4.2.0" | ||
|
||
"@csstools/postcss-oklab-function@^1.1.0": | ||
version "1.1.0" | ||
resolved "https://registry.yarnpkg.com/@csstools/postcss-oklab-function/-/postcss-oklab-function-1.1.0.tgz#e9a269487a292e0930760948e923e1d46b638ee6" | ||
integrity sha512-e/Q5HopQzmnQgqimG9v3w2IG4VRABsBq3itOcn4bnm+j4enTgQZ0nWsaH/m9GV2otWGQ0nwccYL5vmLKyvP1ww== | ||
version "1.1.1" | ||
resolved "https://registry.yarnpkg.com/@csstools/postcss-oklab-function/-/postcss-oklab-function-1.1.1.tgz#88cee0fbc8d6df27079ebd2fa016ee261eecf844" | ||
integrity sha512-nJpJgsdA3dA9y5pgyb/UfEzE7W5Ka7u0CX0/HIMVBNWzWemdcTH3XwANECU6anWv/ao4vVNLTMxhiPNZsTK6iA== | ||
dependencies: | ||
"@csstools/postcss-progressive-custom-properties" "^1.1.0" | ||
postcss-value-parser "^4.2.0" | ||
|
@@ -1146,23 +1146,23 @@ | |
postcss-value-parser "^4.2.0" | ||
|
||
"@csstools/postcss-stepped-value-functions@^1.0.0": | ||
version "1.0.0" | ||
resolved "https://registry.yarnpkg.com/@csstools/postcss-stepped-value-functions/-/postcss-stepped-value-functions-1.0.0.tgz#f8ffc05e163ba7bcbefc5fdcaf264ce9fd408c16" | ||
integrity sha512-q8c4bs1GumAiRenmFjASBcWSLKrbzHzWl6C2HcaAxAXIiL2rUlUWbqQZUjwVG5tied0rld19j/Mm90K3qI26vw== | ||
version "1.0.1" | ||
resolved "https://registry.yarnpkg.com/@csstools/postcss-stepped-value-functions/-/postcss-stepped-value-functions-1.0.1.tgz#f8772c3681cc2befed695e2b0b1d68e22f08c4f4" | ||
integrity sha512-dz0LNoo3ijpTOQqEJLY8nyaapl6umbmDcgj4AD0lgVQ572b2eqA1iGZYTTWhrcrHztWDDRAX2DGYyw2VBjvCvQ== | ||
dependencies: | ||
postcss-value-parser "^4.2.0" | ||
|
||
"@csstools/postcss-trigonometric-functions@^1.0.1": | ||
version "1.0.1" | ||
resolved "https://registry.yarnpkg.com/@csstools/postcss-trigonometric-functions/-/postcss-trigonometric-functions-1.0.1.tgz#e36e61f445614193dbf6d3a8408709b0cf184a6f" | ||
integrity sha512-G78CY/+GePc6dDCTUbwI6TTFQ5fs3N9POHhI6v0QzteGpf6ylARiJUNz9HrRKi4eVYBNXjae1W2766iUEFxHlw== | ||
version "1.0.2" | ||
resolved "https://registry.yarnpkg.com/@csstools/postcss-trigonometric-functions/-/postcss-trigonometric-functions-1.0.2.tgz#94d3e4774c36d35dcdc88ce091336cb770d32756" | ||
integrity sha512-woKaLO///4bb+zZC2s80l+7cm07M7268MsyG3M0ActXXEFi6SuhvriQYcb58iiKGbjwwIU7n45iRLEHypB47Og== | ||
dependencies: | ||
postcss-value-parser "^4.2.0" | ||
|
||
"@csstools/postcss-unset-value@^1.0.1": | ||
version "1.0.1" | ||
resolved "https://registry.yarnpkg.com/@csstools/postcss-unset-value/-/postcss-unset-value-1.0.1.tgz#2cc020785db5ec82cc9444afe4cdae2a65445f89" | ||
integrity sha512-f1G1WGDXEU/RN1TWAxBPQgQudtLnLQPyiWdtypkPC+mVYNKFKH/HYXSxH4MVNqwF8M0eDsoiU7HumJHCg/L/jg== | ||
version "1.0.2" | ||
resolved "https://registry.yarnpkg.com/@csstools/postcss-unset-value/-/postcss-unset-value-1.0.2.tgz#c99bb70e2cdc7312948d1eb41df2412330b81f77" | ||
integrity sha512-c8J4roPBILnelAsdLr4XOAR/GsTm0GJi4XpcfvoWk3U6KiTCqiFYc63KhRMQQX35jYMp4Ao8Ij9+IZRgMfJp1g== | ||
|
||
"@csstools/selector-specificity@^2.0.0", "@csstools/selector-specificity@^2.0.1", "@csstools/selector-specificity@^2.0.2": | ||
version "2.0.2" | ||
|
@@ -3234,6 +3234,11 @@ compression@^1.7.4: | |
safe-buffer "5.1.2" | ||
vary "~1.1.2" | ||
|
||
compute-scroll-into-view@^1.0.17: | ||
version "1.0.17" | ||
resolved "https://registry.yarnpkg.com/compute-scroll-into-view/-/compute-scroll-into-view-1.0.17.tgz#6a88f18acd9d42e9cf4baa6bec7e0522607ab7ab" | ||
integrity sha512-j4dx+Fb0URmzbwwMUrhqWM2BEWHdFGx+qZ9qqASHRPqvTYdqvWnHg0H1hIbcyLnvgnoNAVMlwkepyqM3DaIFUg== | ||
|
||
[email protected]: | ||
version "0.0.1" | ||
resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b" | ||
|
@@ -3864,9 +3869,9 @@ ejs@^3.1.6: | |
jake "^10.8.5" | ||
|
||
electron-to-chromium@^1.4.172: | ||
version "1.4.184" | ||
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.184.tgz#381d4d111fc82d3376ed690dfb621e675f9078a9" | ||
integrity sha512-IADi390FRdvxWfVX3hjzfTDNVHiTqVo9ar53/7em/SfhUG9YcjVhyQecY/XwmBHRKden/wFud7RWOUH7+7LFng== | ||
version "1.4.185" | ||
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.185.tgz#3432d7944f1c5fe20664bb45d9cced2151405ce2" | ||
integrity sha512-9kV/isoOGpKkBt04yYNaSWIBn3187Q5VZRtoReq8oz5NY/A4XmU6cAoqgQlDp7kKJCZMRjWZ8nsQyxfpFHvfyw== | ||
|
||
emittery@^0.10.2: | ||
version "0.10.2" | ||
|
@@ -7005,14 +7010,14 @@ postcss-font-variant@^5.0.0: | |
integrity sha512-1fmkBaCALD72CK2a9i468mA/+tr9/1cBxRRMXOUaZqO43oWPR5imcyPjXwuv7PXbCid4ndlP5zWhidQVVa3hmA== | ||
|
||
postcss-gap-properties@^3.0.3: | ||
version "3.0.3" | ||
resolved "https://registry.yarnpkg.com/postcss-gap-properties/-/postcss-gap-properties-3.0.3.tgz#6401bb2f67d9cf255d677042928a70a915e6ba60" | ||
integrity sha512-rPPZRLPmEKgLk/KlXMqRaNkYTUpE7YC+bOIQFN5xcu1Vp11Y4faIXv6/Jpft6FMnl6YRxZqDZG0qQOW80stzxQ== | ||
version "3.0.4" | ||
resolved "https://registry.yarnpkg.com/postcss-gap-properties/-/postcss-gap-properties-3.0.4.tgz#8527d00284ef83725e41a53a718f9bed8e2b2beb" | ||
integrity sha512-PaEM4AUQY7uomyuVVXsIntdo4eT8VkBMrSinQxvXuMcJ1z3RHlFw4Kqef2X+rRVz3WHaYCa0EEtwousBT6vcIA== | ||
|
||
postcss-image-set-function@^4.0.6: | ||
version "4.0.6" | ||
resolved "https://registry.yarnpkg.com/postcss-image-set-function/-/postcss-image-set-function-4.0.6.tgz#bcff2794efae778c09441498f40e0c77374870a9" | ||
integrity sha512-KfdC6vg53GC+vPd2+HYzsZ6obmPqOk6HY09kttU19+Gj1nC3S3XBVEXDHxkhxTohgZqzbUb94bKXvKDnYWBm/A== | ||
version "4.0.7" | ||
resolved "https://registry.yarnpkg.com/postcss-image-set-function/-/postcss-image-set-function-4.0.7.tgz#08353bd756f1cbfb3b6e93182c7829879114481f" | ||
integrity sha512-9T2r9rsvYzm5ndsBE8WgtrMlIT7VbtTfE7b3BQnudUqnBcBo7L758oc+o+pdj/dUV0l5wjwSdjeOH2DZtfv8qw== | ||
dependencies: | ||
postcss-value-parser "^4.2.0" | ||
|
||
|
@@ -7038,9 +7043,9 @@ postcss-js@^4.0.0: | |
camelcase-css "^2.0.1" | ||
|
||
postcss-lab-function@^4.2.0: | ||
version "4.2.0" | ||
resolved "https://registry.yarnpkg.com/postcss-lab-function/-/postcss-lab-function-4.2.0.tgz#e054e662c6480202f5760887ec1ae0d153357123" | ||
integrity sha512-Zb1EO9DGYfa3CP8LhINHCcTTCTLI+R3t7AX2mKsDzdgVQ/GkCpHOTgOr6HBHslP7XDdVbqgHW5vvRPMdVANQ8w== | ||
version "4.2.1" | ||
resolved "https://registry.yarnpkg.com/postcss-lab-function/-/postcss-lab-function-4.2.1.tgz#6fe4c015102ff7cd27d1bd5385582f67ebdbdc98" | ||
integrity sha512-xuXll4isR03CrQsmxyz92LJB2xX9n+pZJ5jE9JgcnmsCammLyKdlzrBin+25dy6wIjfhJpKBAN80gsTlCgRk2w== | ||
dependencies: | ||
"@csstools/postcss-progressive-custom-properties" "^1.1.0" | ||
postcss-value-parser "^4.2.0" | ||
|
@@ -7256,19 +7261,21 @@ postcss-ordered-values@^5.1.3: | |
postcss-value-parser "^4.2.0" | ||
|
||
postcss-overflow-shorthand@^3.0.3: | ||
version "3.0.3" | ||
resolved "https://registry.yarnpkg.com/postcss-overflow-shorthand/-/postcss-overflow-shorthand-3.0.3.tgz#ebcfc0483a15bbf1b27fdd9b3c10125372f4cbc2" | ||
integrity sha512-CxZwoWup9KXzQeeIxtgOciQ00tDtnylYIlJBBODqkgS/PU2jISuWOL/mYLHmZb9ZhZiCaNKsCRiLp22dZUtNsg== | ||
version "3.0.4" | ||
resolved "https://registry.yarnpkg.com/postcss-overflow-shorthand/-/postcss-overflow-shorthand-3.0.4.tgz#7ed6486fec44b76f0eab15aa4866cda5d55d893e" | ||
integrity sha512-otYl/ylHK8Y9bcBnPLo3foYFLL6a6Ak+3EQBPOTR7luMYCOsiVTUk1iLvNf6tVPNGXcoL9Hoz37kpfriRIFb4A== | ||
dependencies: | ||
postcss-value-parser "^4.2.0" | ||
|
||
postcss-page-break@^3.0.4: | ||
version "3.0.4" | ||
resolved "https://registry.yarnpkg.com/postcss-page-break/-/postcss-page-break-3.0.4.tgz#7fbf741c233621622b68d435babfb70dd8c1ee5f" | ||
integrity sha512-1JGu8oCjVXLa9q9rFTo4MbeeA5FMe00/9C7lN4va606Rdb+HkxXtXsmEDrIraQ11fGz/WvKWa8gMuCKkrXpTsQ== | ||
|
||
postcss-place@^7.0.4: | ||
version "7.0.4" | ||
resolved "https://registry.yarnpkg.com/postcss-place/-/postcss-place-7.0.4.tgz#eb026650b7f769ae57ca4f938c1addd6be2f62c9" | ||
integrity sha512-MrgKeiiu5OC/TETQO45kV3npRjOFxEHthsqGtkh3I1rPbZSbXGD/lZVi9j13cYh+NA8PIAPyk6sGjT9QbRyvSg== | ||
version "7.0.5" | ||
resolved "https://registry.yarnpkg.com/postcss-place/-/postcss-place-7.0.5.tgz#95dbf85fd9656a3a6e60e832b5809914236986c4" | ||
integrity sha512-wR8igaZROA6Z4pv0d+bvVrvGY4GVHihBCBQieXFY3kuSuMyOmEnnfFzHl/tQuqHZkfkIVBEbDvYcFfHmpSet9g== | ||
dependencies: | ||
postcss-value-parser "^4.2.0" | ||
|
||
|
@@ -7326,9 +7333,9 @@ postcss-preset-env@^7.0.1: | |
postcss-value-parser "^4.2.0" | ||
|
||
postcss-pseudo-class-any-link@^7.1.5: | ||
version "7.1.5" | ||
resolved "https://registry.yarnpkg.com/postcss-pseudo-class-any-link/-/postcss-pseudo-class-any-link-7.1.5.tgz#1233b054004c386c681c553af35f68ec03fffaa6" | ||
integrity sha512-nSGKGScwFTaaV8Cyi27W9FegX3l3b7tmNxujxmykI/j3++cBAiq8fTUAU3ZK0s2aneN2T8cTUvKdNedzp3JIEA== | ||
version "7.1.6" | ||
resolved "https://registry.yarnpkg.com/postcss-pseudo-class-any-link/-/postcss-pseudo-class-any-link-7.1.6.tgz#2693b221902da772c278def85a4d9a64b6e617ab" | ||
integrity sha512-9sCtZkO6f/5ML9WcTLcIyV1yz9D1rf0tWc+ulKcvV30s0iZKS/ONyETvoWsr6vnrmW+X+KmuK3gV/w5EWnT37w== | ||
dependencies: | ||
postcss-selector-parser "^6.0.10" | ||
|
||
|
@@ -7363,9 +7370,9 @@ postcss-safe-parser@^6.0.0: | |
integrity sha512-FARHN8pwH+WiS2OPCxJI8FuRJpTVnn6ZNFiqAM2aeW2LwTHWWmWgIyKC6cUo0L8aeKiF/14MNvnpls6R2PBeMQ== | ||
|
||
postcss-selector-not@^6.0.0: | ||
version "6.0.0" | ||
resolved "https://registry.yarnpkg.com/postcss-selector-not/-/postcss-selector-not-6.0.0.tgz#d100f273d345917246762300411b4d2e24905047" | ||
integrity sha512-i/HI/VNd3V9e1WOLCwJsf9nePBRXqcGtVibcJ9FsVo0agfDEfsLSlFt94aYjY35wUNcdG0KrvdyjEr7It50wLQ== | ||
version "6.0.1" | ||
resolved "https://registry.yarnpkg.com/postcss-selector-not/-/postcss-selector-not-6.0.1.tgz#8f0a709bf7d4b45222793fc34409be407537556d" | ||
integrity sha512-1i9affjAe9xu/y9uqWH+tD4r6/hDaXJruk8xn2x1vzxC2U3J3LKO3zJW4CyxlNhA56pADJ/djpEwpH1RClI2rQ== | ||
dependencies: | ||
postcss-selector-parser "^6.0.10" | ||
|
||
|
@@ -7631,6 +7638,13 @@ react-error-overlay@^6.0.11: | |
resolved "https://registry.yarnpkg.com/react-error-overlay/-/react-error-overlay-6.0.11.tgz#92835de5841c5cf08ba00ddd2d677b6d17ff9adb" | ||
integrity sha512-/6UZ2qgEyH2aqzYZgQPxEnz33NJ2gNsnHA2o5+o4wW9bLM/JYQitNP9xPhsXwC08hMMovfGe/8retsdDsczPRg== | ||
|
||
react-horizontal-scrolling-menu@^3.1.0: | ||
version "3.1.0" | ||
resolved "https://registry.yarnpkg.com/react-horizontal-scrolling-menu/-/react-horizontal-scrolling-menu-3.1.0.tgz#9e74e38ba10bec0412884c7e08acfb3d01e19a81" | ||
integrity sha512-wnnHyiJXdxo1hAig/miMyhz7CLPL4+dye4M64YCYBcu704irb2HOg6FCzM+h3THe04Wzmih4cyWpOKwWPBpoMg== | ||
dependencies: | ||
smooth-scroll-into-view-if-needed "^1.1.32" | ||
|
||
react-is@^16.13.1, react-is@^16.7.0: | ||
version "16.13.1" | ||
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4" | ||
|
@@ -8072,6 +8086,13 @@ schema-utils@^4.0.0: | |
ajv-formats "^2.1.1" | ||
ajv-keywords "^5.0.0" | ||
|
||
scroll-into-view-if-needed@^2.2.28: | ||
version "2.2.29" | ||
resolved "https://registry.yarnpkg.com/scroll-into-view-if-needed/-/scroll-into-view-if-needed-2.2.29.tgz#551791a84b7e2287706511f8c68161e4990ab885" | ||
integrity sha512-hxpAR6AN+Gh53AdAimHM6C8oTN1ppwVZITihix+WqalywBeFcQ6LdQP5ABNl26nX8GTEL7VT+b8lKpdqq65wXg== | ||
dependencies: | ||
compute-scroll-into-view "^1.0.17" | ||
|
||
select-hose@^2.0.0: | ||
version "2.0.0" | ||
resolved "https://registry.yarnpkg.com/select-hose/-/select-hose-2.0.0.tgz#625d8658f865af43ec962bfc376a37359a4994ca" | ||
|
@@ -8232,6 +8253,13 @@ slice-ansi@^4.0.0: | |
astral-regex "^2.0.0" | ||
is-fullwidth-code-point "^3.0.0" | ||
|
||
smooth-scroll-into-view-if-needed@^1.1.32: | ||
version "1.1.33" | ||
resolved "https://registry.yarnpkg.com/smooth-scroll-into-view-if-needed/-/smooth-scroll-into-view-if-needed-1.1.33.tgz#2c7b88c82784c69030cb0489b9df584e94e01533" | ||
integrity sha512-crS8NfAaoPrtVYOCMSAnO2vHRgUp22NiiDgEQ7YiaAy5xe2jmR19Jm+QdL8+97gO8ENd7PUyQIAQojJyIiyRHw== | ||
dependencies: | ||
scroll-into-view-if-needed "^2.2.28" | ||
|
||
socket.io-client@*, socket.io-client@^4.5.1: | ||
version "4.5.1" | ||
resolved "https://registry.yarnpkg.com/socket.io-client/-/socket.io-client-4.5.1.tgz#cab8da71976a300d3090414e28c2203a47884d84" | ||
|
cfa7ef8
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
modoco-frontend – ./
modoco-frontend-git-main-modoco.vercel.app
modoco-frontend-modoco.vercel.app
modocode.com
modoco-frontend-alpha.vercel.app
www.modocode.com