@atlaskit/focused-task-close-account 2.1.3 → 2.1.5

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 (63) hide show
  1. package/CHANGELOG.md +39 -26
  2. package/dist/cjs/components/DeactivateUserOverviewScreen/DeactivateUserOverviewScreen.js +2 -4
  3. package/dist/cjs/components/DeactivateUserOverviewScreen/styled.js +5 -10
  4. package/dist/cjs/components/DeleteUserContentPreviewScreen/DeleteUserContentPreviewScreen.js +2 -4
  5. package/dist/cjs/components/DeleteUserContentPreviewScreen/styled.js +5 -10
  6. package/dist/cjs/components/DeleteUserOverviewScreen/DeleteUserOverviewScreen.js +2 -4
  7. package/dist/cjs/components/DeleteUserOverviewScreen/styled.js +7 -14
  8. package/dist/cjs/components/DropdownList/DropdownList.js +2 -4
  9. package/dist/cjs/components/DropdownList/styled.js +3 -6
  10. package/dist/cjs/components/FocusedTaskCloseAccount/FocusedTaskCloseAccount.js +2 -4
  11. package/dist/cjs/components/FocusedTaskCloseAccount/styled.js +3 -6
  12. package/dist/cjs/components/Footer/Footer.js +2 -3
  13. package/dist/cjs/components/Footer/styled.js +1 -2
  14. package/dist/cjs/components/MessagesIntlProvider.js +3 -3
  15. package/dist/cjs/components/StatefulInlineDialog/StatefulInlineDialog.js +2 -4
  16. package/dist/cjs/components/UserInfo/UserInfo.js +2 -4
  17. package/dist/cjs/components/UserInfo/styles.js +5 -10
  18. package/dist/cjs/i18n/cs.js +2 -3
  19. package/dist/cjs/i18n/da.js +2 -3
  20. package/dist/cjs/i18n/de.js +2 -3
  21. package/dist/cjs/i18n/en.js +2 -3
  22. package/dist/cjs/i18n/en_GB.js +2 -3
  23. package/dist/cjs/i18n/en_ZZ.js +2 -3
  24. package/dist/cjs/i18n/es.js +2 -3
  25. package/dist/cjs/i18n/et.js +2 -3
  26. package/dist/cjs/i18n/fi.js +2 -3
  27. package/dist/cjs/i18n/fr.js +2 -3
  28. package/dist/cjs/i18n/hu.js +2 -3
  29. package/dist/cjs/i18n/is.js +2 -3
  30. package/dist/cjs/i18n/it.js +2 -3
  31. package/dist/cjs/i18n/ja.js +2 -3
  32. package/dist/cjs/i18n/ko.js +2 -3
  33. package/dist/cjs/i18n/languages.js +2 -3
  34. package/dist/cjs/i18n/nb.js +2 -3
  35. package/dist/cjs/i18n/nl.js +2 -3
  36. package/dist/cjs/i18n/pl.js +2 -3
  37. package/dist/cjs/i18n/pt_BR.js +4 -5
  38. package/dist/cjs/i18n/pt_PT.js +2 -3
  39. package/dist/cjs/i18n/ro.js +2 -3
  40. package/dist/cjs/i18n/ru.js +2 -3
  41. package/dist/cjs/i18n/sk.js +2 -3
  42. package/dist/cjs/i18n/sv.js +2 -3
  43. package/dist/cjs/i18n/th.js +2 -3
  44. package/dist/cjs/i18n/tr.js +2 -3
  45. package/dist/cjs/i18n/uk.js +2 -3
  46. package/dist/cjs/i18n/vi.js +2 -3
  47. package/dist/cjs/i18n/zh.js +2 -3
  48. package/dist/cjs/i18n/zh_TW.js +2 -3
  49. package/dist/cjs/messages.js +6 -11
  50. package/dist/cjs/mocks/accessibleSites.js +1 -2
  51. package/dist/cjs/mocks/users.js +2 -3
  52. package/dist/cjs/util/gridSizeTimes.js +1 -2
  53. package/dist/cjs/util/i18n-util.js +2 -3
  54. package/dist/es2019/components/MessagesIntlProvider.js +2 -1
  55. package/dist/es2019/i18n/pt_BR.js +2 -2
  56. package/dist/esm/components/MessagesIntlProvider.js +2 -1
  57. package/dist/esm/i18n/pt_BR.js +2 -2
  58. package/package.json +7 -9
  59. package/report.api.md +15 -0
  60. package/tmp/api-report-tmp.d.ts +146 -0
  61. package/dist/cjs/version.json +0 -4
  62. package/dist/es2019/version.json +0 -4
  63. package/dist/esm/version.json +0 -4
package/CHANGELOG.md CHANGED
@@ -1,28 +1,41 @@
1
1
  # @atlaskit/focused-task-close-account
2
2
 
