@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
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @atlaskit/focused-task-close-account
2
2
 
3
+ ## 4.0.4
4
+
5
+ ### Patch Changes
6
+
7
+ - [`b8f76ccba4c09`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b8f76ccba4c09) -
8
+ Migrate CSS-in-JS from `@emotion/styled` to `@compiled/react`
9
+ - Updated dependencies
10
+
3
11
  ## 4.0.3
4
12
 
5
13
  ### Patch Changes
@@ -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,53 +1,100 @@
1
+ /* styled.tsx generated by @compiled/babel-plugin v0.39.1 */
1
2
  "use strict";
2
3
 
3
4
  var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
5
+ var _typeof = require("@babel/runtime/helpers/typeof");
4
6
  Object.defineProperty(exports, "__esModule", {
5
7
  value: true
6
8
  });
7
9
  exports.Title = exports.Screen = exports.MainInformationList = exports.LoadingWrapper = exports.AccessibleSitesWrapper = void 0;
8
- var _styled = _interopRequireDefault(require("@emotion/styled"));
9
- // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
10
-
10
+ require("./styled.compiled.css");
11
+ var _react = _interopRequireWildcard(require("react"));
12
+ var React = _react;
13
+ var _runtime = require("@compiled/react/runtime");
14
+ var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
15
+ var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties"));
16
+ var _excluded = ["as", "style"],
17
+ _excluded2 = ["as", "style"],
18
+ _excluded3 = ["as", "style"],
19
+ _excluded4 = ["as", "style"],
20
+ _excluded5 = ["as", "style"];
21
+ function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
11
22
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
12
- var Screen = exports.Screen = _styled.default.div({
13
- width: '100%',
14
- maxWidth: '640px',
15
- // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
16
- marginBottom: "var(--ds-space-200, 16px)",
17
- // eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors -- Ignored via go/DSP-18766
18
- '> p': {
19
- // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
20
- marginTop: "var(--ds-space-300, 24px)",
21
- // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
22
- marginBottom: "var(--ds-space-200, 16px)"
23
- }
23
+ var Screen = exports.Screen = (0, _react.forwardRef)(function (_ref, __cmplr) {
24
+ var _ref$as = _ref.as,
25
+ C = _ref$as === void 0 ? "div" : _ref$as,
26
+ __cmpls = _ref.style,
27
+ __cmplp = (0, _objectWithoutProperties2.default)(_ref, _excluded);
28
+ return /*#__PURE__*/React.createElement(C, (0, _extends2.default)({}, __cmplp, {
29
+ style: __cmpls,
30
+ ref: __cmplr,
31
+ className: (0, _runtime.ax)(["_1bsb1osq _p12f1fdn _otyrpxbi _1whz1ejb _8j83pxbi", __cmplp.className])
32
+ }));
24
33
  });
25
34
 
26
35
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
27
- var LoadingWrapper = exports.LoadingWrapper = _styled.default.div({
28
- display: 'flex',
29
- justifyContent: 'center',
30
- alignItems: 'center',
31
- height: '500px'
36
+ if (process.env.NODE_ENV !== 'production') {
37
+ Screen.displayName = 'Screen';
38
+ }
39
+ var LoadingWrapper = exports.LoadingWrapper = (0, _react.forwardRef)(function (_ref2, __cmplr) {
40
+ var _ref2$as = _ref2.as,
41
+ C = _ref2$as === void 0 ? "div" : _ref2$as,
42
+ __cmpls = _ref2.style,
43
+ __cmplp = (0, _objectWithoutProperties2.default)(_ref2, _excluded2);
44
+ return /*#__PURE__*/React.createElement(C, (0, _extends2.default)({}, __cmplp, {
45
+ style: __cmpls,
46
+ ref: __cmplr,
47
+ className: (0, _runtime.ax)(["_1e0c1txw _1bah1h6o _4cvr1h6o _4t3idgin", __cmplp.className])
48
+ }));
32
49
  });
33
50
 
34
51
  // 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
35
- var Title = exports.Title = _styled.default.div({
36
- 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)",
37
- // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
38
- marginBottom: "var(--ds-space-300, 24px)"
52
+ if (process.env.NODE_ENV !== 'production') {
53
+ LoadingWrapper.displayName = 'LoadingWrapper';
54
+ }
55
+ var Title = exports.Title = (0, _react.forwardRef)(function (_ref3, __cmplr) {
56
+ var _ref3$as = _ref3.as,
57
+ C = _ref3$as === void 0 ? "div" : _ref3$as,
58
+ __cmpls = _ref3.style,
59
+ __cmplp = (0, _objectWithoutProperties2.default)(_ref3, _excluded3);
60
+ return /*#__PURE__*/React.createElement(C, (0, _extends2.default)({}, __cmplp, {
61
+ style: __cmpls,
62
+ ref: __cmplr,
63
+ className: (0, _runtime.ax)(["_11c810sd _otyr1ejb", __cmplp.className])
64
+ }));
39
65
  });
40
66
 
41
67
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
42
- var MainInformationList = exports.MainInformationList = _styled.default.ul({
43
- // eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors -- Ignored via go/DSP-18766
44
- '> li b': {
45
- fontWeight: "var(--ds-font-weight-semibold, 600)"
46
- }
68
+ if (process.env.NODE_ENV !== 'production') {
69
+ Title.displayName = 'Title';
70
+ }
71
+ var MainInformationList = exports.MainInformationList = (0, _react.forwardRef)(function (_ref4, __cmplr) {
72
+ var _ref4$as = _ref4.as,
73
+ C = _ref4$as === void 0 ? "ul" : _ref4$as,
74
+ __cmpls = _ref4.style,
75
+ __cmplp = (0, _objectWithoutProperties2.default)(_ref4, _excluded4);
76
+ return /*#__PURE__*/React.createElement(C, (0, _extends2.default)({}, __cmplp, {
77
+ style: __cmpls,
78
+ ref: __cmplr,
79
+ className: (0, _runtime.ax)(["_k0ph1pd9", __cmplp.className])
80
+ }));
47
81
  });
48
82
 
49
83
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
50
- var AccessibleSitesWrapper = exports.AccessibleSitesWrapper = _styled.default.div({
51
- // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
52
- marginTop: "var(--ds-space-150, 12px)"
53
- });
84
+ if (process.env.NODE_ENV !== 'production') {
85
+ MainInformationList.displayName = 'MainInformationList';
86
+ }
87
+ var AccessibleSitesWrapper = exports.AccessibleSitesWrapper = (0, _react.forwardRef)(function (_ref5, __cmplr) {
88
+ var _ref5$as = _ref5.as,
89
+ C = _ref5$as === void 0 ? "div" : _ref5$as,
90
+ __cmpls = _ref5.style,
91
+ __cmplp = (0, _objectWithoutProperties2.default)(_ref5, _excluded5);
92
+ return /*#__PURE__*/React.createElement(C, (0, _extends2.default)({}, __cmplp, {
93
+ style: __cmpls,
94
+ ref: __cmplr,
95
+ className: (0, _runtime.ax)(["_19pkutpp", __cmplp.className])
96
+ }));
97
+ });
98
+ if (process.env.NODE_ENV !== 'production') {
99
+ AccessibleSitesWrapper.displayName = 'AccessibleSitesWrapper';
100
+ }
@@ -67,7 +67,7 @@ var DeleteUserContentPreviewScreen = exports.DeleteUserContentPreviewScreen = /*
67
67
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-classname-prop -- Ignored via go/DSP-18766
68
68
  className: "nameSectionCard",
69
69
  onClick: this.handleClickSection('Name', 1),
70
- isSelected: 1 === this.state.currentActive
70
+ "data-selected": 1 === this.state.currentActive
71
71
  }, /*#__PURE__*/_react.default.createElement(Styled.Avatar, null, /*#__PURE__*/_react.default.createElement(_avatar.default, {
72
72
  size: "large",
73
73
  src: ""
@@ -75,7 +75,7 @@ var DeleteUserContentPreviewScreen = exports.DeleteUserContentPreviewScreen = /*
75
75
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-classname-prop -- Ignored via go/DSP-18766
76
76
  className: "formerUserSectionCard",
77
77
  onClick: this.handleClickSection('Former User', 0),
78
- isSelected: 0 === this.state.currentActive
78
+ "data-selected": 0 === this.state.currentActive
79
79
  }, /*#__PURE__*/_react.default.createElement(Styled.Avatar, null, /*#__PURE__*/_react.default.createElement(_avatar.default, {
80
80
  size: "large",
81
81
  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,53 +1,100 @@
1
+ /* styled.tsx generated by @compiled/babel-plugin v0.39.1 */
1
2
  "use strict";
2
3
 
3
4
  var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
5
+ var _typeof = require("@babel/runtime/helpers/typeof");
4
6
  Object.defineProperty(exports, "__esModule", {
5
7
  value: true
6
8
  });
7
9
  exports.UserDetails = exports.Title = exports.SectionCard = exports.Screen = exports.Avatar = void 0;
8
- var _taggedTemplateLiteral2 = _interopRequireDefault(require("@babel/runtime/helpers/taggedTemplateLiteral"));
9
- var _styled = _interopRequireDefault(require("@emotion/styled"));
10
- var _templateObject; // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
11
- var getSelectedCardColor = function getSelectedCardColor(props) {
12
- return props.isSelected && "var(--ds-background-selected, #E9F2FE)";
13
- };
14
-
10
+ require("./styled.compiled.css");
11
+ var _react = _interopRequireWildcard(require("react"));
12
+ var React = _react;
13
+ var _runtime = require("@compiled/react/runtime");
14
+ var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
15
+ var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties"));
16
+ var _excluded = ["as", "style"],
17
+ _excluded2 = ["as", "style"],
18
+ _excluded3 = ["as", "style"],
19
+ _excluded4 = ["as", "style"],
20
+ _excluded5 = ["as", "style"];
21
+ function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
15
22
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
16
- var Screen = exports.Screen = _styled.default.div({
17
- width: '100%',
18
- maxWidth: '640px',
19
- // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
20
- marginBottom: "var(--ds-space-400, 32px)"
23
+ var Screen = exports.Screen = (0, _react.forwardRef)(function (_ref, __cmplr) {
24
+ var _ref$as = _ref.as,
25
+ C = _ref$as === void 0 ? "div" : _ref$as,
26
+ __cmpls = _ref.style,
27
+ __cmplp = (0, _objectWithoutProperties2.default)(_ref, _excluded);
28
+ return /*#__PURE__*/React.createElement(C, (0, _extends2.default)({}, __cmplp, {
29
+ style: __cmpls,
30
+ ref: __cmplr,
31
+ className: (0, _runtime.ax)(["_1bsb1osq _p12f1fdn _otyrxy5q", __cmplp.className])
32
+ }));
21
33
  });
22
34
 
23
35
  // 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
24
- var Title = exports.Title = _styled.default.div({
25
- 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)",
26
- // eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
27
- marginBottom: "var(--ds-space-400, 32px)"
36
+ if (process.env.NODE_ENV !== 'production') {
37
+ Screen.displayName = 'Screen';
38
+ }
39
+ var Title = exports.Title = (0, _react.forwardRef)(function (_ref2, __cmplr) {
40
+ var _ref2$as = _ref2.as,
41
+ C = _ref2$as === void 0 ? "div" : _ref2$as,
42
+ __cmpls = _ref2.style,
43
+ __cmplp = (0, _objectWithoutProperties2.default)(_ref2, _excluded2);
44
+ return /*#__PURE__*/React.createElement(C, (0, _extends2.default)({}, __cmplp, {
45
+ style: __cmpls,
46
+ ref: __cmplr,
47
+ className: (0, _runtime.ax)(["_11c810sd _otyrxy5q", __cmplp.className])
48
+ }));
28
49
  });
29
50
 
30
- // 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
31
- var SectionCard = exports.SectionCard = _styled.default.div(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\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) {
32
- return getSelectedCardColor(props);
33
- }, "var(--ds-radius-small, 3px)", "var(--ds-shadow-overlay, 0px 8px 12px #1E1F2126, 0px 0px 1px #1E1F214f)", "var(--ds-space-200, 16px)");
51
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
52
+ if (process.env.NODE_ENV !== 'production') {
53
+ Title.displayName = 'Title';
54
+ }
55
+ var SectionCard = exports.SectionCard = (0, _react.forwardRef)(function (_ref3, __cmplr) {
56
+ var _ref3$as = _ref3.as,
57
+ C = _ref3$as === void 0 ? "div" : _ref3$as,
58
+ __cmpls = _ref3.style,
59
+ __cmplp = (0, _objectWithoutProperties2.default)(_ref3, _excluded3);
60
+ return /*#__PURE__*/React.createElement(C, (0, _extends2.default)({}, __cmplp, {
61
+ style: __cmpls,
62
+ ref: __cmplr,
63
+ className: (0, _runtime.ax)(["_2rkofajl _kqswh2mm _1e0c1txw _ca0qv47k _u5f3v47k _n3tdv47k _19bvv47k _1bsb1osq _16qs130s _19pkpxbi _1jpo15s3", __cmplp.className])
64
+ }));
65
+ });
34
66
 
35
67
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
36
- var Avatar = exports.Avatar = _styled.default.div({
37
- display: 'flex',
38
- flexDirection: 'column',
39
- // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
40
- marginLeft: "var(--ds-space-250, 20px)",
41
- // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
42
- marginRight: "var(--ds-space-100, 8px)"
68
+ if (process.env.NODE_ENV !== 'production') {
69
+ SectionCard.displayName = 'SectionCard';
70
+ }
71
+ var Avatar = exports.Avatar = (0, _react.forwardRef)(function (_ref4, __cmplr) {
72
+ var _ref4$as = _ref4.as,
73
+ C = _ref4$as === void 0 ? "div" : _ref4$as,
74
+ __cmpls = _ref4.style,
75
+ __cmplp = (0, _objectWithoutProperties2.default)(_ref4, _excluded4);
76
+ return /*#__PURE__*/React.createElement(C, (0, _extends2.default)({}, __cmplp, {
77
+ style: __cmpls,
78
+ ref: __cmplr,
79
+ className: (0, _runtime.ax)(["_1e0c1txw _2lx21bp4 _18u0v47k _2hwxu2gc", __cmplp.className])
80
+ }));
43
81
  });
44
82
 
45
83
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
46
- var UserDetails = exports.UserDetails = _styled.default.div({
47
- display: 'flex',
48
- flexDirection: 'column',
49
- // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
50
- marginTop: "var(--ds-space-150, 12px)",
51
- fontWeight: "var(--ds-font-weight-semibold, 600)",
52
- color: "var(--ds-text-accent-blue, #1558BC)"
53
- });
84
+ if (process.env.NODE_ENV !== 'production') {
85
+ Avatar.displayName = 'Avatar';
86
+ }
87
+ var UserDetails = exports.UserDetails = (0, _react.forwardRef)(function (_ref5, __cmplr) {
88
+ var _ref5$as = _ref5.as,
89
+ C = _ref5$as === void 0 ? "div" : _ref5$as,
90
+ __cmpls = _ref5.style,
91
+ __cmplp = (0, _objectWithoutProperties2.default)(_ref5, _excluded5);
92
+ return /*#__PURE__*/React.createElement(C, (0, _extends2.default)({}, __cmplp, {
93
+ style: __cmpls,
94
+ ref: __cmplr,
95
+ className: (0, _runtime.ax)(["_1e0c1txw _2lx21bp4 _19pkutpp _k48p1pd9 _syaz16jw", __cmplp.className])
96
+ }));
97
+ });
98
+ if (process.env.NODE_ENV !== 'production') {
99
+ UserDetails.displayName = 'UserDetails';
100
+ }
@@ -28,7 +28,7 @@ var _DropdownList = require("../DropdownList");
28
28
  var _MessagesIntlProvider = _interopRequireDefault(require("../MessagesIntlProvider"));
29
29
  function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
30
30
  function _callSuper(t, o, e) { return o = (0, _getPrototypeOf2.default)(o), (0, _possibleConstructorReturn2.default)(t, _isNativeReflectConstruct() ? Reflect.construct(o, e || [], (0, _getPrototypeOf2.default)(t).constructor) : o.apply(t, e)); }
31
- function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); } // eslint-disable-next-line @atlaskit/design-system/no-emotion-primitives -- to be migrated to @atlaskit/primitives/compiled – go/akcss
31
+ function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); }
32
32
  var DeleteUserOverviewScreen = exports.DeleteUserOverviewScreen = /*#__PURE__*/function (_React$Component) {
33
33
  function DeleteUserOverviewScreen() {
34
34
  var _this;
@@ -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,81 +1,134 @@
1
+ /* styled.tsx generated by @compiled/babel-plugin v0.39.1 */
1
2
  "use strict";
2
3
 
3
4
  var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
5
+ var _typeof = require("@babel/runtime/helpers/typeof");
4
6
  Object.defineProperty(exports, "__esModule", {
5
7
  value: true
6
8
  });
7
9
  exports.Title = exports.SectionMessageOuter = exports.Screen = exports.MainInformationList = exports.LoadingWrapper = exports.InlineDialogContent = exports.IconHoverWrapper = void 0;
8
- var _styled = _interopRequireDefault(require("@emotion/styled"));
9
- // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
10
-
10
+ require("./styled.compiled.css");
11
+ var _react = _interopRequireWildcard(require("react"));
12
+ var React = _react;
13
+ var _runtime = require("@compiled/react/runtime");
14
+ var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
15
+ var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties"));
16
+ var _excluded = ["as", "style"],
17
+ _excluded2 = ["as", "style"],
18
+ _excluded3 = ["as", "style"],
19
+ _excluded4 = ["as", "style"],
20
+ _excluded5 = ["as", "style"],
21
+ _excluded6 = ["as", "style"],
22
+ _excluded7 = ["as", "style"];
23
+ function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
11
24
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
12
- var Screen = exports.Screen = _styled.default.div({
13
- width: '100%',
14
- maxWidth: '640px',
15
- // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
16
- marginBottom: "var(--ds-space-200, 16px)",
17
- // eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors -- Ignored via go/DSP-18766
18
- '> p': {
19
- // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
20
- marginTop: "var(--ds-space-300, 24px)",
21
- // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
22
- marginBottom: "var(--ds-space-200, 16px)"
23
- }
25
+ var Screen = exports.Screen = (0, _react.forwardRef)(function (_ref, __cmplr) {
26
+ var _ref$as = _ref.as,
27
+ C = _ref$as === void 0 ? "div" : _ref$as,
28
+ __cmpls = _ref.style,
29
+ __cmplp = (0, _objectWithoutProperties2.default)(_ref, _excluded);
30
+ return /*#__PURE__*/React.createElement(C, (0, _extends2.default)({}, __cmplp, {
31
+ style: __cmpls,
32
+ ref: __cmplr,
33
+ className: (0, _runtime.ax)(["_1bsb1osq _p12f1fdn _otyrpxbi _1whz1ejb _8j83pxbi", __cmplp.className])
34
+ }));
24
35
  });
25
36
 
26
37
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
27
- var LoadingWrapper = exports.LoadingWrapper = _styled.default.div({
28
- display: 'flex',
29
- justifyContent: 'center',
30
- alignItems: 'center',
31
- height: '500px'
38
+ if (process.env.NODE_ENV !== 'production') {
39
+ Screen.displayName = 'Screen';
40
+ }
41
+ var LoadingWrapper = exports.LoadingWrapper = (0, _react.forwardRef)(function (_ref2, __cmplr) {
42
+ var _ref2$as = _ref2.as,
43
+ C = _ref2$as === void 0 ? "div" : _ref2$as,
44
+ __cmpls = _ref2.style,
45
+ __cmplp = (0, _objectWithoutProperties2.default)(_ref2, _excluded2);
46
+ return /*#__PURE__*/React.createElement(C, (0, _extends2.default)({}, __cmplp, {
47
+ style: __cmpls,
48
+ ref: __cmplr,
49
+ className: (0, _runtime.ax)(["_1e0c1txw _1bah1h6o _4cvr1h6o _4t3idgin", __cmplp.className])
50
+ }));
32
51
  });
33
52
 
34
53
  // 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
35
- var Title = exports.Title = _styled.default.div({
36
- 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)",
37
- // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
38
- marginBottom: "var(--ds-space-300, 24px)"
54
+ if (process.env.NODE_ENV !== 'production') {
55
+ LoadingWrapper.displayName = 'LoadingWrapper';
56
+ }
57
+ var Title = exports.Title = (0, _react.forwardRef)(function (_ref3, __cmplr) {
58
+ var _ref3$as = _ref3.as,
59
+ C = _ref3$as === void 0 ? "div" : _ref3$as,
60
+ __cmpls = _ref3.style,
61
+ __cmplp = (0, _objectWithoutProperties2.default)(_ref3, _excluded3);
62
+ return /*#__PURE__*/React.createElement(C, (0, _extends2.default)({}, __cmplp, {
63
+ style: __cmpls,
64
+ ref: __cmplr,
65
+ className: (0, _runtime.ax)(["_11c810sd _otyr1ejb", __cmplp.className])
66
+ }));
39
67
  });
40
68
 
41
69
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
42
- var SectionMessageOuter = exports.SectionMessageOuter = _styled.default.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
- margin: "var(--ds-space-300, 24px)".concat(" 0")
70
+ if (process.env.NODE_ENV !== 'production') {
71
+ Title.displayName = 'Title';
72
+ }
73
+ var SectionMessageOuter = exports.SectionMessageOuter = (0, _react.forwardRef)(function (_ref4, __cmplr) {
74
+ var _ref4$as = _ref4.as,
75
+ C = _ref4$as === void 0 ? "div" : _ref4$as,
76
+ __cmpls = _ref4.style,
77
+ __cmplp = (0, _objectWithoutProperties2.default)(_ref4, _excluded4);
78
+ return /*#__PURE__*/React.createElement(C, (0, _extends2.default)({}, __cmplp, {
79
+ style: __cmpls,
80
+ ref: __cmplr,
81
+ className: (0, _runtime.ax)(["_19pk1ejb _otyr1ejb", __cmplp.className])
82
+ }));
45
83
  });
46
84
 
47
85
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
48
- var MainInformationList = exports.MainInformationList = _styled.default.ul({
49
- // eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors -- Ignored via go/DSP-18766
50
- '> li b': {
51
- fontWeight: "var(--ds-font-weight-semibold, 600)"
52
- },
53
- // eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors -- Ignored via go/DSP-18766
54
- 'p + ul': {
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
- marginTop: "var(--ds-space-150, 12px)"
57
- }
86
+ if (process.env.NODE_ENV !== 'production') {
87
+ SectionMessageOuter.displayName = 'SectionMessageOuter';
88
+ }
89
+ var MainInformationList = exports.MainInformationList = (0, _react.forwardRef)(function (_ref5, __cmplr) {
90
+ var _ref5$as = _ref5.as,
91
+ C = _ref5$as === void 0 ? "ul" : _ref5$as,
92
+ __cmpls = _ref5.style,
93
+ __cmplp = (0, _objectWithoutProperties2.default)(_ref5, _excluded5);
94
+ return /*#__PURE__*/React.createElement(C, (0, _extends2.default)({}, __cmplp, {
95
+ style: __cmpls,
96
+ ref: __cmplr,
97
+ className: (0, _runtime.ax)(["_k0ph1pd9 _wd3dutpp", __cmplp.className])
98
+ }));
58
99
  });
59
100
 
60
101
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
61
- var IconHoverWrapper = exports.IconHoverWrapper = _styled.default.span({
62
- color: "var(--ds-background-information-bold, #1868DB)",
63
- // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
64
- paddingLeft: "var(--ds-space-050, 4px)",
65
- '&:hover': {
66
- color: "var(--ds-background-information-bold-hovered, #1558BC)"
67
- }
102
+ if (process.env.NODE_ENV !== 'production') {
103
+ MainInformationList.displayName = 'MainInformationList';
104
+ }
105
+ var IconHoverWrapper = exports.IconHoverWrapper = (0, _react.forwardRef)(function (_ref6, __cmplr) {
106
+ var _ref6$as = _ref6.as,
107
+ C = _ref6$as === void 0 ? "span" : _ref6$as,
108
+ __cmpls = _ref6.style,
109
+ __cmplp = (0, _objectWithoutProperties2.default)(_ref6, _excluded6);
110
+ return /*#__PURE__*/React.createElement(C, (0, _extends2.default)({}, __cmplp, {
111
+ style: __cmpls,
112
+ ref: __cmplr,
113
+ className: (0, _runtime.ax)(["_syazx4w0 _19bv1b66 _30l3q2ii", __cmplp.className])
114
+ }));
68
115
  });
69
116
 
70
117
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
71
- var InlineDialogContent = exports.InlineDialogContent = _styled.default.div({
72
- // eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors -- Ignored via go/DSP-18766
73
- li: {
74
- // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
75
- marginLeft: "var(--ds-space-300, 24px)",
76
- // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
77
- marginTop: "var(--ds-space-100, 8px)",
78
- // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
79
- paddingLeft: "var(--ds-space-100, 8px)"
80
- }
81
- });
118
+ if (process.env.NODE_ENV !== 'production') {
119
+ IconHoverWrapper.displayName = 'IconHoverWrapper';
120
+ }
121
+ var InlineDialogContent = exports.InlineDialogContent = (0, _react.forwardRef)(function (_ref7, __cmplr) {
122
+ var _ref7$as = _ref7.as,
123
+ C = _ref7$as === void 0 ? "div" : _ref7$as,
124
+ __cmpls = _ref7.style,
125
+ __cmplp = (0, _objectWithoutProperties2.default)(_ref7, _excluded7);
126
+ return /*#__PURE__*/React.createElement(C, (0, _extends2.default)({}, __cmplp, {
127
+ style: __cmpls,
128
+ ref: __cmplr,
129
+ className: (0, _runtime.ax)(["_138k1ejb _1eg6u2gc _s22yu2gc", __cmplp.className])
130
+ }));
131
+ });
132
+ if (process.env.NODE_ENV !== 'production') {
133
+ InlineDialogContent.displayName = 'InlineDialogContent';
134
+ }
@@ -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)}