UNPKG

1.14 kBSource Map (JSON)View Raw
1{"version":3,"file":"PaginationSeparator.js","sources":["../src/components/Pagination/PaginationSeparator.js"],"sourcesContent":["import React from 'react'\nimport { useTheme } from '../../theme'\nimport { IconEllipsis } from '../../icons'\n\nconst PaginationSeparator = React.memo(function PaginationSeparator() {\n const theme = useTheme()\n return (\n <div\n css={`\n display: flex;\n align-items: center;\n justify-content: center;\n `}\n >\n <IconEllipsis\n css={`\n color: ${theme.surfaceContentSecondary.alpha(0.4)};\n `}\n />\n </div>\n )\n})\n\nexport { PaginationSeparator }\n"],"names":["PaginationSeparator","React","memo","theme","useTheme","surfaceContentSecondary","alpha"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAIMA,mBAAmB,gBAAGC,cAAK,CAACC,IAAN,CAAW,SAASF,mBAAT,GAA+B;AACpE,MAAMG,KAAK,GAAGC,cAAQ,EAAtB;AACA,sBACEH,4DAOEA;AAAA,UAEaE,KAAK,CAACE,uBAAN,CAA8BC,KAA9B,CAAoC,GAApC;AAFb,IAPF,CADF;AAeD,CAjB2B;;;;"}
\No newline at end of file