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

50 lines (49 loc) 1.66 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 AccessibleSitesList = forwardRef(({ as: C = "ul", style: __cmpls, ...__cmplp }, __cmplr) => { return /*#__PURE__*/React.createElement(C, _extends({}, __cmplp, { style: __cmpls, ref: __cmplr, className: ax(["_qtt8glyw _19bvidpf _k48p1pd9 _18u0u2gc _1pyaidpf", __cmplp.className]) })); }); if (process.env.NODE_ENV !== 'production') { AccessibleSitesList.displayName = 'AccessibleSitesList'; } export const AccessibleSitesListFootnote = forwardRef(({ as: C = "div", style: __cmpls, ...__cmplp }, __cmplr) => { return /*#__PURE__*/React.createElement(C, _extends({}, __cmplp, { style: __cmpls, ref: __cmplr, className: ax(["_19bvidpf _18u0u2gc", __cmplp.className]) })); }); if (process.env.NODE_ENV !== 'production') { AccessibleSitesListFootnote.displayName = 'AccessibleSitesListFootnote'; } export const ButtonWrapper = forwardRef(({ as: C = "div", style: __cmpls, ...__cmplp }, __cmplr) => { return /*#__PURE__*/React.createElement(C, _extends({}, __cmplp, { style: __cmpls, ref: __cmplr, className: ax(["_ca0qidpf _n3tdidpf _19bvu2gc _u5f3u2gc", __cmplp.className]) })); }); if (process.env.NODE_ENV !== 'production') { ButtonWrapper.displayName = 'ButtonWrapper'; }