@procore/core-react
Version:
React library of Procore Design Guidelines
26 lines • 1.22 kB
JavaScript
import styled from 'styled-components';
import { Button } from '../Button/Button';
import { Card } from '../Card/Card';
import { Typography } from '../Typography/Typography';
import { spacing } from '../_styles/spacing';
export var StyledContainer = /*#__PURE__*/styled.div.withConfig({
displayName: "StyledContainer",
componentId: "core-12_44_0__sc-fy34i1-0"
})(["display:flex;align-items:center;"]);
export var StyledPageCount = /*#__PURE__*/styled(Typography).withConfig({
displayName: "StyledPageCount",
componentId: "core-12_44_0__sc-fy34i1-1"
})(["margin-right:", "px;"], spacing.xl);
export var StyledCurrentPage = /*#__PURE__*/styled(Typography).withConfig({
displayName: "StyledCurrentPage",
componentId: "core-12_44_0__sc-fy34i1-2"
})(["margin-right:", "px;"], spacing.sm);
export var StyledButton = /*#__PURE__*/styled(Button).withConfig({
displayName: "StyledButton",
componentId: "core-12_44_0__sc-fy34i1-3"
})(["margin-left:", "px;"], spacing.sm);
export var StyledOverlay = /*#__PURE__*/styled(Card).withConfig({
displayName: "StyledOverlay",
componentId: "core-12_44_0__sc-fy34i1-4"
})(["min-height:80px;max-height:300px;max-width:248px;"]);
//# sourceMappingURL=Pagination.styles.js.map