@atlaskit/focused-task-close-account
Version:
This package contains all of the UI components needed to assemble the focused tasks for deactivating and deleting users' accounts in accordance with the GDPR "Right to be forgotten".
52 lines (50 loc) • 1.63 kB
JavaScript
/* styled.tsx generated by @compiled/babel-plugin v0.39.1 */
import _extends from "@babel/runtime/helpers/extends";
import "./styled.compiled.css";
import { forwardRef } from 'react';
import * as React from 'react';
import { ax, ix } from "@compiled/react/runtime";
/* eslint-disable @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766 */
export const DrawerInner = forwardRef(({
as: C = "div",
style: __cmpls,
...__cmplp
}, __cmplr) => {
return /*#__PURE__*/React.createElement(C, _extends({}, __cmplp, {
style: __cmpls,
ref: __cmplr,
className: ax(["_1e0c1txw _1n261g80 _2lx21bp4 _4cvr1h6o", __cmplp.className])
}));
});
if (process.env.NODE_ENV !== 'production') {
DrawerInner.displayName = 'DrawerInner';
}
export const ContentFooter = forwardRef(({
as: C = "div",
style: __cmpls,
...__cmplp
}, __cmplr) => {
return /*#__PURE__*/React.createElement(C, _extends({}, __cmplp, {
style: __cmpls,
ref: __cmplr,
className: ax(["_1e0c1txw _1bahesu3", __cmplp.className])
}));
});
/** Delete me once real content is present in the drawer */
if (process.env.NODE_ENV !== 'production') {
ContentFooter.displayName = 'ContentFooter';
}
export const PlaceholderContent = forwardRef(({
as: C = "div",
style: __cmpls,
...__cmplp
}, __cmplr) => {
return /*#__PURE__*/React.createElement(C, _extends({}, __cmplp, {
style: __cmpls,
ref: __cmplr,
className: ax(["_1bsb1j89", __cmplp.className])
}));
});
if (process.env.NODE_ENV !== 'production') {
PlaceholderContent.displayName = 'PlaceholderContent';
}