diff --git a/iframe.html b/iframe.html index 41cd2b334..64dd8b5aa 100644 --- a/iframe.html +++ b/iframe.html @@ -352,4 +352,4 @@ import './2227.cf7c4a6d.iframe.bundle.js'; - import './main.06b01314.iframe.bundle.js'; \ No newline at end of file + import './main.31a0b59b.iframe.bundle.js'; \ No newline at end of file diff --git a/main.06b01314.iframe.bundle.js b/main.06b01314.iframe.bundle.js deleted file mode 100644 index 973430be2..000000000 --- a/main.06b01314.iframe.bundle.js +++ /dev/null @@ -1,43 +0,0 @@ -(self.webpackChunkvotogether=self.webpackChunkvotogether||[]).push([[179],{"./.storybook/preview.tsx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{default:()=>_storybook_preview});__webpack_require__("./node_modules/react/index.js");var dist=__webpack_require__("./node_modules/msw-storybook-addon/dist/index.js");const GlobalStyle=__webpack_require__("./node_modules/styled-components/dist/styled-components.browser.esm.js").vJ` - ${"\n/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */\nhtml,\nbody,\np,\nol,\nul,\nli,\ndl,\ndt,\ndd,\nblockquote,\nfigure,\nfieldset,\nlegend,\ntextarea,\npre,\niframe,\nhr,\nh1,\nh2,\nh3,\nh4,\nh5,\nh6 {\n margin: 0;\n padding: 0;\n}\nh1,\nh2,\nh3,\nh4,\nh5,\nh6 {\n font-size: 100%;\n font-weight: normal;\n}\nul {\n list-style: none;\n}\nbutton,\ninput,\nselect {\n margin: 0;\n}\nhtml {\n box-sizing: border-box;\n}\n*,\n*::before,\n*::after {\n box-sizing: inherit;\n}\nimg,\nvideo {\n height: auto;\n max-width: 100%;\n}\niframe {\n border: 0;\n}\ntable {\n border-collapse: collapse;\n border-spacing: 0;\n}\ntd,\nth {\n padding: 0;\n}\n\nbutton{\n background: none;\n}\n\na{\n color: inherit;\n text-decoration: none;\n}\n"} - - * { - padding: 0; - margin: 0; - box-sizing: border-box; - border:none - } - - ul, - li { - list-style: none; - } - - html, - body { - font-family: sans-serif; - font-size: 62.5%; - } - - :root { - /* Colors *****************************************/ - --primary-color: #F85554; - --white: #ffffff; - --slate: #94A3B8; - --gray: #F4F4F4; - --red: #F51A18; - --dark-gray: #929292; - --header: #1f1f1f; - --graph-color-purple:#853DE1; - --graph-color-green:#5AEAA5; - --active-post: #00DFA2; - - /* Fonts *****************************************/ - --text-title: 600 2rem/2.4rem san-serif; - --text-subtitle: 600 1.8rem/2.8rem san-serif; - --text-body: 400 1.6rem/2.4rem san-serif; - --text-caption: 400 1.4rem/2rem san-serif; - --text-small: 400 1.2rem/1.8rem san-serif; - } -`;var react_router_dom_dist=__webpack_require__("./node_modules/react-router-dom/dist/index.js"),auth=__webpack_require__("./src/hooks/context/auth.tsx"),queryClient=__webpack_require__("./node_modules/@tanstack/query-core/build/lib/queryClient.mjs"),QueryClientProvider=__webpack_require__("./node_modules/@tanstack/react-query/build/lib/QueryClientProvider.mjs"),handlers=__webpack_require__("./src/mocks/handlers.ts"),jsx_runtime=__webpack_require__("./node_modules/react/jsx-runtime.js");const preview_queryClient=new queryClient.S;(0,dist.initialize)();const preview={parameters:{msw:handlers.q,actions:{argTypesRegex:"^on[A-Z].*"},controls:{matchers:{color:/(background|color)$/i,date:/Date$/}}},decorators:[dist.mswDecorator,Story=>(0,jsx_runtime.jsx)(QueryClientProvider.aH,{client:preview_queryClient,children:(0,jsx_runtime.jsxs)(react_router_dom_dist.VK,{children:[(0,jsx_runtime.jsx)(GlobalStyle,{}),(0,jsx_runtime.jsx)(auth.H,{children:(0,jsx_runtime.jsx)(Story,{})})]})})]};if(void 0===__webpack_require__.g.process){const{worker}=__webpack_require__("./src/mocks/worker.ts");worker.start()}const _storybook_preview=preview},"./src/api/comment.ts":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.d(__webpack_exports__,{DF:()=>editComment,Jp:()=>transformCommentListResponse,Rw:()=>getCommentList,YF:()=>deleteComment,Yr:()=>createComment});var _utils_fetch__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__("./src/utils/fetch.ts");const transformCommentListResponse=commentList=>commentList.map((comment=>({id:comment.id,content:comment.content,createdAt:comment.createdAt,member:comment.member,isEdit:comment.createdAt!==comment.updatedAt}))),getCommentList=async postId=>{const commentList=await(0,_utils_fetch__WEBPACK_IMPORTED_MODULE_0__.wY)(`/posts/${postId}/comments`);return transformCommentListResponse(commentList)},createComment=async(postId,newComment)=>await(0,_utils_fetch__WEBPACK_IMPORTED_MODULE_0__.ZL)(`/posts/${postId}/comments`,newComment),editComment=async(postId,commentId,updatedComment)=>await(0,_utils_fetch__WEBPACK_IMPORTED_MODULE_0__.y6)(`/posts/${postId}/comments/${commentId}`,{content:updatedComment.content}),deleteComment=async(postId,commentId)=>await(0,_utils_fetch__WEBPACK_IMPORTED_MODULE_0__.Wq)(`/posts/${postId}/comments/${commentId}`)},"./src/api/post.ts":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.d(__webpack_exports__,{Gi:()=>votePost,Xv:()=>getPostForGuest,dq:()=>editPost,fR:()=>deletePost,hQ:()=>changeVotedOption,qb:()=>createPost,wQ:()=>transformPostResponse,xl:()=>getPost,yx:()=>setEarlyClosePost});var _utils_fetch__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__("./src/utils/fetch.ts");const transformPostResponse=post=>({category:post.categories.map((category=>({id:category.id,name:category.name}))),content:post.content,deadline:post.deadline,imageUrl:post.imageUrl,postId:post.postId,createTime:post.createdAt,title:post.title,voteInfo:{allPeopleCount:post.voteInfo.totalVoteCount,selectedOptionId:post.voteInfo.selectedOptionId,options:post.voteInfo.options.map((option=>({id:option.optionId,text:option.content,peopleCount:option.voteCount,percent:option.votePercent,imageUrl:option.imageUrl})))},writer:{id:post.writer.id,nickname:post.writer.nickname}}),votePost=async(postId,optionId)=>await(0,_utils_fetch__WEBPACK_IMPORTED_MODULE_0__.ZL)(`/posts/${postId}/options/${optionId}`,""),changeVotedOption=async(postId,optionData)=>await(0,_utils_fetch__WEBPACK_IMPORTED_MODULE_0__.XH)(`/posts/${postId}/options?source=${optionData.originOptionId}&target=${optionData.newOptionId}`),getPost=async postId=>{const post=await(0,_utils_fetch__WEBPACK_IMPORTED_MODULE_0__.wY)(`/posts/${postId}`);return transformPostResponse(post)},getPostForGuest=async postId=>{const post=await(0,_utils_fetch__WEBPACK_IMPORTED_MODULE_0__.wY)(`/posts/${postId}/guest`);return transformPostResponse(post)},createPost=async newPost=>await(0,_utils_fetch__WEBPACK_IMPORTED_MODULE_0__.hO)("/posts",newPost),editPost=async(postId,updatedPost)=>await(0,_utils_fetch__WEBPACK_IMPORTED_MODULE_0__.$V)(`/posts/${postId}`,updatedPost),deletePost=async postId=>await(0,_utils_fetch__WEBPACK_IMPORTED_MODULE_0__.Wq)(`/posts/${postId}`),setEarlyClosePost=async postId=>await(0,_utils_fetch__WEBPACK_IMPORTED_MODULE_0__.XH)(`/posts/${postId}/close`)},"./src/api/userInfo.ts":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.d(__webpack_exports__,{K7:()=>modifyNickname,N6:()=>withdrawalMembership,bG:()=>getUserInfo,gS:()=>updateUserInfo});var _utils_fetch__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__("./src/utils/fetch.ts");const getUserInfo=async isLoggedIn=>{if(!isLoggedIn)return null;return(userInfo=>{const{nickname,gender,birthYear,postCount,voteCount}=userInfo;return{nickname,gender,birthYear,postCount,voteCount}})(await(0,_utils_fetch__WEBPACK_IMPORTED_MODULE_0__.wY)("/members/me"))},modifyNickname=async nickname=>{await(0,_utils_fetch__WEBPACK_IMPORTED_MODULE_0__.XH)("/members/me/nickname",{nickname})},withdrawalMembership=async()=>{await(0,_utils_fetch__WEBPACK_IMPORTED_MODULE_0__.Wq)("/members/me/delete")},updateUserInfo=async userInfo=>{await(0,_utils_fetch__WEBPACK_IMPORTED_MODULE_0__.XH)("/members/me/detail",userInfo)}},"./src/constants/queryKey.ts":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.d(__webpack_exports__,{l:()=>QUERY_KEY});const QUERY_KEY={POSTS:"posts",POST_DETAIL:"postDetail",COMMENTS:"comments",CATEGORIES:"categories",USER_INFO:"user_info"}},"./src/hooks/context/auth.tsx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.d(__webpack_exports__,{V:()=>AuthContext,H:()=>AuthProvider});var react=__webpack_require__("./node_modules/react/index.js"),useQuery=__webpack_require__("./node_modules/@tanstack/react-query/build/lib/useQuery.mjs"),userInfo=__webpack_require__("./src/api/userInfo.ts"),queryKey=__webpack_require__("./src/constants/queryKey.ts");const useUserInfo=isLoggedIn=>{const{data,error,isLoading,isError}=(0,useQuery.a)([queryKey.l.USER_INFO,isLoggedIn],(()=>(0,userInfo.bG)(isLoggedIn)),{cacheTime:36e5,staleTime:36e5,suspense:!0});return{data,error,isLoading,isError}};var cookie=__webpack_require__("./src/utils/cookie/index.ts"),jsx_runtime=__webpack_require__("./node_modules/react/jsx-runtime.js");const notLoggedInfo={isLoggedIn:!1,accessToken:""},AuthContext=(0,react.createContext)({});function AuthProvider({children}){const[loggedInfo,setLoggedInfo]=(0,react.useState)(notLoggedInfo),{data:userInfo}=useUserInfo(loggedInfo.isLoggedIn);return(0,react.useEffect)((()=>{userInfo&&loggedInfo.isLoggedIn&&setLoggedInfo((origin=>({...origin,userInfo})))}),[loggedInfo.isLoggedIn,userInfo]),(0,react.useEffect)((()=>{const accessToken=(0,cookie.CL)().accessToken;if(accessToken){const id=(0,cookie.yE)(accessToken).memberId;setLoggedInfo((origin=>({...origin,accessToken,id,isLoggedIn:!0})))}}),[]),(0,jsx_runtime.jsx)(AuthContext.Provider,{value:{loggedInfo,setLoggedInfo,clearLoggedInfo:()=>{(0,cookie.ql)("accessToken"),(0,cookie.ql)("hasEssentialInfo"),setLoggedInfo(notLoggedInfo)}},children})}AuthProvider.displayName="AuthProvider";try{AuthProvider.displayName="AuthProvider",AuthProvider.__docgenInfo={description:"",displayName:"AuthProvider",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/hooks/context/auth.tsx#AuthProvider"]={docgenInfo:AuthProvider.__docgenInfo,name:"AuthProvider",path:"src/hooks/context/auth.tsx#AuthProvider"})}catch(__react_docgen_typescript_loader_error){}},"./src/mocks/handlers.ts":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.d(__webpack_exports__,{q:()=>handlers});var lib=__webpack_require__("./node_modules/msw/lib/index.js");const MOCK_CATEGORY_LIST=[{id:1,name:"음식",isFavorite:!1},{id:2,name:"연애",isFavorite:!0},{id:3,name:"패션",isFavorite:!1},{id:4,name:"금융",isFavorite:!1},{id:5,name:"여행",isFavorite:!1},{id:6,name:"게임",isFavorite:!1},{id:7,name:"재테크",isFavorite:!1},{id:8,name:"요리",isFavorite:!0},{id:9,name:"개발",isFavorite:!0},{id:10,name:"전자기기",isFavorite:!0}],MOCK_GUEST_CATEGORY_LIST=[{id:1,name:"음식",isFavorite:!1},{id:2,name:"연애",isFavorite:!1},{id:3,name:"패션",isFavorite:!1},{id:4,name:"금융",isFavorite:!1},{id:5,name:"여행",isFavorite:!1},{id:6,name:"게임",isFavorite:!1},{id:7,name:"재테크",isFavorite:!1},{id:8,name:"요리",isFavorite:!1},{id:9,name:"개발",isFavorite:!1},{id:10,name:"전자기기",isFavorite:!1}],mockCategoryHandlers=[lib.rest.get("/categories",((req,res,ctx)=>res(ctx.status(200),ctx.json(MOCK_CATEGORY_LIST)))),lib.rest.get("/categories/guest",((req,res,ctx)=>res(ctx.status(200),ctx.json(MOCK_GUEST_CATEGORY_LIST)))),lib.rest.post("/categories/:categoryId/like",((req,res,ctx)=>(MOCK_CATEGORY_LIST[1].isFavorite=!0,res(ctx.status(201),ctx.json({message:"카테고리 즐겨찾기 등록 성공"}))))),lib.rest.delete("/categories/:categoryId/like",((req,res,ctx)=>(MOCK_CATEGORY_LIST[0].isFavorite=!1,res(ctx.status(204)))))];var comment=__webpack_require__("./src/mocks/mockData/comment.ts");const mockComment=[lib.rest.get("/posts/:postId/comments",((req,res,ctx)=>res(ctx.delay(1e3),ctx.status(200),ctx.json(comment.A)))),lib.rest.post("/posts/:postId/comments",((req,res,ctx)=>(window.console.log("등록한 댓글 내용",req.body),res(ctx.delay(1e3),ctx.status(201),ctx.json({message:"댓글이 성공적으로 등록되었습니다!!"}))))),lib.rest.put("/posts/:postId/comments/:commentId",((req,res,ctx)=>(window.console.log("수정한 댓글 내용",req.body),res(ctx.delay(1e3),ctx.status(200),ctx.json({message:"댓글이 성공적으로 수정되었습니다!!"}))))),lib.rest.delete("/posts/:postId/comments/:commentId",((req,res,ctx)=>res(ctx.delay(1e3),ctx.status(204))))],example=[lib.rest.get("/example",((req,res,ctx)=>res(ctx.status(200))))];var post=__webpack_require__("./src/api/post.ts");const getMockPost=()=>({postId:Math.floor(1e5*Math.random()),title:"어느 곳에서 정보를 찾아야 할지도 막막한 사람들을 위한, 심심풀이로 나의 취향과 남의 취향을 비교해보고 싶은 사람들을 위한 프로젝트",writer:{id:2,nickname:"우아한 잔치국수"},content:"이는 사람들에게 재미와 정보, 두 가지를 줄 수 있습니다. 사람들은 MBTI, 밸런스게임처럼 나와 같은 사람들을 찾고, 나와 다른 사람들과 비교하는 것을 즐깁니다. 이를 컨텐츠화하여 보다 빠르게 질문하고 답변하며, 사람들의 반응을 확인할 수 있다면 사람들은 충분한 즐거움을 느낄 것입니다. 또한 20대가 많은 대학가에 창업을 하고 싶지만 20대의 의견을 모르겠을 때, 확실한 답은 아닐지라도 어느 정도의 가이드를 줄 수 있을 것입니다. 질문자에게 제공되는 성별/나이대별 투표 결과 정보는 질문자가 하고자 하는 의사결정의 근거가 될 수 있을 것입니다.",imageUrl:Math.random()>.7?"https://source.unsplash.com/random":"",categories:[{id:1,name:"개발"},{id:2,name:"연애"},{id:3,name:"상담"}],createdAt:"2023-07-12 12:40",deadline:"2023-07-13 18:40",voteInfo:{selectedOptionId:9,totalVoteCount:123,options:[{optionId:6,content:"당선",voteCount:30,votePercent:30,imageUrl:""},{optionId:7,content:"votogether",voteCount:40,votePercent:40,imageUrl:""},{optionId:8,content:"인스타그램, 블라인드와 같은 SNS의 형식을 차용합니다. 누군가는 글을 쓰고, 누군가는 반응합니다. 다만, 댓글은 없습니다. 투표로 자신의 의견을 표현하고 이를 사람들에게 보여줍니다.",voteCount:20,imageUrl:"",votePercent:20},{optionId:9,content:"fun from choice, 오늘도 즐거운 한 표 ",imageUrl:"https://source.unsplash.com/random",voteCount:10,votePercent:10}]}}),getMockGuestPost=()=>({postId:Math.floor(1e5*Math.random()),title:"애국가",writer:{id:2,nickname:"동해"},content:"동해물과 백두산이 마르고 닳도록",imageUrl:Math.random()>.7?"https://source.unsplash.com/random":"",categories:[{id:1,name:"코르키"},{id:2,name:"이즈리얼"},{id:3,name:"초가스"}],createdAt:"2023-07-12 12:40",deadline:"2023-07-13 18:40",voteInfo:{selectedOptionId:0,totalVoteCount:0,options:[{optionId:6,content:"1절",voteCount:0,votePercent:0,imageUrl:""},{optionId:7,content:"2절",voteCount:0,votePercent:0,imageUrl:""},{optionId:8,content:"3절",voteCount:0,imageUrl:"",votePercent:0},{optionId:9,content:"4절",imageUrl:"https://source.unsplash.com/random",voteCount:0,votePercent:0}]}}),MOCK_POST_LIST=[],MOCK_GUEST_POST_LIST=[],MOCK_POST_INFO=getMockPost(),MOCK_GUEST_POST_INFO=getMockGuestPost();for(let index=0;index<10;index+=1)MOCK_POST_LIST.push(getMockPost()),MOCK_GUEST_POST_LIST.push(getMockGuestPost());MOCK_POST_LIST.map((POST=>(0,post.wQ)(POST))),MOCK_GUEST_POST_LIST.map((POST=>(0,post.wQ)(POST)));var voteResult=__webpack_require__("./src/mocks/mockData/voteResult.ts");const mockVoteResult=[lib.rest.get("/posts/:postId",((req,res,ctx)=>res(ctx.status(200),ctx.delay(1e3),ctx.json(MOCK_POST_INFO)))),lib.rest.get("/posts/:postId/options",((req,res,ctx)=>res(ctx.status(200),ctx.delay(1e3),ctx.json(voteResult.O)))),lib.rest.get("/posts/:postId/options/:optionId",((req,res,ctx)=>res(ctx.status(200),ctx.delay(1e3),ctx.json(voteResult.O))))],mockPost=[lib.rest.get("/posts/:postId",((req,res,ctx)=>res(ctx.delay(1e3),ctx.status(200),ctx.json(MOCK_POST_INFO)))),lib.rest.get("/posts/:postId/guest",((req,res,ctx)=>res(ctx.delay(1e3),ctx.status(200),ctx.json(MOCK_GUEST_POST_INFO)))),lib.rest.delete("/posts/:postId",((req,res,ctx)=>res(ctx.delay(1e3),ctx.status(200),ctx.json({message:"게시글이 성공적으로 삭제되었습니다"})))),lib.rest.patch("/posts/:postId/close",((req,res,ctx)=>(MOCK_POST_INFO.deadline="2023-07-13 18:40",res(ctx.delay(1e3),ctx.status(200),ctx.json({message:"게시글이 성공적으로 조기 마감 되었습니다"}))))),lib.rest.post("/posts",((req,res,ctx)=>(window.console.log("게시글 작성 완료",req.body),res(ctx.delay(1e3),ctx.status(201),ctx.json({message:"게시글이 성공적으로 생성되었습니다"}))))),lib.rest.put("/posts/:postId",((req,res,ctx)=>(window.console.log("게시글 수정 완료되었습니다",req.body),res(ctx.delay(1e3),ctx.status(200),ctx.json({message:"게시글이 성공적으로 수정되었습니다!!"}))))),lib.rest.delete("/posts/:postId",((req,res,ctx)=>res(ctx.delay(1e3),ctx.status(200),ctx.json({message:"게시글이 성공적으로 삭제되었습니다!!"}))))],mockPostList=[lib.rest.get("/posts",((req,res,ctx)=>createMockPostListResponse(req,res,ctx))),lib.rest.get("/posts/guest",((req,res,ctx)=>createMockGuestPostListResponse(req,res,ctx))),lib.rest.get("/posts/categories/:categoryId",((req,res,ctx)=>createMockPostListResponse(req,res,ctx))),lib.rest.get("/posts/categories/guest/:categoryId",((req,res,ctx)=>createMockGuestPostListResponse(req,res,ctx))),lib.rest.get("/posts/me",((req,res,ctx)=>createMockPostListResponse(req,res,ctx))),lib.rest.get("/posts/votes/me",((req,res,ctx)=>createMockPostListResponse(req,res,ctx))),lib.rest.get("/posts/search",((req,res,ctx)=>createMockPostListResponse(req,res,ctx))),lib.rest.get("/posts/search/guest",((req,res,ctx)=>createMockGuestPostListResponse(req,res,ctx)))],createMockPostListResponse=(req,res,ctx)=>{const page=Number(req.url.searchParams.get("page")),keyword=req.url.searchParams.get("keyword");if(null!==page)return"999"===keyword?res(ctx.status(200),ctx.json([])):page>0?res(ctx.status(200),ctx.json(MOCK_POST_LIST),ctx.delay(1e3)):res(ctx.status(200),ctx.json(MOCK_POST_LIST))},createMockGuestPostListResponse=(req,res,ctx)=>{const page=Number(req.url.searchParams.get("page"));if(null!==page)return page>0?res(ctx.status(200),ctx.json(MOCK_GUEST_POST_LIST),ctx.delay(1e3)):res(ctx.status(200),ctx.json(MOCK_GUEST_POST_LIST))},mockReport=[lib.rest.post("/report",((req,res,ctx)=>res(ctx.status(200))))],MOCK_USER_INFO={nickname:"우아한 코끼리",gender:"MALE",birthYear:1989,postCount:4,voteCount:128},mockUserInfo=[lib.rest.get("/members/me",((req,res,ctx)=>res(ctx.status(200),ctx.json(MOCK_USER_INFO)))),lib.rest.patch("/members/me/detail",((req,res,ctx)=>res(ctx.status(200),ctx.json({ok:"개인 정보가 성공적으로 저장되었습니다!"})))),lib.rest.patch("/members/me/nickname",((req,res,ctx)=>(MOCK_USER_INFO.nickname="wood",res(ctx.status(200),ctx.json({ok:"닉네임이 성공적으로 수정되었습니다!"}))))),lib.rest.delete("/members/me/delete",((req,res,ctx)=>(MOCK_USER_INFO.nickname="cancel",res(ctx.status(204)))))],handlers=[...example,...mockPostList,...mockPost,...mockVoteResult,...[lib.rest.post("/posts/:postId/options/:optionId",((req,res,ctx)=>(MOCK_POST_INFO.voteInfo.selectedOptionId=999,res(ctx.status(200),ctx.json({message:"ok"}))))),lib.rest.patch("/posts/:postId/options",((req,res,ctx)=>(MOCK_POST_INFO.voteInfo.selectedOptionId=888,res(ctx.status(200),ctx.json({message:"ok"})))))],...mockCategoryHandlers,...mockUserInfo,...mockComment,...mockReport]},"./src/mocks/mockData/comment.ts":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.d(__webpack_exports__,{A:()=>MOCK_COMMENT_LIST,I:()=>MOCK_TRANSFORMED_COMMENT_LIST});var _api_comment__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__("./src/api/comment.ts");const MOCK_COMMENT_LIST=[],commentList=["Woah, your project looks awesome! How long have you been coding for? ","일하기 싫어서 화장실에 앉아서 보는 중은 아닌데 아 원숭이 김종민보려고 눈뜬거 진짜웃겨ㅠㅠㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋ","진짜 다보고 나니 눈물이 ㅜㅜ 너무 참아서 눈물이 줄줄 ㅜㅜ 미쳤네요","ㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋ 생일 축하드립니다 🎉🎉🎉 뭔가 예전에 무한도전에서 했던 돌+아이 콘테스트도 조금 생각나요","1:08 4:01 4:20 6:04\n제가 계속 보고 싶어서 정리한 타임코드입니다\n역시나 생일파티 콘텐츠는 아무리봐도 안 질리네요\n유병재님 덕분에 오늘도 마음이 풍선해집니다💚❤️","진짜ㅋㅋㅋㅋ레전드중 레전드인 컨텐츠인 것 같아요ㅋㅋㅋ큐ㅠㅠㅠ 몇번을 봐도 웃음이 멈추질 않는ㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋ!!>w.5?"2023.7.27. 07:43":"2023.7.28. 07:43"});const MOCK_TRANSFORMED_COMMENT_LIST=(0,_api_comment__WEBPACK_IMPORTED_MODULE_0__.Jp)(MOCK_COMMENT_LIST)},"./src/mocks/mockData/voteResult.ts":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.d(__webpack_exports__,{O:()=>MOCK_VOTE_RESULT,m:()=>MOCK_DETAIL_VOTE_RESULT});const MOCK_VOTE_RESULT={totalVoteCount:100,totalFemaleCount:30,totalMaleCount:70,ageGroup:[{voteCount:10,femaleCount:10,maleCount:0,ageGroup:"10대 미만"},{voteCount:20,femaleCount:10,maleCount:10,ageGroup:"10대"},{voteCount:10,femaleCount:2,maleCount:8,ageGroup:"20대"},{voteCount:20,femaleCount:16,maleCount:4,ageGroup:"30대"},{voteCount:40,femaleCount:30,maleCount:10,ageGroup:"40대"},{voteCount:2,femaleCount:1,maleCount:1,ageGroup:"50대"},{voteCount:3,femaleCount:2,maleCount:1,ageGroup:"60대 이상"}]},MOCK_DETAIL_VOTE_RESULT=[{total:10,female:10,male:0,name:"10대 미만"},{total:20,female:10,male:10,name:"10대"},{total:10,female:2,male:8,name:"20대"},{total:20,female:16,male:4,name:"30대"},{total:40,female:30,male:10,name:"40대"},{total:2,female:1,male:1,name:"50대"},{total:3,female:2,male:1,name:"60대 이상"}]},"./src/mocks/worker.ts":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{worker:()=>worker});var msw__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/msw/lib/index.js"),_handlers__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__("./src/mocks/handlers.ts");const worker=(0,msw__WEBPACK_IMPORTED_MODULE_1__.setupWorker)(..._handlers__WEBPACK_IMPORTED_MODULE_0__.q)},"./src/utils/cookie/index.ts":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.d(__webpack_exports__,{CL:()=>getCookieToken,Vn:()=>setCookieToken,ql:()=>clearCookieToken,yE:()=>getMemberId});const setCookieToken=(key,token)=>{document.cookie=`${encodeURIComponent(key)}=${encodeURIComponent(token)}; path=/`};function getCookieToken(){const cookie=document.cookie,cookieContent={};return cookie.split("; ").forEach((pair=>{const[key,value]=pair.split("=");cookieContent[key]=value})),cookieContent}function getMemberId(token){const base64=token.split(".")[1].replace(/-/g,"+").replace(/_/g,"/");return JSON.parse(atob(base64))}const clearCookieToken=key=>{const expirationTime=new Date(Date.now()-1);document.cookie=`${encodeURIComponent(key)}=; expires=${expirationTime.toUTCString()}; path=/;`}},"./src/utils/fetch.ts":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.d(__webpack_exports__,{$V:()=>multiPutFetch,Wq:()=>deleteFetch,XH:()=>patchFetch,ZL:()=>postFetch,hO:()=>multiPostFetch,wY:()=>getFetch,y6:()=>putFetch});var _cookie__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__("./src/utils/cookie/index.ts");const headers={Authorization:"Bearer ","Content-Type":"application/json"},makeFetchHeaders=()=>{const cookie=(0,_cookie__WEBPACK_IMPORTED_MODULE_0__.CL)();return{...headers,Authorization:`Bearer ${cookie.accessToken}`}},makeFetchMultiHeaders=()=>({Authorization:`Bearer ${(0,_cookie__WEBPACK_IMPORTED_MODULE_0__.CL)().accessToken}`}),getFetch=async url=>{try{const response=await fetch(url,{method:"GET",headers:makeFetchHeaders()});if(!response.ok){const errorMessage=await response.text();throw new Error(errorMessage)}return await response.json()}catch(e){throw new Error(e.message)}},postFetch=async(url,body)=>{try{const response=await fetch(url,{method:"POST",body:JSON.stringify(body),headers:makeFetchHeaders()});if(!response.ok){const errorMessage=await response.text();throw new Error(errorMessage)}}catch(e){throw new Error(e.message)}},putFetch=async(url,body)=>{try{const response=await fetch(url,{method:"PUT",body:JSON.stringify(body),headers:makeFetchHeaders()});if(!response.ok){const errorMessage=await response.text();throw new Error(errorMessage)}}catch(e){throw new Error(e.message)}},patchFetch=async(url,body)=>{try{const response=await fetch(url,{method:"PATCH",headers:makeFetchHeaders(),body:JSON.stringify(body)});if(!response.ok){const errorMessage=await response.text();throw new Error(errorMessage)}}catch(e){throw new Error(e.message)}},deleteFetch=async url=>{try{const response=await fetch(url,{method:"DELETE",headers:makeFetchHeaders()});if(!response.ok){const errorMessage=await response.text();throw new Error(errorMessage)}}catch(e){throw new Error(e.message)}},multiPostFetch=async(url,body)=>{try{const response=await fetch(url,{method:"POST",body,headers:makeFetchMultiHeaders()});if(!response.ok){const errorMessage=await response.text();throw new Error(errorMessage)}}catch(e){throw new Error(e.message)}},multiPutFetch=async(url,body)=>{try{const response=await fetch(url,{method:"PUT",body,headers:makeFetchMultiHeaders()});if(!response.ok){const errorMessage=await response.text();throw new Error(errorMessage)}}catch(e){throw new Error(e.message)}}},"./src lazy recursive ^\\.\\/.*$ include: (?:\\/src(?:\\/(?%21\\.)(?:(?:(?%21(?:^%7C\\/)\\.).)*?)\\/%7C\\/%7C$)(?%21\\.)(?=.)[^/]*?\\.mdx)$":module=>{function webpackEmptyAsyncContext(req){return Promise.resolve().then((()=>{var e=new Error("Cannot find module '"+req+"'");throw e.code="MODULE_NOT_FOUND",e}))}webpackEmptyAsyncContext.keys=()=>[],webpackEmptyAsyncContext.resolve=webpackEmptyAsyncContext,webpackEmptyAsyncContext.id="./src lazy recursive ^\\.\\/.*$ include: (?:\\/src(?:\\/(?%21\\.)(?:(?:(?%21(?:^%7C\\/)\\.).)*?)\\/%7C\\/%7C$)(?%21\\.)(?=.)[^/]*?\\.mdx)$",module.exports=webpackEmptyAsyncContext},"./src lazy recursive ^\\.\\/.*$ include: (?:\\/src(?:\\/(?%21\\.)(?:(?:(?%21(?:^%7C\\/)\\.).)*?)\\/%7C\\/%7C$)(?%21\\.)(?=.)[^/]*?\\.stories\\.(js%7Cjsx%7Cts%7Ctsx))$":(module,__unused_webpack_exports,__webpack_require__)=>{var map={"./components/Example/Example.stories":["./src/components/Example/Example.stories.tsx",4773],"./components/Example/Example.stories.tsx":["./src/components/Example/Example.stories.tsx",4773],"./components/PostForm/PostForm.stories":["./src/components/PostForm/PostForm.stories.tsx",4133,3278],"./components/PostForm/PostForm.stories.tsx":["./src/components/PostForm/PostForm.stories.tsx",4133,3278],"./components/ReportModal/ReportModal.stories":["./src/components/ReportModal/ReportModal.stories.tsx",1179],"./components/ReportModal/ReportModal.stories.tsx":["./src/components/ReportModal/ReportModal.stories.tsx",1179],"./components/VoteStatistics/OneLineGraph/OneLineGraph.stories":["./src/components/VoteStatistics/OneLineGraph/OneLineGraph.stories.tsx",5954],"./components/VoteStatistics/OneLineGraph/OneLineGraph.stories.tsx":["./src/components/VoteStatistics/OneLineGraph/OneLineGraph.stories.tsx",5954],"./components/VoteStatistics/TwoLineGraph/TwoLineGraph.stories":["./src/components/VoteStatistics/TwoLineGraph/TwoLineGraph.stories.tsx",4445],"./components/VoteStatistics/TwoLineGraph/TwoLineGraph.stories.tsx":["./src/components/VoteStatistics/TwoLineGraph/TwoLineGraph.stories.tsx",4445],"./components/VoteStatistics/VoteStatistics.stories":["./src/components/VoteStatistics/VoteStatistics.stories.tsx",6841],"./components/VoteStatistics/VoteStatistics.stories.tsx":["./src/components/VoteStatistics/VoteStatistics.stories.tsx",6841],"./components/comment/CommentList/CommentItem/CommentItem.stories":["./src/components/comment/CommentList/CommentItem/CommentItem.stories.tsx",4146,9809],"./components/comment/CommentList/CommentItem/CommentItem.stories.tsx":["./src/components/comment/CommentList/CommentItem/CommentItem.stories.tsx",4146,9809],"./components/comment/CommentList/CommentItem/CommentMenu/CommentMenu.stories":["./src/components/comment/CommentList/CommentItem/CommentMenu/CommentMenu.stories.tsx",3784],"./components/comment/CommentList/CommentItem/CommentMenu/CommentMenu.stories.tsx":["./src/components/comment/CommentList/CommentItem/CommentMenu/CommentMenu.stories.tsx",3784],"./components/comment/CommentList/CommentList.stories":["./src/components/comment/CommentList/CommentList.stories.tsx",4146,7295],"./components/comment/CommentList/CommentList.stories.tsx":["./src/components/comment/CommentList/CommentList.stories.tsx",4146,7295],"./components/comment/CommentList/CommentLoginSection/CommentLoginSection.stories":["./src/components/comment/CommentList/CommentLoginSection/CommentLoginSection.stories.tsx",7822],"./components/comment/CommentList/CommentLoginSection/CommentLoginSection.stories.tsx":["./src/components/comment/CommentList/CommentLoginSection/CommentLoginSection.stories.tsx",7822],"./components/comment/CommentList/CommentTextForm/CommentTextForm.stories":["./src/components/comment/CommentList/CommentTextForm/CommentTextForm.stories.tsx",9742],"./components/comment/CommentList/CommentTextForm/CommentTextForm.stories.tsx":["./src/components/comment/CommentList/CommentTextForm/CommentTextForm.stories.tsx",9742],"./components/common/Accordion/Accordion.stories":["./src/components/common/Accordion/Accordion.stories.tsx",8101],"./components/common/Accordion/Accordion.stories.tsx":["./src/components/common/Accordion/Accordion.stories.tsx",8101],"./components/common/AddButton/AddButton.stories":["./src/components/common/AddButton/AddButton.stories.tsx",2795],"./components/common/AddButton/AddButton.stories.tsx":["./src/components/common/AddButton/AddButton.stories.tsx",2795],"./components/common/AppInstallPrompt/MobileInstallPrompt/MobileInstallPrompt.stories":["./src/components/common/AppInstallPrompt/MobileInstallPrompt/MobileInstallPrompt.stories.tsx",4600],"./components/common/AppInstallPrompt/MobileInstallPrompt/MobileInstallPrompt.stories.tsx":["./src/components/common/AppInstallPrompt/MobileInstallPrompt/MobileInstallPrompt.stories.tsx",4600],"./components/common/Dashboard/CategoryToggle/CategoryToggle.stories":["./src/components/common/Dashboard/CategoryToggle/CategoryToggle.stories.tsx",4175],"./components/common/Dashboard/CategoryToggle/CategoryToggle.stories.tsx":["./src/components/common/Dashboard/CategoryToggle/CategoryToggle.stories.tsx",4175],"./components/common/Dashboard/Dashboard.stories":["./src/components/common/Dashboard/Dashboard.stories.tsx",1748,4357],"./components/common/Dashboard/Dashboard.stories.tsx":["./src/components/common/Dashboard/Dashboard.stories.tsx",1748,4357],"./components/common/Dashboard/GuestProfile/GuestProfile.stories":["./src/components/common/Dashboard/GuestProfile/GuestProfile.stories.tsx",5843],"./components/common/Dashboard/GuestProfile/GuestProfile.stories.tsx":["./src/components/common/Dashboard/GuestProfile/GuestProfile.stories.tsx",5843],"./components/common/Dashboard/UserProfile/UserProfile.stories":["./src/components/common/Dashboard/UserProfile/UserProfile.stories.tsx",144],"./components/common/Dashboard/UserProfile/UserProfile.stories.tsx":["./src/components/common/Dashboard/UserProfile/UserProfile.stories.tsx",144],"./components/common/DeleteModal/DeleteModal.stories":["./src/components/common/DeleteModal/DeleteModal.stories.tsx",6079],"./components/common/DeleteModal/DeleteModal.stories.tsx":["./src/components/common/DeleteModal/DeleteModal.stories.tsx",6079],"./components/common/Drawer/Drawer.stories":["./src/components/common/Drawer/Drawer.stories.tsx",1748,2667],"./components/common/Drawer/Drawer.stories.tsx":["./src/components/common/Drawer/Drawer.stories.tsx",1748,2667],"./components/common/ErrorMessage/ErrorMessage.stories":["./src/components/common/ErrorMessage/ErrorMessage.stories.tsx",3765],"./components/common/ErrorMessage/ErrorMessage.stories.tsx":["./src/components/common/ErrorMessage/ErrorMessage.stories.tsx",3765],"./components/common/HeaderTextButton/HeaderTextButton.stories":["./src/components/common/HeaderTextButton/HeaderTextButton.stories.tsx",4743],"./components/common/HeaderTextButton/HeaderTextButton.stories.tsx":["./src/components/common/HeaderTextButton/HeaderTextButton.stories.tsx",4743],"./components/common/IconButton/IconButton.stories":["./src/components/common/IconButton/IconButton.stories.tsx",8577],"./components/common/IconButton/IconButton.stories.tsx":["./src/components/common/IconButton/IconButton.stories.tsx",8577],"./components/common/Layout/Layout.stories":["./src/components/common/Layout/Layout.stories.tsx",1748,1660],"./components/common/Layout/Layout.stories.tsx":["./src/components/common/Layout/Layout.stories.tsx",1748,1660],"./components/common/LoadingSpinner/LoadingSpinner.stories":["./src/components/common/LoadingSpinner/LoadingSpinner.stories.tsx",7886],"./components/common/LoadingSpinner/LoadingSpinner.stories.tsx":["./src/components/common/LoadingSpinner/LoadingSpinner.stories.tsx",7886],"./components/common/LogoButton/LogoButton.stories":["./src/components/common/LogoButton/LogoButton.stories.tsx",3050],"./components/common/LogoButton/LogoButton.stories.tsx":["./src/components/common/LogoButton/LogoButton.stories.tsx",3050],"./components/common/Modal/Modal.stories":["./src/components/common/Modal/Modal.stories.tsx",218],"./components/common/Modal/Modal.stories.tsx":["./src/components/common/Modal/Modal.stories.tsx",218],"./components/common/MultiSelect/MultiSelect.stories":["./src/components/common/MultiSelect/MultiSelect.stories.tsx",4223],"./components/common/MultiSelect/MultiSelect.stories.tsx":["./src/components/common/MultiSelect/MultiSelect.stories.tsx",4223],"./components/common/NarrowMainHeader/NarrowMainHeader.stories":["./src/components/common/NarrowMainHeader/NarrowMainHeader.stories.tsx",5127],"./components/common/NarrowMainHeader/NarrowMainHeader.stories.tsx":["./src/components/common/NarrowMainHeader/NarrowMainHeader.stories.tsx",5127],"./components/common/NarrowTemplateHeader/NarrowTemplateHeader.stories":["./src/components/common/NarrowTemplateHeader/NarrowTemplateHeader.stories.tsx",6848],"./components/common/NarrowTemplateHeader/NarrowTemplateHeader.stories.tsx":["./src/components/common/NarrowTemplateHeader/NarrowTemplateHeader.stories.tsx",6848],"./components/common/Post/Post.stories":["./src/components/common/Post/Post.stories.tsx",2112],"./components/common/Post/Post.stories.tsx":["./src/components/common/Post/Post.stories.tsx",2112],"./components/common/PostMenu/PostMenu.stories":["./src/components/common/PostMenu/PostMenu.stories.tsx",5089],"./components/common/PostMenu/PostMenu.stories.tsx":["./src/components/common/PostMenu/PostMenu.stories.tsx",5089],"./components/common/SearchBar/SearchBar.stories":["./src/components/common/SearchBar/SearchBar.stories.tsx",5858],"./components/common/SearchBar/SearchBar.stories.tsx":["./src/components/common/SearchBar/SearchBar.stories.tsx",5858],"./components/common/Select/Select.stories":["./src/components/common/Select/Select.stories.tsx",9591],"./components/common/Select/Select.stories.tsx":["./src/components/common/Select/Select.stories.tsx",9591],"./components/common/Skeleton/Skeleton.stories":["./src/components/common/Skeleton/Skeleton.stories.tsx",8298],"./components/common/Skeleton/Skeleton.stories.tsx":["./src/components/common/Skeleton/Skeleton.stories.tsx",8298],"./components/common/SnackBar/SnackBar.stories":["./src/components/common/SnackBar/SnackBar.stories.tsx",7475],"./components/common/SnackBar/SnackBar.stories.tsx":["./src/components/common/SnackBar/SnackBar.stories.tsx",7475],"./components/common/SquareButton/SquareButton.stories":["./src/components/common/SquareButton/SquareButton.stories.tsx",1821],"./components/common/SquareButton/SquareButton.stories.tsx":["./src/components/common/SquareButton/SquareButton.stories.tsx",1821],"./components/common/TagButton/TagButton.stories":["./src/components/common/TagButton/TagButton.stories.tsx",4471],"./components/common/TagButton/TagButton.stories.tsx":["./src/components/common/TagButton/TagButton.stories.tsx",4471],"./components/common/TimePickerOptionList/TimePickerOption/TimePickerOption.stories":["./src/components/common/TimePickerOptionList/TimePickerOption/TimePickerOption.stories.tsx",368],"./components/common/TimePickerOptionList/TimePickerOption/TimePickerOption.stories.tsx":["./src/components/common/TimePickerOptionList/TimePickerOption/TimePickerOption.stories.tsx",368],"./components/common/TimePickerOptionList/TimePickerOptionList.stories":["./src/components/common/TimePickerOptionList/TimePickerOptionList.stories.tsx",4795],"./components/common/TimePickerOptionList/TimePickerOptionList.stories.tsx":["./src/components/common/TimePickerOptionList/TimePickerOptionList.stories.tsx",4795],"./components/common/Toast/Toast.stories":["./src/components/common/Toast/Toast.stories.tsx",5648],"./components/common/Toast/Toast.stories.tsx":["./src/components/common/Toast/Toast.stories.tsx",5648],"./components/common/UpButton/UpButton.stories":["./src/components/common/UpButton/UpButton.stories.tsx",1186],"./components/common/UpButton/UpButton.stories.tsx":["./src/components/common/UpButton/UpButton.stories.tsx",1186],"./components/common/WideHeader/WideHeader.stories":["./src/components/common/WideHeader/WideHeader.stories.tsx",6882],"./components/common/WideHeader/WideHeader.stories.tsx":["./src/components/common/WideHeader/WideHeader.stories.tsx",6882],"./components/optionList/WritingVoteOptionList/WritingVoteOption/OptionCancelButton/OptionCancelButton.stories":["./src/components/optionList/WritingVoteOptionList/WritingVoteOption/OptionCancelButton/OptionCancelButton.stories.tsx",4380],"./components/optionList/WritingVoteOptionList/WritingVoteOption/OptionCancelButton/OptionCancelButton.stories.tsx":["./src/components/optionList/WritingVoteOptionList/WritingVoteOption/OptionCancelButton/OptionCancelButton.stories.tsx",4380],"./components/optionList/WritingVoteOptionList/WritingVoteOption/OptionUploadImageButton/OptionUploadImageButton.stories":["./src/components/optionList/WritingVoteOptionList/WritingVoteOption/OptionUploadImageButton/OptionUploadImageButton.stories.tsx",7087],"./components/optionList/WritingVoteOptionList/WritingVoteOption/OptionUploadImageButton/OptionUploadImageButton.stories.tsx":["./src/components/optionList/WritingVoteOptionList/WritingVoteOption/OptionUploadImageButton/OptionUploadImageButton.stories.tsx",7087],"./components/optionList/WritingVoteOptionList/WritingVoteOption/WritingVoteOption.stories":["./src/components/optionList/WritingVoteOptionList/WritingVoteOption/WritingVoteOption.stories.tsx",9043],"./components/optionList/WritingVoteOptionList/WritingVoteOption/WritingVoteOption.stories.tsx":["./src/components/optionList/WritingVoteOptionList/WritingVoteOption/WritingVoteOption.stories.tsx",9043],"./components/optionList/WritingVoteOptionList/WritingVoteOptionList.stories":["./src/components/optionList/WritingVoteOptionList/WritingVoteOptionList.stories.tsx",7572],"./components/optionList/WritingVoteOptionList/WritingVoteOptionList.stories.tsx":["./src/components/optionList/WritingVoteOptionList/WritingVoteOptionList.stories.tsx",7572],"./components/optionList/WrittenVoteOptionList/WrittenVoteOption/ProgressBar/ProgressBar.stories":["./src/components/optionList/WrittenVoteOptionList/WrittenVoteOption/ProgressBar/ProgressBar.stories.tsx",7908],"./components/optionList/WrittenVoteOptionList/WrittenVoteOption/ProgressBar/ProgressBar.stories.tsx":["./src/components/optionList/WrittenVoteOptionList/WrittenVoteOption/ProgressBar/ProgressBar.stories.tsx",7908],"./components/optionList/WrittenVoteOptionList/WrittenVoteOption/WrittenVoteOption.stories":["./src/components/optionList/WrittenVoteOptionList/WrittenVoteOption/WrittenVoteOption.stories.tsx",6146],"./components/optionList/WrittenVoteOptionList/WrittenVoteOption/WrittenVoteOption.stories.tsx":["./src/components/optionList/WrittenVoteOptionList/WrittenVoteOption/WrittenVoteOption.stories.tsx",6146],"./components/optionList/WrittenVoteOptionList/WrittenVoteOptionList.stories":["./src/components/optionList/WrittenVoteOptionList/WrittenVoteOptionList.stories.tsx",1892],"./components/optionList/WrittenVoteOptionList/WrittenVoteOptionList.stories.tsx":["./src/components/optionList/WrittenVoteOptionList/WrittenVoteOptionList.stories.tsx",1892],"./components/post/EmptyPostList/EmptyPostList.stories":["./src/components/post/EmptyPostList/EmptyPostList.stories.tsx",4356],"./components/post/EmptyPostList/EmptyPostList.stories.tsx":["./src/components/post/EmptyPostList/EmptyPostList.stories.tsx",4356],"./components/post/PostList/PostList.stories":["./src/components/post/PostList/PostList.stories.tsx",8681,5273],"./components/post/PostList/PostList.stories.tsx":["./src/components/post/PostList/PostList.stories.tsx",8681,5273],"./components/post/PostListPage/PostListPage.stories":["./src/components/post/PostListPage/PostListPage.stories.tsx",1748,8681,6423],"./components/post/PostListPage/PostListPage.stories.tsx":["./src/components/post/PostListPage/PostListPage.stories.tsx",1748,8681,6423],"./pages/Error/Error.stories":["./src/pages/Error/Error.stories.tsx",1748,141],"./pages/Error/Error.stories.tsx":["./src/pages/Error/Error.stories.tsx",1748,141],"./pages/MyInfo/MyInfo.stories":["./src/pages/MyInfo/MyInfo.stories.tsx",1748,9993],"./pages/MyInfo/MyInfo.stories.tsx":["./src/pages/MyInfo/MyInfo.stories.tsx",1748,9993],"./pages/NotFound/NotFound.stories":["./src/pages/NotFound/NotFound.stories.tsx",1748,9052],"./pages/NotFound/NotFound.stories.tsx":["./src/pages/NotFound/NotFound.stories.tsx",1748,9052],"./pages/VoteStatisticsPage/OptionStatistics/OptionStatistics.stories":["./src/pages/VoteStatisticsPage/OptionStatistics/OptionStatistics.stories.tsx",8525],"./pages/VoteStatisticsPage/OptionStatistics/OptionStatistics.stories.tsx":["./src/pages/VoteStatisticsPage/OptionStatistics/OptionStatistics.stories.tsx",8525],"./pages/VoteStatisticsPage/VoteStatistics.stories":["./src/pages/VoteStatisticsPage/VoteStatistics.stories.tsx",1748,5699],"./pages/VoteStatisticsPage/VoteStatistics.stories.tsx":["./src/pages/VoteStatisticsPage/VoteStatistics.stories.tsx",1748,5699],"./pages/auth/Login/Login.stories":["./src/pages/auth/Login/Login.stories.tsx",8474],"./pages/auth/Login/Login.stories.tsx":["./src/pages/auth/Login/Login.stories.tsx",8474],"./pages/auth/Login/MobileLogin/MobileLogin.stories":["./src/pages/auth/Login/MobileLogin/MobileLogin.stories.tsx",2600],"./pages/auth/Login/MobileLogin/MobileLogin.stories.tsx":["./src/pages/auth/Login/MobileLogin/MobileLogin.stories.tsx",2600],"./pages/auth/Login/ServiceIntroductionSection/StartUsingOurService.stories":["./src/pages/auth/Login/ServiceIntroductionSection/StartUsingOurService.stories.tsx",4689],"./pages/auth/Login/ServiceIntroductionSection/StartUsingOurService.stories.tsx":["./src/pages/auth/Login/ServiceIntroductionSection/StartUsingOurService.stories.tsx",4689],"./pages/post/EditPostPage/EditPostPage.stories":["./src/pages/post/EditPostPage/EditPostPage.stories.tsx",1748,4133,4306],"./pages/post/EditPostPage/EditPostPage.stories.tsx":["./src/pages/post/EditPostPage/EditPostPage.stories.tsx",1748,4133,4306],"./pages/post/PostDetail/BottomButtonPart/BottomButtonPart.stories":["./src/pages/post/PostDetail/BottomButtonPart/BottomButtonPart.stories.tsx",9594],"./pages/post/PostDetail/BottomButtonPart/BottomButtonPart.stories.tsx":["./src/pages/post/PostDetail/BottomButtonPart/BottomButtonPart.stories.tsx",9594],"./pages/post/PostDetail/InnerHeaderPart/InnerHeaderPart.stories":["./src/pages/post/PostDetail/InnerHeaderPart/InnerHeaderPart.stories.tsx",1117],"./pages/post/PostDetail/InnerHeaderPart/InnerHeaderPart.stories.tsx":["./src/pages/post/PostDetail/InnerHeaderPart/InnerHeaderPart.stories.tsx",1117],"./pages/post/PostDetail/PostDetail.stories":["./src/pages/post/PostDetail/PostDetail.stories.tsx",1748,4146,8927],"./pages/post/PostDetail/PostDetail.stories.tsx":["./src/pages/post/PostDetail/PostDetail.stories.tsx",1748,4146,8927],"./pages/user/RegisterPersonalInfo/RegisterPersonalInfo.stories":["./src/pages/user/RegisterPersonalInfo/RegisterPersonalInfo.stories.tsx",1748,7816],"./pages/user/RegisterPersonalInfo/RegisterPersonalInfo.stories.tsx":["./src/pages/user/RegisterPersonalInfo/RegisterPersonalInfo.stories.tsx",1748,7816]};function webpackAsyncContext(req){if(!__webpack_require__.o(map,req))return Promise.resolve().then((()=>{var e=new Error("Cannot find module '"+req+"'");throw e.code="MODULE_NOT_FOUND",e}));var ids=map[req],id=ids[0];return Promise.all(ids.slice(1).map(__webpack_require__.e)).then((()=>__webpack_require__(id)))}webpackAsyncContext.keys=()=>Object.keys(map),webpackAsyncContext.id="./src lazy recursive ^\\.\\/.*$ include: (?:\\/src(?:\\/(?%21\\.)(?:(?:(?%21(?:^%7C\\/)\\.).)*?)\\/%7C\\/%7C$)(?%21\\.)(?=.)[^/]*?\\.stories\\.(js%7Cjsx%7Cts%7Ctsx))$",module.exports=webpackAsyncContext},"./storybook-config-entry.js":(__unused_webpack_module,__unused_webpack___webpack_exports__,__webpack_require__)=>{"use strict";var dist=__webpack_require__("./node_modules/@storybook/global/dist/index.mjs"),external_STORYBOOK_MODULE_PREVIEW_API_=__webpack_require__("@storybook/preview-api");const external_STORYBOOK_MODULE_CHANNEL_POSTMESSAGE_namespaceObject=__STORYBOOK_MODULE_CHANNEL_POSTMESSAGE__,external_STORYBOOK_MODULE_CHANNEL_WEBSOCKET_namespaceObject=__STORYBOOK_MODULE_CHANNEL_WEBSOCKET__,importers=[async path=>{if(!/^\.[\\/](?:src(?:\/(?!\.)(?:(?:(?!(?:^|\/)\.).)*?)\/|\/|$)(?!\.)(?=.)[^/]*?\.mdx)$/.exec(path))return;const pathRemainder=path.substring(6);return __webpack_require__("./src lazy recursive ^\\.\\/.*$ include: (?:\\/src(?:\\/(?%21\\.)(?:(?:(?%21(?:^%7C\\/)\\.).)*?)\\/%7C\\/%7C$)(?%21\\.)(?=.)[^/]*?\\.mdx)$")("./"+pathRemainder)},async path=>{if(!/^\.[\\/](?:src(?:\/(?!\.)(?:(?:(?!(?:^|\/)\.).)*?)\/|\/|$)(?!\.)(?=.)[^/]*?\.stories\.(js|jsx|ts|tsx))$/.exec(path))return;const pathRemainder=path.substring(6);return __webpack_require__("./src lazy recursive ^\\.\\/.*$ include: (?:\\/src(?:\\/(?%21\\.)(?:(?:(?%21(?:^%7C\\/)\\.).)*?)\\/%7C\\/%7C$)(?%21\\.)(?=.)[^/]*?\\.stories\\.(js%7Cjsx%7Cts%7Ctsx))$")("./"+pathRemainder)}];const channel=(0,external_STORYBOOK_MODULE_CHANNEL_POSTMESSAGE_namespaceObject.createChannel)({page:"preview"});if(external_STORYBOOK_MODULE_PREVIEW_API_.addons.setChannel(channel),"DEVELOPMENT"===dist.global.CONFIG_TYPE){const serverChannel=(0,external_STORYBOOK_MODULE_CHANNEL_WEBSOCKET_namespaceObject.createChannel)({});external_STORYBOOK_MODULE_PREVIEW_API_.addons.setServerChannel(serverChannel),window.__STORYBOOK_SERVER_CHANNEL__=serverChannel}const preview=new external_STORYBOOK_MODULE_PREVIEW_API_.PreviewWeb;window.__STORYBOOK_PREVIEW__=preview,window.__STORYBOOK_STORY_STORE__=preview.storyStore,window.__STORYBOOK_ADDONS_CHANNEL__=channel,window.__STORYBOOK_CLIENT_API__=new external_STORYBOOK_MODULE_PREVIEW_API_.ClientApi({storyStore:preview.storyStore}),preview.initialize({importFn:async function importFn(path){for(let i=0;iimporters[i](path),x());if(moduleExports)return moduleExports}var x},getProjectAnnotations:()=>(0,external_STORYBOOK_MODULE_PREVIEW_API_.composeConfigs)([__webpack_require__("./node_modules/@storybook/react/preview.js"),__webpack_require__("./node_modules/@storybook/addon-links/dist/preview.mjs"),__webpack_require__("./node_modules/@storybook/addon-essentials/dist/docs/preview.mjs"),__webpack_require__("./node_modules/@storybook/addon-essentials/dist/actions/preview.mjs"),__webpack_require__("./node_modules/@storybook/addon-essentials/dist/backgrounds/preview.mjs"),__webpack_require__("./node_modules/@storybook/addon-essentials/dist/measure/preview.mjs"),__webpack_require__("./node_modules/@storybook/addon-essentials/dist/outline/preview.mjs"),__webpack_require__("./node_modules/@storybook/addon-essentials/dist/highlight/preview.mjs"),__webpack_require__("./node_modules/@storybook/addon-interactions/dist/preview.mjs"),__webpack_require__("./.storybook/preview.tsx")])})},"@storybook/channels":module=>{"use strict";module.exports=__STORYBOOK_MODULE_CHANNELS__},"@storybook/client-logger":module=>{"use strict";module.exports=__STORYBOOK_MODULE_CLIENT_LOGGER__},"@storybook/core-events":module=>{"use strict";module.exports=__STORYBOOK_MODULE_CORE_EVENTS__},"@storybook/preview-api":module=>{"use strict";module.exports=__STORYBOOK_MODULE_PREVIEW_API__}},__webpack_require__=>{__webpack_require__.O(0,[2227],(()=>{return moduleId="./storybook-config-entry.js",__webpack_require__(__webpack_require__.s=moduleId);var moduleId}));__webpack_require__.O()}]); -//# sourceMappingURL=main.06b01314.iframe.bundle.js.map \ No newline at end of file diff --git a/main.31a0b59b.iframe.bundle.js b/main.31a0b59b.iframe.bundle.js new file mode 100644 index 000000000..0d2aadb2d --- /dev/null +++ b/main.31a0b59b.iframe.bundle.js @@ -0,0 +1,43 @@ +(self.webpackChunkvotogether=self.webpackChunkvotogether||[]).push([[179],{"./.storybook/preview.tsx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{default:()=>_storybook_preview});__webpack_require__("./node_modules/react/index.js");var dist=__webpack_require__("./node_modules/msw-storybook-addon/dist/index.js");const GlobalStyle=__webpack_require__("./node_modules/styled-components/dist/styled-components.browser.esm.js").vJ` + ${"\n/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */\nhtml,\nbody,\np,\nol,\nul,\nli,\ndl,\ndt,\ndd,\nblockquote,\nfigure,\nfieldset,\nlegend,\ntextarea,\npre,\niframe,\nhr,\nh1,\nh2,\nh3,\nh4,\nh5,\nh6 {\n margin: 0;\n padding: 0;\n}\nh1,\nh2,\nh3,\nh4,\nh5,\nh6 {\n font-size: 100%;\n font-weight: normal;\n}\nul {\n list-style: none;\n}\nbutton,\ninput,\nselect {\n margin: 0;\n}\nhtml {\n box-sizing: border-box;\n}\n*,\n*::before,\n*::after {\n box-sizing: inherit;\n}\nimg,\nvideo {\n height: auto;\n max-width: 100%;\n}\niframe {\n border: 0;\n}\ntable {\n border-collapse: collapse;\n border-spacing: 0;\n}\ntd,\nth {\n padding: 0;\n}\n\nbutton{\n background: none;\n}\n\na{\n color: inherit;\n text-decoration: none;\n}\n"} + + * { + padding: 0; + margin: 0; + box-sizing: border-box; + border:none + } + + ul, + li { + list-style: none; + } + + html, + body { + font-family: sans-serif; + font-size: 62.5%; + } + + :root { + /* Colors *****************************************/ + --primary-color: #F85554; + --white: #ffffff; + --slate: #94A3B8; + --gray: #F4F4F4; + --red: #F51A18; + --dark-gray: #929292; + --header: #1f1f1f; + --graph-color-purple:#853DE1; + --graph-color-green:#5AEAA5; + --active-post: #00DFA2; + + /* Fonts *****************************************/ + --text-title: 600 2rem/2.4rem san-serif; + --text-subtitle: 600 1.8rem/2.8rem san-serif; + --text-body: 400 1.6rem/2.4rem san-serif; + --text-caption: 400 1.4rem/2rem san-serif; + --text-small: 400 1.2rem/1.8rem san-serif; + } +`;var react_router_dom_dist=__webpack_require__("./node_modules/react-router-dom/dist/index.js"),auth=__webpack_require__("./src/hooks/context/auth.tsx"),queryClient=__webpack_require__("./node_modules/@tanstack/query-core/build/lib/queryClient.mjs"),QueryClientProvider=__webpack_require__("./node_modules/@tanstack/react-query/build/lib/QueryClientProvider.mjs"),handlers=__webpack_require__("./src/mocks/handlers.ts"),jsx_runtime=__webpack_require__("./node_modules/react/jsx-runtime.js");const preview_queryClient=new queryClient.S;(0,dist.initialize)();const preview={parameters:{msw:handlers.q,actions:{argTypesRegex:"^on[A-Z].*"},controls:{matchers:{color:/(background|color)$/i,date:/Date$/}}},decorators:[dist.mswDecorator,Story=>(0,jsx_runtime.jsx)(QueryClientProvider.aH,{client:preview_queryClient,children:(0,jsx_runtime.jsxs)(react_router_dom_dist.VK,{children:[(0,jsx_runtime.jsx)(GlobalStyle,{}),(0,jsx_runtime.jsx)(auth.H,{children:(0,jsx_runtime.jsx)(Story,{})})]})})]};if(void 0===__webpack_require__.g.process){const{worker}=__webpack_require__("./src/mocks/worker.ts");worker.start()}const _storybook_preview=preview},"./src/api/comment.ts":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.d(__webpack_exports__,{DF:()=>editComment,Jp:()=>transformCommentListResponse,Rw:()=>getCommentList,YF:()=>deleteComment,Yr:()=>createComment});var _utils_fetch__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__("./src/utils/fetch.ts");const transformCommentListResponse=commentList=>commentList.map((comment=>({id:comment.id,content:comment.content,createdAt:comment.createdAt,member:comment.member,isEdit:comment.createdAt!==comment.updatedAt}))),getCommentList=async postId=>{const commentList=await(0,_utils_fetch__WEBPACK_IMPORTED_MODULE_0__.wY)(`/posts/${postId}/comments`);return transformCommentListResponse(commentList)},createComment=async(postId,newComment)=>await(0,_utils_fetch__WEBPACK_IMPORTED_MODULE_0__.ZL)(`/posts/${postId}/comments`,newComment),editComment=async(postId,commentId,updatedComment)=>await(0,_utils_fetch__WEBPACK_IMPORTED_MODULE_0__.y6)(`/posts/${postId}/comments/${commentId}`,{content:updatedComment.content}),deleteComment=async(postId,commentId)=>await(0,_utils_fetch__WEBPACK_IMPORTED_MODULE_0__.Wq)(`/posts/${postId}/comments/${commentId}`)},"./src/api/post.ts":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.d(__webpack_exports__,{Gi:()=>votePost,Xv:()=>getPostForGuest,dq:()=>editPost,fR:()=>deletePost,hQ:()=>changeVotedOption,qb:()=>createPost,wQ:()=>transformPostResponse,xl:()=>getPost,yx:()=>setEarlyClosePost});var _utils_fetch__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__("./src/utils/fetch.ts");const transformPostResponse=post=>({category:post.categories.map((category=>({id:category.id,name:category.name}))),content:post.content,deadline:post.deadline,imageUrl:post.imageUrl,postId:post.postId,createTime:post.createdAt,title:post.title,voteInfo:{allPeopleCount:post.voteInfo.totalVoteCount,selectedOptionId:post.voteInfo.selectedOptionId,options:post.voteInfo.options.map((option=>({id:option.optionId,text:option.content,peopleCount:option.voteCount,percent:option.votePercent,imageUrl:option.imageUrl})))},writer:{id:post.writer.id,nickname:post.writer.nickname}}),votePost=async(postId,optionId)=>await(0,_utils_fetch__WEBPACK_IMPORTED_MODULE_0__.ZL)(`/posts/${postId}/options/${optionId}`,""),changeVotedOption=async(postId,optionData)=>await(0,_utils_fetch__WEBPACK_IMPORTED_MODULE_0__.XH)(`/posts/${postId}/options?source=${optionData.originOptionId}&target=${optionData.newOptionId}`),getPost=async postId=>{const post=await(0,_utils_fetch__WEBPACK_IMPORTED_MODULE_0__.wY)(`/posts/${postId}`);return transformPostResponse(post)},getPostForGuest=async postId=>{const post=await(0,_utils_fetch__WEBPACK_IMPORTED_MODULE_0__.wY)(`/posts/${postId}/guest`);return transformPostResponse(post)},createPost=async newPost=>await(0,_utils_fetch__WEBPACK_IMPORTED_MODULE_0__.hO)("/posts",newPost),editPost=async(postId,updatedPost)=>await(0,_utils_fetch__WEBPACK_IMPORTED_MODULE_0__.$V)(`/posts/${postId}`,updatedPost),deletePost=async postId=>await(0,_utils_fetch__WEBPACK_IMPORTED_MODULE_0__.Wq)(`/posts/${postId}`),setEarlyClosePost=async postId=>await(0,_utils_fetch__WEBPACK_IMPORTED_MODULE_0__.XH)(`/posts/${postId}/close`)},"./src/api/userInfo.ts":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.d(__webpack_exports__,{K7:()=>modifyNickname,N6:()=>withdrawalMembership,bG:()=>getUserInfo,gS:()=>updateUserInfo});var _utils_fetch__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__("./src/utils/fetch.ts");const getUserInfo=async isLoggedIn=>{if(!isLoggedIn)return null;return(userInfo=>{const{nickname,gender,birthYear,postCount,voteCount}=userInfo;return{nickname,gender,birthYear,postCount,voteCount}})(await(0,_utils_fetch__WEBPACK_IMPORTED_MODULE_0__.wY)("/members/me"))},modifyNickname=async nickname=>{await(0,_utils_fetch__WEBPACK_IMPORTED_MODULE_0__.XH)("/members/me/nickname",{nickname})},withdrawalMembership=async()=>{await(0,_utils_fetch__WEBPACK_IMPORTED_MODULE_0__.Wq)("/members/me/delete")},updateUserInfo=async userInfo=>{await(0,_utils_fetch__WEBPACK_IMPORTED_MODULE_0__.XH)("/members/me/detail",userInfo)}},"./src/constants/queryKey.ts":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.d(__webpack_exports__,{l:()=>QUERY_KEY});const QUERY_KEY={POSTS:"posts",POST_DETAIL:"postDetail",COMMENTS:"comments",CATEGORIES:"categories",USER_INFO:"user_info",PASSION_RANKING:"passion_ranking",POPULAR_RANKING:"popular_ranking"}},"./src/hooks/context/auth.tsx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.d(__webpack_exports__,{V:()=>AuthContext,H:()=>AuthProvider});var react=__webpack_require__("./node_modules/react/index.js"),useQuery=__webpack_require__("./node_modules/@tanstack/react-query/build/lib/useQuery.mjs"),userInfo=__webpack_require__("./src/api/userInfo.ts"),queryKey=__webpack_require__("./src/constants/queryKey.ts");const useUserInfo=isLoggedIn=>{const{data,error,isLoading,isError}=(0,useQuery.a)([queryKey.l.USER_INFO,isLoggedIn],(()=>(0,userInfo.bG)(isLoggedIn)),{cacheTime:36e5,staleTime:36e5,suspense:!0});return{data,error,isLoading,isError}};var cookie=__webpack_require__("./src/utils/cookie/index.ts"),jsx_runtime=__webpack_require__("./node_modules/react/jsx-runtime.js");const notLoggedInfo={isLoggedIn:!1,accessToken:""},AuthContext=(0,react.createContext)({});function AuthProvider({children}){const[loggedInfo,setLoggedInfo]=(0,react.useState)(notLoggedInfo),{data:userInfo}=useUserInfo(loggedInfo.isLoggedIn);return(0,react.useEffect)((()=>{userInfo&&loggedInfo.isLoggedIn&&setLoggedInfo((origin=>({...origin,userInfo})))}),[loggedInfo.isLoggedIn,userInfo]),(0,react.useEffect)((()=>{const accessToken=(0,cookie.CL)().accessToken;if(accessToken){const id=(0,cookie.yE)(accessToken).memberId;setLoggedInfo((origin=>({...origin,accessToken,id,isLoggedIn:!0})))}}),[]),(0,jsx_runtime.jsx)(AuthContext.Provider,{value:{loggedInfo,setLoggedInfo,clearLoggedInfo:()=>{(0,cookie.ql)("accessToken"),(0,cookie.ql)("hasEssentialInfo"),setLoggedInfo(notLoggedInfo)}},children})}AuthProvider.displayName="AuthProvider";try{AuthProvider.displayName="AuthProvider",AuthProvider.__docgenInfo={description:"",displayName:"AuthProvider",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/hooks/context/auth.tsx#AuthProvider"]={docgenInfo:AuthProvider.__docgenInfo,name:"AuthProvider",path:"src/hooks/context/auth.tsx#AuthProvider"})}catch(__react_docgen_typescript_loader_error){}},"./src/mocks/handlers.ts":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.d(__webpack_exports__,{q:()=>handlers});var lib=__webpack_require__("./node_modules/msw/lib/index.js");const MOCK_CATEGORY_LIST=[{id:1,name:"음식",isFavorite:!1},{id:2,name:"연애",isFavorite:!0},{id:3,name:"패션",isFavorite:!1},{id:4,name:"금융",isFavorite:!1},{id:5,name:"여행",isFavorite:!1},{id:6,name:"게임",isFavorite:!1},{id:7,name:"재테크",isFavorite:!1},{id:8,name:"요리",isFavorite:!0},{id:9,name:"개발",isFavorite:!0},{id:10,name:"전자기기",isFavorite:!0}],MOCK_GUEST_CATEGORY_LIST=[{id:1,name:"음식",isFavorite:!1},{id:2,name:"연애",isFavorite:!1},{id:3,name:"패션",isFavorite:!1},{id:4,name:"금융",isFavorite:!1},{id:5,name:"여행",isFavorite:!1},{id:6,name:"게임",isFavorite:!1},{id:7,name:"재테크",isFavorite:!1},{id:8,name:"요리",isFavorite:!1},{id:9,name:"개발",isFavorite:!1},{id:10,name:"전자기기",isFavorite:!1}],mockCategoryHandlers=[lib.rest.get("/categories",((req,res,ctx)=>res(ctx.status(200),ctx.json(MOCK_CATEGORY_LIST)))),lib.rest.get("/categories/guest",((req,res,ctx)=>res(ctx.status(200),ctx.json(MOCK_GUEST_CATEGORY_LIST)))),lib.rest.post("/categories/:categoryId/like",((req,res,ctx)=>(MOCK_CATEGORY_LIST[1].isFavorite=!0,res(ctx.status(201),ctx.json({message:"카테고리 즐겨찾기 등록 성공"}))))),lib.rest.delete("/categories/:categoryId/like",((req,res,ctx)=>(MOCK_CATEGORY_LIST[0].isFavorite=!1,res(ctx.status(204)))))];var comment=__webpack_require__("./src/mocks/mockData/comment.ts");const mockComment=[lib.rest.get("/posts/:postId/comments",((req,res,ctx)=>res(ctx.delay(1e3),ctx.status(200),ctx.json(comment.A)))),lib.rest.post("/posts/:postId/comments",((req,res,ctx)=>(window.console.log("등록한 댓글 내용",req.body),res(ctx.delay(1e3),ctx.status(201),ctx.json({message:"댓글이 성공적으로 등록되었습니다!!"}))))),lib.rest.put("/posts/:postId/comments/:commentId",((req,res,ctx)=>(window.console.log("수정한 댓글 내용",req.body),res(ctx.delay(1e3),ctx.status(200),ctx.json({message:"댓글이 성공적으로 수정되었습니다!!"}))))),lib.rest.delete("/posts/:postId/comments/:commentId",((req,res,ctx)=>res(ctx.delay(1e3),ctx.status(204))))],example=[lib.rest.get("/example",((req,res,ctx)=>res(ctx.status(200))))];var post=__webpack_require__("./src/api/post.ts");const getMockPost=()=>({postId:Math.floor(1e5*Math.random()),title:"어느 곳에서 정보를 찾아야 할지도 막막한 사람들을 위한, 심심풀이로 나의 취향과 남의 취향을 비교해보고 싶은 사람들을 위한 프로젝트",writer:{id:2,nickname:"우아한 잔치국수"},content:"이는 사람들에게 재미와 정보, 두 가지를 줄 수 있습니다. 사람들은 MBTI, 밸런스게임처럼 나와 같은 사람들을 찾고, 나와 다른 사람들과 비교하는 것을 즐깁니다. 이를 컨텐츠화하여 보다 빠르게 질문하고 답변하며, 사람들의 반응을 확인할 수 있다면 사람들은 충분한 즐거움을 느낄 것입니다. 또한 20대가 많은 대학가에 창업을 하고 싶지만 20대의 의견을 모르겠을 때, 확실한 답은 아닐지라도 어느 정도의 가이드를 줄 수 있을 것입니다. 질문자에게 제공되는 성별/나이대별 투표 결과 정보는 질문자가 하고자 하는 의사결정의 근거가 될 수 있을 것입니다.",imageUrl:Math.random()>.7?"https://source.unsplash.com/random":"",categories:[{id:1,name:"개발"},{id:2,name:"연애"},{id:3,name:"상담"}],createdAt:"2023-07-12 12:40",deadline:"2023-07-13 18:40",voteInfo:{selectedOptionId:9,totalVoteCount:123,options:[{optionId:6,content:"당선",voteCount:30,votePercent:30,imageUrl:""},{optionId:7,content:"votogether",voteCount:40,votePercent:40,imageUrl:""},{optionId:8,content:"인스타그램, 블라인드와 같은 SNS의 형식을 차용합니다. 누군가는 글을 쓰고, 누군가는 반응합니다. 다만, 댓글은 없습니다. 투표로 자신의 의견을 표현하고 이를 사람들에게 보여줍니다.",voteCount:20,imageUrl:"",votePercent:20},{optionId:9,content:"fun from choice, 오늘도 즐거운 한 표 ",imageUrl:"https://source.unsplash.com/random",voteCount:10,votePercent:10}]}}),getMockGuestPost=()=>({postId:Math.floor(1e5*Math.random()),title:"애국가",writer:{id:2,nickname:"동해"},content:"동해물과 백두산이 마르고 닳도록",imageUrl:Math.random()>.7?"https://source.unsplash.com/random":"",categories:[{id:1,name:"코르키"},{id:2,name:"이즈리얼"},{id:3,name:"초가스"}],createdAt:"2023-07-12 12:40",deadline:"2023-07-13 18:40",voteInfo:{selectedOptionId:0,totalVoteCount:0,options:[{optionId:6,content:"1절",voteCount:0,votePercent:0,imageUrl:""},{optionId:7,content:"2절",voteCount:0,votePercent:0,imageUrl:""},{optionId:8,content:"3절",voteCount:0,imageUrl:"",votePercent:0},{optionId:9,content:"4절",imageUrl:"https://source.unsplash.com/random",voteCount:0,votePercent:0}]}}),MOCK_POST_LIST=[],MOCK_GUEST_POST_LIST=[],MOCK_POST_INFO=getMockPost(),MOCK_GUEST_POST_INFO=getMockGuestPost();for(let index=0;index<10;index+=1)MOCK_POST_LIST.push(getMockPost()),MOCK_GUEST_POST_LIST.push(getMockGuestPost());MOCK_POST_LIST.map((POST=>(0,post.wQ)(POST))),MOCK_GUEST_POST_LIST.map((POST=>(0,post.wQ)(POST)));var voteResult=__webpack_require__("./src/mocks/mockData/voteResult.ts");const mockVoteResult=[lib.rest.get("/posts/:postId",((req,res,ctx)=>res(ctx.status(200),ctx.delay(1e3),ctx.json(MOCK_POST_INFO)))),lib.rest.get("/posts/:postId/options",((req,res,ctx)=>res(ctx.status(200),ctx.delay(1e3),ctx.json(voteResult.O)))),lib.rest.get("/posts/:postId/options/:optionId",((req,res,ctx)=>res(ctx.status(200),ctx.delay(1e3),ctx.json(voteResult.O))))],mockPost=[lib.rest.get("/posts/:postId",((req,res,ctx)=>res(ctx.delay(1e3),ctx.status(200),ctx.json(MOCK_POST_INFO)))),lib.rest.get("/posts/:postId/guest",((req,res,ctx)=>res(ctx.delay(1e3),ctx.status(200),ctx.json(MOCK_GUEST_POST_INFO)))),lib.rest.delete("/posts/:postId",((req,res,ctx)=>res(ctx.delay(1e3),ctx.status(200),ctx.json({message:"게시글이 성공적으로 삭제되었습니다"})))),lib.rest.patch("/posts/:postId/close",((req,res,ctx)=>(MOCK_POST_INFO.deadline="2023-07-13 18:40",res(ctx.delay(1e3),ctx.status(200),ctx.json({message:"게시글이 성공적으로 조기 마감 되었습니다"}))))),lib.rest.post("/posts",((req,res,ctx)=>(window.console.log("게시글 작성 완료",req.body),res(ctx.delay(1e3),ctx.status(201),ctx.json({message:"게시글이 성공적으로 생성되었습니다"}))))),lib.rest.put("/posts/:postId",((req,res,ctx)=>(window.console.log("게시글 수정 완료되었습니다",req.body),res(ctx.delay(1e3),ctx.status(200),ctx.json({message:"게시글이 성공적으로 수정되었습니다!!"}))))),lib.rest.delete("/posts/:postId",((req,res,ctx)=>res(ctx.delay(1e3),ctx.status(200),ctx.json({message:"게시글이 성공적으로 삭제되었습니다!!"}))))],mockPostList=[lib.rest.get("/posts",((req,res,ctx)=>createMockPostListResponse(req,res,ctx))),lib.rest.get("/posts/guest",((req,res,ctx)=>createMockGuestPostListResponse(req,res,ctx))),lib.rest.get("/posts/categories/:categoryId",((req,res,ctx)=>createMockPostListResponse(req,res,ctx))),lib.rest.get("/posts/categories/guest/:categoryId",((req,res,ctx)=>createMockGuestPostListResponse(req,res,ctx))),lib.rest.get("/posts/me",((req,res,ctx)=>createMockPostListResponse(req,res,ctx))),lib.rest.get("/posts/votes/me",((req,res,ctx)=>createMockPostListResponse(req,res,ctx))),lib.rest.get("/posts/search",((req,res,ctx)=>createMockPostListResponse(req,res,ctx))),lib.rest.get("/posts/search/guest",((req,res,ctx)=>createMockGuestPostListResponse(req,res,ctx)))],createMockPostListResponse=(req,res,ctx)=>{const page=Number(req.url.searchParams.get("page")),keyword=req.url.searchParams.get("keyword");if(null!==page)return"999"===keyword?res(ctx.status(200),ctx.json([])):page>0?res(ctx.status(200),ctx.json(MOCK_POST_LIST),ctx.delay(1e3)):res(ctx.status(200),ctx.json(MOCK_POST_LIST))},createMockGuestPostListResponse=(req,res,ctx)=>{const page=Number(req.url.searchParams.get("page"));if(null!==page)return page>0?res(ctx.status(200),ctx.json(MOCK_GUEST_POST_LIST),ctx.delay(1e3)):res(ctx.status(200),ctx.json(MOCK_GUEST_POST_LIST))},mockReport=[lib.rest.post("/report",((req,res,ctx)=>res(ctx.status(200))))],MOCK_USER_INFO={nickname:"우아한 코끼리",gender:"MALE",birthYear:1989,postCount:4,voteCount:128},mockUserInfo=[lib.rest.get("/members/me",((req,res,ctx)=>res(ctx.status(200),ctx.json(MOCK_USER_INFO)))),lib.rest.patch("/members/me/detail",((req,res,ctx)=>res(ctx.status(200),ctx.json({ok:"개인 정보가 성공적으로 저장되었습니다!"})))),lib.rest.patch("/members/me/nickname",((req,res,ctx)=>(MOCK_USER_INFO.nickname="wood",res(ctx.status(200),ctx.json({ok:"닉네임이 성공적으로 수정되었습니다!"}))))),lib.rest.delete("/members/me/delete",((req,res,ctx)=>(MOCK_USER_INFO.nickname="cancel",res(ctx.status(204)))))],handlers=[...example,...mockPostList,...mockPost,...mockVoteResult,...[lib.rest.post("/posts/:postId/options/:optionId",((req,res,ctx)=>(MOCK_POST_INFO.voteInfo.selectedOptionId=999,res(ctx.status(200),ctx.json({message:"ok"}))))),lib.rest.patch("/posts/:postId/options",((req,res,ctx)=>(MOCK_POST_INFO.voteInfo.selectedOptionId=888,res(ctx.status(200),ctx.json({message:"ok"})))))],...mockCategoryHandlers,...mockUserInfo,...mockComment,...mockReport]},"./src/mocks/mockData/comment.ts":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.d(__webpack_exports__,{A:()=>MOCK_COMMENT_LIST,I:()=>MOCK_TRANSFORMED_COMMENT_LIST});var _api_comment__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__("./src/api/comment.ts");const MOCK_COMMENT_LIST=[],commentList=["Woah, your project looks awesome! How long have you been coding for? ","일하기 싫어서 화장실에 앉아서 보는 중은 아닌데 아 원숭이 김종민보려고 눈뜬거 진짜웃겨ㅠㅠㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋ","진짜 다보고 나니 눈물이 ㅜㅜ 너무 참아서 눈물이 줄줄 ㅜㅜ 미쳤네요","ㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋ 생일 축하드립니다 🎉🎉🎉 뭔가 예전에 무한도전에서 했던 돌+아이 콘테스트도 조금 생각나요","1:08 4:01 4:20 6:04\n제가 계속 보고 싶어서 정리한 타임코드입니다\n역시나 생일파티 콘텐츠는 아무리봐도 안 질리네요\n유병재님 덕분에 오늘도 마음이 풍선해집니다💚❤️","진짜ㅋㅋㅋㅋ레전드중 레전드인 컨텐츠인 것 같아요ㅋㅋㅋ큐ㅠㅠㅠ 몇번을 봐도 웃음이 멈추질 않는ㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋ!!>w.5?"2023.7.27. 07:43":"2023.7.28. 07:43"});const MOCK_TRANSFORMED_COMMENT_LIST=(0,_api_comment__WEBPACK_IMPORTED_MODULE_0__.Jp)(MOCK_COMMENT_LIST)},"./src/mocks/mockData/voteResult.ts":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.d(__webpack_exports__,{O:()=>MOCK_VOTE_RESULT,m:()=>MOCK_DETAIL_VOTE_RESULT});const MOCK_VOTE_RESULT={totalVoteCount:100,totalFemaleCount:30,totalMaleCount:70,ageGroup:[{voteCount:10,femaleCount:10,maleCount:0,ageGroup:"10대 미만"},{voteCount:20,femaleCount:10,maleCount:10,ageGroup:"10대"},{voteCount:10,femaleCount:2,maleCount:8,ageGroup:"20대"},{voteCount:20,femaleCount:16,maleCount:4,ageGroup:"30대"},{voteCount:40,femaleCount:30,maleCount:10,ageGroup:"40대"},{voteCount:2,femaleCount:1,maleCount:1,ageGroup:"50대"},{voteCount:3,femaleCount:2,maleCount:1,ageGroup:"60대 이상"}]},MOCK_DETAIL_VOTE_RESULT=[{total:10,female:10,male:0,name:"10대 미만"},{total:20,female:10,male:10,name:"10대"},{total:10,female:2,male:8,name:"20대"},{total:20,female:16,male:4,name:"30대"},{total:40,female:30,male:10,name:"40대"},{total:2,female:1,male:1,name:"50대"},{total:3,female:2,male:1,name:"60대 이상"}]},"./src/mocks/worker.ts":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{worker:()=>worker});var msw__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/msw/lib/index.js"),_handlers__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__("./src/mocks/handlers.ts");const worker=(0,msw__WEBPACK_IMPORTED_MODULE_1__.setupWorker)(..._handlers__WEBPACK_IMPORTED_MODULE_0__.q)},"./src/utils/cookie/index.ts":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.d(__webpack_exports__,{CL:()=>getCookieToken,Vn:()=>setCookieToken,ql:()=>clearCookieToken,yE:()=>getMemberId});const setCookieToken=(key,token)=>{document.cookie=`${encodeURIComponent(key)}=${encodeURIComponent(token)}; path=/`};function getCookieToken(){const cookie=document.cookie,cookieContent={};return cookie.split("; ").forEach((pair=>{const[key,value]=pair.split("=");cookieContent[key]=value})),cookieContent}function getMemberId(token){const base64=token.split(".")[1].replace(/-/g,"+").replace(/_/g,"/");return JSON.parse(atob(base64))}const clearCookieToken=key=>{const expirationTime=new Date(Date.now()-1);document.cookie=`${encodeURIComponent(key)}=; expires=${expirationTime.toUTCString()}; path=/;`}},"./src/utils/fetch.ts":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.d(__webpack_exports__,{$V:()=>multiPutFetch,Wq:()=>deleteFetch,XH:()=>patchFetch,ZL:()=>postFetch,hO:()=>multiPostFetch,wY:()=>getFetch,y6:()=>putFetch});var _cookie__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__("./src/utils/cookie/index.ts");const headers={Authorization:"Bearer ","Content-Type":"application/json"},makeFetchHeaders=()=>{const cookie=(0,_cookie__WEBPACK_IMPORTED_MODULE_0__.CL)();return{...headers,Authorization:`Bearer ${cookie.accessToken}`}},makeFetchMultiHeaders=()=>({Authorization:`Bearer ${(0,_cookie__WEBPACK_IMPORTED_MODULE_0__.CL)().accessToken}`}),getFetch=async url=>{try{const response=await fetch(url,{method:"GET",headers:makeFetchHeaders()});if(!response.ok){const errorMessage=await response.text();throw new Error(errorMessage)}return await response.json()}catch(e){throw new Error(e.message)}},postFetch=async(url,body)=>{try{const response=await fetch(url,{method:"POST",body:JSON.stringify(body),headers:makeFetchHeaders()});if(!response.ok){const errorMessage=await response.text();throw new Error(errorMessage)}}catch(e){throw new Error(e.message)}},putFetch=async(url,body)=>{try{const response=await fetch(url,{method:"PUT",body:JSON.stringify(body),headers:makeFetchHeaders()});if(!response.ok){const errorMessage=await response.text();throw new Error(errorMessage)}}catch(e){throw new Error(e.message)}},patchFetch=async(url,body)=>{try{const response=await fetch(url,{method:"PATCH",headers:makeFetchHeaders(),body:JSON.stringify(body)});if(!response.ok){const errorMessage=await response.text();throw new Error(errorMessage)}}catch(e){throw new Error(e.message)}},deleteFetch=async url=>{try{const response=await fetch(url,{method:"DELETE",headers:makeFetchHeaders()});if(!response.ok){const errorMessage=await response.text();throw new Error(errorMessage)}}catch(e){throw new Error(e.message)}},multiPostFetch=async(url,body)=>{try{const response=await fetch(url,{method:"POST",body,headers:makeFetchMultiHeaders()});if(!response.ok){const errorMessage=await response.text();throw new Error(errorMessage)}}catch(e){throw new Error(e.message)}},multiPutFetch=async(url,body)=>{try{const response=await fetch(url,{method:"PUT",body,headers:makeFetchMultiHeaders()});if(!response.ok){const errorMessage=await response.text();throw new Error(errorMessage)}}catch(e){throw new Error(e.message)}}},"./src lazy recursive ^\\.\\/.*$ include: (?:\\/src(?:\\/(?%21\\.)(?:(?:(?%21(?:^%7C\\/)\\.).)*?)\\/%7C\\/%7C$)(?%21\\.)(?=.)[^/]*?\\.mdx)$":module=>{function webpackEmptyAsyncContext(req){return Promise.resolve().then((()=>{var e=new Error("Cannot find module '"+req+"'");throw e.code="MODULE_NOT_FOUND",e}))}webpackEmptyAsyncContext.keys=()=>[],webpackEmptyAsyncContext.resolve=webpackEmptyAsyncContext,webpackEmptyAsyncContext.id="./src lazy recursive ^\\.\\/.*$ include: (?:\\/src(?:\\/(?%21\\.)(?:(?:(?%21(?:^%7C\\/)\\.).)*?)\\/%7C\\/%7C$)(?%21\\.)(?=.)[^/]*?\\.mdx)$",module.exports=webpackEmptyAsyncContext},"./src lazy recursive ^\\.\\/.*$ include: (?:\\/src(?:\\/(?%21\\.)(?:(?:(?%21(?:^%7C\\/)\\.).)*?)\\/%7C\\/%7C$)(?%21\\.)(?=.)[^/]*?\\.stories\\.(js%7Cjsx%7Cts%7Ctsx))$":(module,__unused_webpack_exports,__webpack_require__)=>{var map={"./components/Example/Example.stories":["./src/components/Example/Example.stories.tsx",4773],"./components/Example/Example.stories.tsx":["./src/components/Example/Example.stories.tsx",4773],"./components/PostForm/PostForm.stories":["./src/components/PostForm/PostForm.stories.tsx",4133,3278],"./components/PostForm/PostForm.stories.tsx":["./src/components/PostForm/PostForm.stories.tsx",4133,3278],"./components/ReportModal/ReportModal.stories":["./src/components/ReportModal/ReportModal.stories.tsx",1179],"./components/ReportModal/ReportModal.stories.tsx":["./src/components/ReportModal/ReportModal.stories.tsx",1179],"./components/VoteStatistics/OneLineGraph/OneLineGraph.stories":["./src/components/VoteStatistics/OneLineGraph/OneLineGraph.stories.tsx",5954],"./components/VoteStatistics/OneLineGraph/OneLineGraph.stories.tsx":["./src/components/VoteStatistics/OneLineGraph/OneLineGraph.stories.tsx",5954],"./components/VoteStatistics/TwoLineGraph/TwoLineGraph.stories":["./src/components/VoteStatistics/TwoLineGraph/TwoLineGraph.stories.tsx",4445],"./components/VoteStatistics/TwoLineGraph/TwoLineGraph.stories.tsx":["./src/components/VoteStatistics/TwoLineGraph/TwoLineGraph.stories.tsx",4445],"./components/VoteStatistics/VoteStatistics.stories":["./src/components/VoteStatistics/VoteStatistics.stories.tsx",6841],"./components/VoteStatistics/VoteStatistics.stories.tsx":["./src/components/VoteStatistics/VoteStatistics.stories.tsx",6841],"./components/comment/CommentList/CommentItem/CommentItem.stories":["./src/components/comment/CommentList/CommentItem/CommentItem.stories.tsx",4146,9809],"./components/comment/CommentList/CommentItem/CommentItem.stories.tsx":["./src/components/comment/CommentList/CommentItem/CommentItem.stories.tsx",4146,9809],"./components/comment/CommentList/CommentItem/CommentMenu/CommentMenu.stories":["./src/components/comment/CommentList/CommentItem/CommentMenu/CommentMenu.stories.tsx",3784],"./components/comment/CommentList/CommentItem/CommentMenu/CommentMenu.stories.tsx":["./src/components/comment/CommentList/CommentItem/CommentMenu/CommentMenu.stories.tsx",3784],"./components/comment/CommentList/CommentList.stories":["./src/components/comment/CommentList/CommentList.stories.tsx",4146,7295],"./components/comment/CommentList/CommentList.stories.tsx":["./src/components/comment/CommentList/CommentList.stories.tsx",4146,7295],"./components/comment/CommentList/CommentLoginSection/CommentLoginSection.stories":["./src/components/comment/CommentList/CommentLoginSection/CommentLoginSection.stories.tsx",7822],"./components/comment/CommentList/CommentLoginSection/CommentLoginSection.stories.tsx":["./src/components/comment/CommentList/CommentLoginSection/CommentLoginSection.stories.tsx",7822],"./components/comment/CommentList/CommentTextForm/CommentTextForm.stories":["./src/components/comment/CommentList/CommentTextForm/CommentTextForm.stories.tsx",9742],"./components/comment/CommentList/CommentTextForm/CommentTextForm.stories.tsx":["./src/components/comment/CommentList/CommentTextForm/CommentTextForm.stories.tsx",9742],"./components/common/Accordion/Accordion.stories":["./src/components/common/Accordion/Accordion.stories.tsx",8101],"./components/common/Accordion/Accordion.stories.tsx":["./src/components/common/Accordion/Accordion.stories.tsx",8101],"./components/common/AddButton/AddButton.stories":["./src/components/common/AddButton/AddButton.stories.tsx",2795],"./components/common/AddButton/AddButton.stories.tsx":["./src/components/common/AddButton/AddButton.stories.tsx",2795],"./components/common/AppInstallPrompt/MobileInstallPrompt/MobileInstallPrompt.stories":["./src/components/common/AppInstallPrompt/MobileInstallPrompt/MobileInstallPrompt.stories.tsx",4600],"./components/common/AppInstallPrompt/MobileInstallPrompt/MobileInstallPrompt.stories.tsx":["./src/components/common/AppInstallPrompt/MobileInstallPrompt/MobileInstallPrompt.stories.tsx",4600],"./components/common/Dashboard/CategoryToggle/CategoryToggle.stories":["./src/components/common/Dashboard/CategoryToggle/CategoryToggle.stories.tsx",4175],"./components/common/Dashboard/CategoryToggle/CategoryToggle.stories.tsx":["./src/components/common/Dashboard/CategoryToggle/CategoryToggle.stories.tsx",4175],"./components/common/Dashboard/Dashboard.stories":["./src/components/common/Dashboard/Dashboard.stories.tsx",1748,4357],"./components/common/Dashboard/Dashboard.stories.tsx":["./src/components/common/Dashboard/Dashboard.stories.tsx",1748,4357],"./components/common/Dashboard/GuestProfile/GuestProfile.stories":["./src/components/common/Dashboard/GuestProfile/GuestProfile.stories.tsx",5843],"./components/common/Dashboard/GuestProfile/GuestProfile.stories.tsx":["./src/components/common/Dashboard/GuestProfile/GuestProfile.stories.tsx",5843],"./components/common/Dashboard/UserProfile/UserProfile.stories":["./src/components/common/Dashboard/UserProfile/UserProfile.stories.tsx",144],"./components/common/Dashboard/UserProfile/UserProfile.stories.tsx":["./src/components/common/Dashboard/UserProfile/UserProfile.stories.tsx",144],"./components/common/DeleteModal/DeleteModal.stories":["./src/components/common/DeleteModal/DeleteModal.stories.tsx",6079],"./components/common/DeleteModal/DeleteModal.stories.tsx":["./src/components/common/DeleteModal/DeleteModal.stories.tsx",6079],"./components/common/Drawer/Drawer.stories":["./src/components/common/Drawer/Drawer.stories.tsx",1748,2667],"./components/common/Drawer/Drawer.stories.tsx":["./src/components/common/Drawer/Drawer.stories.tsx",1748,2667],"./components/common/ErrorMessage/ErrorMessage.stories":["./src/components/common/ErrorMessage/ErrorMessage.stories.tsx",3765],"./components/common/ErrorMessage/ErrorMessage.stories.tsx":["./src/components/common/ErrorMessage/ErrorMessage.stories.tsx",3765],"./components/common/HeaderTextButton/HeaderTextButton.stories":["./src/components/common/HeaderTextButton/HeaderTextButton.stories.tsx",4743],"./components/common/HeaderTextButton/HeaderTextButton.stories.tsx":["./src/components/common/HeaderTextButton/HeaderTextButton.stories.tsx",4743],"./components/common/IconButton/IconButton.stories":["./src/components/common/IconButton/IconButton.stories.tsx",8577],"./components/common/IconButton/IconButton.stories.tsx":["./src/components/common/IconButton/IconButton.stories.tsx",8577],"./components/common/Layout/Layout.stories":["./src/components/common/Layout/Layout.stories.tsx",1748,1660],"./components/common/Layout/Layout.stories.tsx":["./src/components/common/Layout/Layout.stories.tsx",1748,1660],"./components/common/LoadingSpinner/LoadingSpinner.stories":["./src/components/common/LoadingSpinner/LoadingSpinner.stories.tsx",7886],"./components/common/LoadingSpinner/LoadingSpinner.stories.tsx":["./src/components/common/LoadingSpinner/LoadingSpinner.stories.tsx",7886],"./components/common/LogoButton/LogoButton.stories":["./src/components/common/LogoButton/LogoButton.stories.tsx",3050],"./components/common/LogoButton/LogoButton.stories.tsx":["./src/components/common/LogoButton/LogoButton.stories.tsx",3050],"./components/common/Modal/Modal.stories":["./src/components/common/Modal/Modal.stories.tsx",218],"./components/common/Modal/Modal.stories.tsx":["./src/components/common/Modal/Modal.stories.tsx",218],"./components/common/MultiSelect/MultiSelect.stories":["./src/components/common/MultiSelect/MultiSelect.stories.tsx",4223],"./components/common/MultiSelect/MultiSelect.stories.tsx":["./src/components/common/MultiSelect/MultiSelect.stories.tsx",4223],"./components/common/NarrowMainHeader/NarrowMainHeader.stories":["./src/components/common/NarrowMainHeader/NarrowMainHeader.stories.tsx",5127],"./components/common/NarrowMainHeader/NarrowMainHeader.stories.tsx":["./src/components/common/NarrowMainHeader/NarrowMainHeader.stories.tsx",5127],"./components/common/NarrowTemplateHeader/NarrowTemplateHeader.stories":["./src/components/common/NarrowTemplateHeader/NarrowTemplateHeader.stories.tsx",6848],"./components/common/NarrowTemplateHeader/NarrowTemplateHeader.stories.tsx":["./src/components/common/NarrowTemplateHeader/NarrowTemplateHeader.stories.tsx",6848],"./components/common/Post/Post.stories":["./src/components/common/Post/Post.stories.tsx",2112],"./components/common/Post/Post.stories.tsx":["./src/components/common/Post/Post.stories.tsx",2112],"./components/common/PostMenu/PostMenu.stories":["./src/components/common/PostMenu/PostMenu.stories.tsx",5089],"./components/common/PostMenu/PostMenu.stories.tsx":["./src/components/common/PostMenu/PostMenu.stories.tsx",5089],"./components/common/SearchBar/SearchBar.stories":["./src/components/common/SearchBar/SearchBar.stories.tsx",5858],"./components/common/SearchBar/SearchBar.stories.tsx":["./src/components/common/SearchBar/SearchBar.stories.tsx",5858],"./components/common/Select/Select.stories":["./src/components/common/Select/Select.stories.tsx",9591],"./components/common/Select/Select.stories.tsx":["./src/components/common/Select/Select.stories.tsx",9591],"./components/common/Skeleton/Skeleton.stories":["./src/components/common/Skeleton/Skeleton.stories.tsx",8298],"./components/common/Skeleton/Skeleton.stories.tsx":["./src/components/common/Skeleton/Skeleton.stories.tsx",8298],"./components/common/SnackBar/SnackBar.stories":["./src/components/common/SnackBar/SnackBar.stories.tsx",7475],"./components/common/SnackBar/SnackBar.stories.tsx":["./src/components/common/SnackBar/SnackBar.stories.tsx",7475],"./components/common/SquareButton/SquareButton.stories":["./src/components/common/SquareButton/SquareButton.stories.tsx",1821],"./components/common/SquareButton/SquareButton.stories.tsx":["./src/components/common/SquareButton/SquareButton.stories.tsx",1821],"./components/common/TagButton/TagButton.stories":["./src/components/common/TagButton/TagButton.stories.tsx",4471],"./components/common/TagButton/TagButton.stories.tsx":["./src/components/common/TagButton/TagButton.stories.tsx",4471],"./components/common/TimePickerOptionList/TimePickerOption/TimePickerOption.stories":["./src/components/common/TimePickerOptionList/TimePickerOption/TimePickerOption.stories.tsx",368],"./components/common/TimePickerOptionList/TimePickerOption/TimePickerOption.stories.tsx":["./src/components/common/TimePickerOptionList/TimePickerOption/TimePickerOption.stories.tsx",368],"./components/common/TimePickerOptionList/TimePickerOptionList.stories":["./src/components/common/TimePickerOptionList/TimePickerOptionList.stories.tsx",4795],"./components/common/TimePickerOptionList/TimePickerOptionList.stories.tsx":["./src/components/common/TimePickerOptionList/TimePickerOptionList.stories.tsx",4795],"./components/common/Toast/Toast.stories":["./src/components/common/Toast/Toast.stories.tsx",5648],"./components/common/Toast/Toast.stories.tsx":["./src/components/common/Toast/Toast.stories.tsx",5648],"./components/common/UpButton/UpButton.stories":["./src/components/common/UpButton/UpButton.stories.tsx",1186],"./components/common/UpButton/UpButton.stories.tsx":["./src/components/common/UpButton/UpButton.stories.tsx",1186],"./components/common/WideHeader/WideHeader.stories":["./src/components/common/WideHeader/WideHeader.stories.tsx",6882],"./components/common/WideHeader/WideHeader.stories.tsx":["./src/components/common/WideHeader/WideHeader.stories.tsx",6882],"./components/optionList/WritingVoteOptionList/WritingVoteOption/OptionCancelButton/OptionCancelButton.stories":["./src/components/optionList/WritingVoteOptionList/WritingVoteOption/OptionCancelButton/OptionCancelButton.stories.tsx",4380],"./components/optionList/WritingVoteOptionList/WritingVoteOption/OptionCancelButton/OptionCancelButton.stories.tsx":["./src/components/optionList/WritingVoteOptionList/WritingVoteOption/OptionCancelButton/OptionCancelButton.stories.tsx",4380],"./components/optionList/WritingVoteOptionList/WritingVoteOption/OptionUploadImageButton/OptionUploadImageButton.stories":["./src/components/optionList/WritingVoteOptionList/WritingVoteOption/OptionUploadImageButton/OptionUploadImageButton.stories.tsx",7087],"./components/optionList/WritingVoteOptionList/WritingVoteOption/OptionUploadImageButton/OptionUploadImageButton.stories.tsx":["./src/components/optionList/WritingVoteOptionList/WritingVoteOption/OptionUploadImageButton/OptionUploadImageButton.stories.tsx",7087],"./components/optionList/WritingVoteOptionList/WritingVoteOption/WritingVoteOption.stories":["./src/components/optionList/WritingVoteOptionList/WritingVoteOption/WritingVoteOption.stories.tsx",9043],"./components/optionList/WritingVoteOptionList/WritingVoteOption/WritingVoteOption.stories.tsx":["./src/components/optionList/WritingVoteOptionList/WritingVoteOption/WritingVoteOption.stories.tsx",9043],"./components/optionList/WritingVoteOptionList/WritingVoteOptionList.stories":["./src/components/optionList/WritingVoteOptionList/WritingVoteOptionList.stories.tsx",7572],"./components/optionList/WritingVoteOptionList/WritingVoteOptionList.stories.tsx":["./src/components/optionList/WritingVoteOptionList/WritingVoteOptionList.stories.tsx",7572],"./components/optionList/WrittenVoteOptionList/WrittenVoteOption/ProgressBar/ProgressBar.stories":["./src/components/optionList/WrittenVoteOptionList/WrittenVoteOption/ProgressBar/ProgressBar.stories.tsx",7908],"./components/optionList/WrittenVoteOptionList/WrittenVoteOption/ProgressBar/ProgressBar.stories.tsx":["./src/components/optionList/WrittenVoteOptionList/WrittenVoteOption/ProgressBar/ProgressBar.stories.tsx",7908],"./components/optionList/WrittenVoteOptionList/WrittenVoteOption/WrittenVoteOption.stories":["./src/components/optionList/WrittenVoteOptionList/WrittenVoteOption/WrittenVoteOption.stories.tsx",6146],"./components/optionList/WrittenVoteOptionList/WrittenVoteOption/WrittenVoteOption.stories.tsx":["./src/components/optionList/WrittenVoteOptionList/WrittenVoteOption/WrittenVoteOption.stories.tsx",6146],"./components/optionList/WrittenVoteOptionList/WrittenVoteOptionList.stories":["./src/components/optionList/WrittenVoteOptionList/WrittenVoteOptionList.stories.tsx",1892],"./components/optionList/WrittenVoteOptionList/WrittenVoteOptionList.stories.tsx":["./src/components/optionList/WrittenVoteOptionList/WrittenVoteOptionList.stories.tsx",1892],"./components/post/EmptyPostList/EmptyPostList.stories":["./src/components/post/EmptyPostList/EmptyPostList.stories.tsx",4356],"./components/post/EmptyPostList/EmptyPostList.stories.tsx":["./src/components/post/EmptyPostList/EmptyPostList.stories.tsx",4356],"./components/post/PostList/PostList.stories":["./src/components/post/PostList/PostList.stories.tsx",8681,5273],"./components/post/PostList/PostList.stories.tsx":["./src/components/post/PostList/PostList.stories.tsx",8681,5273],"./components/post/PostListPage/PostListPage.stories":["./src/components/post/PostListPage/PostListPage.stories.tsx",1748,8681,6423],"./components/post/PostListPage/PostListPage.stories.tsx":["./src/components/post/PostListPage/PostListPage.stories.tsx",1748,8681,6423],"./pages/Error/Error.stories":["./src/pages/Error/Error.stories.tsx",1748,141],"./pages/Error/Error.stories.tsx":["./src/pages/Error/Error.stories.tsx",1748,141],"./pages/MyInfo/MyInfo.stories":["./src/pages/MyInfo/MyInfo.stories.tsx",1748,9993],"./pages/MyInfo/MyInfo.stories.tsx":["./src/pages/MyInfo/MyInfo.stories.tsx",1748,9993],"./pages/NotFound/NotFound.stories":["./src/pages/NotFound/NotFound.stories.tsx",1748,9052],"./pages/NotFound/NotFound.stories.tsx":["./src/pages/NotFound/NotFound.stories.tsx",1748,9052],"./pages/VoteStatisticsPage/OptionStatistics/OptionStatistics.stories":["./src/pages/VoteStatisticsPage/OptionStatistics/OptionStatistics.stories.tsx",8525],"./pages/VoteStatisticsPage/OptionStatistics/OptionStatistics.stories.tsx":["./src/pages/VoteStatisticsPage/OptionStatistics/OptionStatistics.stories.tsx",8525],"./pages/VoteStatisticsPage/VoteStatistics.stories":["./src/pages/VoteStatisticsPage/VoteStatistics.stories.tsx",1748,5699],"./pages/VoteStatisticsPage/VoteStatistics.stories.tsx":["./src/pages/VoteStatisticsPage/VoteStatistics.stories.tsx",1748,5699],"./pages/auth/Login/Login.stories":["./src/pages/auth/Login/Login.stories.tsx",8474],"./pages/auth/Login/Login.stories.tsx":["./src/pages/auth/Login/Login.stories.tsx",8474],"./pages/auth/Login/MobileLogin/MobileLogin.stories":["./src/pages/auth/Login/MobileLogin/MobileLogin.stories.tsx",2600],"./pages/auth/Login/MobileLogin/MobileLogin.stories.tsx":["./src/pages/auth/Login/MobileLogin/MobileLogin.stories.tsx",2600],"./pages/auth/Login/ServiceIntroductionSection/StartUsingOurService.stories":["./src/pages/auth/Login/ServiceIntroductionSection/StartUsingOurService.stories.tsx",4689],"./pages/auth/Login/ServiceIntroductionSection/StartUsingOurService.stories.tsx":["./src/pages/auth/Login/ServiceIntroductionSection/StartUsingOurService.stories.tsx",4689],"./pages/post/EditPostPage/EditPostPage.stories":["./src/pages/post/EditPostPage/EditPostPage.stories.tsx",1748,4133,4306],"./pages/post/EditPostPage/EditPostPage.stories.tsx":["./src/pages/post/EditPostPage/EditPostPage.stories.tsx",1748,4133,4306],"./pages/post/PostDetail/BottomButtonPart/BottomButtonPart.stories":["./src/pages/post/PostDetail/BottomButtonPart/BottomButtonPart.stories.tsx",9594],"./pages/post/PostDetail/BottomButtonPart/BottomButtonPart.stories.tsx":["./src/pages/post/PostDetail/BottomButtonPart/BottomButtonPart.stories.tsx",9594],"./pages/post/PostDetail/InnerHeaderPart/InnerHeaderPart.stories":["./src/pages/post/PostDetail/InnerHeaderPart/InnerHeaderPart.stories.tsx",1117],"./pages/post/PostDetail/InnerHeaderPart/InnerHeaderPart.stories.tsx":["./src/pages/post/PostDetail/InnerHeaderPart/InnerHeaderPart.stories.tsx",1117],"./pages/post/PostDetail/PostDetail.stories":["./src/pages/post/PostDetail/PostDetail.stories.tsx",1748,4146,8927],"./pages/post/PostDetail/PostDetail.stories.tsx":["./src/pages/post/PostDetail/PostDetail.stories.tsx",1748,4146,8927],"./pages/user/RegisterPersonalInfo/RegisterPersonalInfo.stories":["./src/pages/user/RegisterPersonalInfo/RegisterPersonalInfo.stories.tsx",1748,7816],"./pages/user/RegisterPersonalInfo/RegisterPersonalInfo.stories.tsx":["./src/pages/user/RegisterPersonalInfo/RegisterPersonalInfo.stories.tsx",1748,7816]};function webpackAsyncContext(req){if(!__webpack_require__.o(map,req))return Promise.resolve().then((()=>{var e=new Error("Cannot find module '"+req+"'");throw e.code="MODULE_NOT_FOUND",e}));var ids=map[req],id=ids[0];return Promise.all(ids.slice(1).map(__webpack_require__.e)).then((()=>__webpack_require__(id)))}webpackAsyncContext.keys=()=>Object.keys(map),webpackAsyncContext.id="./src lazy recursive ^\\.\\/.*$ include: (?:\\/src(?:\\/(?%21\\.)(?:(?:(?%21(?:^%7C\\/)\\.).)*?)\\/%7C\\/%7C$)(?%21\\.)(?=.)[^/]*?\\.stories\\.(js%7Cjsx%7Cts%7Ctsx))$",module.exports=webpackAsyncContext},"./storybook-config-entry.js":(__unused_webpack_module,__unused_webpack___webpack_exports__,__webpack_require__)=>{"use strict";var dist=__webpack_require__("./node_modules/@storybook/global/dist/index.mjs"),external_STORYBOOK_MODULE_PREVIEW_API_=__webpack_require__("@storybook/preview-api");const external_STORYBOOK_MODULE_CHANNEL_POSTMESSAGE_namespaceObject=__STORYBOOK_MODULE_CHANNEL_POSTMESSAGE__,external_STORYBOOK_MODULE_CHANNEL_WEBSOCKET_namespaceObject=__STORYBOOK_MODULE_CHANNEL_WEBSOCKET__,importers=[async path=>{if(!/^\.[\\/](?:src(?:\/(?!\.)(?:(?:(?!(?:^|\/)\.).)*?)\/|\/|$)(?!\.)(?=.)[^/]*?\.mdx)$/.exec(path))return;const pathRemainder=path.substring(6);return __webpack_require__("./src lazy recursive ^\\.\\/.*$ include: (?:\\/src(?:\\/(?%21\\.)(?:(?:(?%21(?:^%7C\\/)\\.).)*?)\\/%7C\\/%7C$)(?%21\\.)(?=.)[^/]*?\\.mdx)$")("./"+pathRemainder)},async path=>{if(!/^\.[\\/](?:src(?:\/(?!\.)(?:(?:(?!(?:^|\/)\.).)*?)\/|\/|$)(?!\.)(?=.)[^/]*?\.stories\.(js|jsx|ts|tsx))$/.exec(path))return;const pathRemainder=path.substring(6);return __webpack_require__("./src lazy recursive ^\\.\\/.*$ include: (?:\\/src(?:\\/(?%21\\.)(?:(?:(?%21(?:^%7C\\/)\\.).)*?)\\/%7C\\/%7C$)(?%21\\.)(?=.)[^/]*?\\.stories\\.(js%7Cjsx%7Cts%7Ctsx))$")("./"+pathRemainder)}];const channel=(0,external_STORYBOOK_MODULE_CHANNEL_POSTMESSAGE_namespaceObject.createChannel)({page:"preview"});if(external_STORYBOOK_MODULE_PREVIEW_API_.addons.setChannel(channel),"DEVELOPMENT"===dist.global.CONFIG_TYPE){const serverChannel=(0,external_STORYBOOK_MODULE_CHANNEL_WEBSOCKET_namespaceObject.createChannel)({});external_STORYBOOK_MODULE_PREVIEW_API_.addons.setServerChannel(serverChannel),window.__STORYBOOK_SERVER_CHANNEL__=serverChannel}const preview=new external_STORYBOOK_MODULE_PREVIEW_API_.PreviewWeb;window.__STORYBOOK_PREVIEW__=preview,window.__STORYBOOK_STORY_STORE__=preview.storyStore,window.__STORYBOOK_ADDONS_CHANNEL__=channel,window.__STORYBOOK_CLIENT_API__=new external_STORYBOOK_MODULE_PREVIEW_API_.ClientApi({storyStore:preview.storyStore}),preview.initialize({importFn:async function importFn(path){for(let i=0;iimporters[i](path),x());if(moduleExports)return moduleExports}var x},getProjectAnnotations:()=>(0,external_STORYBOOK_MODULE_PREVIEW_API_.composeConfigs)([__webpack_require__("./node_modules/@storybook/react/preview.js"),__webpack_require__("./node_modules/@storybook/addon-links/dist/preview.mjs"),__webpack_require__("./node_modules/@storybook/addon-essentials/dist/docs/preview.mjs"),__webpack_require__("./node_modules/@storybook/addon-essentials/dist/actions/preview.mjs"),__webpack_require__("./node_modules/@storybook/addon-essentials/dist/backgrounds/preview.mjs"),__webpack_require__("./node_modules/@storybook/addon-essentials/dist/measure/preview.mjs"),__webpack_require__("./node_modules/@storybook/addon-essentials/dist/outline/preview.mjs"),__webpack_require__("./node_modules/@storybook/addon-essentials/dist/highlight/preview.mjs"),__webpack_require__("./node_modules/@storybook/addon-interactions/dist/preview.mjs"),__webpack_require__("./.storybook/preview.tsx")])})},"@storybook/channels":module=>{"use strict";module.exports=__STORYBOOK_MODULE_CHANNELS__},"@storybook/client-logger":module=>{"use strict";module.exports=__STORYBOOK_MODULE_CLIENT_LOGGER__},"@storybook/core-events":module=>{"use strict";module.exports=__STORYBOOK_MODULE_CORE_EVENTS__},"@storybook/preview-api":module=>{"use strict";module.exports=__STORYBOOK_MODULE_PREVIEW_API__}},__webpack_require__=>{__webpack_require__.O(0,[2227],(()=>{return moduleId="./storybook-config-entry.js",__webpack_require__(__webpack_require__.s=moduleId);var moduleId}));__webpack_require__.O()}]); +//# sourceMappingURL=main.31a0b59b.iframe.bundle.js.map \ No newline at end of file diff --git a/main.06b01314.iframe.bundle.js.map b/main.31a0b59b.iframe.bundle.js.map similarity index 93% rename from main.06b01314.iframe.bundle.js.map rename to main.31a0b59b.iframe.bundle.js.map index 54d62de42..3f84522a1 100644 --- a/main.06b01314.iframe.bundle.js.map +++ b/main.31a0b59b.iframe.bundle.js.map @@ -1 +1 @@ -{"version":3,"file":"main.06b01314.iframe.bundle.js","mappings":";AAAA","sources":["webpack://votogether/./src/styles/reset.ts"],"sourcesContent":["export const reset = /*css*/ `\n/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */\nhtml,\nbody,\np,\nol,\nul,\nli,\ndl,\ndt,\ndd,\nblockquote,\nfigure,\nfieldset,\nlegend,\ntextarea,\npre,\niframe,\nhr,\nh1,\nh2,\nh3,\nh4,\nh5,\nh6 {\n margin: 0;\n padding: 0;\n}\nh1,\nh2,\nh3,\nh4,\nh5,\nh6 {\n font-size: 100%;\n font-weight: normal;\n}\nul {\n list-style: none;\n}\nbutton,\ninput,\nselect {\n margin: 0;\n}\nhtml {\n box-sizing: border-box;\n}\n*,\n*::before,\n*::after {\n box-sizing: inherit;\n}\nimg,\nvideo {\n height: auto;\n max-width: 100%;\n}\niframe {\n border: 0;\n}\ntable {\n border-collapse: collapse;\n border-spacing: 0;\n}\ntd,\nth {\n padding: 0;\n}\n\nbutton{\n background: none;\n}\n\na{\n color: inherit;\n text-decoration: none;\n}\n`;\n"],"names":[],"sourceRoot":""} \ No newline at end of file +{"version":3,"file":"main.31a0b59b.iframe.bundle.js","mappings":";AAAA","sources":["webpack://votogether/./src/styles/reset.ts"],"sourcesContent":["export const reset = /*css*/ `\n/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */\nhtml,\nbody,\np,\nol,\nul,\nli,\ndl,\ndt,\ndd,\nblockquote,\nfigure,\nfieldset,\nlegend,\ntextarea,\npre,\niframe,\nhr,\nh1,\nh2,\nh3,\nh4,\nh5,\nh6 {\n margin: 0;\n padding: 0;\n}\nh1,\nh2,\nh3,\nh4,\nh5,\nh6 {\n font-size: 100%;\n font-weight: normal;\n}\nul {\n list-style: none;\n}\nbutton,\ninput,\nselect {\n margin: 0;\n}\nhtml {\n box-sizing: border-box;\n}\n*,\n*::before,\n*::after {\n box-sizing: inherit;\n}\nimg,\nvideo {\n height: auto;\n max-width: 100%;\n}\niframe {\n border: 0;\n}\ntable {\n border-collapse: collapse;\n border-spacing: 0;\n}\ntd,\nth {\n padding: 0;\n}\n\nbutton{\n background: none;\n}\n\na{\n color: inherit;\n text-decoration: none;\n}\n`;\n"],"names":[],"sourceRoot":""} \ No newline at end of file diff --git a/project.json b/project.json index 7db45a47c..248f0ebad 100644 --- a/project.json +++ b/project.json @@ -1 +1 @@ -{"generatedAt":1693770201815,"hasCustomBabel":false,"hasCustomWebpack":true,"hasStaticDirs":true,"hasStorybookEslint":true,"refCount":0,"framework":{"name":"@storybook/react-webpack5","options":{}},"builder":"@storybook/builder-webpack5","renderer":"@storybook/react","storybookVersion":"7.0.26","storybookVersionSpecifier":"^7.0.26","language":"typescript","storybookPackages":{"@storybook/blocks":{"version":"7.0.26"},"@storybook/react":{"version":"7.0.26"},"@storybook/react-webpack5":{"version":"7.0.26"},"@storybook/testing-library":{"version":"0.0.14-next.2"},"eslint-plugin-storybook":{"version":"0.6.12"},"msw-storybook-addon":{"version":"1.8.0"},"storybook":{"version":"7.0.26"}},"addons":{"@storybook/addon-links":{"version":"7.0.26"},"@storybook/addon-essentials":{"version":"7.0.26"},"@storybook/addon-interactions":{"version":"7.0.26"}}} +{"generatedAt":1693817124265,"hasCustomBabel":false,"hasCustomWebpack":true,"hasStaticDirs":true,"hasStorybookEslint":true,"refCount":0,"framework":{"name":"@storybook/react-webpack5","options":{}},"builder":"@storybook/builder-webpack5","renderer":"@storybook/react","storybookVersion":"7.0.26","storybookVersionSpecifier":"^7.0.26","language":"typescript","storybookPackages":{"@storybook/blocks":{"version":"7.0.26"},"@storybook/react":{"version":"7.0.26"},"@storybook/react-webpack5":{"version":"7.0.26"},"@storybook/testing-library":{"version":"0.0.14-next.2"},"eslint-plugin-storybook":{"version":"0.6.12"},"msw-storybook-addon":{"version":"1.8.0"},"storybook":{"version":"7.0.26"}},"addons":{"@storybook/addon-links":{"version":"7.0.26"},"@storybook/addon-essentials":{"version":"7.0.26"},"@storybook/addon-interactions":{"version":"7.0.26"}}}