UNPKG

@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".

108 lines (106 loc) 3.33 kB
/* 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 Screen = forwardRef(({ as: C = "div", style: __cmpls, ...__cmplp }, __cmplr) => { return /*#__PURE__*/React.createElement(C, _extends({}, __cmplp, { style: __cmpls, ref: __cmplr, className: ax(["_1bsb1osq _p12f1fdn _otyrpxbi _1whz1ejb _8j83pxbi", __cmplp.className]) })); }); if (process.env.NODE_ENV !== 'production') { Screen.displayName = 'Screen'; } export const LoadingWrapper = forwardRef(({ as: C = "div", style: __cmpls, ...__cmplp }, __cmplr) => { return /*#__PURE__*/React.createElement(C, _extends({}, __cmplp, { style: __cmpls, ref: __cmplr, className: ax(["_1e0c1txw _1bah1h6o _4cvr1h6o _4t3idgin", __cmplp.className]) })); }); // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766 if (process.env.NODE_ENV !== 'production') { LoadingWrapper.displayName = 'LoadingWrapper'; } export const Title = forwardRef(({ as: C = "div", style: __cmpls, ...__cmplp }, __cmplr) => { return /*#__PURE__*/React.createElement(C, _extends({}, __cmplp, { style: __cmpls, ref: __cmplr, className: ax(["_11c810sd _otyr1ejb", __cmplp.className]) })); }); if (process.env.NODE_ENV !== 'production') { Title.displayName = 'Title'; } export const SectionMessageOuter = forwardRef(({ as: C = "div", style: __cmpls, ...__cmplp }, __cmplr) => { return /*#__PURE__*/React.createElement(C, _extends({}, __cmplp, { style: __cmpls, ref: __cmplr, className: ax(["_19pk1ejb _otyr1ejb", __cmplp.className]) })); }); if (process.env.NODE_ENV !== 'production') { SectionMessageOuter.displayName = 'SectionMessageOuter'; } export const MainInformationList = forwardRef(({ as: C = "ul", style: __cmpls, ...__cmplp }, __cmplr) => { return /*#__PURE__*/React.createElement(C, _extends({}, __cmplp, { style: __cmpls, ref: __cmplr, className: ax(["_k0ph1pd9 _wd3dutpp", __cmplp.className]) })); }); if (process.env.NODE_ENV !== 'production') { MainInformationList.displayName = 'MainInformationList'; } export const IconHoverWrapper = forwardRef(({ as: C = "span", style: __cmpls, ...__cmplp }, __cmplr) => { return /*#__PURE__*/React.createElement(C, _extends({}, __cmplp, { style: __cmpls, ref: __cmplr, className: ax(["_syazx4w0 _19bv1b66 _30l3q2ii", __cmplp.className]) })); }); if (process.env.NODE_ENV !== 'production') { IconHoverWrapper.displayName = 'IconHoverWrapper'; } export const InlineDialogContent = forwardRef(({ as: C = "div", style: __cmpls, ...__cmplp }, __cmplr) => { return /*#__PURE__*/React.createElement(C, _extends({}, __cmplp, { style: __cmpls, ref: __cmplr, className: ax(["_138k1ejb _1eg6u2gc _s22yu2gc", __cmplp.className]) })); }); if (process.env.NODE_ENV !== 'production') { InlineDialogContent.displayName = 'InlineDialogContent'; }