@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,19 +1,37 @@
1
- // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
2
- import styled from '@emotion/styled';
1
+ /* styles.tsx generated by @compiled/babel-plugin v0.39.1 */
2
+ import _extends from "@babel/runtime/helpers/extends";
3
+ import "./styles.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 UserInfoOuter = styled.div({
5
- display: 'flex',
6
- alignItems: 'center',
7
- width: '100%',
8
- gap: "var(--ds-space-150, 12px)",
9
- // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
10
- marginBottom: "var(--ds-space-200, 16px)"
8
+ export const UserInfoOuter = 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(["_zulputpp _1e0c1txw _4cvr1h6o _1bsb1osq _otyrpxbi", __cmplp.className])
17
+ }));
11
18
  });
12
19
 
13
20
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
14
- export const Avatar = styled.div({
15
- display: 'flex',
16
- flexDirection: 'column',
17
- // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
18
- marginLeft: "var(--ds-space-250, 20px)"
19
- });
21
+ if (process.env.NODE_ENV !== 'production') {
22
+ UserInfoOuter.displayName = 'UserInfoOuter';
23
+ }
24
+ export const Avatar = 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 _2lx21bp4 _18u0v47k", __cmplp.className])
33
+ }));
34
+ });
35
+ if (process.env.NODE_ENV !== 'production') {
36
+ Avatar.displayName = 'Avatar';
37
+ }
@@ -0,0 +1,13 @@
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
+ ._19pkutpp{margin-top:var(--ds-space-150,9pt)}
3
+ ._1bah1h6o{justify-content:center}
4
+ ._1bsb1osq{width:100%}
5
+ ._1e0c1txw{display:flex}
6
+ ._1whz1ejb >p{margin-top:var(--ds-space-300,24px)}
7
+ ._4cvr1h6o{align-items:center}
8
+ ._4t3idgin{height:500px}
9
+ ._8j83pxbi >p{margin-bottom:var(--ds-space-200,1pc)}
10
+ ._k0ph1pd9 >li b{font-weight:var(--ds-font-weight-semibold,600)}
11
+ ._otyr1ejb{margin-bottom:var(--ds-space-300,24px)}
12
+ ._otyrpxbi{margin-bottom:var(--ds-space-200,1pc)}
13
+ ._p12f1fdn{max-width:40pc}
@@ -1,45 +1,91 @@
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 _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
4
+ var _excluded = ["as", "style"],
5
+ _excluded2 = ["as", "style"],
6
+ _excluded3 = ["as", "style"],
7
+ _excluded4 = ["as", "style"],
8
+ _excluded5 = ["as", "style"];
9
+ import "./styled.compiled.css";
10
+ import { forwardRef } from 'react';
11
+ import * as React from 'react';
12
+ import { ax, ix } from "@compiled/react/runtime";
3
13
  // 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 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
- }
14
+ export var Screen = forwardRef(function (_ref, __cmplr) {
15
+ var _ref$as = _ref.as,
16
+ C = _ref$as === void 0 ? "div" : _ref$as,
17
+ __cmpls = _ref.style,
18
+ __cmplp = _objectWithoutProperties(_ref, _excluded);
19
+ return /*#__PURE__*/React.createElement(C, _extends({}, __cmplp, {
20
+ style: __cmpls,
21
+ ref: __cmplr,
22
+ className: ax(["_1bsb1osq _p12f1fdn _otyrpxbi _1whz1ejb _8j83pxbi", __cmplp.className])
23
+ }));
16
24
  });
17
25
 
