@atlaskit/focused-task-close-account 4.0.3 → 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 +8 -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 +1 -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/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 +0 -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/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 +0 -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/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/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/styled.d.ts +1 -4
- package/dist/types-ts4.5/components/UserInfo/styles.d.ts +2 -8
- package/package.json +4 -4
|
@@ -1,52 +1,85 @@
|
|
|
1
|
-
|
|
2
|
-
import
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
/* styled.tsx generated by @compiled/babel-plugin v0.39.1 */
|
|
2
|
+
import _extends from "@babel/runtime/helpers/extends";
|
|
3
|
+
import "./styled.compiled.css";
|
|
4
|
+
import { forwardRef } from 'react';
|
|
5
|
+
import * as React from 'react';
|
|
6
|
+
import { ax, ix } from "@compiled/react/runtime";
|
|
7
7
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
8
|
-
export const Screen =
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
8
|
+
export const Screen = forwardRef(({
|
|
9
|
+
as: C = "div",
|
|
10
|
+
style: __cmpls,
|
|
11
|
+
...__cmplp
|
|
12
|
+
}, __cmplr) => {
|
|
13
|
+
return /*#__PURE__*/React.createElement(C, _extends({}, __cmplp, {
|
|
14
|
+
style: __cmpls,
|
|
15
|
+
ref: __cmplr,
|
|
16
|
+
className: ax(["_1bsb1osq _p12f1fdn _otyrxy5q", __cmplp.className])
|
|
17
|
+
}));
|
|
13
18
|
});
|
|
14
19
|
|
|
15
20
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles, @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
21
|
+
if (process.env.NODE_ENV !== 'production') {
|
|
22
|
+
Screen.displayName = 'Screen';
|
|
23
|
+
}
|
|
24
|
+
export const Title = forwardRef(({
|
|
25
|
+
as: C = "div",
|
|
26
|
+
style: __cmpls,
|
|
27
|
+
...__cmplp
|
|
28
|
+
}, __cmplr) => {
|
|
29
|
+
return /*#__PURE__*/React.createElement(C, _extends({}, __cmplp, {
|
|
30
|
+
style: __cmpls,
|
|
31
|
+
ref: __cmplr,
|
|
32
|
+
className: ax(["_11c810sd _otyrxy5q", __cmplp.className])
|
|
33
|
+
}));
|
|
20
34
|
});
|
|
21
35
|
|
|
22
|
-
// eslint-disable-next-line @atlaskit/
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
36
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
37
|
+
if (process.env.NODE_ENV !== 'production') {
|
|
38
|
+
Title.displayName = 'Title';
|
|
39
|
+
}
|
|
40
|
+
export const SectionCard = forwardRef(({
|
|
41
|
+
as: C = "div",
|
|
42
|
+
style: __cmpls,
|
|
43
|
+
...__cmplp
|
|
44
|
+
}, __cmplr) => {
|
|
45
|
+
return /*#__PURE__*/React.createElement(C, _extends({}, __cmplp, {
|
|
46
|
+
style: __cmpls,
|
|
47
|
+
ref: __cmplr,
|
|
48
|
+
className: ax(["_2rkofajl _kqswh2mm _1e0c1txw _ca0qv47k _u5f3v47k _n3tdv47k _19bvv47k _1bsb1osq _16qs130s _19pkpxbi _1jpo15s3", __cmplp.className])
|
|
49
|
+
}));
|
|
50
|
+
});
|
|
33
51
|
|
|
34
52
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
53
|
+
if (process.env.NODE_ENV !== 'production') {
|
|
54
|
+
SectionCard.displayName = 'SectionCard';
|
|
55
|
+
}
|
|
56
|
+
export const Avatar = forwardRef(({
|
|
57
|
+
as: C = "div",
|
|
58
|
+
style: __cmpls,
|
|
59
|
+
...__cmplp
|
|
60
|
+
}, __cmplr) => {
|
|
61
|
+
return /*#__PURE__*/React.createElement(C, _extends({}, __cmplp, {
|
|
62
|
+
style: __cmpls,
|
|
63
|
+
ref: __cmplr,
|
|
64
|
+
className: ax(["_1e0c1txw _2lx21bp4 _18u0v47k _2hwxu2gc", __cmplp.className])
|
|
65
|
+
}));
|
|
42
66
|
});
|
|
43
67
|
|
|
44
68
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
})
|
|
69
|
+
if (process.env.NODE_ENV !== 'production') {
|
|
70
|
+
Avatar.displayName = 'Avatar';
|
|
71
|
+
}
|
|
72
|
+
export const UserDetails = forwardRef(({
|
|
73
|
+
as: C = "div",
|
|
74
|
+
style: __cmpls,
|
|
75
|
+
...__cmplp
|
|
76
|
+
}, __cmplr) => {
|
|
77
|
+
return /*#__PURE__*/React.createElement(C, _extends({}, __cmplp, {
|
|
78
|
+
style: __cmpls,
|
|
79
|
+
ref: __cmplr,
|
|
80
|
+
className: ax(["_1e0c1txw _2lx21bp4 _19pkutpp _k48p1pd9 _syaz16jw", __cmplp.className])
|
|
81
|
+
}));
|
|
82
|
+
});
|
|
83
|
+
if (process.env.NODE_ENV !== 'production') {
|
|
84
|
+
UserDetails.displayName = 'UserDetails';
|
|
85
|
+
}
|
|
@@ -6,7 +6,6 @@ import Button from '@atlaskit/button';
|
|
|
6
6
|
import SectionMessage from '@atlaskit/section-message';
|
|
7
7
|
import InfoIcon from '@atlaskit/icon/core/status-information';
|
|
8
8
|
import { fg } from '@atlaskit/platform-feature-flags';
|
|
9
|
-
// eslint-disable-next-line @atlaskit/design-system/no-emotion-primitives -- to be migrated to @atlaskit/primitives/compiled – go/akcss
|
|
10
9
|
import { Text } from '@atlaskit/primitives/compiled';
|
|
11
10
|
import { commonMessages, overviewMessages } from '../../messages';
|
|
12
11
|
import StatefulInlineDialog from '../StatefulInlineDialog';
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
._11c810sd{font:var(--ds-font-heading-large,normal 653 24px/28px "Atlassian Sans",ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
|
|
2
|
+
._138k1ejb li{margin-left:var(--ds-space-300,24px)}
|
|
3
|
+
._19bv1b66{padding-left:var(--ds-space-050,4px)}
|
|
4
|
+
._19pk1ejb{margin-top:var(--ds-space-300,24px)}
|
|
5
|
+
._1bah1h6o{justify-content:center}
|
|
6
|
+
._1bsb1osq{width:100%}
|
|
7
|
+
._1e0c1txw{display:flex}
|
|
8
|
+
._1eg6u2gc li{margin-top:var(--ds-space-100,8px)}
|
|
9
|
+
._1whz1ejb >p{margin-top:var(--ds-space-300,24px)}
|
|
10
|
+
._4cvr1h6o{align-items:center}
|
|
11
|
+
._4t3idgin{height:500px}
|
|
12
|
+
._8j83pxbi >p{margin-bottom:var(--ds-space-200,1pc)}
|
|
13
|
+
._k0ph1pd9 >li b{font-weight:var(--ds-font-weight-semibold,600)}
|
|
14
|
+
._otyr1ejb{margin-bottom:var(--ds-space-300,24px)}
|
|
15
|
+
._otyrpxbi{margin-bottom:var(--ds-space-200,1pc)}
|
|
16
|
+
._p12f1fdn{max-width:40pc}
|
|
17
|
+
._s22yu2gc li{padding-left:var(--ds-space-100,8px)}
|
|
18
|
+
._syazx4w0{color:var(--ds-background-information-bold,#1868db)}
|
|
19
|
+
._wd3dutpp p+ul{margin-top:var(--ds-space-150,9pt)}
|
|
20
|
+
._30l3q2ii:hover{color:var(--ds-background-information-bold-hovered,#1558bc)}
|
|
@@ -1,73 +1,117 @@
|
|
|
1
|
-
|
|
2
|
-
import
|
|
1
|
+
/* styled.tsx generated by @compiled/babel-plugin v0.39.1 */
|
|
2
|
+
import _extends from "@babel/runtime/helpers/extends";
|
|
3
|
+
import "./styled.compiled.css";
|
|
4
|
+
import { forwardRef } from 'react';
|
|
5
|
+
import * as React from 'react';
|
|
6
|
+
import { ax, ix } from "@compiled/react/runtime";
|
|
3
7
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
4
|
-
export const Screen =
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
marginBottom: "var(--ds-space-200, 16px)"
|
|
15
|
-
}
|
|
8
|
+
export const Screen = forwardRef(({
|
|
9
|
+
as: C = "div",
|
|
10
|
+
style: __cmpls,
|
|
11
|
+
...__cmplp
|
|
12
|
+
}, __cmplr) => {
|
|
13
|
+
return /*#__PURE__*/React.createElement(C, _extends({}, __cmplp, {
|
|
14
|
+
style: __cmpls,
|
|
15
|
+
ref: __cmplr,
|
|
16
|
+
className: ax(["_1bsb1osq _p12f1fdn _otyrpxbi _1whz1ejb _8j83pxbi", __cmplp.className])
|
|
17
|
+
}));
|
|
16
18
|
});
|
|
17
19
|
|
|
18
20
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
21
|
+
if (process.env.NODE_ENV !== 'production') {
|
|
22
|
+
Screen.displayName = 'Screen';
|
|
23
|
+
}
|
|
24
|
+
export const LoadingWrapper = forwardRef(({
|
|
25
|
+
as: C = "div",
|
|
26
|
+
style: __cmpls,
|
|
27
|
+
...__cmplp
|
|
28
|
+
}, __cmplr) => {
|
|
29
|
+
return /*#__PURE__*/React.createElement(C, _extends({}, __cmplp, {
|
|
30
|
+
style: __cmpls,
|
|
31
|
+
ref: __cmplr,
|
|
32
|
+
className: ax(["_1e0c1txw _1bah1h6o _4cvr1h6o _4t3idgin", __cmplp.className])
|
|
33
|
+
}));
|
|
24
34
|
});
|
|
25
35
|
|
|
26
36
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles, @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
37
|
+
if (process.env.NODE_ENV !== 'production') {
|
|
38
|
+
LoadingWrapper.displayName = 'LoadingWrapper';
|
|
39
|
+
}
|
|
40
|
+
export const Title = forwardRef(({
|
|
41
|
+
as: C = "div",
|
|
42
|
+
style: __cmpls,
|
|
43
|
+
...__cmplp
|
|
44
|
+
}, __cmplr) => {
|
|
45
|
+
return /*#__PURE__*/React.createElement(C, _extends({}, __cmplp, {
|
|
46
|
+
style: __cmpls,
|
|
47
|
+
ref: __cmplr,
|
|
48
|
+
className: ax(["_11c810sd _otyr1ejb", __cmplp.className])
|
|
49
|
+
}));
|
|
31
50
|
});
|
|
32
51
|
|
|
33
52
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
53
|
+
if (process.env.NODE_ENV !== 'production') {
|
|
54
|
+
Title.displayName = 'Title';
|
|
55
|
+
}
|
|
56
|
+
export const SectionMessageOuter = forwardRef(({
|
|
57
|
+
as: C = "div",
|
|
58
|
+
style: __cmpls,
|
|
59
|
+
...__cmplp
|
|
60
|
+
}, __cmplr) => {
|
|
61
|
+
return /*#__PURE__*/React.createElement(C, _extends({}, __cmplp, {
|
|
62
|
+
style: __cmpls,
|
|
63
|
+
ref: __cmplr,
|
|
64
|
+
className: ax(["_19pk1ejb _otyr1ejb", __cmplp.className])
|
|
65
|
+
}));
|
|
37
66
|
});
|
|
38
67
|
|
|
39
68
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
69
|
+
if (process.env.NODE_ENV !== 'production') {
|
|
70
|
+
SectionMessageOuter.displayName = 'SectionMessageOuter';
|
|
71
|
+
}
|
|
72
|
+
export const MainInformationList = forwardRef(({
|
|
73
|
+
as: C = "ul",
|
|
74
|
+
style: __cmpls,
|
|
75
|
+
...__cmplp
|
|
76
|
+
}, __cmplr) => {
|
|
77
|
+
return /*#__PURE__*/React.createElement(C, _extends({}, __cmplp, {
|
|
78
|
+
style: __cmpls,
|
|
79
|
+
ref: __cmplr,
|
|
80
|
+
className: ax(["_k0ph1pd9 _wd3dutpp", __cmplp.className])
|
|
81
|
+
}));
|
|
50
82
|
});
|
|
51
83
|
|
|
52
84
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
85
|
+
if (process.env.NODE_ENV !== 'production') {
|
|
86
|
+
MainInformationList.displayName = 'MainInformationList';
|
|
87
|
+
}
|
|
88
|
+
export const IconHoverWrapper = forwardRef(({
|
|
89
|
+
as: C = "span",
|
|
90
|
+
style: __cmpls,
|
|
91
|
+
...__cmplp
|
|
92
|
+
}, __cmplr) => {
|
|
93
|
+
return /*#__PURE__*/React.createElement(C, _extends({}, __cmplp, {
|
|
94
|
+
style: __cmpls,
|
|
95
|
+
ref: __cmplr,
|
|
96
|
+
className: ax(["_syazx4w0 _19bv1b66 _30l3q2ii", __cmplp.className])
|
|
97
|
+
}));
|
|
60
98
|
});
|
|
61
99
|
|
|
62
100
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
101
|
+
if (process.env.NODE_ENV !== 'production') {
|
|
102
|
+
IconHoverWrapper.displayName = 'IconHoverWrapper';
|
|
103
|
+
}
|
|
104
|
+
export const InlineDialogContent = forwardRef(({
|
|
105
|
+
as: C = "div",
|
|
106
|
+
style: __cmpls,
|
|
107
|
+
...__cmplp
|
|
108
|
+
}, __cmplr) => {
|
|
109
|
+
return /*#__PURE__*/React.createElement(C, _extends({}, __cmplp, {
|
|
110
|
+
style: __cmpls,
|
|
111
|
+
ref: __cmplr,
|
|
112
|
+
className: ax(["_138k1ejb _1eg6u2gc _s22yu2gc", __cmplp.className])
|
|
113
|
+
}));
|
|
114
|
+
});
|
|
115
|
+
if (process.env.NODE_ENV !== 'production') {
|
|
116
|
+
InlineDialogContent.displayName = 'InlineDialogContent';
|
|
117
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
|
|
2
|
+
._qtt8glyw{list-style:none}._18u0u2gc{margin-left:var(--ds-space-100,8px)}
|
|
3
|
+
._19bvidpf{padding-left:0}
|
|
4
|
+
._19bvu2gc{padding-left:var(--ds-space-100,8px)}
|
|
5
|
+
._1pyaidpf >li{margin-top:0}
|
|
6
|
+
._ca0qidpf{padding-top:0}
|
|
7
|
+
._k48p1pd9{font-weight:var(--ds-font-weight-semibold,600)}
|
|
8
|
+
._n3tdidpf{padding-bottom:0}
|
|
9
|
+
._u5f3u2gc{padding-right:var(--ds-space-100,8px)}
|
|
@@ -1,24 +1,53 @@
|
|
|
1
|
-
|
|
2
|
-
import
|
|
1
|
+
/* styled.tsx generated by @compiled/babel-plugin v0.39.1 */
|
|
2
|
+
import _extends from "@babel/runtime/helpers/extends";
|
|
3
|
+
import "./styled.compiled.css";
|
|
4
|
+
import { forwardRef } from 'react';
|
|
5
|
+
import * as React from 'react';
|
|
6
|
+
import { ax, ix } from "@compiled/react/runtime";
|
|
3
7
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
4
|
-
export const AccessibleSitesList =
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
8
|
+
export const AccessibleSitesList = forwardRef(({
|
|
9
|
+
as: C = "ul",
|
|
10
|
+
style: __cmpls,
|
|
11
|
+
...__cmplp
|
|
12
|
+
}, __cmplr) => {
|
|
13
|
+
return /*#__PURE__*/React.createElement(C, _extends({}, __cmplp, {
|
|
14
|
+
style: __cmpls,
|
|
15
|
+
ref: __cmplr,
|
|
16
|
+
className: ax(["_qtt8glyw _19bvidpf _k48p1pd9 _18u0u2gc _1pyaidpf", __cmplp.className])
|
|
17
|
+
}));
|
|
13
18
|
});
|
|
14
19
|
|
|
15
20
|
// 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
|
-
|
|
21
|
+
if (process.env.NODE_ENV !== 'production') {
|
|
22
|
+
AccessibleSitesList.displayName = 'AccessibleSitesList';
|
|
23
|
+
}
|
|
24
|
+
export const AccessibleSitesListFootnote = forwardRef(({
|
|
25
|
+
as: C = "div",
|
|
26
|
+
style: __cmpls,
|
|
27
|
+
...__cmplp
|
|
28
|
+
}, __cmplr) => {
|
|
29
|
+
return /*#__PURE__*/React.createElement(C, _extends({}, __cmplp, {
|
|
30
|
+
style: __cmpls,
|
|
31
|
+
ref: __cmplr,
|
|
32
|
+
className: ax(["_19bvidpf _18u0u2gc", __cmplp.className])
|
|
33
|
+
}));
|
|
19
34
|
});
|
|
20
35
|
|
|
21
36
|
// 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
|
-
}
|
|
37
|
+
if (process.env.NODE_ENV !== 'production') {
|
|
38
|
+
AccessibleSitesListFootnote.displayName = 'AccessibleSitesListFootnote';
|
|
39
|
+
}
|
|
40
|
+
export const ButtonWrapper = forwardRef(({
|
|
41
|
+
as: C = "div",
|
|
42
|
+
style: __cmpls,
|
|
43
|
+
...__cmplp
|
|
44
|
+
}, __cmplr) => {
|
|
45
|
+
return /*#__PURE__*/React.createElement(C, _extends({}, __cmplp, {
|
|
46
|
+
style: __cmpls,
|
|
47
|
+
ref: __cmplr,
|
|
48
|
+
className: ax(["_ca0qidpf _n3tdidpf _19bvu2gc _u5f3u2gc", __cmplp.className])
|
|
49
|
+
}));
|
|
50
|
+
});
|
|
51
|
+
if (process.env.NODE_ENV !== 'production') {
|
|
52
|
+
ButtonWrapper.displayName = 'ButtonWrapper';
|
|
53
|
+
}
|
|
@@ -1,22 +1,54 @@
|
|
|
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 "./styled.compiled.css";
|
|
4
|
+
import { forwardRef } from 'react';
|
|
5
|
+
import * as React from 'react';
|
|
6
|
+
import { ax, ix } from "@compiled/react/runtime";
|
|
4
7
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
5
|
-
export const DrawerInner =
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
8
|
+
export const DrawerInner = forwardRef(({
|
|
9
|
+
as: C = "div",
|
|
10
|
+
style: __cmpls,
|
|
11
|
+
...__cmplp
|
|
12
|
+
}, __cmplr) => {
|
|
13
|
+
return /*#__PURE__*/React.createElement(C, _extends({}, __cmplp, {
|
|
14
|
+
style: __cmpls,
|
|
15
|
+
ref: __cmplr,
|
|
16
|
+
className: ax(["_1e0c1txw _1n261g80 _2lx21bp4 _4cvr1h6o", __cmplp.className])
|
|
17
|
+
}));
|
|
10
18
|
});
|
|
11
19
|
|
|
12
20
|
// 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
|
-
|
|
21
|
+
if (process.env.NODE_ENV !== 'production') {
|
|
22
|
+
DrawerInner.displayName = 'DrawerInner';
|
|
23
|
+
}
|
|
24
|
+
export const ContentFooter = forwardRef(({
|
|
25
|
+
as: C = "div",
|
|
26
|
+
style: __cmpls,
|
|
27
|
+
...__cmplp
|
|
28
|
+
}, __cmplr) => {
|
|
29
|
+
return /*#__PURE__*/React.createElement(C, _extends({}, __cmplp, {
|
|
30
|
+
style: __cmpls,
|
|
31
|
+
ref: __cmplr,
|
|
32
|
+
className: ax(["_1e0c1txw _1bahesu3", __cmplp.className])
|
|
33
|
+
}));
|
|
16
34
|
});
|
|
17
35
|
|
|
18
36
|
/** Delete me once real content is present in the drawer */
|
|
19
37
|
// 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
|
-
}
|
|
38
|
+
if (process.env.NODE_ENV !== 'production') {
|
|
39
|
+
ContentFooter.displayName = 'ContentFooter';
|
|
40
|
+
}
|
|
41
|
+
export const PlaceholderContent = forwardRef(({
|
|
42
|
+
as: C = "div",
|
|
43
|
+
style: __cmpls,
|
|
44
|
+
...__cmplp
|
|
45
|
+
}, __cmplr) => {
|
|
46
|
+
return /*#__PURE__*/React.createElement(C, _extends({}, __cmplp, {
|
|
47
|
+
style: __cmpls,
|
|
48
|
+
ref: __cmplr,
|
|
49
|
+
className: ax(["_1bsb1j89", __cmplp.className])
|
|
50
|
+
}));
|
|
51
|
+
});
|
|
52
|
+
if (process.env.NODE_ENV !== 'production') {
|
|
53
|
+
PlaceholderContent.displayName = 'PlaceholderContent';
|
|
54
|
+
}
|
|
@@ -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,21 @@
|
|
|
1
|
-
|
|
2
|
-
import
|
|
1
|
+
/* styled.tsx generated by @compiled/babel-plugin v0.39.1 */
|
|
2
|
+
import _extends from "@babel/runtime/helpers/extends";
|
|
3
|
+
import "./styled.compiled.css";
|
|
4
|
+
import { forwardRef } from 'react';
|
|
5
|
+
import * as React from 'react';
|
|
6
|
+
import { ax, ix } from "@compiled/react/runtime";
|
|
3
7
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
4
|
-
export const FooterOuter =
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
8
|
+
export const FooterOuter = forwardRef(({
|
|
9
|
+
as: C = "div",
|
|
10
|
+
style: __cmpls,
|
|
11
|
+
...__cmplp
|
|
12
|
+
}, __cmplr) => {
|
|
13
|
+
return /*#__PURE__*/React.createElement(C, _extends({}, __cmplp, {
|
|
14
|
+
style: __cmpls,
|
|
15
|
+
ref: __cmplr,
|
|
16
|
+
className: ax(["_1e0c1txw _1bsb1osq _p12f1fdn _1bah1yb4 _19pkxy5q _2ilritcz _1cmc1ejb _ad4g1h6o", __cmplp.className])
|
|
17
|
+
}));
|
|
18
|
+
});
|
|
19
|
+
if (process.env.NODE_ENV !== 'production') {
|
|
20
|
+
FooterOuter.displayName = 'FooterOuter';
|
|
21
|
+
}
|
|
@@ -1,10 +1,21 @@
|
|
|
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 "./styled.compiled.css";
|
|
4
|
+
import { forwardRef } from 'react';
|
|
5
|
+
import * as React from 'react';
|
|
6
|
+
import { ax, ix } from "@compiled/react/runtime";
|
|
4
7
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
5
|
-
export const TriggerButton =
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
}
|
|
8
|
+
export const TriggerButton = forwardRef(({
|
|
9
|
+
as: C = "button",
|
|
10
|
+
style: __cmpls,
|
|
11
|
+
...__cmplp
|
|
12
|
+
}, __cmplr) => {
|
|
13
|
+
return /*#__PURE__*/React.createElement(C, _extends({}, __cmplp, {
|
|
14
|
+
style: __cmpls,
|
|
15
|
+
ref: __cmplr,
|
|
16
|
+
className: ax(["_11q7glyw _19itglyw _ca0qidpf _u5f3idpf _n3tdidpf _19bvidpf _80om73ad", __cmplp.className])
|
|
17
|
+
}));
|
|
18
|
+
});
|
|
19
|
+
if (process.env.NODE_ENV !== 'production') {
|
|
20
|
+
TriggerButton.displayName = 'TriggerButton';
|
|
21
|
+
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import Avatar from '@atlaskit/avatar';
|
|
3
3
|
import Heading from '@atlaskit/heading';
|
|
4
|
-
// eslint-disable-next-line @atlaskit/design-system/no-emotion-primitives -- to be migrated to @atlaskit/primitives/compiled – go/akcss
|
|
5
4
|
import { Stack, Text } from '@atlaskit/primitives/compiled';
|
|
6
5
|
import * as Styled from './styles';
|
|
7
6
|
export class UserInfo extends React.Component {
|