@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.
Files changed (75) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist/cjs/components/DeactivateUserOverviewScreen/styled.compiled.css +13 -0
  3. package/dist/cjs/components/DeactivateUserOverviewScreen/styled.js +80 -33
  4. package/dist/cjs/components/DeleteUserContentPreviewScreen/DeleteUserContentPreviewScreen.js +2 -2
  5. package/dist/cjs/components/DeleteUserContentPreviewScreen/styled.compiled.css +20 -0
  6. package/dist/cjs/components/DeleteUserContentPreviewScreen/styled.js +82 -35
  7. package/dist/cjs/components/DeleteUserOverviewScreen/DeleteUserOverviewScreen.js +1 -1
  8. package/dist/cjs/components/DeleteUserOverviewScreen/styled.compiled.css +20 -0
  9. package/dist/cjs/components/DeleteUserOverviewScreen/styled.js +108 -55
  10. package/dist/cjs/components/DropdownList/styled.compiled.css +9 -0
  11. package/dist/cjs/components/DropdownList/styled.js +52 -18
  12. package/dist/cjs/components/FocusedTaskCloseAccount/styled.compiled.css +6 -0
  13. package/dist/cjs/components/FocusedTaskCloseAccount/styled.js +52 -14
  14. package/dist/cjs/components/Footer/styled.compiled.css +6 -0
  15. package/dist/cjs/components/Footer/styled.js +24 -15
  16. package/dist/cjs/components/StatefulInlineDialog/styled.compiled.css +7 -0
  17. package/dist/cjs/components/StatefulInlineDialog/styled.js +24 -9
  18. package/dist/cjs/components/UserInfo/UserInfo.js +1 -1
  19. package/dist/cjs/components/UserInfo/styles.compiled.css +7 -0
  20. package/dist/cjs/components/UserInfo/styles.js +38 -16
  21. package/dist/es2019/components/DeactivateUserOverviewScreen/styled.compiled.css +13 -0
  22. package/dist/es2019/components/DeactivateUserOverviewScreen/styled.js +72 -32
  23. package/dist/es2019/components/DeleteUserContentPreviewScreen/DeleteUserContentPreviewScreen.js +2 -2
  24. package/dist/es2019/components/DeleteUserContentPreviewScreen/styled.compiled.css +20 -0
  25. package/dist/es2019/components/DeleteUserContentPreviewScreen/styled.js +74 -41
  26. package/dist/es2019/components/DeleteUserOverviewScreen/DeleteUserOverviewScreen.js +0 -1
  27. package/dist/es2019/components/DeleteUserOverviewScreen/styled.compiled.css +20 -0
  28. package/dist/es2019/components/DeleteUserOverviewScreen/styled.js +98 -54
  29. package/dist/es2019/components/DropdownList/styled.compiled.css +9 -0
  30. package/dist/es2019/components/DropdownList/styled.js +46 -17
  31. package/dist/es2019/components/FocusedTaskCloseAccount/styled.compiled.css +6 -0
  32. package/dist/es2019/components/FocusedTaskCloseAccount/styled.js +46 -14
  33. package/dist/es2019/components/Footer/styled.compiled.css +6 -0
  34. package/dist/es2019/components/Footer/styled.js +20 -14
  35. package/dist/es2019/components/StatefulInlineDialog/styled.compiled.css +7 -0
  36. package/dist/es2019/components/StatefulInlineDialog/styled.js +20 -9
  37. package/dist/es2019/components/UserInfo/UserInfo.js +0 -1
  38. package/dist/es2019/components/UserInfo/styles.compiled.css +7 -0
  39. package/dist/es2019/components/UserInfo/styles.js +33 -15
  40. package/dist/esm/components/DeactivateUserOverviewScreen/styled.compiled.css +13 -0
  41. package/dist/esm/components/DeactivateUserOverviewScreen/styled.js +78 -32
  42. package/dist/esm/components/DeleteUserContentPreviewScreen/DeleteUserContentPreviewScreen.js +2 -2
  43. package/dist/esm/components/DeleteUserContentPreviewScreen/styled.compiled.css +20 -0
  44. package/dist/esm/components/DeleteUserContentPreviewScreen/styled.js +80 -36
  45. package/dist/esm/components/DeleteUserOverviewScreen/DeleteUserOverviewScreen.js +0 -1
  46. package/dist/esm/components/DeleteUserOverviewScreen/styled.compiled.css +20 -0
  47. package/dist/esm/components/DeleteUserOverviewScreen/styled.js +106 -54
  48. package/dist/esm/components/DropdownList/styled.compiled.css +9 -0
  49. package/dist/esm/components/DropdownList/styled.js +50 -17
  50. package/dist/esm/components/FocusedTaskCloseAccount/styled.compiled.css +6 -0
  51. package/dist/esm/components/FocusedTaskCloseAccount/styled.js +50 -14
  52. package/dist/esm/components/Footer/styled.compiled.css +6 -0
  53. package/dist/esm/components/Footer/styled.js +22 -14
  54. package/dist/esm/components/StatefulInlineDialog/styled.compiled.css +7 -0
  55. package/dist/esm/components/StatefulInlineDialog/styled.js +22 -9
  56. package/dist/esm/components/UserInfo/UserInfo.js +0 -1
  57. package/dist/esm/components/UserInfo/styles.compiled.css +7 -0
  58. package/dist/esm/components/UserInfo/styles.js +36 -15
  59. package/dist/types/components/DeactivateUserOverviewScreen/styled.d.ts +5 -20
  60. package/dist/types/components/DeleteUserContentPreviewScreen/styled.d.ts +5 -24
  61. package/dist/types/components/DeleteUserOverviewScreen/styled.d.ts +7 -28
  62. package/dist/types/components/DropdownList/styled.d.ts +3 -12
  63. package/dist/types/components/FocusedTaskCloseAccount/styled.d.ts +3 -12
  64. package/dist/types/components/Footer/styled.d.ts +1 -4
  65. package/dist/types/components/StatefulInlineDialog/styled.d.ts +1 -4
  66. package/dist/types/components/UserInfo/styles.d.ts +2 -8
  67. package/dist/types-ts4.5/components/DeactivateUserOverviewScreen/styled.d.ts +5 -20
  68. package/dist/types-ts4.5/components/DeleteUserContentPreviewScreen/styled.d.ts +5 -24
  69. package/dist/types-ts4.5/components/DeleteUserOverviewScreen/styled.d.ts +7 -28
  70. package/dist/types-ts4.5/components/DropdownList/styled.d.ts +3 -12
  71. package/dist/types-ts4.5/components/FocusedTaskCloseAccount/styled.d.ts +3 -12
  72. package/dist/types-ts4.5/components/Footer/styled.d.ts +1 -4
  73. package/dist/types-ts4.5/components/StatefulInlineDialog/styled.d.ts +1 -4
  74. package/dist/types-ts4.5/components/UserInfo/styles.d.ts +2 -8
  75. package/package.json +4 -4
