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

116 lines (114 loc) 4.47 kB
/* styled.tsx generated by @compiled/babel-plugin v0.39.1 */ import _extends from "@babel/runtime/helpers/extends"; import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties"; var _excluded = ["as", "style"], _excluded2 = ["as", "style"], _excluded3 = ["as", "style"], _excluded4 = ["as", "style"], _excluded5 = ["as", "style"], _excluded6 = ["as", "style"], _excluded7 = ["as", "style"]; 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 var Screen = forwardRef(function (_ref, __cmplr) { var _ref$as = _ref.as, C = _ref$as === void 0 ? "div" : _ref$as, __cmpls = _ref.style, __cmplp = _objectWithoutProperties(_ref, _excluded); 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 var LoadingWrapper = forwardRef(function (_ref2, __cmplr) { var _ref2$as = _ref2.as, C = _ref2$as === void 0 ? "div" : _ref2$as, __cmpls = _ref2.style, __cmplp = _objectWithoutProperties(_ref2, _excluded2); 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 var Title = forwardRef(function (_ref3, __cmplr) { var _ref3$as = _ref3.as, C = _ref3$as === void 0 ? "div" : _ref3$as, __cmpls = _ref3.style, __cmplp = _objectWithoutProperties(_ref3, _excluded3); 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 var SectionMessageOuter = forwardRef(function (_ref4, __cmplr) { var _ref4$as = _ref4.as, C = _ref4$as === void 0 ? "div" : _ref4$as, __cmpls = _ref4.style, __cmplp = _objectWithoutProperties(_ref4, _excluded4); 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 var MainInformationList = forwardRef(function (_ref5, __cmplr) { var _ref5$as = _ref5.as, C = _ref5$as === void 0 ? "ul" : _ref5$as, __cmpls = _ref5.style, __cmplp = _objectWithoutProperties(_ref5, _excluded5); 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 var IconHoverWrapper = forwardRef(function (_ref6, __cmplr) { var _ref6$as = _ref6.as, C = _ref6$as === void 0 ? "span" : _ref6$as, __cmpls = _ref6.style, __cmplp = _objectWithoutProperties(_ref6, _excluded6); 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 var InlineDialogContent = forwardRef(function (_ref7, __cmplr) { var _ref7$as = _ref7.as, C = _ref7$as === void 0 ? "div" : _ref7$as, __cmpls = _ref7.style, __cmplp = _objectWithoutProperties(_ref7, _excluded7); 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'; }