{"version":3,"file":"static/js/9070.b7987dd1.chunk.js","mappings":"gOAQA,MAAMA,EAAY,KAEd,SAACC,EAAA,EAAD,WACE,UAACC,EAAA,EAAD,YACE,SAAC,KAAD,KACA,SAACC,EAAA,EAAD,CAAKC,GAAI,GAAIC,GAAI,EAAGC,GAAI,GAAxB,UACE,SAAC,KAAD,WAOV,GAAeC,EAAAA,EAAAA,MAAKP,E,uFCjBpB,MAAME,EAAmBM,EAAAA,YAAiB,EACxCC,WACAC,YAEAC,GAAIC,EAAY,SACbC,GACFC,KACD,MAAMC,GAAoBC,EAAAA,EAAAA,IAAmBP,EAAU,OACjDQ,GAAcC,EAAAA,EAAAA,MACdC,GAAgBC,EAAAA,EAAAA,MAChBC,EAAc,GAAEN,SAChBO,EAAU,GAehB,OAdAL,EAAYM,SAAQC,IAClB,MAAMC,EAAYZ,EAAMW,GAExB,IAAIE,SADGb,EAAMW,GAEI,MAAbC,GAA0C,kBAAdA,IAE5BC,QACED,GAEJC,EAAOD,EAET,MAAME,EAAQH,IAAaL,EAAiB,IAAGK,IAAa,GAChD,MAARE,GAAcJ,EAAQM,KAAM,GAAEP,IAAaM,KAASD,IAAtC,KAEAG,EAAAA,EAAAA,KAAKjB,EAAW,CAClCE,IAAKA,KACFD,EACHH,UAAWoB,IAAWpB,EAAWK,KAAsBO,IAHzD,IAMFpB,EAAI6B,YAAc,MAClB,S","sources":["pages/SideNavLayout/index.tsx","../node_modules/.pnpm/react-bootstrap@2.7.4_@types+react@18.0.20_react-dom@18.2.0_react@18.2.0/node_modules/react-bootstrap/esm/Row.js"],"sourcesContent":["import { FC, memo } from 'react';\nimport { Container, Row, Col } from 'react-bootstrap';\nimport { Outlet } from 'react-router-dom';\n\nimport { SideNav } from '@/components';\n\nimport '@/common/sideNavLayout.scss';\n\nconst Index: FC = () => {\n return (\n \n \n \n \n \n \n \n \n );\n};\n\nexport default memo(Index);\n","import classNames from 'classnames';\nimport * as React from 'react';\nimport { useBootstrapPrefix, useBootstrapBreakpoints, useBootstrapMinBreakpoint } from './ThemeProvider';\nimport { jsx as _jsx } from \"react/jsx-runtime\";\nconst Row = /*#__PURE__*/React.forwardRef(({\n bsPrefix,\n className,\n // Need to define the default \"as\" during prop destructuring to be compatible with styled-components github.com/react-bootstrap/react-bootstrap/issues/3595\n as: Component = 'div',\n ...props\n}, ref) => {\n const decoratedBsPrefix = useBootstrapPrefix(bsPrefix, 'row');\n const breakpoints = useBootstrapBreakpoints();\n const minBreakpoint = useBootstrapMinBreakpoint();\n const sizePrefix = `${decoratedBsPrefix}-cols`;\n const classes = [];\n breakpoints.forEach(brkPoint => {\n const propValue = props[brkPoint];\n delete props[brkPoint];\n let cols;\n if (propValue != null && typeof propValue === 'object') {\n ({\n cols\n } = propValue);\n } else {\n cols = propValue;\n }\n const infix = brkPoint !== minBreakpoint ? `-${brkPoint}` : '';\n if (cols != null) classes.push(`${sizePrefix}${infix}-${cols}`);\n });\n return /*#__PURE__*/_jsx(Component, {\n ref: ref,\n ...props,\n className: classNames(className, decoratedBsPrefix, ...classes)\n });\n});\nRow.displayName = 'Row';\nexport default Row;"],"names":["Index","Container","Row","Col","xl","lg","md","memo","React","bsPrefix","className","as","Component","props","ref","decoratedBsPrefix","useBootstrapPrefix","breakpoints","useBootstrapBreakpoints","minBreakpoint","useBootstrapMinBreakpoint","sizePrefix","classes","forEach","brkPoint","propValue","cols","infix","push","_jsx","classNames","displayName"],"sourceRoot":""}