@@ -1,52 +1,85 @@
1
- // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
2
- import styled from '@emotion/styled';
3
- const getSelectedCardColor = props => {
4
- return props.isSelected && `${"var(--ds-background-selected, #E9F2FE)"}`;
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 = styled.div({
9
- width: '100%',
10
- maxWidth: '640px',
11
- // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
12
- marginBottom: "var(--ds-space-400, 32px)"
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
- export const Title = styled.div({
17
- 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)",
18
- // eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
19
- marginBottom: "var(--ds-space-400, 32px)"
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/design-system/no-styled-tagged-template-expression, @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
23
- export const SectionCard = styled.div`
24
- position: relative;
25
- display: flex;
26
- padding: ${"var(--ds-space-250, 20px)"};
27
- width: 100%;
28
- background-color: ${props => getSelectedCardColor(props)};
29
- border-radius: ${"var(--ds-radius-small, 3px)"};
30
- box-shadow: ${"var(--ds-shadow-overlay, 0px 8px 12px #1E1F2126, 0px 0px 1px #1E1F214f)"};
31
- margin-top: ${"var(--ds-space-200, 16px)"};
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
- export const Avatar = styled.div({
36
- display: 'flex',
37
- flexDirection: 'column',
38
- // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
39
- marginLeft: "var(--ds-space-250, 20px)",
40
- // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
41
- marginRight: "var(--ds-space-100, 8px)"
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
- export const UserDetails = styled.div({
46
- display: 'flex',
47
- flexDirection: 'column',
48
- // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
49
- marginTop: "var(--ds-space-150, 12px)",
50
- fontWeight: "var(--ds-font-weight-semibold, 600)",
51
- color: "var(--ds-text-accent-blue, #1558BC)"
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
- // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
2
- import styled from '@emotion/styled';
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 = styled.div({
5
- width: '100%',
6
- maxWidth: '640px',
7
- // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
8
- marginBottom: "var(--ds-space-200, 16px)",
9
- // eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors -- Ignored via go/DSP-18766
10
- '> p': {
11
- // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
12
- marginTop: "var(--ds-space-300, 24px)",
13
- // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
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
- export const LoadingWrapper = styled.div({
20
- display: 'flex',
21
- justifyContent: 'center',
22
- alignItems: 'center',
23
- height: '500px'
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
- export const Title = styled.div({
28
- 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)",
29
- // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
30
- marginBottom: "var(--ds-space-300, 24px)"
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
- export const SectionMessageOuter = styled.div({
35
- // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
36
- margin: `${"var(--ds-space-300, 24px)"} 0`
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
- export const MainInformationList = styled.ul({
41
- // eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors -- Ignored via go/DSP-18766
42
- '> li b': {
43
- fontWeight: "var(--ds-font-weight-semibold, 600)"
44
- },
45
- // eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors -- Ignored via go/DSP-18766
46
- 'p + ul': {
47
- // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
48
- marginTop: "var(--ds-space-150, 12px)"
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
- export const IconHoverWrapper = styled.span({
54
- color: "var(--ds-background-information-bold, #1868DB)",
55
- // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
56
- paddingLeft: "var(--ds-space-050, 4px)",
57
- '&:hover': {
58
- color: "var(--ds-background-information-bold-hovered, #1558BC)"
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
- export const InlineDialogContent = styled.div({
64
- // eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors -- Ignored via go/DSP-18766
65
- li: {
66
- // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
67
- marginLeft: "var(--ds-space-300, 24px)",
68
- // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
69
- marginTop: "var(--ds-space-100, 8px)",
70
- // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
71
- paddingLeft: "var(--ds-space-100, 8px)"
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
- // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
2
- import styled from '@emotion/styled';
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 = styled.ul({
5
- listStyle: 'none',
6
- paddingLeft: 0,
7
- fontWeight: "var(--ds-font-weight-semibold, 600)",
8
- marginLeft: "var(--ds-space-100, 8px)",
9
- // eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors -- Ignored via go/DSP-18766
10
- '> li': {
11
- marginTop: 0
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
- export const AccessibleSitesListFootnote = styled.div({
17
- paddingLeft: 0,
18
- marginLeft: "var(--ds-space-100, 8px)"
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
- export const ButtonWrapper = styled.div({
23
- padding: `0 ${"var(--ds-space-100, 8px)"}`
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
+ }
@@ -0,0 +1,6 @@
1
+ ._1bahesu3{justify-content:flex-end}
2
+ ._1bsb1j89{width:22pc}
3
+ ._1e0c1txw{display:flex}
4
+ ._1n261g80{flex-wrap:wrap}
5
+ ._2lx21bp4{flex-direction:column}
6
+ ._4cvr1h6o{align-items:center}
@@ -1,22 +1,54 @@
1
- // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
2
- import styled from '@emotion/styled';
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 = styled.div({
6
- display: 'flex',
7
- flexWrap: 'wrap',
8
- flexDirection: 'column',
9
- alignItems: 'center'
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
- export const ContentFooter = styled.div({
14
- display: 'flex',
15
- justifyContent: 'flex-end'
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
- export const PlaceholderContent = styled.div({
21
- width: '352px'
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
- // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
2
- import styled from '@emotion/styled';
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 = styled.div({
5
- display: 'flex',
6
- width: '100%',
7
- maxWidth: '640px',
8
- '@media screen and (max-width: 640px)': {
9
- justifyContent: 'space-evenly',
10
- paddingBottom: "var(--ds-space-300, 24px)",
11
- alignItems: 'center'
12
- },
13
- justifyContent: 'space-between',
14
- marginTop: "var(--ds-space-400, 32px)"
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
+ }
@@ -0,0 +1,7 @@
1
+ ._11q7glyw{background:none}
2
+ ._19itglyw{border:none}
3
+ ._19bvidpf{padding-left:0}
4
+ ._80om73ad{cursor:default}
5
+ ._ca0qidpf{padding-top:0}
6
+ ._n3tdidpf{padding-bottom:0}
7
+ ._u5f3idpf{padding-right:0}
@@ -1,10 +1,21 @@
1
- // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
2
- import styled from '@emotion/styled';
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 = styled.button({
6
- background: 'none',
7
- border: 'none',
8
- padding: 0,
9
- cursor: 'default'
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 {
@@ -0,0 +1,7 @@
1
+
2
+ ._zulputpp{gap:var(--ds-space-150,9pt)}._18u0v47k{margin-left:var(--ds-space-250,20px)}
3
+ ._1bsb1osq{width:100%}
4
+ ._1e0c1txw{display:flex}
5
+ ._2lx21bp4{flex-direction:column}
6
+ ._4cvr1h6o{align-items:center}
7
+ ._otyrpxbi{margin-bottom:var(--ds-space-200,1pc)}