UNPKG

1.11 kBSource Map (JSON)View Raw
1{"version":3,"file":"SidePanelSeparator.js","sources":["../src/components/SidePanel/SidePanelSeparator.js"],"sourcesContent":["import React from 'react'\nimport { useTheme } from '../../theme'\nimport SidePanel from './SidePanel'\n\nfunction SidePanelSeparator(props) {\n const theme = useTheme()\n return (\n <div\n css={`\n width: calc(100% + ${SidePanel.HORIZONTAL_PADDING * 2}px);\n margin: 0 -${SidePanel.HORIZONTAL_PADDING}px;\n height: 1px;\n background: ${theme.border};\n `}\n {...props}\n />\n )\n}\n\nexport default SidePanelSeparator\n"],"names":["SidePanelSeparator","props","theme","useTheme","React","SidePanel","HORIZONTAL_PADDING","border"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAIA,SAASA,kBAAT,CAA4BC,KAA5B,EAAmC;AACjC,MAAMC,KAAK,GAAGC,cAAQ,EAAtB;AACA,sBACEC,iEAOMH,KAPN;AAAA,UAEyBI,iBAAS,CAACC,kBAAV,GAA+B,CAFxD;AAAA,WAGiBD,iBAAS,CAACC,kBAH3B;AAAA,WAKkBJ,KAAK,CAACK;AALxB,KADF;AAWD;;;;"}
\No newline at end of file