3
+ ## 2.1.5
4
+
5
+ ### Patch Changes
6
+
7
+ - [#41882](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41882) [`54e68dcc7da`](https://bitbucket.org/atlassian/atlassian-frontend/commits/54e68dcc7da) - Pass en-US as default locale
8
+
9
+ ## 2.1.4
10
+
11
+ ### Patch Changes
12
+
13
+ - [#38162](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38162) [`fd6bb9c9184`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd6bb9c9184) - Delete version.json
14
+ - Updated dependencies
15
+
3
16
  ## 2.1.3
4
17
 
5
18
  ### Patch Changes
6
19
 
7
- - [`2eb438477ab`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2eb438477ab) - Internal change to enforce token usage for spacing properties. There is no expected visual or behaviour change.
20
+ - [#34118](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34118) [`2eb438477ab`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2eb438477ab) - Internal change to enforce token usage for spacing properties. There is no expected visual or behaviour change.
8
21
 
9
22
  ## 2.1.2
10
23
 
11
24
  ### Patch Changes
12
25
 
13
- - [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure legacy types are published for TS 4.5-4.8
26
+ - [#33793](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33793) [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure legacy types are published for TS 4.5-4.8
14
27
 
15
28
  ## 2.1.1
16
29
 
17
30
  ### Patch Changes
18
31
 
19
- - [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade Typescript from `4.5.5` to `4.9.5`
32
+ - [#33649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33649) [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade Typescript from `4.5.5` to `4.9.5`
20
33
 
21
34
  ## 2.1.0
22
35
 
23
36
  ### Minor Changes
24
37
 
25
- - [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip minor dependency bump
38
+ - [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258) [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip minor dependency bump
26
39
 
27
40
  ### Patch Changes
28
41
 
@@ -38,13 +51,13 @@
38
51
 
39
52
  ### Patch Changes
40
53
 
41
- - [`6455cf006b3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6455cf006b3) - Builds for this package now pass through a tokens babel plugin, removing runtime invocations of the tokens() function and improving performance.
54
+ - [#28324](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28324) [`6455cf006b3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6455cf006b3) - Builds for this package now pass through a tokens babel plugin, removing runtime invocations of the tokens() function and improving performance.
42
55
 
43
56
  ## 2.0.4
44
57
 
45
58
  ### Patch Changes
46
59
 
47
- - [`6fefd25917e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6fefd25917e) - Moved `@emotion/styled` to dependency to ensure correct version (v11) is resolved.
60
+ - [#28249](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28249) [`6fefd25917e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6fefd25917e) - Moved `@emotion/styled` to dependency to ensure correct version (v11) is resolved.
48
61
 
49
62
  ## 2.0.3
50
63
 
@@ -68,31 +81,31 @@
68
81
 
69
82
  ### Major Changes
70
83
 
71
- - [`aee282f2e3d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/aee282f2e3d) - Migration from styled-components to @emotion v11
84
+ - [#27192](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27192) [`aee282f2e3d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/aee282f2e3d) - Migration from styled-components to @emotion v11
72
85
 
73
86
  ## 1.1.3
74
87
 
75
88
  ### Patch Changes
76
89
 
77
- - [`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) - Upgrade Typescript from `4.3.5` to `4.5.5`
90
+ - [#24874](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24874) [`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) - Upgrade Typescript from `4.3.5` to `4.5.5`
78
91
 
79
92
  ## 1.1.2
80
93
 
81
94
  ### Patch Changes
82
95
 
83
- - [`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) - Upgrade Typescript from `4.2.4` to `4.3.5`.
96
+ - [#24492](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24492) [`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) - Upgrade Typescript from `4.2.4` to `4.3.5`.
84
97
 
85
98
  ## 1.1.1
86
99
 
87
100
  ### Patch Changes
88
101
 
89
- - [`334b293ddbc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/334b293ddbc) - Fix a bug in UI - showing <b> in UI which is caused when we upgraded react-intl version
102
+ - [#23677](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23677) [`334b293ddbc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/334b293ddbc) - Fix a bug in UI - showing <b> in UI which is caused when we upgraded react-intl version
90
103
 
91
104
  ## 1.1.0
92
105
 
93
106
  ### Minor Changes
94
107
 
95
- - [`bc5e7240a08`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bc5e7240a08) - [ux] Instrumented `@atlaskit/focused-task-close-account` with the new theming package, `@atlaskit/tokens`.
108
+ - [#21570](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21570) [`bc5e7240a08`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bc5e7240a08) - [ux] Instrumented `@atlaskit/focused-task-close-account` with the new theming package, `@atlaskit/tokens`.
96
109
 
97
110
  New tokens will be visible only in applications configured to use the new Tokens API (currently in alpha).
98
111
  These changes are intended to be interoperable with the legacy theme implementation. Legacy dark mode users should expect no visual or breaking changes.
@@ -105,14 +118,14 @@
105
118
 
106
119
  ### Patch Changes
107
120
 
108
- - [`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) - Upgrade to TypeScript 4.2.4
121
+ - [#20650](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20650) [`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) - Upgrade to TypeScript 4.2.4
109
122
  - Updated dependencies
110
123
 
111
124
  ## 1.0.0
112
125
 
113
126
  ### Major Changes
114
127
 
115
- - [`47f58da5946`](https://bitbucket.org/atlassian/atlassian-frontend/commits/47f58da5946) - ED-13322, ED-13324, ED-13326, ED-13323, ED-13204: Upgrade and support react-intl@^5.18.1 including breaking API changes, types and tests in atlassian-frontend packages
128
+ - [#14810](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/14810) [`47f58da5946`](https://bitbucket.org/atlassian/atlassian-frontend/commits/47f58da5946) - ED-13322, ED-13324, ED-13326, ED-13323, ED-13204: Upgrade and support react-intl@^5.18.1 including breaking API changes, types and tests in atlassian-frontend packages
116
129
 
117
130
  What changed: Upgraded our react-intl support from ^2.6.0 to ^5.18.1. This means editor packages now rely on consumers installing ^5.18.1, otherwise editor usage of react-intl will mismatch with actual installed react-intl APIs.
118
131
  Why change was made: As part of a coordinated upgrade effort across AF packages, as react-intl v2 is quite dated.
@@ -154,7 +167,7 @@
154
167
 
155
168
  ### Minor Changes
156
169
 
157
- - [`d4bcdb647a7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d4bcdb647a7) - fixed rendering on mobile screens.
170
+ - [#15553](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/15553) [`d4bcdb647a7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d4bcdb647a7) - fixed rendering on mobile screens.
158
171
 
159
172
  ## 0.14.5
160
173
 
@@ -166,7 +179,7 @@
166
179
 
167
180
  ### Patch Changes
168
181
 
169
- - [`b90c0237824`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b90c0237824) - Update package.jsons to remove unused dependencies.
182
+ - [#13864](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13864) [`b90c0237824`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b90c0237824) - Update package.jsons to remove unused dependencies.
170
183
  - Updated dependencies
171
184
 
172
185
  ## 0.14.3
@@ -179,7 +192,7 @@
179
192
 
180
193
  ### Patch Changes
181
194
 
182
- - [`eb0dc29d09b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/eb0dc29d09b) - Declarative entry points, removes messages, types EPs
195
+ - [#12933](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12933) [`eb0dc29d09b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/eb0dc29d09b) - Declarative entry points, removes messages, types EPs
183
196
 
184
197
  ## 0.14.1
185
198
 
@@ -191,19 +204,19 @@
191
204
 
192
205
  ### Minor Changes
193
206
 
194
- - [`7ddbf962bd9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7ddbf962bd9) - [ux] Updated and added new translations
207
+ - [#7762](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7762) [`7ddbf962bd9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7ddbf962bd9) - [ux] Updated and added new translations
195
208
 
196
209
  ## 0.13.7
197
210
 
198
211
  ### Patch Changes
199
212
 
200
- - [`d3265f19be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3265f19be) - Transpile packages using babel rather than tsc
213
+ - [#5857](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5857) [`d3265f19be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3265f19be) - Transpile packages using babel rather than tsc
201
214
 
202
215
  ## 0.13.6
203
216
 
204
217
  ### Patch Changes
205
218
 
206
- - [`5f58283e1f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f58283e1f) - Export types using Typescript's new "export type" syntax to satisfy Typescript's --isolatedModules compiler option.
219
+ - [#5497](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5497) [`5f58283e1f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f58283e1f) - Export types using Typescript's new "export type" syntax to satisfy Typescript's --isolatedModules compiler option.
207
220
  This requires version 3.8 of Typescript, read more about how we handle Typescript versions here: https://atlaskit.atlassian.com/get-started
208
221
  Also add `typescript` to `devDependencies` to denote version that the package was built with.
209
222
 
@@ -223,7 +236,7 @@
223
236
 
224
237
  ### Patch Changes
225
238
 
226
- - [`6c525a8229`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c525a8229) - Upgraded to TypeScript 3.9.6 and tslib to 2.0.0
239
+ - [#3885](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3885) [`6c525a8229`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c525a8229) - Upgraded to TypeScript 3.9.6 and tslib to 2.0.0
227
240
 
228
241
  Since tslib is a dependency for all our packages we recommend that products also follow this tslib upgrade
229
242
  to prevent duplicates of tslib being bundled.
@@ -232,7 +245,7 @@
232
245
 
233
246
  ### Patch Changes
234
247
 
235
- - [`d03bff2147`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d03bff2147) - updated translations
248
+ - [#3369](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3369) [`d03bff2147`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d03bff2147) - updated translations
236
249
 
237
250
  ## 0.13.1
238
251
 
@@ -244,7 +257,7 @@
244
257
 
245
258
  ### Minor Changes
246
259
 
247
- - [`87f4720f27`](https://bitbucket.org/atlassian/atlassian-frontend/commits/87f4720f27) - Officially dropping IE11 support, from this version onwards there are no warranties of the package working in IE11.
260
+ - [#3335](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3335) [`87f4720f27`](https://bitbucket.org/atlassian/atlassian-frontend/commits/87f4720f27) - Officially dropping IE11 support, from this version onwards there are no warranties of the package working in IE11.
248
261
  For more information see: https://community.developer.atlassian.com/t/atlaskit-to-drop-support-for-internet-explorer-11-from-1st-july-2020/39534
249
262
 
250
263
  ### Patch Changes
@@ -255,25 +268,25 @@
255
268
 
256
269
  ### Patch Changes
257
270
 
258
- - [`fc83c36503`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fc83c36503) - Update translation files via Traduki build
271
+ - [#2576](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2576) [`fc83c36503`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fc83c36503) - Update translation files via Traduki build
259
272
 
260
273
  ## 0.12.17
261
274
 
262
275
  ### Patch Changes
263
276
 
264
- - [`39faba6e98`](https://bitbucket.org/atlassian/atlassian-frontend/commits/39faba6e98) - Update all the theme imports to something tree-shakable
277
+ - [#2891](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2891) [`39faba6e98`](https://bitbucket.org/atlassian/atlassian-frontend/commits/39faba6e98) - Update all the theme imports to something tree-shakable
265
278
 
266
279
  ## 0.12.16
267
280
 
268
281
  ### Patch Changes
269
282
 
270
- - [`4560b65a4f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4560b65a4f) - upgrade react-transition-group to latest
283
+ - [#2677](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2677) [`4560b65a4f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4560b65a4f) - upgrade react-transition-group to latest
271
284
 
272
285
  ## 0.12.15
273
286
 
274
287
  ### Patch Changes
275
288
 
276
- - [`baaad91b65`](https://bitbucket.org/atlassian/atlassian-frontend/commits/baaad91b65) - Updated to use the latest and more performant version of `@atlaskit/avatar`
289
+ - [#2137](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2137) [`baaad91b65`](https://bitbucket.org/atlassian/atlassian-frontend/commits/baaad91b65) - Updated to use the latest and more performant version of `@atlaskit/avatar`
277
290
  - Updated dependencies
278
291
 
279
292
  ## 0.12.14
@@ -25,7 +25,7 @@ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "functio
25
25
  function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
26
26
  function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0, _getPrototypeOf2.default)(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0, _getPrototypeOf2.default)(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0, _possibleConstructorReturn2.default)(this, result); }; }
27
27
  function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
28
- var DeactivateUserOverviewScreen = /*#__PURE__*/function (_React$Component) {
28
+ var DeactivateUserOverviewScreen = exports.DeactivateUserOverviewScreen = /*#__PURE__*/function (_React$Component) {
29
29
  (0, _inherits2.default)(DeactivateUserOverviewScreen, _React$Component);
30
30
  var _super = _createSuper(DeactivateUserOverviewScreen);
31
31
  function DeactivateUserOverviewScreen() {
@@ -85,9 +85,7 @@ var DeactivateUserOverviewScreen = /*#__PURE__*/function (_React$Component) {
85
85
  }]);
86
86
  return DeactivateUserOverviewScreen;
87
87
  }(_react.default.Component);
88
- exports.DeactivateUserOverviewScreen = DeactivateUserOverviewScreen;
89
88
  (0, _defineProperty2.default)(DeactivateUserOverviewScreen, "defaultProps", {
90
89
  isCurrentUser: false
91
90
  });
92
- var _default = DeactivateUserOverviewScreen;
93
- exports.default = _default;
91
+ var _default = exports.default = DeactivateUserOverviewScreen;
@@ -10,13 +10,8 @@ var _styled = _interopRequireDefault(require("@emotion/styled"));
10
10
  var _typography = require("@atlaskit/theme/typography");
11
11
  var _gridSizeTimes = _interopRequireDefault(require("../../util/gridSizeTimes"));
12
12
  var _templateObject, _templateObject2, _templateObject3, _templateObject4, _templateObject5;
13
- var Screen = _styled.default.div(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n width: 100%;\n max-width: 640px;\n margin-bottom: ", "px;\n > p {\n margin-top: ", "px;\n margin-bottom: ", "px;\n }\n"])), (0, _gridSizeTimes.default)(2), (0, _gridSizeTimes.default)(3), (0, _gridSizeTimes.default)(2));
14
- exports.Screen = Screen;
15
- var LoadingWrapper = _styled.default.div(_templateObject2 || (_templateObject2 = (0, _taggedTemplateLiteral2.default)(["\n display: flex;\n justify-content: center;\n align-items: center;\n height: 500px;\n"])));
16
- exports.LoadingWrapper = LoadingWrapper;
17
- var Title = _styled.default.div(_templateObject3 || (_templateObject3 = (0, _taggedTemplateLiteral2.default)(["\n ", ";\n margin-bottom: ", "px;\n margin-top: 0;\n"])), _typography.h700, (0, _gridSizeTimes.default)(3));
18
- exports.Title = Title;
19
- var MainInformationList = _styled.default.ul(_templateObject4 || (_templateObject4 = (0, _taggedTemplateLiteral2.default)(["\n > li b {\n font-weight: 600;\n }\n"])));
20
- exports.MainInformationList = MainInformationList;
21
- var AccessibleSitesWrapper = _styled.default.div(_templateObject5 || (_templateObject5 = (0, _taggedTemplateLiteral2.default)(["\n margin-top: ", "px;\n"])), (0, _gridSizeTimes.default)(1.5));
22
- exports.AccessibleSitesWrapper = AccessibleSitesWrapper;
13
+ var Screen = exports.Screen = _styled.default.div(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n width: 100%;\n max-width: 640px;\n margin-bottom: ", "px;\n > p {\n margin-top: ", "px;\n margin-bottom: ", "px;\n }\n"])), (0, _gridSizeTimes.default)(2), (0, _gridSizeTimes.default)(3), (0, _gridSizeTimes.default)(2));
14
+ var LoadingWrapper = exports.LoadingWrapper = _styled.default.div(_templateObject2 || (_templateObject2 = (0, _taggedTemplateLiteral2.default)(["\n display: flex;\n justify-content: center;\n align-items: center;\n height: 500px;\n"])));
15
+ var Title = exports.Title = _styled.default.div(_templateObject3 || (_templateObject3 = (0, _taggedTemplateLiteral2.default)(["\n ", ";\n margin-bottom: ", "px;\n margin-top: 0;\n"])), _typography.h700, (0, _gridSizeTimes.default)(3));
16
+ var MainInformationList = exports.MainInformationList = _styled.default.ul(_templateObject4 || (_templateObject4 = (0, _taggedTemplateLiteral2.default)(["\n > li b {\n font-weight: 600;\n }\n"])));
17
+ var AccessibleSitesWrapper = exports.AccessibleSitesWrapper = _styled.default.div(_templateObject5 || (_templateObject5 = (0, _taggedTemplateLiteral2.default)(["\n margin-top: ", "px;\n"])), (0, _gridSizeTimes.default)(1.5));
@@ -24,7 +24,7 @@ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "functio
24
24
  function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
25
25
  function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0, _getPrototypeOf2.default)(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0, _getPrototypeOf2.default)(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0, _possibleConstructorReturn2.default)(this, result); }; }
26
26
  function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
27
- var DeleteUserContentPreviewScreen = /*#__PURE__*/function (_React$Component) {
27
+ var DeleteUserContentPreviewScreen = exports.DeleteUserContentPreviewScreen = /*#__PURE__*/function (_React$Component) {
28
28
  (0, _inherits2.default)(DeleteUserContentPreviewScreen, _React$Component);
29
29
  var _super = _createSuper(DeleteUserContentPreviewScreen);
30
30
  function DeleteUserContentPreviewScreen() {
@@ -87,6 +87,4 @@ var DeleteUserContentPreviewScreen = /*#__PURE__*/function (_React$Component) {
87
87
  }]);
88
88
  return DeleteUserContentPreviewScreen;
89
89
  }(_react.default.Component);
90
- exports.DeleteUserContentPreviewScreen = DeleteUserContentPreviewScreen;
91
- var _default = DeleteUserContentPreviewScreen;
92
- exports.default = _default;
90
+ var _default = exports.default = DeleteUserContentPreviewScreen;
@@ -15,15 +15,10 @@ var _templateObject, _templateObject2, _templateObject3, _templateObject4, _temp
15
15
  var getSelectedCardColor = function getSelectedCardColor(props) {
16
16
  return props.isSelected && "".concat("var(--ds-background-selected, ".concat(_colors.B50, ")"));
17
17
  };
18
- var Screen = _styled.default.div(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n width: 100%;\n max-width: 640px;\n margin-bottom: ", "px;\n"])), (0, _gridSizeTimes.default)(4));
19
- exports.Screen = Screen;
20
- var Title = _styled.default.div(_templateObject2 || (_templateObject2 = (0, _taggedTemplateLiteral2.default)(["\n ", ";\n margin-bottom: ", "px;\n margin-top: 0;\n"])), _typography.h700, (0, _gridSizeTimes.default)(4));
21
- exports.Title = Title;
22
- var SectionCard = _styled.default.div(_templateObject3 || (_templateObject3 = (0, _taggedTemplateLiteral2.default)(["\n position: relative;\n display: flex;\n padding: ", "px;\n width: 100%;\n background-color: ", ";\n border-radius: ", "px;\n box-shadow: ", ";\n margin-top: ", "px;\n"])), (0, _gridSizeTimes.default)(2.5), function (props) {
18
+ var Screen = exports.Screen = _styled.default.div(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n width: 100%;\n max-width: 640px;\n margin-bottom: ", "px;\n"])), (0, _gridSizeTimes.default)(4));
19
+ var Title = exports.Title = _styled.default.div(_templateObject2 || (_templateObject2 = (0, _taggedTemplateLiteral2.default)(["\n ", ";\n margin-bottom: ", "px;\n margin-top: 0;\n"])), _typography.h700, (0, _gridSizeTimes.default)(4));
20
+ var SectionCard = exports.SectionCard = _styled.default.div(_templateObject3 || (_templateObject3 = (0, _taggedTemplateLiteral2.default)(["\n position: relative;\n display: flex;\n padding: ", "px;\n width: 100%;\n background-color: ", ";\n border-radius: ", "px;\n box-shadow: ", ";\n margin-top: ", "px;\n"])), (0, _gridSizeTimes.default)(2.5), function (props) {
23
21
  return getSelectedCardColor(props);
24
22
  }, (0, _constants.borderRadius)(), "var(--ds-shadow-overlay, ".concat("0 4px 8px -2px ".concat(_colors.N50A, ", 0 0 1px ").concat(_colors.N60A), ")"), (0, _gridSizeTimes.default)(2));
25
- exports.SectionCard = SectionCard;
26
- var Avatar = _styled.default.div(_templateObject4 || (_templateObject4 = (0, _taggedTemplateLiteral2.default)(["\n display: flex;\n flex-direction: column;\n margin-left: ", "px;\n margin-right: ", "px;\n"])), (0, _gridSizeTimes.default)(2.5), (0, _gridSizeTimes.default)(1));
27
- exports.Avatar = Avatar;
28
- var UserDetails = _styled.default.div(_templateObject5 || (_templateObject5 = (0, _taggedTemplateLiteral2.default)(["\n display: flex;\n flex-direction: column;\n margin-top: ", "px;\n font-weight: 600;\n color: ", ";\n"])), (0, _gridSizeTimes.default)(1.5), "var(--ds-text-accent-blue, ".concat(_colors.B400, ")"));
29
- exports.UserDetails = UserDetails;
23
+ var Avatar = exports.Avatar = _styled.default.div(_templateObject4 || (_templateObject4 = (0, _taggedTemplateLiteral2.default)(["\n display: flex;\n flex-direction: column;\n margin-left: ", "px;\n margin-right: ", "px;\n"])), (0, _gridSizeTimes.default)(2.5), (0, _gridSizeTimes.default)(1));
24
+ var UserDetails = exports.UserDetails = _styled.default.div(_templateObject5 || (_templateObject5 = (0, _taggedTemplateLiteral2.default)(["\n display: flex;\n flex-direction: column;\n margin-top: ", "px;\n font-weight: 600;\n color: ", ";\n"])), (0, _gridSizeTimes.default)(1.5), "var(--ds-text-accent-blue, ".concat(_colors.B400, ")"));
@@ -29,7 +29,7 @@ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "functio
29
29
  function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
30
30
  function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0, _getPrototypeOf2.default)(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0, _getPrototypeOf2.default)(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0, _possibleConstructorReturn2.default)(this, result); }; }
31
31
  function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
32
- var DeleteUserOverviewScreen = /*#__PURE__*/function (_React$Component) {
32
+ var DeleteUserOverviewScreen = exports.DeleteUserOverviewScreen = /*#__PURE__*/function (_React$Component) {
33
33
  (0, _inherits2.default)(DeleteUserOverviewScreen, _React$Component);
34
34
  var _super = _createSuper(DeleteUserOverviewScreen);
35
35
  function DeleteUserOverviewScreen() {
@@ -139,9 +139,7 @@ var DeleteUserOverviewScreen = /*#__PURE__*/function (_React$Component) {
139
139
  }]);
140
140
  return DeleteUserOverviewScreen;
141
141
  }(_react.default.Component);
142
- exports.DeleteUserOverviewScreen = DeleteUserOverviewScreen;
143
142
  (0, _defineProperty2.default)(DeleteUserOverviewScreen, "defaultProps", {
144
143
  isCurrentUser: false
145
144
  });
146
- var _default = DeleteUserOverviewScreen;
147
- exports.default = _default;
145
+ var _default = exports.default = DeleteUserOverviewScreen;
@@ -11,17 +11,10 @@ var _colors = require("@atlaskit/theme/colors");
11
11
  var _typography = require("@atlaskit/theme/typography");
12
12
  var _gridSizeTimes = _interopRequireDefault(require("../../util/gridSizeTimes"));
13
13
  var _templateObject, _templateObject2, _templateObject3, _templateObject4, _templateObject5, _templateObject6, _templateObject7;
14
- var Screen = _styled.default.div(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n width: 100%;\n max-width: 640px;\n margin-bottom: ", "px;\n > p {\n margin-top: ", "px;\n margin-bottom: ", "px;\n }\n"])), (0, _gridSizeTimes.default)(2), (0, _gridSizeTimes.default)(3), (0, _gridSizeTimes.default)(2));
15
- exports.Screen = Screen;
16
- var LoadingWrapper = _styled.default.div(_templateObject2 || (_templateObject2 = (0, _taggedTemplateLiteral2.default)(["\n display: flex;\n justify-content: center;\n align-items: center;\n height: 500px;\n"])));
17
- exports.LoadingWrapper = LoadingWrapper;
18
- var Title = _styled.default.div(_templateObject3 || (_templateObject3 = (0, _taggedTemplateLiteral2.default)(["\n ", ";\n margin-bottom: ", "px;\n margin-top: 0;\n"])), _typography.h700, (0, _gridSizeTimes.default)(3));
19
- exports.Title = Title;
20
- var SectionMessageOuter = _styled.default.div(_templateObject4 || (_templateObject4 = (0, _taggedTemplateLiteral2.default)(["\n margin: ", "px 0;\n"])), (0, _gridSizeTimes.default)(3));
21
- exports.SectionMessageOuter = SectionMessageOuter;
22
- var MainInformationList = _styled.default.ul(_templateObject5 || (_templateObject5 = (0, _taggedTemplateLiteral2.default)(["\n > li b {\n font-weight: 600;\n }\n p + ul {\n margin-top: ", "px;\n }\n"])), (0, _gridSizeTimes.default)(1.5));
23
- exports.MainInformationList = MainInformationList;
24
- var IconHoverWrapper = _styled.default.span(_templateObject6 || (_templateObject6 = (0, _taggedTemplateLiteral2.default)(["\n color: ", ";\n padding-left: ", "px;\n &:hover {\n color: ", ";\n }\n"])), "var(--ds-background-information-bold, ".concat(_colors.B500, ")"), (0, _gridSizeTimes.default)(0.5), "var(--ds-background-information-bold-hovered, ".concat(_colors.B200, ")"));
25
- exports.IconHoverWrapper = IconHoverWrapper;
26
- var InlineDialogContent = _styled.default.div(_templateObject7 || (_templateObject7 = (0, _taggedTemplateLiteral2.default)(["\n li {\n margin-left: ", "px;\n margin-top: ", "px;\n padding-left: ", "px;\n }\n"])), (0, _gridSizeTimes.default)(3), (0, _gridSizeTimes.default)(1), (0, _gridSizeTimes.default)(1));
27
- exports.InlineDialogContent = InlineDialogContent;
14
+ var Screen = exports.Screen = _styled.default.div(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n width: 100%;\n max-width: 640px;\n margin-bottom: ", "px;\n > p {\n margin-top: ", "px;\n margin-bottom: ", "px;\n }\n"])), (0, _gridSizeTimes.default)(2), (0, _gridSizeTimes.default)(3), (0, _gridSizeTimes.default)(2));
15
+ var LoadingWrapper = exports.LoadingWrapper = _styled.default.div(_templateObject2 || (_templateObject2 = (0, _taggedTemplateLiteral2.default)(["\n display: flex;\n justify-content: center;\n align-items: center;\n height: 500px;\n"])));
16
+ var Title = exports.Title = _styled.default.div(_templateObject3 || (_templateObject3 = (0, _taggedTemplateLiteral2.default)(["\n ", ";\n margin-bottom: ", "px;\n margin-top: 0;\n"])), _typography.h700, (0, _gridSizeTimes.default)(3));
17
+ var SectionMessageOuter = exports.SectionMessageOuter = _styled.default.div(_templateObject4 || (_templateObject4 = (0, _taggedTemplateLiteral2.default)(["\n margin: ", "px 0;\n"])), (0, _gridSizeTimes.default)(3));
18
+ var MainInformationList = exports.MainInformationList = _styled.default.ul(_templateObject5 || (_templateObject5 = (0, _taggedTemplateLiteral2.default)(["\n > li b {\n font-weight: 600;\n }\n p + ul {\n margin-top: ", "px;\n }\n"])), (0, _gridSizeTimes.default)(1.5));
19
+ var IconHoverWrapper = exports.IconHoverWrapper = _styled.default.span(_templateObject6 || (_templateObject6 = (0, _taggedTemplateLiteral2.default)(["\n color: ", ";\n padding-left: ", "px;\n &:hover {\n color: ", ";\n }\n"])), "var(--ds-background-information-bold, ".concat(_colors.B500, ")"), (0, _gridSizeTimes.default)(0.5), "var(--ds-background-information-bold-hovered, ".concat(_colors.B200, ")"));
20
+ var InlineDialogContent = exports.InlineDialogContent = _styled.default.div(_templateObject7 || (_templateObject7 = (0, _taggedTemplateLiteral2.default)(["\n li {\n margin-left: ", "px;\n margin-top: ", "px;\n padding-left: ", "px;\n }\n"])), (0, _gridSizeTimes.default)(3), (0, _gridSizeTimes.default)(1), (0, _gridSizeTimes.default)(1));
@@ -24,7 +24,7 @@ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj &&
24
24
  function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0, _getPrototypeOf2.default)(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0, _getPrototypeOf2.default)(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0, _possibleConstructorReturn2.default)(this, result); }; }
25
25
  function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
26
26
  var COLLAPSED_LIST_SITE_COUNT = 3;
27
- var DropdownList = /*#__PURE__*/function (_React$Component) {
27
+ var DropdownList = exports.DropdownList = /*#__PURE__*/function (_React$Component) {
28
28
  (0, _inherits2.default)(DropdownList, _React$Component);
29
29
  var _super = _createSuper(DropdownList);
30
30
  function DropdownList() {
@@ -77,6 +77,4 @@ var DropdownList = /*#__PURE__*/function (_React$Component) {
77
77
  }]);
78
78
  return DropdownList;
79
79
  }(_react.default.Component);
80
- exports.DropdownList = DropdownList;
81
- var _default = DropdownList;
82
- exports.default = _default;
80
+ var _default = exports.default = DropdownList;
@@ -9,9 +9,6 @@ var _taggedTemplateLiteral2 = _interopRequireDefault(require("@babel/runtime/hel
9
9
  var _styled = _interopRequireDefault(require("@emotion/styled"));
10
10
  var _gridSizeTimes = _interopRequireDefault(require("../../util/gridSizeTimes"));
11
11
  var _templateObject, _templateObject2, _templateObject3;
12
- var AccessibleSitesList = _styled.default.ul(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n list-style: none;\n padding-left: 0;\n font-weight: 600;\n margin-left: ", "px;\n > li {\n margin-top: 0;\n }\n"])), (0, _gridSizeTimes.default)(1));
13
- exports.AccessibleSitesList = AccessibleSitesList;
14
- var AccessibleSitesListFootnote = _styled.default.div(_templateObject2 || (_templateObject2 = (0, _taggedTemplateLiteral2.default)(["\n padding-left: 0;\n margin-left: ", "px;\n"])), (0, _gridSizeTimes.default)(1));
15
- exports.AccessibleSitesListFootnote = AccessibleSitesListFootnote;
16
- var ButtonWrapper = _styled.default.div(_templateObject3 || (_templateObject3 = (0, _taggedTemplateLiteral2.default)(["\n padding: 0 ", "px;\n"])), (0, _gridSizeTimes.default)(1));
17
- exports.ButtonWrapper = ButtonWrapper;
12
+ var AccessibleSitesList = exports.AccessibleSitesList = _styled.default.ul(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n list-style: none;\n padding-left: 0;\n font-weight: 600;\n margin-left: ", "px;\n > li {\n margin-top: 0;\n }\n"])), (0, _gridSizeTimes.default)(1));
13
+ var AccessibleSitesListFootnote = exports.AccessibleSitesListFootnote = _styled.default.div(_templateObject2 || (_templateObject2 = (0, _taggedTemplateLiteral2.default)(["\n padding-left: 0;\n margin-left: ", "px;\n"])), (0, _gridSizeTimes.default)(1));
14
+ var ButtonWrapper = exports.ButtonWrapper = _styled.default.div(_templateObject3 || (_templateObject3 = (0, _taggedTemplateLiteral2.default)(["\n padding: 0 ", "px;\n"])), (0, _gridSizeTimes.default)(1));
@@ -27,7 +27,7 @@ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "functio
27
27
  function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
28
28
  function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0, _getPrototypeOf2.default)(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0, _getPrototypeOf2.default)(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0, _possibleConstructorReturn2.default)(this, result); }; }
29
29
  function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
30
- var FocusedTaskCloseAccount = /*#__PURE__*/function (_React$Component) {
30
+ var FocusedTaskCloseAccount = exports.FocusedTaskCloseAccount = /*#__PURE__*/function (_React$Component) {
31
31
  (0, _inherits2.default)(FocusedTaskCloseAccount, _React$Component);
32
32
  var _super = _createSuper(FocusedTaskCloseAccount);
33
33
  function FocusedTaskCloseAccount() {
@@ -100,6 +100,4 @@ var FocusedTaskCloseAccount = /*#__PURE__*/function (_React$Component) {
100
100
  }]);
101
101
  return FocusedTaskCloseAccount;
102
102
  }(_react.default.Component);
103
- exports.FocusedTaskCloseAccount = FocusedTaskCloseAccount;
104
- var _default = FocusedTaskCloseAccount;
105
- exports.default = _default;
103
+ var _default = exports.default = FocusedTaskCloseAccount;
@@ -8,11 +8,8 @@ exports.PlaceholderContent = exports.DrawerInner = exports.ContentFooter = void
8
8
  var _taggedTemplateLiteral2 = _interopRequireDefault(require("@babel/runtime/helpers/taggedTemplateLiteral"));
9
9
  var _styled = _interopRequireDefault(require("@emotion/styled"));
10
10
  var _templateObject, _templateObject2, _templateObject3;
11
- var DrawerInner = _styled.default.div(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n display: flex;\n flex-wrap: wrap;\n flex-direction: column;\n align-items: center;\n"])));
12
- exports.DrawerInner = DrawerInner;
13
- var ContentFooter = _styled.default.div(_templateObject2 || (_templateObject2 = (0, _taggedTemplateLiteral2.default)(["\n display: flex;\n justify-content: flex-end;\n"])));
11
+ var DrawerInner = exports.DrawerInner = _styled.default.div(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n display: flex;\n flex-wrap: wrap;\n flex-direction: column;\n align-items: center;\n"])));
12
+ var ContentFooter = exports.ContentFooter = _styled.default.div(_templateObject2 || (_templateObject2 = (0, _taggedTemplateLiteral2.default)(["\n display: flex;\n justify-content: flex-end;\n"])));
14
13
 
15
14
  /** Delete me once real content is present in the drawer */
16
- exports.ContentFooter = ContentFooter;
17
- var PlaceholderContent = _styled.default.div(_templateObject3 || (_templateObject3 = (0, _taggedTemplateLiteral2.default)(["\n width: 352px;\n"])));
18
- exports.PlaceholderContent = PlaceholderContent;
15
+ var PlaceholderContent = exports.PlaceholderContent = _styled.default.div(_templateObject3 || (_templateObject3 = (0, _taggedTemplateLiteral2.default)(["\n width: 352px;\n"])));
@@ -19,7 +19,7 @@ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "functio
19
19
  function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
20
20
  function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0, _getPrototypeOf2.default)(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0, _getPrototypeOf2.default)(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0, _possibleConstructorReturn2.default)(this, result); }; }
21
21
  function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
22
- var Footer = /*#__PURE__*/function (_React$Component) {
22
+ var Footer = exports.default = /*#__PURE__*/function (_React$Component) {
23
23
  (0, _inherits2.default)(Footer, _React$Component);
24
24
  var _super = _createSuper(Footer);
25
25
  function Footer() {
@@ -48,5 +48,4 @@ var Footer = /*#__PURE__*/function (_React$Component) {
48
48
  }
49
49
  }]);
50
50
  return Footer;
51
- }(_react.default.Component);
52
- exports.default = Footer;
51
+ }(_react.default.Component);
@@ -9,5 +9,4 @@ var _taggedTemplateLiteral2 = _interopRequireDefault(require("@babel/runtime/hel
9
9
  var _styled = _interopRequireDefault(require("@emotion/styled"));
10
10
  var _gridSizeTimes = _interopRequireDefault(require("../../util/gridSizeTimes"));
11
11
  var _templateObject;
12
- var FooterOuter = _styled.default.div(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n display: flex;\n width: 100%;\n max-width: 640px;\n @media screen and (max-width: 640px) {\n justify-content: space-evenly;\n padding-bottom: ", "px;\n align-items: center;\n }\n justify-content: space-between;\n margin-top: ", "px;\n"])), (0, _gridSizeTimes.default)(3), (0, _gridSizeTimes.default)(4));
13
- exports.FooterOuter = FooterOuter;
12
+ var FooterOuter = exports.FooterOuter = _styled.default.div(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n display: flex;\n width: 100%;\n max-width: 640px;\n @media screen and (max-width: 640px) {\n justify-content: space-evenly;\n padding-bottom: ", "px;\n align-items: center;\n }\n justify-content: space-between;\n margin-top: ", "px;\n"])), (0, _gridSizeTimes.default)(3), (0, _gridSizeTimes.default)(4));
@@ -30,11 +30,11 @@ var MessagesIntlProvider = /*#__PURE__*/function (_React$Component) {
30
30
  children = _this$props.children;
31
31
  return /*#__PURE__*/_react.default.createElement(_reactIntlNext.IntlProvider, {
32
32
  messages: (0, _i18nUtil.getMessagesForLocale)(intl.locale),
33
- locale: intl.locale
33
+ locale: intl.locale,
34
+ defaultLocale: "en-US"
34
35
  }, children);
35
36
  }
36
37
  }]);
37
38
  return MessagesIntlProvider;
38
39
  }(_react.default.Component);
39
- var _default = (0, _reactIntlNext.injectIntl)(MessagesIntlProvider);
40
- exports.default = _default;
40
+ var _default = exports.default = (0, _reactIntlNext.injectIntl)(MessagesIntlProvider);
@@ -16,7 +16,7 @@ var _react = _interopRequireDefault(require("react"));
16
16
  var _inlineDialog = _interopRequireDefault(require("@atlaskit/inline-dialog"));
17
17
  function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0, _getPrototypeOf2.default)(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0, _getPrototypeOf2.default)(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0, _possibleConstructorReturn2.default)(this, result); }; }
18
18
  function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
19
- var StatefulInlineDialog = /*#__PURE__*/function (_React$Component) {
19
+ var StatefulInlineDialog = exports.StatefulInlineDialog = /*#__PURE__*/function (_React$Component) {
20
20
  (0, _inherits2.default)(StatefulInlineDialog, _React$Component);
21
21
  var _super = _createSuper(StatefulInlineDialog);
22
22
  function StatefulInlineDialog() {
@@ -66,6 +66,4 @@ var StatefulInlineDialog = /*#__PURE__*/function (_React$Component) {
66
66
  }]);
67
67
  return StatefulInlineDialog;
68
68
  }(_react.default.Component);
69
- exports.StatefulInlineDialog = StatefulInlineDialog;
70
- var _default = StatefulInlineDialog;
71
- exports.default = _default;
69
+ var _default = exports.default = StatefulInlineDialog;
@@ -18,7 +18,7 @@ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "functio
18
18
  function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
19
19
  function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0, _getPrototypeOf2.default)(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0, _getPrototypeOf2.default)(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0, _possibleConstructorReturn2.default)(this, result); }; }
20
20
  function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
21
- var UserInfo = /*#__PURE__*/function (_React$Component) {
21
+ var UserInfo = exports.UserInfo = /*#__PURE__*/function (_React$Component) {
22
22
  (0, _inherits2.default)(UserInfo, _React$Component);
23
23
  var _super = _createSuper(UserInfo);
24
24
  function UserInfo() {
@@ -37,6 +37,4 @@ var UserInfo = /*#__PURE__*/function (_React$Component) {
37
37
  }]);
38
38
  return UserInfo;
39
39
  }(_react.default.Component);
40
- exports.UserInfo = UserInfo;
41
- var _default = UserInfo;
42
- exports.default = _default;
40
+ var _default = exports.default = UserInfo;
@@ -15,13 +15,8 @@ var _templateObject, _templateObject2, _templateObject3, _templateObject4, _temp
15
15
  var baseHeading = function baseHeading(size, lineHeight) {
16
16
  return "\n font-size: ".concat(size / (0, _constants.fontSize)(), "em;\n font-style: inherit;\n line-height: ").concat(lineHeight / size, ";\n");
17
17
  };
18
- var UserInfoOuter = _styled.default.div(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n display: flex;\n align-items: center;\n width: 100%;\n margin-bottom: ", "px;\n"])), (0, _gridSizeTimes.default)(2));
19
- exports.UserInfoOuter = UserInfoOuter;
20
- var Avatar = _styled.default.div(_templateObject2 || (_templateObject2 = (0, _taggedTemplateLiteral2.default)(["\n display: flex;\n flex-direction: column;\n margin-left: ", "px;\n margin-right: ", "px;\n"])), (0, _gridSizeTimes.default)(2.5), (0, _gridSizeTimes.default)(1));
21
- exports.Avatar = Avatar;
22
- var UserDetails = _styled.default.div(_templateObject3 || (_templateObject3 = (0, _taggedTemplateLiteral2.default)(["\n display: flex;\n flex-direction: column;\n margin-left: ", "px;\n"])), (0, _gridSizeTimes.default)(0.5));
23
- exports.UserDetails = UserDetails;
24
- var UserName = _styled.default.span(_templateObject4 || (_templateObject4 = (0, _taggedTemplateLiteral2.default)(["\n ", ";\n margin-top: 0;\n"])), _typography.h500);
25
- exports.UserName = UserName;
26
- var UserEmail = _styled.default.span(_templateObject5 || (_templateObject5 = (0, _taggedTemplateLiteral2.default)(["\n ", " color: ", ";\n font-weight: 300;\n margin-top: ", "px;\n"])), baseHeading(11, 16), "var(--ds-text-subtlest, ".concat(_colors.N200, ")"), (0, _gridSizeTimes.default)(0.5));
27
- exports.UserEmail = UserEmail;
18
+ var UserInfoOuter = exports.UserInfoOuter = _styled.default.div(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n display: flex;\n align-items: center;\n width: 100%;\n margin-bottom: ", "px;\n"])), (0, _gridSizeTimes.default)(2));
19
+ var Avatar = exports.Avatar = _styled.default.div(_templateObject2 || (_templateObject2 = (0, _taggedTemplateLiteral2.default)(["\n display: flex;\n flex-direction: column;\n margin-left: ", "px;\n margin-right: ", "px;\n"])), (0, _gridSizeTimes.default)(2.5), (0, _gridSizeTimes.default)(1));
20
+ var UserDetails = exports.UserDetails = _styled.default.div(_templateObject3 || (_templateObject3 = (0, _taggedTemplateLiteral2.default)(["\n display: flex;\n flex-direction: column;\n margin-left: ", "px;\n"])), (0, _gridSizeTimes.default)(0.5));
21
+ var UserName = exports.UserName = _styled.default.span(_templateObject4 || (_templateObject4 = (0, _taggedTemplateLiteral2.default)(["\n ", ";\n margin-top: 0;\n"])), _typography.h500);
22
+ var UserEmail = exports.UserEmail = _styled.default.span(_templateObject5 || (_templateObject5 = (0, _taggedTemplateLiteral2.default)(["\n ", " color: ", ";\n font-weight: 300;\n margin-top: ", "px;\n"])), baseHeading(11, 16), "var(--ds-text-subtlest, ".concat(_colors.N200, ")"), (0, _gridSizeTimes.default)(0.5));
@@ -12,7 +12,7 @@ exports.default = void 0;
12
12
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
13
13
  */
14
14
  //Czech
15
- var _default = {
15
+ var _default = exports.default = {
16
16
  'focused-task-close-account.cancel': 'Zrušit',
17
17
  'focused-task-close-account.deactivate-account': 'Deaktivovat účet',
18
18
  'focused-task-close-account.deactivate-account.overview.first.line.admin': 'Chystáte se deaktivovat uživatelský účet:',
@@ -83,5 +83,4 @@ var _default = {
83
83
  'focused-task-close-account.learnMore': 'Další informace',
84
84
  'focused-task-close-account.next': 'Další',
85
85
  'focused-task-close-account.previous': 'Předchozí'
86
- };
87
- exports.default = _default;
86
+ };
@@ -12,7 +12,7 @@ exports.default = void 0;
12
12
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
13
13
  */
14
14
  //Danish (Denmark)
15
- var _default = {
15
+ var _default = exports.default = {
16
16
  'focused-task-close-account.cancel': 'Annullér',
17
17
  'focused-task-close-account.deactivate-account': 'Deaktivér konto',
18
18
  'focused-task-close-account.deactivate-account.overview.first.line.admin': 'Du er ved at deaktivere brugerkontoen for:',
@@ -83,5 +83,4 @@ var _default = {
83
83
  'focused-task-close-account.learnMore': 'Læs mere',
84
84
  'focused-task-close-account.next': 'Næste',
85
85
  'focused-task-close-account.previous': 'Seneste'
86
- };
87
- exports.default = _default;
86
+ };
@@ -12,7 +12,7 @@ exports.default = void 0;
12
12
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
13
13
  */
14
14
  //German (Germany)
15
- var _default = {
15
+ var _default = exports.default = {
16
16
  'focused-task-close-account.cancel': 'Abbrechen',
17
17
  'focused-task-close-account.deactivate-account': 'Konto deaktivieren',
18
18
  'focused-task-close-account.deactivate-account.overview.first.line.admin': 'Sie sind dabei, das Benutzerkonto zu löschen von:',
@@ -83,5 +83,4 @@ var _default = {
83
83
  'focused-task-close-account.learnMore': 'Mehr erfahren',
84
84
  'focused-task-close-account.next': 'Weiter',
85
85
  'focused-task-close-account.previous': 'Zurück'
86
- };
87
- exports.default = _default;
86
+ };