@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".
39 lines (38 loc) • 1.57 kB
JavaScript
/* styles.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"];
import "./styles.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 UserInfoOuter = 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(["_zulputpp _1e0c1txw _4cvr1h6o _1bsb1osq _otyrpxbi", __cmplp.className])
}));
});
if (process.env.NODE_ENV !== 'production') {
UserInfoOuter.displayName = 'UserInfoOuter';
}
export var Avatar = 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 _2lx21bp4 _18u0v47k", __cmplp.className])
}));
});
if (process.env.NODE_ENV !== 'production') {
Avatar.displayName = 'Avatar';
}