@atlaskit/focused-task-close-account 4.0.2 → 4.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/dist/cjs/components/DeactivateUserOverviewScreen/styled.compiled.css +13 -0
- package/dist/cjs/components/DeactivateUserOverviewScreen/styled.js +80 -33
- package/dist/cjs/components/DeleteUserContentPreviewScreen/DeleteUserContentPreviewScreen.js +2 -2
- package/dist/cjs/components/DeleteUserContentPreviewScreen/styled.compiled.css +20 -0
- package/dist/cjs/components/DeleteUserContentPreviewScreen/styled.js +82 -35
- package/dist/cjs/components/DeleteUserOverviewScreen/DeleteUserOverviewScreen.js +4 -1
- package/dist/cjs/components/DeleteUserOverviewScreen/styled.compiled.css +20 -0
- package/dist/cjs/components/DeleteUserOverviewScreen/styled.js +108 -55
- package/dist/cjs/components/DropdownList/styled.compiled.css +9 -0
- package/dist/cjs/components/DropdownList/styled.js +52 -18
- package/dist/cjs/components/FocusedTaskCloseAccount/styled.compiled.css +6 -0
- package/dist/cjs/components/FocusedTaskCloseAccount/styled.js +52 -14
- package/dist/cjs/components/Footer/styled.compiled.css +6 -0
- package/dist/cjs/components/Footer/styled.js +24 -15
- package/dist/cjs/components/StatefulInlineDialog/StatefulInlineDialog.js +3 -1
- package/dist/cjs/components/StatefulInlineDialog/styled.compiled.css +7 -0
- package/dist/cjs/components/StatefulInlineDialog/styled.js +24 -9
- package/dist/cjs/components/UserInfo/UserInfo.js +1 -1
- package/dist/cjs/components/UserInfo/styles.compiled.css +7 -0
- package/dist/cjs/components/UserInfo/styles.js +38 -16
- package/dist/es2019/components/DeactivateUserOverviewScreen/styled.compiled.css +13 -0
- package/dist/es2019/components/DeactivateUserOverviewScreen/styled.js +72 -32
- package/dist/es2019/components/DeleteUserContentPreviewScreen/DeleteUserContentPreviewScreen.js +2 -2
- package/dist/es2019/components/DeleteUserContentPreviewScreen/styled.compiled.css +20 -0
- package/dist/es2019/components/DeleteUserContentPreviewScreen/styled.js +74 -41
- package/dist/es2019/components/DeleteUserOverviewScreen/DeleteUserOverviewScreen.js +3 -1
- package/dist/es2019/components/DeleteUserOverviewScreen/styled.compiled.css +20 -0
- package/dist/es2019/components/DeleteUserOverviewScreen/styled.js +98 -54
- package/dist/es2019/components/DropdownList/styled.compiled.css +9 -0
- package/dist/es2019/components/DropdownList/styled.js +46 -17
- package/dist/es2019/components/FocusedTaskCloseAccount/styled.compiled.css +6 -0
- package/dist/es2019/components/FocusedTaskCloseAccount/styled.js +46 -14
- package/dist/es2019/components/Footer/styled.compiled.css +6 -0
- package/dist/es2019/components/Footer/styled.js +20 -14
- package/dist/es2019/components/StatefulInlineDialog/StatefulInlineDialog.js +3 -1
- package/dist/es2019/components/StatefulInlineDialog/styled.compiled.css +7 -0
- package/dist/es2019/components/StatefulInlineDialog/styled.js +20 -9
- package/dist/es2019/components/UserInfo/UserInfo.js +0 -1
- package/dist/es2019/components/UserInfo/styles.compiled.css +7 -0
- package/dist/es2019/components/UserInfo/styles.js +33 -15
- package/dist/esm/components/DeactivateUserOverviewScreen/styled.compiled.css +13 -0
- package/dist/esm/components/DeactivateUserOverviewScreen/styled.js +78 -32
- package/dist/esm/components/DeleteUserContentPreviewScreen/DeleteUserContentPreviewScreen.js +2 -2
- package/dist/esm/components/DeleteUserContentPreviewScreen/styled.compiled.css +20 -0
- package/dist/esm/components/DeleteUserContentPreviewScreen/styled.js +80 -36
- package/dist/esm/components/DeleteUserOverviewScreen/DeleteUserOverviewScreen.js +3 -1
- package/dist/esm/components/DeleteUserOverviewScreen/styled.compiled.css +20 -0
- package/dist/esm/components/DeleteUserOverviewScreen/styled.js +106 -54
- package/dist/esm/components/DropdownList/styled.compiled.css +9 -0
- package/dist/esm/components/DropdownList/styled.js +50 -17
- package/dist/esm/components/FocusedTaskCloseAccount/styled.compiled.css +6 -0
- package/dist/esm/components/FocusedTaskCloseAccount/styled.js +50 -14
- package/dist/esm/components/Footer/styled.compiled.css +6 -0
- package/dist/esm/components/Footer/styled.js +22 -14
- package/dist/esm/components/StatefulInlineDialog/StatefulInlineDialog.js +3 -1
- package/dist/esm/components/StatefulInlineDialog/styled.compiled.css +7 -0
- package/dist/esm/components/StatefulInlineDialog/styled.js +22 -9
- package/dist/esm/components/UserInfo/UserInfo.js +0 -1
- package/dist/esm/components/UserInfo/styles.compiled.css +7 -0
- package/dist/esm/components/UserInfo/styles.js +36 -15
- package/dist/types/components/DeactivateUserOverviewScreen/styled.d.ts +5 -20
- package/dist/types/components/DeleteUserContentPreviewScreen/styled.d.ts +5 -24
- package/dist/types/components/DeleteUserOverviewScreen/styled.d.ts +7 -28
- package/dist/types/components/DropdownList/styled.d.ts +3 -12
- package/dist/types/components/FocusedTaskCloseAccount/styled.d.ts +3 -12
- package/dist/types/components/Footer/styled.d.ts +1 -4
- package/dist/types/components/StatefulInlineDialog/StatefulInlineDialog.d.ts +1 -0
- package/dist/types/components/StatefulInlineDialog/styled.d.ts +1 -4
- package/dist/types/components/UserInfo/styles.d.ts +2 -8
- package/dist/types-ts4.5/components/DeactivateUserOverviewScreen/styled.d.ts +5 -20
- package/dist/types-ts4.5/components/DeleteUserContentPreviewScreen/styled.d.ts +5 -24
- package/dist/types-ts4.5/components/DeleteUserOverviewScreen/styled.d.ts +7 -28
- package/dist/types-ts4.5/components/DropdownList/styled.d.ts +3 -12
- package/dist/types-ts4.5/components/FocusedTaskCloseAccount/styled.d.ts +3 -12
- package/dist/types-ts4.5/components/Footer/styled.d.ts +1 -4
- package/dist/types-ts4.5/components/StatefulInlineDialog/StatefulInlineDialog.d.ts +1 -0
- package/dist/types-ts4.5/components/StatefulInlineDialog/styled.d.ts +1 -4
- package/dist/types-ts4.5/components/UserInfo/styles.d.ts +2 -8
- package/package.json +4 -4
|
@@ -1,24 +1,57 @@
|
|
|
1
|
-
|
|
2
|
-
import
|
|
1
|
+
/* styled.tsx generated by @compiled/babel-plugin v0.39.1 */
|
|
2
|
+
import _extends from "@babel/runtime/helpers/extends";
|
|
3
|
+
import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
|
|
4
|
+
var _excluded = ["as", "style"],
|
|
5
|
+
_excluded2 = ["as", "style"],
|
|
6
|
+
_excluded3 = ["as", "style"];
|
|
7
|
+
import "./styled.compiled.css";
|
|
8
|
+
import { forwardRef } from 'react';
|
|
9
|
+
import * as React from 'react';
|
|
10
|
+
import { ax, ix } from "@compiled/react/runtime";
|
|
3
11
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
4
|
-
export var AccessibleSitesList =
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
12
|
+
export var AccessibleSitesList = forwardRef(function (_ref, __cmplr) {
|
|
13
|
+
var _ref$as = _ref.as,
|
|
14
|
+
C = _ref$as === void 0 ? "ul" : _ref$as,
|
|
15
|
+
__cmpls = _ref.style,
|
|
16
|
+
__cmplp = _objectWithoutProperties(_ref, _excluded);
|
|
17
|
+
return /*#__PURE__*/React.createElement(C, _extends({}, __cmplp, {
|
|
18
|
+
style: __cmpls,
|
|
19
|
+
ref: __cmplr,
|
|
20
|
+
className: ax(["_qtt8glyw _19bvidpf _k48p1pd9 _18u0u2gc _1pyaidpf", __cmplp.className])
|
|
21
|
+
}));
|
|
13
22
|
});
|
|
14
23
|
|
|
15
24
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
25
|
+
if (process.env.NODE_ENV !== 'production') {
|
|
26
|
+
AccessibleSitesList.displayName = 'AccessibleSitesList';
|
|
27
|
+
}
|
|
28
|
+
export var AccessibleSitesListFootnote = forwardRef(function (_ref2, __cmplr) {
|
|
29
|
+
var _ref2$as = _ref2.as,
|
|
30
|
+
C = _ref2$as === void 0 ? "div" : _ref2$as,
|
|
31
|
+
__cmpls = _ref2.style,
|
|
32
|
+
__cmplp = _objectWithoutProperties(_ref2, _excluded2);
|
|
33
|
+
return /*#__PURE__*/React.createElement(C, _extends({}, __cmplp, {
|
|
34
|
+
style: __cmpls,
|
|
35
|
+
ref: __cmplr,
|
|
36
|
+
className: ax(["_19bvidpf _18u0u2gc", __cmplp.className])
|
|
37
|
+
}));
|
|
19
38
|
});
|
|
20
39
|
|
|
21
40
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
}
|
|
41
|
+
if (process.env.NODE_ENV !== 'production') {
|
|
42
|
+
AccessibleSitesListFootnote.displayName = 'AccessibleSitesListFootnote';
|
|
43
|
+
}
|
|
44
|
+
export var ButtonWrapper = forwardRef(function (_ref3, __cmplr) {
|
|
45
|
+
var _ref3$as = _ref3.as,
|
|
46
|
+
C = _ref3$as === void 0 ? "div" : _ref3$as,
|
|
47
|
+
__cmpls = _ref3.style,
|
|
48
|
+
__cmplp = _objectWithoutProperties(_ref3, _excluded3);
|
|
49
|
+
return /*#__PURE__*/React.createElement(C, _extends({}, __cmplp, {
|
|
50
|
+
style: __cmpls,
|
|
51
|
+
ref: __cmplr,
|
|
52
|
+
className: ax(["_ca0qidpf _n3tdidpf _19bvu2gc _u5f3u2gc", __cmplp.className])
|
|
53
|
+
}));
|
|
54
|
+
});
|
|
55
|
+
if (process.env.NODE_ENV !== 'production') {
|
|
56
|
+
ButtonWrapper.displayName = 'ButtonWrapper';
|
|
57
|
+
}
|
|
@@ -1,22 +1,58 @@
|
|
|
1
|
-
|
|
2
|
-
import
|
|
3
|
-
|
|
1
|
+
/* styled.tsx generated by @compiled/babel-plugin v0.39.1 */
|
|
2
|
+
import _extends from "@babel/runtime/helpers/extends";
|
|
3
|
+
import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
|
|
4
|
+
var _excluded = ["as", "style"],
|
|
5
|
+
_excluded2 = ["as", "style"],
|
|
6
|
+
_excluded3 = ["as", "style"];
|
|
7
|
+
import "./styled.compiled.css";
|
|
8
|
+
import { forwardRef } from 'react';
|
|
9
|
+
import * as React from 'react';
|
|
10
|
+
import { ax, ix } from "@compiled/react/runtime";
|
|
4
11
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
5
|
-
export var DrawerInner =
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
12
|
+
export var DrawerInner = forwardRef(function (_ref, __cmplr) {
|
|
13
|
+
var _ref$as = _ref.as,
|
|
14
|
+
C = _ref$as === void 0 ? "div" : _ref$as,
|
|
15
|
+
__cmpls = _ref.style,
|
|
16
|
+
__cmplp = _objectWithoutProperties(_ref, _excluded);
|
|
17
|
+
return /*#__PURE__*/React.createElement(C, _extends({}, __cmplp, {
|
|
18
|
+
style: __cmpls,
|
|
19
|
+
ref: __cmplr,
|
|
20
|
+
className: ax(["_1e0c1txw _1n261g80 _2lx21bp4 _4cvr1h6o", __cmplp.className])
|
|
21
|
+
}));
|
|
10
22
|
});
|
|
11
23
|
|
|
12
24
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
25
|
+
if (process.env.NODE_ENV !== 'production') {
|
|
26
|
+
DrawerInner.displayName = 'DrawerInner';
|
|
27
|
+
}
|
|
28
|
+
export var ContentFooter = forwardRef(function (_ref2, __cmplr) {
|
|
29
|
+
var _ref2$as = _ref2.as,
|
|
30
|
+
C = _ref2$as === void 0 ? "div" : _ref2$as,
|
|
31
|
+
__cmpls = _ref2.style,
|
|
32
|
+
__cmplp = _objectWithoutProperties(_ref2, _excluded2);
|
|
33
|
+
return /*#__PURE__*/React.createElement(C, _extends({}, __cmplp, {
|
|
34
|
+
style: __cmpls,
|
|
35
|
+
ref: __cmplr,
|
|
36
|
+
className: ax(["_1e0c1txw _1bahesu3", __cmplp.className])
|
|
37
|
+
}));
|
|
16
38
|
});
|
|
17
39
|
|
|
18
40
|
/** Delete me once real content is present in the drawer */
|
|
19
41
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
}
|
|
42
|
+
if (process.env.NODE_ENV !== 'production') {
|
|
43
|
+
ContentFooter.displayName = 'ContentFooter';
|
|
44
|
+
}
|
|
45
|
+
export var PlaceholderContent = forwardRef(function (_ref3, __cmplr) {
|
|
46
|
+
var _ref3$as = _ref3.as,
|
|
47
|
+
C = _ref3$as === void 0 ? "div" : _ref3$as,
|
|
48
|
+
__cmpls = _ref3.style,
|
|
49
|
+
__cmplp = _objectWithoutProperties(_ref3, _excluded3);
|
|
50
|
+
return /*#__PURE__*/React.createElement(C, _extends({}, __cmplp, {
|
|
51
|
+
style: __cmpls,
|
|
52
|
+
ref: __cmplr,
|
|
53
|
+
className: ax(["_1bsb1j89", __cmplp.className])
|
|
54
|
+
}));
|
|
55
|
+
});
|
|
56
|
+
if (process.env.NODE_ENV !== 'production') {
|
|
57
|
+
PlaceholderContent.displayName = 'PlaceholderContent';
|
|
58
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
._19pkxy5q{margin-top:var(--ds-space-400,2pc)}
|
|
2
|
+
._1bah1yb4{justify-content:space-between}
|
|
3
|
+
._1bsb1osq{width:100%}
|
|
4
|
+
._1e0c1txw{display:flex}
|
|
5
|
+
._p12f1fdn{max-width:40pc}
|
|
6
|
+
@media screen and (max-width:640px){._2ilritcz{justify-content:space-evenly}._1cmc1ejb{padding-bottom:var(--ds-space-300,24px)}._ad4g1h6o{align-items:center}}
|
|
@@ -1,15 +1,23 @@
|
|
|
1
|
-
|
|
2
|
-
import
|
|
1
|
+
/* styled.tsx generated by @compiled/babel-plugin v0.39.1 */
|
|
2
|
+
import _extends from "@babel/runtime/helpers/extends";
|
|
3
|
+
import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
|
|
4
|
+
var _excluded = ["as", "style"];
|
|
5
|
+
import "./styled.compiled.css";
|
|
6
|
+
import { forwardRef } from 'react';
|
|
7
|
+
import * as React from 'react';
|
|
8
|
+
import { ax, ix } from "@compiled/react/runtime";
|
|
3
9
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
4
|
-
export var FooterOuter =
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
10
|
+
export var FooterOuter = forwardRef(function (_ref, __cmplr) {
|
|
11
|
+
var _ref$as = _ref.as,
|
|
12
|
+
C = _ref$as === void 0 ? "div" : _ref$as,
|
|
13
|
+
__cmpls = _ref.style,
|
|
14
|
+
__cmplp = _objectWithoutProperties(_ref, _excluded);
|
|
15
|
+
return /*#__PURE__*/React.createElement(C, _extends({}, __cmplp, {
|
|
16
|
+
style: __cmpls,
|
|
17
|
+
ref: __cmplr,
|
|
18
|
+
className: ax(["_1e0c1txw _1bsb1osq _p12f1fdn _1bah1yb4 _19pkxy5q _2ilritcz _1cmc1ejb _ad4g1h6o", __cmplp.className])
|
|
19
|
+
}));
|
|
20
|
+
});
|
|
21
|
+
if (process.env.NODE_ENV !== 'production') {
|
|
22
|
+
FooterOuter.displayName = 'FooterOuter';
|
|
23
|
+
}
|
|
@@ -45,12 +45,14 @@ export var StatefulInlineDialog = /*#__PURE__*/function (_React$Component) {
|
|
|
45
45
|
var _this$props = this.props,
|
|
46
46
|
children = _this$props.children,
|
|
47
47
|
content = _this$props.content,
|
|
48
|
-
placement = _this$props.placement
|
|
48
|
+
placement = _this$props.placement,
|
|
49
|
+
label = _this$props.label;
|
|
49
50
|
return /*#__PURE__*/React.createElement(InlineDialog, {
|
|
50
51
|
content: content,
|
|
51
52
|
placement: placement,
|
|
52
53
|
isOpen: this.state.isOpen
|
|
53
54
|
}, /*#__PURE__*/React.createElement(TriggerButton, {
|
|
55
|
+
"aria-label": label,
|
|
54
56
|
onMouseOver: this.handleMouseOver,
|
|
55
57
|
onMouseOut: this.handleMouseOut,
|
|
56
58
|
onFocus: this.openDialog,
|
|
@@ -1,10 +1,23 @@
|
|
|
1
|
-
|
|
2
|
-
import
|
|
3
|
-
|
|
1
|
+
/* styled.tsx generated by @compiled/babel-plugin v0.39.1 */
|
|
2
|
+
import _extends from "@babel/runtime/helpers/extends";
|
|
3
|
+
import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
|
|
4
|
+
var _excluded = ["as", "style"];
|
|
5
|
+
import "./styled.compiled.css";
|
|
6
|
+
import { forwardRef } from 'react';
|
|
7
|
+
import * as React from 'react';
|
|
8
|
+
import { ax, ix } from "@compiled/react/runtime";
|
|
4
9
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
5
|
-
export var TriggerButton =
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
}
|
|
10
|
+
export var TriggerButton = forwardRef(function (_ref, __cmplr) {
|
|
11
|
+
var _ref$as = _ref.as,
|
|
12
|
+
C = _ref$as === void 0 ? "button" : _ref$as,
|
|
13
|
+
__cmpls = _ref.style,
|
|
14
|
+
__cmplp = _objectWithoutProperties(_ref, _excluded);
|
|
15
|
+
return /*#__PURE__*/React.createElement(C, _extends({}, __cmplp, {
|
|
16
|
+
style: __cmpls,
|
|
17
|
+
ref: __cmplr,
|
|
18
|
+
className: ax(["_11q7glyw _19itglyw _ca0qidpf _u5f3idpf _n3tdidpf _19bvidpf _80om73ad", __cmplp.className])
|
|
19
|
+
}));
|
|
20
|
+
});
|
|
21
|
+
if (process.env.NODE_ENV !== 'production') {
|
|
22
|
+
TriggerButton.displayName = 'TriggerButton';
|
|
23
|
+
}
|
|
@@ -8,7 +8,6 @@ function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.
|
|
|
8
8
|
import React from 'react';
|
|
9
9
|
import Avatar from '@atlaskit/avatar';
|
|
10
10
|
import Heading from '@atlaskit/heading';
|
|
11
|
-
// eslint-disable-next-line @atlaskit/design-system/no-emotion-primitives -- to be migrated to @atlaskit/primitives/compiled – go/akcss
|
|
12
11
|
import { Stack, Text } from '@atlaskit/primitives/compiled';
|
|
13
12
|
import * as Styled from './styles';
|
|
14
13
|
export var UserInfo = /*#__PURE__*/function (_React$Component) {
|
|
@@ -1,19 +1,40 @@
|
|
|
1
|
-
|
|
2
|
-
import
|
|
1
|
+
/* styles.tsx generated by @compiled/babel-plugin v0.39.1 */
|
|
2
|
+
import _extends from "@babel/runtime/helpers/extends";
|
|
3
|
+
import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
|
|
4
|
+
var _excluded = ["as", "style"],
|
|
5
|
+
_excluded2 = ["as", "style"];
|
|
6
|
+
import "./styles.compiled.css";
|
|
7
|
+
import { forwardRef } from 'react';
|
|
8
|
+
import * as React from 'react';
|
|
9
|
+
import { ax, ix } from "@compiled/react/runtime";
|
|
3
10
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
4
|
-
export var UserInfoOuter =
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
+
export var UserInfoOuter = forwardRef(function (_ref, __cmplr) {
|
|
12
|
+
var _ref$as = _ref.as,
|
|
13
|
+
C = _ref$as === void 0 ? "div" : _ref$as,
|
|
14
|
+
__cmpls = _ref.style,
|
|
15
|
+
__cmplp = _objectWithoutProperties(_ref, _excluded);
|
|
16
|
+
return /*#__PURE__*/React.createElement(C, _extends({}, __cmplp, {
|
|
17
|
+
style: __cmpls,
|
|
18
|
+
ref: __cmplr,
|
|
19
|
+
className: ax(["_zulputpp _1e0c1txw _4cvr1h6o _1bsb1osq _otyrpxbi", __cmplp.className])
|
|
20
|
+
}));
|
|
11
21
|
});
|
|
12
22
|
|
|
13
23
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
24
|
+
if (process.env.NODE_ENV !== 'production') {
|
|
25
|
+
UserInfoOuter.displayName = 'UserInfoOuter';
|
|
26
|
+
}
|
|
27
|
+
export var Avatar = forwardRef(function (_ref2, __cmplr) {
|
|
28
|
+
var _ref2$as = _ref2.as,
|
|
29
|
+
C = _ref2$as === void 0 ? "div" : _ref2$as,
|
|
30
|
+
__cmpls = _ref2.style,
|
|
31
|
+
__cmplp = _objectWithoutProperties(_ref2, _excluded2);
|
|
32
|
+
return /*#__PURE__*/React.createElement(C, _extends({}, __cmplp, {
|
|
33
|
+
style: __cmpls,
|
|
34
|
+
ref: __cmplr,
|
|
35
|
+
className: ax(["_1e0c1txw _2lx21bp4 _18u0v47k", __cmplp.className])
|
|
36
|
+
}));
|
|
37
|
+
});
|
|
38
|
+
if (process.env.NODE_ENV !== 'production') {
|
|
39
|
+
Avatar.displayName = 'Avatar';
|
|
40
|
+
}
|
|
@@ -1,20 +1,5 @@
|
|
|
1
|
-
export declare const Screen: import("@
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
export declare const
|
|
6
|
-
theme?: import("@emotion/react").Theme;
|
|
7
|
-
as?: React.ElementType;
|
|
8
|
-
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
9
|
-
export declare const Title: import("@emotion/styled").StyledComponent<{
|
|
10
|
-
theme?: import("@emotion/react").Theme;
|
|
11
|
-
as?: React.ElementType;
|
|
12
|
-
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
13
|
-
export declare const MainInformationList: import("@emotion/styled").StyledComponent<{
|
|
14
|
-
theme?: import("@emotion/react").Theme;
|
|
15
|
-
as?: React.ElementType;
|
|
16
|
-
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLUListElement>, HTMLUListElement>, {}>;
|
|
17
|
-
export declare const AccessibleSitesWrapper: import("@emotion/styled").StyledComponent<{
|
|
18
|
-
theme?: import("@emotion/react").Theme;
|
|
19
|
-
as?: React.ElementType;
|
|
20
|
-
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
1
|
+
export declare const Screen: import("react").ComponentType<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & import("@compiled/react").StyledProps>;
|
|
2
|
+
export declare const LoadingWrapper: import("react").ComponentType<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & import("@compiled/react").StyledProps>;
|
|
3
|
+
export declare const Title: import("react").ComponentType<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & import("@compiled/react").StyledProps>;
|
|
4
|
+
export declare const MainInformationList: import("react").ComponentType<import("react").ClassAttributes<HTMLUListElement> & import("react").HTMLAttributes<HTMLUListElement> & import("@compiled/react").StyledProps>;
|
|
5
|
+
export declare const AccessibleSitesWrapper: import("react").ComponentType<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & import("@compiled/react").StyledProps>;
|
|
@@ -1,24 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
export declare const
|
|
5
|
-
|
|
6
|
-
as?: React.ElementType;
|
|
7
|
-
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
8
|
-
export declare const Title: import("@emotion/styled").StyledComponent<{
|
|
9
|
-
theme?: import("@emotion/react").Theme;
|
|
10
|
-
as?: React.ElementType;
|
|
11
|
-
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
12
|
-
export declare const SectionCard: import("@emotion/styled").StyledComponent<{
|
|
13
|
-
theme?: import("@emotion/react").Theme;
|
|
14
|
-
as?: React.ElementType;
|
|
15
|
-
} & SectionCardProps, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
16
|
-
export declare const Avatar: import("@emotion/styled").StyledComponent<{
|
|
17
|
-
theme?: import("@emotion/react").Theme;
|
|
18
|
-
as?: React.ElementType;
|
|
19
|
-
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
20
|
-
export declare const UserDetails: import("@emotion/styled").StyledComponent<{
|
|
21
|
-
theme?: import("@emotion/react").Theme;
|
|
22
|
-
as?: React.ElementType;
|
|
23
|
-
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
24
|
-
export {};
|
|
1
|
+
export declare const Screen: import("react").ComponentType<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & import("@compiled/react").StyledProps>;
|
|
2
|
+
export declare const Title: import("react").ComponentType<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & import("@compiled/react").StyledProps>;
|
|
3
|
+
export declare const SectionCard: import("react").ComponentType<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & import("@compiled/react").StyledProps>;
|
|
4
|
+
export declare const Avatar: import("react").ComponentType<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & import("@compiled/react").StyledProps>;
|
|
5
|
+
export declare const UserDetails: import("react").ComponentType<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & import("@compiled/react").StyledProps>;
|
|
@@ -1,28 +1,7 @@
|
|
|
1
|
-
export declare const Screen: import("@
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
export declare const
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
9
|
-
export declare const Title: import("@emotion/styled").StyledComponent<{
|
|
10
|
-
theme?: import("@emotion/react").Theme;
|
|
11
|
-
as?: React.ElementType;
|
|
12
|
-
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
13
|
-
export declare const SectionMessageOuter: import("@emotion/styled").StyledComponent<{
|
|
14
|
-
theme?: import("@emotion/react").Theme;
|
|
15
|
-
as?: React.ElementType;
|
|
16
|
-
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
17
|
-
export declare const MainInformationList: import("@emotion/styled").StyledComponent<{
|
|
18
|
-
theme?: import("@emotion/react").Theme;
|
|
19
|
-
as?: React.ElementType;
|
|
20
|
-
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLUListElement>, HTMLUListElement>, {}>;
|
|
21
|
-
export declare const IconHoverWrapper: import("@emotion/styled").StyledComponent<{
|
|
22
|
-
theme?: import("@emotion/react").Theme;
|
|
23
|
-
as?: React.ElementType;
|
|
24
|
-
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
|
|
25
|
-
export declare const InlineDialogContent: import("@emotion/styled").StyledComponent<{
|
|
26
|
-
theme?: import("@emotion/react").Theme;
|
|
27
|
-
as?: React.ElementType;
|
|
28
|
-
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
1
|
+
export declare const Screen: import("react").ComponentType<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & import("@compiled/react").StyledProps>;
|
|
2
|
+
export declare const LoadingWrapper: import("react").ComponentType<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & import("@compiled/react").StyledProps>;
|
|
3
|
+
export declare const Title: import("react").ComponentType<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & import("@compiled/react").StyledProps>;
|
|
4
|
+
export declare const SectionMessageOuter: import("react").ComponentType<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & import("@compiled/react").StyledProps>;
|
|
5
|
+
export declare const MainInformationList: import("react").ComponentType<import("react").ClassAttributes<HTMLUListElement> & import("react").HTMLAttributes<HTMLUListElement> & import("@compiled/react").StyledProps>;
|
|
6
|
+
export declare const IconHoverWrapper: import("react").ComponentType<import("react").ClassAttributes<HTMLSpanElement> & import("react").HTMLAttributes<HTMLSpanElement> & import("@compiled/react").StyledProps>;
|
|
7
|
+
export declare const InlineDialogContent: import("react").ComponentType<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & import("@compiled/react").StyledProps>;
|
|
@@ -1,12 +1,3 @@
|
|
|
1
|
-
export declare const AccessibleSitesList: import("@
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLUListElement>, HTMLUListElement>, {}>;
|
|
5
|
-
export declare const AccessibleSitesListFootnote: import("@emotion/styled").StyledComponent<{
|
|
6
|
-
theme?: import("@emotion/react").Theme;
|
|
7
|
-
as?: React.ElementType;
|
|
8
|
-
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
9
|
-
export declare const ButtonWrapper: import("@emotion/styled").StyledComponent<{
|
|
10
|
-
theme?: import("@emotion/react").Theme;
|
|
11
|
-
as?: React.ElementType;
|
|
12
|
-
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
1
|
+
export declare const AccessibleSitesList: import("react").ComponentType<import("react").ClassAttributes<HTMLUListElement> & import("react").HTMLAttributes<HTMLUListElement> & import("@compiled/react").StyledProps>;
|
|
2
|
+
export declare const AccessibleSitesListFootnote: import("react").ComponentType<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & import("@compiled/react").StyledProps>;
|
|
3
|
+
export declare const ButtonWrapper: import("react").ComponentType<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & import("@compiled/react").StyledProps>;
|
|
@@ -1,13 +1,4 @@
|
|
|
1
|
-
export declare const DrawerInner: import("@
|
|
2
|
-
|
|
3
|
-
as?: React.ElementType;
|
|
4
|
-
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
5
|
-
export declare const ContentFooter: import("@emotion/styled").StyledComponent<{
|
|
6
|
-
theme?: import("@emotion/react").Theme;
|
|
7
|
-
as?: React.ElementType;
|
|
8
|
-
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
1
|
+
export declare const DrawerInner: import("react").ComponentType<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & import("@compiled/react").StyledProps>;
|
|
2
|
+
export declare const ContentFooter: import("react").ComponentType<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & import("@compiled/react").StyledProps>;
|
|
9
3
|
/** Delete me once real content is present in the drawer */
|
|
10
|
-
export declare const PlaceholderContent: import("@
|
|
11
|
-
theme?: import("@emotion/react").Theme;
|
|
12
|
-
as?: React.ElementType;
|
|
13
|
-
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
4
|
+
export declare const PlaceholderContent: import("react").ComponentType<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & import("@compiled/react").StyledProps>;
|
|
@@ -1,4 +1 @@
|
|
|
1
|
-
export declare const FooterOuter: import("@
|
|
2
|
-
theme?: import("@emotion/react").Theme;
|
|
3
|
-
as?: React.ElementType;
|
|
4
|
-
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
1
|
+
export declare const FooterOuter: import("react").ComponentType<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & import("@compiled/react").StyledProps>;
|
|
@@ -1,4 +1 @@
|
|
|
1
|
-
export declare const TriggerButton: import("@
|
|
2
|
-
theme?: import("@emotion/react").Theme;
|
|
3
|
-
as?: React.ElementType;
|
|
4
|
-
}, import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, {}>;
|
|
1
|
+
export declare const TriggerButton: import("react").ComponentType<import("react").ClassAttributes<HTMLButtonElement> & import("react").ButtonHTMLAttributes<HTMLButtonElement> & import("@compiled/react").StyledProps>;
|
|
@@ -1,8 +1,2 @@
|
|
|
1
|
-
export declare const UserInfoOuter: import("@
|
|
2
|
-
|
|
3
|
-
as?: React.ElementType;
|
|
4
|
-
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
5
|
-
export declare const Avatar: import("@emotion/styled").StyledComponent<{
|
|
6
|
-
theme?: import("@emotion/react").Theme;
|
|
7
|
-
as?: React.ElementType;
|
|
8
|
-
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
1
|
+
export declare const UserInfoOuter: import("react").ComponentType<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & import("@compiled/react").StyledProps>;
|
|
2
|
+
export declare const Avatar: import("react").ComponentType<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & import("@compiled/react").StyledProps>;
|
|
@@ -1,20 +1,5 @@
|
|
|
1
|
-
export declare const Screen: import("@
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
export declare const
|
|
6
|
-
theme?: import("@emotion/react").Theme;
|
|
7
|
-
as?: React.ElementType;
|
|
8
|
-
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
9
|
-
export declare const Title: import("@emotion/styled").StyledComponent<{
|
|
10
|
-
theme?: import("@emotion/react").Theme;
|
|
11
|
-
as?: React.ElementType;
|
|
12
|
-
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
13
|
-
export declare const MainInformationList: import("@emotion/styled").StyledComponent<{
|
|
14
|
-
theme?: import("@emotion/react").Theme;
|
|
15
|
-
as?: React.ElementType;
|
|
16
|
-
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLUListElement>, HTMLUListElement>, {}>;
|
|
17
|
-
export declare const AccessibleSitesWrapper: import("@emotion/styled").StyledComponent<{
|
|
18
|
-
theme?: import("@emotion/react").Theme;
|
|
19
|
-
as?: React.ElementType;
|
|
20
|
-
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
1
|
+
export declare const Screen: import("react").ComponentType<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & import("@compiled/react").StyledProps>;
|
|
2
|
+
export declare const LoadingWrapper: import("react").ComponentType<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & import("@compiled/react").StyledProps>;
|
|
3
|
+
export declare const Title: import("react").ComponentType<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & import("@compiled/react").StyledProps>;
|
|
4
|
+
export declare const MainInformationList: import("react").ComponentType<import("react").ClassAttributes<HTMLUListElement> & import("react").HTMLAttributes<HTMLUListElement> & import("@compiled/react").StyledProps>;
|
|
5
|
+
export declare const AccessibleSitesWrapper: import("react").ComponentType<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & import("@compiled/react").StyledProps>;
|
|
@@ -1,24 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
export declare const
|
|
5
|
-
|
|
6
|
-
as?: React.ElementType;
|
|
7
|
-
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
8
|
-
export declare const Title: import("@emotion/styled").StyledComponent<{
|
|
9
|
-
theme?: import("@emotion/react").Theme;
|
|
10
|
-
as?: React.ElementType;
|
|
11
|
-
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
12
|
-
export declare const SectionCard: import("@emotion/styled").StyledComponent<{
|
|
13
|
-
theme?: import("@emotion/react").Theme;
|
|
14
|
-
as?: React.ElementType;
|
|
15
|
-
} & SectionCardProps, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
16
|
-
export declare const Avatar: import("@emotion/styled").StyledComponent<{
|
|
17
|
-
theme?: import("@emotion/react").Theme;
|
|
18
|
-
as?: React.ElementType;
|
|
19
|
-
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
20
|
-
export declare const UserDetails: import("@emotion/styled").StyledComponent<{
|
|
21
|
-
theme?: import("@emotion/react").Theme;
|
|
22
|
-
as?: React.ElementType;
|
|
23
|
-
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
24
|
-
export {};
|
|
1
|
+
export declare const Screen: import("react").ComponentType<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & import("@compiled/react").StyledProps>;
|
|
2
|
+
export declare const Title: import("react").ComponentType<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & import("@compiled/react").StyledProps>;
|
|
3
|
+
export declare const SectionCard: import("react").ComponentType<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & import("@compiled/react").StyledProps>;
|
|
4
|
+
export declare const Avatar: import("react").ComponentType<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & import("@compiled/react").StyledProps>;
|
|
5
|
+
export declare const UserDetails: import("react").ComponentType<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & import("@compiled/react").StyledProps>;
|