18
26
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
19
- export var LoadingWrapper = styled.div({
20
- display: 'flex',
21
- justifyContent: 'center',
22
- alignItems: 'center',
23
- height: '500px'
27
+ if (process.env.NODE_ENV !== 'production') {
28
+ Screen.displayName = 'Screen';
29
+ }
30
+ export var LoadingWrapper = forwardRef(function (_ref2, __cmplr) {
31
+ var _ref2$as = _ref2.as,
32
+ C = _ref2$as === void 0 ? "div" : _ref2$as,
33
+ __cmpls = _ref2.style,
34
+ __cmplp = _objectWithoutProperties(_ref2, _excluded2);
35
+ return /*#__PURE__*/React.createElement(C, _extends({}, __cmplp, {
36
+ style: __cmpls,
37
+ ref: __cmplr,
38
+ className: ax(["_1e0c1txw _1bah1h6o _4cvr1h6o _4t3idgin", __cmplp.className])
39
+ }));
24
40
  });
25
41
 
26
42
  // 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 var 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)"
43
+ if (process.env.NODE_ENV !== 'production') {
44
+ LoadingWrapper.displayName = 'LoadingWrapper';
45
+ }
46
+ export var Title = forwardRef(function (_ref3, __cmplr) {
47
+ var _ref3$as = _ref3.as,
48
+ C = _ref3$as === void 0 ? "div" : _ref3$as,
49
+ __cmpls = _ref3.style,
50
+ __cmplp = _objectWithoutProperties(_ref3, _excluded3);
51
+ return /*#__PURE__*/React.createElement(C, _extends({}, __cmplp, {
52
+ style: __cmpls,
53
+ ref: __cmplr,
54
+ className: ax(["_11c810sd _otyr1ejb", __cmplp.className])
55
+ }));
31
56
  });
32
57
 
33
58
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
34
- export var MainInformationList = styled.ul({
35
- // eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors -- Ignored via go/DSP-18766
36
- '> li b': {
37
- fontWeight: "var(--ds-font-weight-semibold, 600)"
38
- }
59
+ if (process.env.NODE_ENV !== 'production') {
60
+ Title.displayName = 'Title';
61
+ }
62
+ export var MainInformationList = forwardRef(function (_ref4, __cmplr) {
63
+ var _ref4$as = _ref4.as,
64
+ C = _ref4$as === void 0 ? "ul" : _ref4$as,
65
+ __cmpls = _ref4.style,
66
+ __cmplp = _objectWithoutProperties(_ref4, _excluded4);
67
+ return /*#__PURE__*/React.createElement(C, _extends({}, __cmplp, {
68
+ style: __cmpls,
69
+ ref: __cmplr,
70
+ className: ax(["_k0ph1pd9", __cmplp.className])
71
+ }));
39
72
  });
40
73
 
41
74
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
42
- export var AccessibleSitesWrapper = styled.div({
43
- // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
44
- marginTop: "var(--ds-space-150, 12px)"
45
- });
75
+ if (process.env.NODE_ENV !== 'production') {
76
+ MainInformationList.displayName = 'MainInformationList';
77
+ }
78
+ export var AccessibleSitesWrapper = forwardRef(function (_ref5, __cmplr) {
79
+ var _ref5$as = _ref5.as,
80
+ C = _ref5$as === void 0 ? "div" : _ref5$as,
81
+ __cmpls = _ref5.style,
82
+ __cmplp = _objectWithoutProperties(_ref5, _excluded5);
83
+ return /*#__PURE__*/React.createElement(C, _extends({}, __cmplp, {
84
+ style: __cmpls,
85
+ ref: __cmplr,
86
+ className: ax(["_19pkutpp", __cmplp.className])
87
+ }));
88
+ });
89
+ if (process.env.NODE_ENV !== 'production') {
90
+ AccessibleSitesWrapper.displayName = 'AccessibleSitesWrapper';
91
+ }
@@ -58,7 +58,7 @@ export var DeleteUserContentPreviewScreen = /*#__PURE__*/function (_React$Compon
58
58
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-classname-prop -- Ignored via go/DSP-18766
59
59
  className: "nameSectionCard",
60
60
  onClick: this.handleClickSection('Name', 1),
61
- isSelected: 1 === this.state.currentActive
61
+ "data-selected": 1 === this.state.currentActive
62
62
  }, /*#__PURE__*/React.createElement(Styled.Avatar, null, /*#__PURE__*/React.createElement(Avatar, {
63
63
  size: "large",
64
64
  src: ""
@@ -66,7 +66,7 @@ export var DeleteUserContentPreviewScreen = /*#__PURE__*/function (_React$Compon
66
66
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-classname-prop -- Ignored via go/DSP-18766
67
67
  className: "formerUserSectionCard",
68
68
  onClick: this.handleClickSection('Former User', 0),
69
- isSelected: 0 === this.state.currentActive
69
+ "data-selected": 0 === this.state.currentActive
70
70
  }, /*#__PURE__*/React.createElement(Styled.Avatar, null, /*#__PURE__*/React.createElement(Avatar, {
71
71
  size: "large",
72
72
  src: ""
@@ -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
+ ._2rkofajl{border-radius:var(--ds-radius-small,3px)}
3
+ ._16qs130s{box-shadow:var(--ds-shadow-overlay,0 8px 9pt #1e1f2126,0 0 1px #1e1f214f)}
4
+ ._18u0v47k{margin-left:var(--ds-space-250,20px)}
5
+ ._19bvv47k{padding-left:var(--ds-space-250,20px)}
6
+ ._19pkpxbi{margin-top:var(--ds-space-200,1pc)}
7
+ ._19pkutpp{margin-top:var(--ds-space-150,9pt)}
8
+ ._1bsb1osq{width:100%}
9
+ ._1e0c1txw{display:flex}
10
+ ._1jpo15s3[data-selected=true]{background-color:var(--ds-background-selected,#e9f2fe)}
11
+ ._2hwxu2gc{margin-right:var(--ds-space-100,8px)}
12
+ ._2lx21bp4{flex-direction:column}
13
+ ._ca0qv47k{padding-top:var(--ds-space-250,20px)}
14
+ ._k48p1pd9{font-weight:var(--ds-font-weight-semibold,600)}
15
+ ._kqswh2mm{position:relative}
16
+ ._n3tdv47k{padding-bottom:var(--ds-space-250,20px)}
17
+ ._otyrxy5q{margin-bottom:var(--ds-space-400,2pc)}
18
+ ._p12f1fdn{max-width:40pc}
19
+ ._syaz16jw{color:var(--ds-text-accent-blue,#1558bc)}
20
+ ._u5f3v47k{padding-right:var(--ds-space-250,20px)}
@@ -1,47 +1,91 @@
1
- import _taggedTemplateLiteral from "@babel/runtime/helpers/taggedTemplateLiteral";
2
- var _templateObject;
3
- // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
4
- import styled from '@emotion/styled';
5
- var getSelectedCardColor = function getSelectedCardColor(props) {
6
- return props.isSelected && "var(--ds-background-selected, #E9F2FE)";
7
- };
8
-
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
+ _excluded4 = ["as", "style"],
8
+ _excluded5 = ["as", "style"];
9
+ import "./styled.compiled.css";
10
+ import { forwardRef } from 'react';
11
+ import * as React from 'react';
12
+ import { ax, ix } from "@compiled/react/runtime";
9
13
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
10
- export var Screen = styled.div({
11
- width: '100%',
12
- maxWidth: '640px',
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-400, 32px)"
14
+ export var Screen = forwardRef(function (_ref, __cmplr) {
15
+ var _ref$as = _ref.as,
16
+ C = _ref$as === void 0 ? "div" : _ref$as,
17
+ __cmpls = _ref.style,
18
+ __cmplp = _objectWithoutProperties(_ref, _excluded);
19
+ return /*#__PURE__*/React.createElement(C, _extends({}, __cmplp, {
20
+ style: __cmpls,
21
+ ref: __cmplr,
22
+ className: ax(["_1bsb1osq _p12f1fdn _otyrxy5q", __cmplp.className])
23
+ }));
15
24
  });
16
25
 
17
26
  // 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
18
- export var Title = styled.div({
19
- 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)",
20
- // eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
21
- marginBottom: "var(--ds-space-400, 32px)"
27
+ if (process.env.NODE_ENV !== 'production') {
28
+ Screen.displayName = 'Screen';
29
+ }
30
+ export var Title = forwardRef(function (_ref2, __cmplr) {
31
+ var _ref2$as = _ref2.as,
32
+ C = _ref2$as === void 0 ? "div" : _ref2$as,
33
+ __cmpls = _ref2.style,
34
+ __cmplp = _objectWithoutProperties(_ref2, _excluded2);
35
+ return /*#__PURE__*/React.createElement(C, _extends({}, __cmplp, {
36
+ style: __cmpls,
37
+ ref: __cmplr,
38
+ className: ax(["_11c810sd _otyrxy5q", __cmplp.className])
39
+ }));
22
40
  });
23
41
 
24
- // 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
25
- export var SectionCard = styled.div(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n\tposition: relative;\n\tdisplay: flex;\n\tpadding: ", ";\n\twidth: 100%;\n\tbackground-color: ", ";\n\tborder-radius: ", ";\n\tbox-shadow: ", ";\n\tmargin-top: ", ";\n"])), "var(--ds-space-250, 20px)", function (props) {
26
- return getSelectedCardColor(props);
27
- }, "var(--ds-radius-small, 3px)", "var(--ds-shadow-overlay, 0px 8px 12px #1E1F2126, 0px 0px 1px #1E1F214f)", "var(--ds-space-200, 16px)");
42
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
43
+ if (process.env.NODE_ENV !== 'production') {
44
+ Title.displayName = 'Title';
45
+ }
46
+ export var SectionCard = forwardRef(function (_ref3, __cmplr) {
47
+ var _ref3$as = _ref3.as,
48
+ C = _ref3$as === void 0 ? "div" : _ref3$as,
49
+ __cmpls = _ref3.style,
50
+ __cmplp = _objectWithoutProperties(_ref3, _excluded3);
51
+ return /*#__PURE__*/React.createElement(C, _extends({}, __cmplp, {
52
+ style: __cmpls,
53
+ ref: __cmplr,
54
+ className: ax(["_2rkofajl _kqswh2mm _1e0c1txw _ca0qv47k _u5f3v47k _n3tdv47k _19bvv47k _1bsb1osq _16qs130s _19pkpxbi _1jpo15s3", __cmplp.className])
55
+ }));
56
+ });
28
57
 
29
58
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
30
- export var Avatar = styled.div({
31
- display: 'flex',
32
- flexDirection: 'column',
33
- // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
34
- marginLeft: "var(--ds-space-250, 20px)",
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
- marginRight: "var(--ds-space-100, 8px)"
59
+ if (process.env.NODE_ENV !== 'production') {
60
+ SectionCard.displayName = 'SectionCard';
61
+ }
62
+ export var Avatar = forwardRef(function (_ref4, __cmplr) {
63
+ var _ref4$as = _ref4.as,
64
+ C = _ref4$as === void 0 ? "div" : _ref4$as,
65
+ __cmpls = _ref4.style,
66
+ __cmplp = _objectWithoutProperties(_ref4, _excluded4);
67
+ return /*#__PURE__*/React.createElement(C, _extends({}, __cmplp, {
68
+ style: __cmpls,
69
+ ref: __cmplr,
70
+ className: ax(["_1e0c1txw _2lx21bp4 _18u0v47k _2hwxu2gc", __cmplp.className])
71
+ }));
37
72
  });
38
73
 
39
74
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
40
- export var UserDetails = styled.div({
41
- display: 'flex',
42
- flexDirection: 'column',
43
- // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
44
- marginTop: "var(--ds-space-150, 12px)",
45
- fontWeight: "var(--ds-font-weight-semibold, 600)",
46
- color: "var(--ds-text-accent-blue, #1558BC)"
47
- });
75
+ if (process.env.NODE_ENV !== 'production') {
76
+ Avatar.displayName = 'Avatar';
77
+ }
78
+ export var UserDetails = forwardRef(function (_ref5, __cmplr) {
79
+ var _ref5$as = _ref5.as,
80
+ C = _ref5$as === void 0 ? "div" : _ref5$as,
81
+ __cmpls = _ref5.style,
82
+ __cmplp = _objectWithoutProperties(_ref5, _excluded5);
83
+ return /*#__PURE__*/React.createElement(C, _extends({}, __cmplp, {
84
+ style: __cmpls,
85
+ ref: __cmplr,
86
+ className: ax(["_1e0c1txw _2lx21bp4 _19pkutpp _k48p1pd9 _syaz16jw", __cmplp.className])
87
+ }));
88
+ });
89
+ if (process.env.NODE_ENV !== 'production') {
90
+ UserDetails.displayName = 'UserDetails';
91
+ }
@@ -13,7 +13,6 @@ import Button from '@atlaskit/button';
13
13
  import SectionMessage from '@atlaskit/section-message';
14
14
  import InfoIcon from '@atlaskit/icon/core/status-information';
15
15
  import { fg } from '@atlaskit/platform-feature-flags';
16
- // eslint-disable-next-line @atlaskit/design-system/no-emotion-primitives -- to be migrated to @atlaskit/primitives/compiled – go/akcss
17
16
  import { Text } from '@atlaskit/primitives/compiled';
18
17
  import { commonMessages, overviewMessages } from '../../messages';
19
18
  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,125 @@
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 _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
4
+ var _excluded = ["as", "style"],
5
+ _excluded2 = ["as", "style"],
6
+ _excluded3 = ["as", "style"],
7
+ _excluded4 = ["as", "style"],
8
+ _excluded5 = ["as", "style"],
9
+ _excluded6 = ["as", "style"],
10
+ _excluded7 = ["as", "style"];
11
+ import "./styled.compiled.css";
12
+ import { forwardRef } from 'react';
13
+ import * as React from 'react';
14
+ import { ax, ix } from "@compiled/react/runtime";
3
15
  // 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 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
- }
16
+ export var Screen = forwardRef(function (_ref, __cmplr) {
17
+ var _ref$as = _ref.as,
18
+ C = _ref$as === void 0 ? "div" : _ref$as,
19
+ __cmpls = _ref.style,
20
+ __cmplp = _objectWithoutProperties(_ref, _excluded);
21
+ return /*#__PURE__*/React.createElement(C, _extends({}, __cmplp, {
22
+ style: __cmpls,
23
+ ref: __cmplr,
24
+ className: ax(["_1bsb1osq _p12f1fdn _otyrpxbi _1whz1ejb _8j83pxbi", __cmplp.className])
25
+ }));
16
26
  });
17
27
 
18
28
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
19
- export var LoadingWrapper = styled.div({
20
- display: 'flex',
21
- justifyContent: 'center',
22
- alignItems: 'center',
23
- height: '500px'
29
+ if (process.env.NODE_ENV !== 'production') {
30
+ Screen.displayName = 'Screen';
31
+ }
32
+ export var LoadingWrapper = forwardRef(function (_ref2, __cmplr) {
33
+ var _ref2$as = _ref2.as,
34
+ C = _ref2$as === void 0 ? "div" : _ref2$as,
35
+ __cmpls = _ref2.style,
36
+ __cmplp = _objectWithoutProperties(_ref2, _excluded2);
37
+ return /*#__PURE__*/React.createElement(C, _extends({}, __cmplp, {
38
+ style: __cmpls,
39
+ ref: __cmplr,
40
+ className: ax(["_1e0c1txw _1bah1h6o _4cvr1h6o _4t3idgin", __cmplp.className])
41
+ }));
24
42
  });
25
43
 
26
44
  // 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 var 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)"
45
+ if (process.env.NODE_ENV !== 'production') {
46
+ LoadingWrapper.displayName = 'LoadingWrapper';
47
+ }
48
+ export var Title = forwardRef(function (_ref3, __cmplr) {
49
+ var _ref3$as = _ref3.as,
50
+ C = _ref3$as === void 0 ? "div" : _ref3$as,
51
+ __cmpls = _ref3.style,
52
+ __cmplp = _objectWithoutProperties(_ref3, _excluded3);
53
+ return /*#__PURE__*/React.createElement(C, _extends({}, __cmplp, {
54
+ style: __cmpls,
55
+ ref: __cmplr,
56
+ className: ax(["_11c810sd _otyr1ejb", __cmplp.className])
57
+ }));
31
58
  });
32
59
 
33
60
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
34
- export var 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)".concat(" 0")
61
+ if (process.env.NODE_ENV !== 'production') {
62
+ Title.displayName = 'Title';
63
+ }
64
+ export var SectionMessageOuter = forwardRef(function (_ref4, __cmplr) {
65
+ var _ref4$as = _ref4.as,
66
+ C = _ref4$as === void 0 ? "div" : _ref4$as,
67
+ __cmpls = _ref4.style,
68
+ __cmplp = _objectWithoutProperties(_ref4, _excluded4);
69
+ return /*#__PURE__*/React.createElement(C, _extends({}, __cmplp, {
70
+ style: __cmpls,
71
+ ref: __cmplr,
72
+ className: ax(["_19pk1ejb _otyr1ejb", __cmplp.className])
73
+ }));
37
74
  });
38
75
 
39
76
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
40
- export var 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
- }
77
+ if (process.env.NODE_ENV !== 'production') {
78
+ SectionMessageOuter.displayName = 'SectionMessageOuter';
79
+ }
80
+ export var MainInformationList = forwardRef(function (_ref5, __cmplr) {
81
+ var _ref5$as = _ref5.as,
82
+ C = _ref5$as === void 0 ? "ul" : _ref5$as,
83
+ __cmpls = _ref5.style,
84
+ __cmplp = _objectWithoutProperties(_ref5, _excluded5);
85
+ return /*#__PURE__*/React.createElement(C, _extends({}, __cmplp, {
86
+ style: __cmpls,
87
+ ref: __cmplr,
88
+ className: ax(["_k0ph1pd9 _wd3dutpp", __cmplp.className])
89
+ }));
50
90
  });
51
91
 
52
92
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
53
- export var 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
- }
93
+ if (process.env.NODE_ENV !== 'production') {
94
+ MainInformationList.displayName = 'MainInformationList';
95
+ }
96
+ export var IconHoverWrapper = forwardRef(function (_ref6, __cmplr) {
97
+ var _ref6$as = _ref6.as,
98
+ C = _ref6$as === void 0 ? "span" : _ref6$as,
99
+ __cmpls = _ref6.style,
100
+ __cmplp = _objectWithoutProperties(_ref6, _excluded6);
101
+ return /*#__PURE__*/React.createElement(C, _extends({}, __cmplp, {
102
+ style: __cmpls,
103
+ ref: __cmplr,
104
+ className: ax(["_syazx4w0 _19bv1b66 _30l3q2ii", __cmplp.className])
105
+ }));
60
106
  });
61
107
 
62
108
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
63
- export var 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
- });
109
+ if (process.env.NODE_ENV !== 'production') {
110
+ IconHoverWrapper.displayName = 'IconHoverWrapper';
111
+ }
112
+ export var InlineDialogContent = forwardRef(function (_ref7, __cmplr) {
113
+ var _ref7$as = _ref7.as,
114
+ C = _ref7$as === void 0 ? "div" : _ref7$as,
115
+ __cmpls = _ref7.style,
116
+ __cmplp = _objectWithoutProperties(_ref7, _excluded7);
117
+ return /*#__PURE__*/React.createElement(C, _extends({}, __cmplp, {
118
+ style: __cmpls,
119
+ ref: __cmplr,
120
+ className: ax(["_138k1ejb _1eg6u2gc _s22yu2gc", __cmplp.className])
121
+ }));
122
+ });
123
+ if (process.env.NODE_ENV !== 'production') {
124
+ InlineDialogContent.displayName = 'InlineDialogContent';
125
+ }
@@ -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)}