@atlaskit/profilecard
Version:
A React component to display a card with user information.
32 lines • 1.06 kB
JavaScript
/* ReportingLines.tsx generated by @compiled/babel-plugin v0.39.1 */
import "./ReportingLines.compiled.css";
import { ax, ix } from "@compiled/react/runtime";
import React from 'react';
import { cx } from '@atlaskit/css';
import { Box } from '@atlaskit/primitives/compiled';
const styles = {
reportingLinesSection: "_18u01b66 _19pku2gc",
managerSection: "_1e0c1txw _4cvr1h6o _18u01b66 _19pk1b66 _otyr1b66 _2hwx1b66",
managerName: "_11c8wadc _18u0u2gc",
offsetWrapper: "_19pk1b66 _18u0r5cr"
};
export const ReportingLinesSection = ({
children
}) => /*#__PURE__*/React.createElement(Box, {
xcss: cx(styles.reportingLinesSection)
}, children);
export const ManagerSection = ({
children
}) => /*#__PURE__*/React.createElement(Box, {
xcss: cx(styles.managerSection)
}, children);
export const ManagerName = ({
children
}) => /*#__PURE__*/React.createElement(Box, {
xcss: cx(styles.managerName)
}, children);
export const OffsetWrapper = ({
children
}) => /*#__PURE__*/React.createElement(Box, {
xcss: cx(styles.offsetWrapper)
}, children);