{"version":3,"file":"static/chunks/pages/mypage/stores/payouts-275c8434411fc564.js","mappings":"AACA","sources":["webpack://_N_E/?5ea4","webpack://_N_E/./src/pages/mypage/index.tsx","webpack://_N_E/./src/components/SettlementIncome/index.styled.ts","webpack://_N_E/./src/components/SettlementIncome/index.tsx","webpack://_N_E/./src/pages/mypage/stores/payouts.tsx","webpack://_N_E/"],"sourcesContent":["\n (window.__NEXT_P = window.__NEXT_P || []).push([\n \"/mypage/stores/payouts\",\n function () {\n return require(\"private-next-pages/mypage/stores/payouts.tsx\");\n }\n ]);\n if(module.hot) {\n module.hot.dispose(function () {\n window.__NEXT_P.push([\"/mypage/stores/payouts\"])\n });\n }\n ","import { _ as _tagged_template_literal } from \"@swc/helpers/_/_tagged_template_literal\";\nfunction _templateObject() {\n const data = _tagged_template_literal([\n \"\\n padding: 24px 0;\\n min-height: 80vh;\\n \",\n \"\\n\\n @media (max-width: 1200px) {\\n }\\n @media (max-width: 768px) {\\n padding: 0;\\n }\\n\"\n ]);\n _templateObject = function() {\n return data;\n };\n return data;\n}\nimport styled from \"styled-components\";\nconst Moved = ()=>null;\nexport var __N_SSP = true;\nexport default Moved;\nexport const MyPageWrapper = styled.div.withConfig({\n componentId: \"sc-c94a6711-0\"\n})(_templateObject(), (props)=>props.bgcolor ? \"background-color: \".concat(props.bgcolor, \";\") : \"\");\n","import { _ as _tagged_template_literal } from \"@swc/helpers/_/_tagged_template_literal\";\nfunction _templateObject() {\n const data = _tagged_template_literal([\n \"\\n display: flex;\\n flex-direction: column;\\n justify-content: center;\\n align-items: center;\\n height: 400px;\\n background: \",\n \";\\n border-radius: 6px;\\n\"\n ]);\n _templateObject = function() {\n return data;\n };\n return data;\n}\nfunction _templateObject1() {\n const data = _tagged_template_literal([\n \"\\n all: unset;\\n padding: 16px 24px;\\n border-radius: 6px;\\n background-color: \",\n \";\\n color: #fff;\\n font-size: 16px;\\n font-weight: 600;\\n display: flex;\\n align-items: center;\\n cursor: pointer;\\n\\n i {\\n margin-left: 8px;\\n }\\n\"\n ]);\n _templateObject1 = function() {\n return data;\n };\n return data;\n}\nimport styled from \"styled-components\";\nexport const Container = styled(\"div\").withConfig({\n componentId: \"sc-c74dbc17-0\"\n})(()=>({\n padding: \"0\"\n }));\nexport const GrayBox = styled.div.withConfig({\n componentId: \"sc-c74dbc17-1\"\n})(_templateObject(), (props)=>props.theme.new.colors.sol_gray_0);\nexport const Button = styled.button.withConfig({\n componentId: \"sc-c74dbc17-2\"\n})(_templateObject1(), (props)=>props.theme.new.colors.sol_indigo_500);\n","import { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nimport { Box, Typography } from \"@mui/material\";\nimport Icon from \"../icon/Icon\";\nimport { ArrowRight, Sizes } from \"../icon/IconList\";\nimport { Button, Container, GrayBox } from \"./index.styled\";\nconst SettlementIncome = ()=>{\n const goToPartnerHome = ()=>{\n window.open(\"https://partner.solvook.com/\");\n };\n return /*#__PURE__*/ _jsxs(Container, {\n children: [\n /*#__PURE__*/ _jsx(Box, {\n sx: {\n padding: \"16px 0\"\n },\n children: /*#__PURE__*/ _jsx(Typography, {\n variant: \"bold16\",\n children: \"정산 관리\"\n })\n }),\n /*#__PURE__*/ _jsxs(GrayBox, {\n children: [\n /*#__PURE__*/ _jsx(Typography, {\n sx: {\n fontSize: \" 36px\",\n fontWeight: \" 700\"\n },\n children: \"저자센터를 새롭게 오픈했어요!\"\n }),\n /*#__PURE__*/ _jsx(Typography, {\n sx: {\n color: \"#6A708A\",\n padding: \"8px 0 24px 0\"\n },\n children: \"더 정확하고 상세하게 정산 내역을 저자센터에서 확인하세요.\"\n }),\n /*#__PURE__*/ _jsxs(Button, {\n onClick: goToPartnerHome,\n children: [\n \"저자센터 방문하기\",\n /*#__PURE__*/ _jsx(Icon, {\n icon: ArrowRight,\n size: Sizes.small,\n color: \"#fff\"\n })\n ]\n })\n ]\n })\n ]\n });\n};\nexport default SettlementIncome;\n","import { jsx as _jsx } from \"react/jsx-runtime\";\nimport SettlementIncome from \"@/components/SettlementIncome\";\nimport { MyPageLayout } from \"@/containers/Layout/MyPage/Layout\";\nimport { MyStoresLayout } from \"@/containers/Layout/MyPage/MyStoresLayout\";\nimport { MyPageWrapper } from \"..\";\nconst MyPagePayoutsPage = ()=>{\n return /*#__PURE__*/ _jsx(MyPageWrapper, {\n children: /*#__PURE__*/ _jsx(MyPageLayout, {\n children: /*#__PURE__*/ _jsx(MyStoresLayout, {\n children: /*#__PURE__*/ _jsx(SettlementIncome, {})\n })\n })\n });\n};\nexport default MyPagePayoutsPage;\n"],"names":[],"sourceRoot":""}