@atlaskit/focused-task-close-account 2.1.9 → 2.1.11

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 (48) hide show
  1. package/CHANGELOG.md +195 -82
  2. package/dist/cjs/components/DeactivateUserOverviewScreen/styled.js +45 -7
  3. package/dist/cjs/components/DeleteUserContentPreviewScreen/DeleteUserContentPreviewScreen.js +2 -0
  4. package/dist/cjs/components/DeleteUserContentPreviewScreen/styled.js +39 -6
  5. package/dist/cjs/components/DeleteUserOverviewScreen/styled.js +73 -9
  6. package/dist/cjs/components/DropdownList/styled.js +27 -5
  7. package/dist/cjs/components/FocusedTaskCloseAccount/styled.js +19 -5
  8. package/dist/cjs/components/Footer/styled.js +17 -3
  9. package/dist/cjs/components/UserInfo/styles.js +42 -7
  10. package/dist/es2019/components/DeactivateUserOverviewScreen/styled.js +43 -26
  11. package/dist/es2019/components/DeleteUserContentPreviewScreen/DeleteUserContentPreviewScreen.js +2 -0
  12. package/dist/es2019/components/DeleteUserContentPreviewScreen/styled.js +46 -31
  13. package/dist/es2019/components/DeleteUserOverviewScreen/styled.js +69 -41
  14. package/dist/es2019/components/DropdownList/styled.js +26 -15
  15. package/dist/es2019/components/FocusedTaskCloseAccount/styled.js +19 -13
  16. package/dist/es2019/components/Footer/styled.js +17 -12
  17. package/dist/es2019/components/UserInfo/styles.js +41 -26
  18. package/dist/esm/components/DeactivateUserOverviewScreen/styled.js +45 -7
  19. package/dist/esm/components/DeleteUserContentPreviewScreen/DeleteUserContentPreviewScreen.js +2 -0
  20. package/dist/esm/components/DeleteUserContentPreviewScreen/styled.js +40 -6
  21. package/dist/esm/components/DeleteUserOverviewScreen/styled.js +73 -9
  22. package/dist/esm/components/DropdownList/styled.js +27 -5
  23. package/dist/esm/components/FocusedTaskCloseAccount/styled.js +19 -5
  24. package/dist/esm/components/Footer/styled.js +17 -3
  25. package/dist/esm/components/UserInfo/styles.js +41 -7
  26. package/dist/types/components/DeactivateUserOverviewScreen/DeactivateUserOverviewScreen.d.ts +2 -2
  27. package/dist/types/components/DeactivateUserOverviewScreen/types.d.ts +1 -1
  28. package/dist/types/components/DeleteUserContentPreviewScreen/DeleteUserContentPreviewScreen.d.ts +2 -2
  29. package/dist/types/components/DeleteUserContentPreviewScreen/types.d.ts +1 -1
  30. package/dist/types/components/DeleteUserOverviewScreen/DeleteUserOverviewScreen.d.ts +2 -2
  31. package/dist/types/components/DeleteUserOverviewScreen/types.d.ts +1 -1
  32. package/dist/types/components/DropdownList/DropdownList.d.ts +1 -1
  33. package/dist/types/components/MessagesIntlProvider.d.ts +1 -1
  34. package/dist/types/components/StatefulInlineDialog/StatefulInlineDialog.d.ts +1 -1
  35. package/dist/types/components/UserInfo/UserInfo.d.ts +1 -1
  36. package/dist/types-ts4.5/components/DeactivateUserOverviewScreen/DeactivateUserOverviewScreen.d.ts +2 -2
  37. package/dist/types-ts4.5/components/DeactivateUserOverviewScreen/types.d.ts +1 -1
  38. package/dist/types-ts4.5/components/DeleteUserContentPreviewScreen/DeleteUserContentPreviewScreen.d.ts +2 -2
  39. package/dist/types-ts4.5/components/DeleteUserContentPreviewScreen/types.d.ts +1 -1
  40. package/dist/types-ts4.5/components/DeleteUserOverviewScreen/DeleteUserOverviewScreen.d.ts +2 -2
  41. package/dist/types-ts4.5/components/DeleteUserOverviewScreen/types.d.ts +1 -1
  42. package/dist/types-ts4.5/components/DropdownList/DropdownList.d.ts +1 -1
  43. package/dist/types-ts4.5/components/MessagesIntlProvider.d.ts +1 -1
  44. package/dist/types-ts4.5/components/StatefulInlineDialog/StatefulInlineDialog.d.ts +1 -1
  45. package/dist/types-ts4.5/components/UserInfo/UserInfo.d.ts +1 -1
  46. package/docs/01-docs.tsx +50 -48
  47. package/package.json +73 -75
  48. package/report.api.md +106 -105
package/CHANGELOG.md CHANGED
@@ -1,10 +1,27 @@
1
1
  # @atlaskit/focused-task-close-account
2
2
 
3
+ ## 2.1.11
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 2.1.10
10
+
11
+ ### Patch Changes
12
+
13
+ - [#90546](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/90546)
14
+ [`e3e2542b4963`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/e3e2542b4963) -
15
+ Update TypeScript type parameters when using `FormattedMessage` from `react-intl` to improve
16
+ compatibility with React 18
17
+
3
18
  ## 2.1.9
4
19
 
5
20
  ### Patch Changes
6
21
 
7
- - [#83116](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83116) [`8d4e99057fe0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8d4e99057fe0) - Upgrade Typescript from `4.9.5` to `5.4.2`
22
+ - [#83116](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83116)
23
+ [`8d4e99057fe0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8d4e99057fe0) -
24
+ Upgrade Typescript from `4.9.5` to `5.4.2`
8
25
 
9
26
  ## 2.1.8
10
27
 
@@ -28,38 +45,51 @@
28
45
 
29
46
  ### Patch Changes
30
47
 
31
- - [#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
48
+ - [#41882](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41882)
49
+ [`54e68dcc7da`](https://bitbucket.org/atlassian/atlassian-frontend/commits/54e68dcc7da) - Pass
50
+ en-US as default locale
32
51
 
33
52
  ## 2.1.4
34
53
 
35
54
  ### Patch Changes
36
55
 
37
- - [#38162](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38162) [`fd6bb9c9184`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd6bb9c9184) - Delete version.json
56
+ - [#38162](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38162)
57
+ [`fd6bb9c9184`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd6bb9c9184) - Delete
58
+ version.json
38
59
  - Updated dependencies
39
60
 
40
61
  ## 2.1.3
41
62
 
42
63
  ### Patch Changes
43
64
 
44
- - [#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.
65
+ - [#34118](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34118)
66
+ [`2eb438477ab`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2eb438477ab) - Internal
67
+ change to enforce token usage for spacing properties. There is no expected visual or behaviour
68
+ change.
45
69
 
46
70
  ## 2.1.2
47
71
 
48
72
  ### Patch Changes
49
73
 
50
- - [#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
74
+ - [#33793](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33793)
75
+ [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure
76
+ legacy types are published for TS 4.5-4.8
51
77
 
52
78
  ## 2.1.1
53
79
 
54
80
  ### Patch Changes
55
81
 
56
- - [#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`
82
+ - [#33649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33649)
83
+ [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade
84
+ Typescript from `4.5.5` to `4.9.5`
57
85
 
58
86
  ## 2.1.0
59
87
 
60
88
  ### Minor Changes
61
89
 
62
- - [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258) [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip minor dependency bump
90
+ - [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258)
91
+ [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip
92
+ minor dependency bump
63
93
 
64
94
  ### Patch Changes
65
95
 
@@ -75,13 +105,18 @@
75
105
 
76
106
  ### Patch Changes
77
107
 
78
- - [#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.
108
+ - [#28324](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28324)
109
+ [`6455cf006b3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6455cf006b3) - Builds
110
+ for this package now pass through a tokens babel plugin, removing runtime invocations of the
111
+ tokens() function and improving performance.
79
112
 
80
113
  ## 2.0.4
81
114
 
82
115
  ### Patch Changes
83
116
 
84
- - [#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.
117
+ - [#28249](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28249)
118
+ [`6fefd25917e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6fefd25917e) - Moved
119
+ `@emotion/styled` to dependency to ensure correct version (v11) is resolved.
85
120
 
86
121
  ## 2.0.3
87
122
 
@@ -105,34 +140,46 @@
105
140
 
106
141
  ### Major Changes
107
142
 
108
- - [#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
143
+ - [#27192](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27192)
144
+ [`aee282f2e3d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/aee282f2e3d) -
145
+ Migration from styled-components to @emotion v11
109
146
 
110
147
  ## 1.1.3
111
148
 
112
149
  ### Patch Changes
113
150
 
114
- - [#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`
151
+ - [#24874](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24874)
152
+ [`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) - Upgrade
153
+ Typescript from `4.3.5` to `4.5.5`
115
154
 
116
155
  ## 1.1.2
117
156
 
118
157
  ### Patch Changes
119
158
 
120
- - [#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`.
159
+ - [#24492](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24492)
160
+ [`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) - Upgrade
161
+ Typescript from `4.2.4` to `4.3.5`.
121
162
 
122
163
  ## 1.1.1
123
164
 
124
165
  ### Patch Changes
125
166
 
126
- - [#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
167
+ - [#23677](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23677)
168
+ [`334b293ddbc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/334b293ddbc) - Fix a
169
+ bug in UI - showing <b> in UI which is caused when we upgraded react-intl version
127
170
 
128
171
  ## 1.1.0
129
172
 
130
173
  ### Minor Changes
131
174
 
132
- - [#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`.
175
+ - [#21570](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21570)
176
+ [`bc5e7240a08`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bc5e7240a08) - [ux]
177
+ Instrumented `@atlaskit/focused-task-close-account` with the new theming package,
178
+ `@atlaskit/tokens`.
133
179
 
134
- New tokens will be visible only in applications configured to use the new Tokens API (currently in alpha).
135
- These changes are intended to be interoperable with the legacy theme implementation. Legacy dark mode users should expect no visual or breaking changes.
180
+ New tokens will be visible only in applications configured to use the new Tokens API (currently in
181
+ alpha). These changes are intended to be interoperable with the legacy theme implementation.
182
+ Legacy dark mode users should expect no visual or breaking changes.
136
183
 
137
184
  ### Patch Changes
138
185
 
@@ -142,20 +189,28 @@
142
189
 
143
190
  ### Patch Changes
144
191
 
145
- - [#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
192
+ - [#20650](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20650)
193
+ [`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) - Upgrade
194
+ to TypeScript 4.2.4
146
195
  - Updated dependencies
147
196
 
148
197
  ## 1.0.0
149
198
 
150
199
  ### Major Changes
151
200
 
152
- - [#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
201
+ - [#14810](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/14810)
202
+ [`47f58da5946`](https://bitbucket.org/atlassian/atlassian-frontend/commits/47f58da5946) -
203
+ ED-13322, ED-13324, ED-13326, ED-13323, ED-13204: Upgrade and support react-intl@^5.18.1 including
204
+ breaking API changes, types and tests in atlassian-frontend packages
153
205
 
154
- 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.
155
- Why change was made: As part of a coordinated upgrade effort across AF packages, as react-intl v2 is quite dated.
156
- How consumer should update their code: Ensure react-intl ^5.18.1 is installed in consuming applications.
206
+ What changed: Upgraded our react-intl support from ^2.6.0 to ^5.18.1. This means editor packages
207
+ now rely on consumers installing ^5.18.1, otherwise editor usage of react-intl will mismatch with
208
+ actual installed react-intl APIs. Why change was made: As part of a coordinated upgrade effort
209
+ across AF packages, as react-intl v2 is quite dated. How consumer should update their code: Ensure
210
+ react-intl ^5.18.1 is installed in consuming applications.
157
211
 
158
- Upgrade guide: To consume atlassian-frontend packages that use react-intl5 setup a second provider for the new version, using an npm alias
212
+ Upgrade guide: To consume atlassian-frontend packages that use react-intl5 setup a second provider
213
+ for the new version, using an npm alias
159
214
 
160
215
  ```js
161
216
  "react-intl": "^2.6.0",
@@ -167,23 +222,23 @@
167
222
  import { IntlProvider as IntlNextProvider } from 'react-intl-next';
168
223
 
169
224
  return (
170
- <IntlProvider
171
- key={locale}
172
- data-test-language={locale}
173
- locale={locale}
174
- defaultLocale={DEFAULT_LOCALE}
175
- messages={messages}
176
- >
177
- <IntlNextProvider
178
- key={locale}
179
- data-test-language={locale}
180
- locale={locale}
181
- defaultLocale={DEFAULT_LOCALE}
182
- messages={messages}
183
- >
184
- {children}
185
- </IntlNextProvider>
186
- </IntlProvider>
225
+ <IntlProvider
226
+ key={locale}
227
+ data-test-language={locale}
228
+ locale={locale}
229
+ defaultLocale={DEFAULT_LOCALE}
230
+ messages={messages}
231
+ >
232
+ <IntlNextProvider
233
+ key={locale}
234
+ data-test-language={locale}
235
+ locale={locale}
236
+ defaultLocale={DEFAULT_LOCALE}
237
+ messages={messages}
238
+ >
239
+ {children}
240
+ </IntlNextProvider>
241
+ </IntlProvider>
187
242
  );
188
243
  ```
189
244
 
@@ -191,7 +246,9 @@
191
246
 
192
247
  ### Minor Changes
193
248
 
194
- - [#15553](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/15553) [`d4bcdb647a7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d4bcdb647a7) - fixed rendering on mobile screens.
249
+ - [#15553](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/15553)
250
+ [`d4bcdb647a7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d4bcdb647a7) - fixed
251
+ rendering on mobile screens.
195
252
 
196
253
  ## 0.14.5
197
254
 
@@ -203,7 +260,9 @@
203
260
 
204
261
  ### Patch Changes
205
262
 
206
- - [#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.
263
+ - [#13864](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13864)
264
+ [`b90c0237824`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b90c0237824) - Update
265
+ package.jsons to remove unused dependencies.
207
266
  - Updated dependencies
208
267
 
209
268
  ## 0.14.3
@@ -216,7 +275,9 @@
216
275
 
217
276
  ### Patch Changes
218
277
 
219
- - [#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
278
+ - [#12933](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12933)
279
+ [`eb0dc29d09b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/eb0dc29d09b) -
280
+ Declarative entry points, removes messages, types EPs
220
281
 
221
282
  ## 0.14.1
222
283
 
@@ -228,21 +289,28 @@
228
289
 
229
290
  ### Minor Changes
230
291
 
231
- - [#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
292
+ - [#7762](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7762)
293
+ [`7ddbf962bd9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7ddbf962bd9) - [ux]
294
+ Updated and added new translations
232
295
 
233
296
  ## 0.13.7
234
297
 
235
298
  ### Patch Changes
236
299
 
237
- - [#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
300
+ - [#5857](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5857)
301
+ [`d3265f19be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3265f19be) - Transpile
302
+ packages using babel rather than tsc
238
303
 
239
304
  ## 0.13.6
240
305
 
241
306
  ### Patch Changes
242
307
 
243
- - [#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.
244
- This requires version 3.8 of Typescript, read more about how we handle Typescript versions here: https://atlaskit.atlassian.com/get-started
245
- Also add `typescript` to `devDependencies` to denote version that the package was built with.
308
+ - [#5497](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5497)
309
+ [`5f58283e1f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f58283e1f) - Export
310
+ types using Typescript's new "export type" syntax to satisfy Typescript's --isolatedModules
311
+ compiler option. This requires version 3.8 of Typescript, read more about how we handle Typescript
312
+ versions here: https://atlaskit.atlassian.com/get-started Also add `typescript` to
313
+ `devDependencies` to denote version that the package was built with.
246
314
 
247
315
  ## 0.13.5
248
316
 
@@ -260,16 +328,20 @@
260
328
 
261
329
  ### Patch Changes
262
330
 
263
- - [#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
331
+ - [#3885](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3885)
332
+ [`6c525a8229`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c525a8229) - Upgraded
333
+ to TypeScript 3.9.6 and tslib to 2.0.0
264
334
 
265
- Since tslib is a dependency for all our packages we recommend that products also follow this tslib upgrade
266
- to prevent duplicates of tslib being bundled.
335
+ Since tslib is a dependency for all our packages we recommend that products also follow this tslib
336
+ upgrade to prevent duplicates of tslib being bundled.
267
337
 
268
338
  ## 0.13.2
269
339
 
270
340
  ### Patch Changes
271
341
 
272
- - [#3369](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3369) [`d03bff2147`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d03bff2147) - updated translations
342
+ - [#3369](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3369)
343
+ [`d03bff2147`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d03bff2147) - updated
344
+ translations
273
345
 
274
346
  ## 0.13.1
275
347
 
@@ -281,8 +353,11 @@
281
353
 
282
354
  ### Minor Changes
283
355
 
284
- - [#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.
285
- For more information see: https://community.developer.atlassian.com/t/atlaskit-to-drop-support-for-internet-explorer-11-from-1st-july-2020/39534
356
+ - [#3335](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3335)
357
+ [`87f4720f27`](https://bitbucket.org/atlassian/atlassian-frontend/commits/87f4720f27) - Officially
358
+ dropping IE11 support, from this version onwards there are no warranties of the package working in
359
+ IE11. For more information see:
360
+ https://community.developer.atlassian.com/t/atlaskit-to-drop-support-for-internet-explorer-11-from-1st-july-2020/39534
286
361
 
287
362
  ### Patch Changes
288
363
 
@@ -292,25 +367,33 @@
292
367
 
293
368
  ### Patch Changes
294
369
 
295
- - [#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
370
+ - [#2576](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2576)
371
+ [`fc83c36503`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fc83c36503) - Update
372
+ translation files via Traduki build
296
373
 
297
374
  ## 0.12.17
298
375
 
299
376
  ### Patch Changes
300
377
 
301
- - [#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
378
+ - [#2891](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2891)
379
+ [`39faba6e98`](https://bitbucket.org/atlassian/atlassian-frontend/commits/39faba6e98) - Update all
380
+ the theme imports to something tree-shakable
302
381
 
303
382
  ## 0.12.16
304
383
 
305
384
  ### Patch Changes
306
385
 
307
- - [#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
386
+ - [#2677](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2677)
387
+ [`4560b65a4f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4560b65a4f) - upgrade
388
+ react-transition-group to latest
308
389
 
309
390
  ## 0.12.15
310
391
 
311
392
  ### Patch Changes
312
393
 
313
- - [#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`
394
+ - [#2137](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2137)
395
+ [`baaad91b65`](https://bitbucket.org/atlassian/atlassian-frontend/commits/baaad91b65) - Updated to
396
+ use the latest and more performant version of `@atlaskit/avatar`
314
397
  - Updated dependencies
315
398
 
316
399
  ## 0.12.14
@@ -319,7 +402,8 @@
319
402
 
320
403
  - [patch][6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
321
404
 
322
- Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies [6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
405
+ Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
406
+ [6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
323
407
 
324
408
  - @atlaskit/docs@8.3.2
325
409
  - @atlaskit/avatar@17.1.7
@@ -335,8 +419,10 @@
335
419
 
336
420
  ### Patch Changes
337
421
 
338
- - Updated dependencies [c0102a3ea2](https://bitbucket.org/atlassian/atlassian-frontend/commits/c0102a3ea2):
339
- - Updated dependencies [b9dc265bc9](https://bitbucket.org/atlassian/atlassian-frontend/commits/b9dc265bc9):
422
+ - Updated dependencies
423
+ [c0102a3ea2](https://bitbucket.org/atlassian/atlassian-frontend/commits/c0102a3ea2):
424
+ - Updated dependencies
425
+ [b9dc265bc9](https://bitbucket.org/atlassian/atlassian-frontend/commits/b9dc265bc9):
340
426
  - @atlaskit/icon@20.0.0
341
427
  - @atlaskit/avatar@17.1.6
342
428
  - @atlaskit/section-message@4.1.4
@@ -348,7 +434,8 @@
348
434
 
349
435
  ## 0.12.12
350
436
 
351
- - Updated dependencies [ae4f336a3a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ae4f336a3a):
437
+ - Updated dependencies
438
+ [ae4f336a3a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ae4f336a3a):
352
439
  - @atlaskit/i18n-tools@0.6.0
353
440
 
354
441
  ## 0.12.11
@@ -361,14 +448,16 @@
361
448
 
362
449
  ## 0.12.10
363
450
 
364
- - Updated dependencies [97bab7fd28](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/97bab7fd28):
451
+ - Updated dependencies
452
+ [97bab7fd28](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/97bab7fd28):
365
453
  - @atlaskit/button@13.3.1
366
454
  - @atlaskit/checkbox@10.0.0
367
455
  - @atlaskit/docs@8.1.7
368
456
 
369
457
  ## 0.12.9
370
458
 
371
- - Updated dependencies [8d0f37c23e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8d0f37c23e):
459
+ - Updated dependencies
460
+ [8d0f37c23e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8d0f37c23e):
372
461
  - @atlaskit/drawer@5.0.10
373
462
  - @atlaskit/avatar@17.0.0
374
463
  - @atlaskit/theme@9.2.2
@@ -379,7 +468,8 @@
379
468
 
380
469
  - [patch][097b696613](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/097b696613):
381
470
 
382
- Components now depend on TS 3.6 internally, in order to fix an issue with TS resolving non-relative imports as relative imports
471
+ Components now depend on TS 3.6 internally, in order to fix an issue with TS resolving
472
+ non-relative imports as relative imports
383
473
 
384
474
  ## 0.12.7
385
475
 
@@ -391,7 +481,8 @@
391
481
 
392
482
  ## 0.12.6
393
483
 
394
- - Updated dependencies [75c64ee36a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/75c64ee36a):
484
+ - Updated dependencies
485
+ [75c64ee36a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/75c64ee36a):
395
486
  - @atlaskit/drawer@5.0.0
396
487
 
397
488
  ## 0.12.5
@@ -422,18 +513,22 @@
422
513
  - Adding back cjs
423
514
  - Replacing es5 by cjs and es2015 by esm
424
515
  - Creating folders at the root for entry-points
425
- - Removing the generation of the entry-points at the root
426
- Please see this [ticket](https://product-fabric.atlassian.net/browse/BUILDTOOLS-118) or this [page](https://hello.atlassian.net/wiki/spaces/FED/pages/452325500/Finishing+Atlaskit+multiple+entry+points) for further details
516
+ - Removing the generation of the entry-points at the root Please see this
517
+ [ticket](https://product-fabric.atlassian.net/browse/BUILDTOOLS-118) or this
518
+ [page](https://hello.atlassian.net/wiki/spaces/FED/pages/452325500/Finishing+Atlaskit+multiple+entry+points)
519
+ for further details
427
520
 
428
521
  ## 0.12.2
429
522
 
430
- - Updated dependencies [87a2638655](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/87a2638655):
523
+ - Updated dependencies
524
+ [87a2638655](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/87a2638655):
431
525
  - @atlaskit/button@13.0.10
432
526
  - @atlaskit/checkbox@9.0.0
433
527
 
434
528
  ## 0.12.1
435
529
 
436
- - Updated dependencies [06326ef3f7](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/06326ef3f7):
530
+ - Updated dependencies
531
+ [06326ef3f7](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/06326ef3f7):
437
532
  - @atlaskit/docs@8.1.3
438
533
  - @atlaskit/avatar@16.0.6
439
534
  - @atlaskit/button@13.0.9
@@ -453,7 +548,8 @@
453
548
 
454
549
  ## 0.11.4
455
550
 
456
- - Updated dependencies [cfc3c8adb3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cfc3c8adb3):
551
+ - Updated dependencies
552
+ [cfc3c8adb3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cfc3c8adb3):
457
553
  - @atlaskit/docs@8.1.2
458
554
  - @atlaskit/avatar@16.0.3
459
555
  - @atlaskit/button@13.0.8
@@ -465,12 +561,14 @@
465
561
 
466
562
  ## 0.11.3
467
563
 
468
- - Updated dependencies [181209d135](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/181209d135):
564
+ - Updated dependencies
565
+ [181209d135](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/181209d135):
469
566
  - @atlaskit/inline-dialog@12.0.0
470
567
 
471
568
  ## 0.11.2
472
569
 
473
- - Updated dependencies [70862830d6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/70862830d6):
570
+ - Updated dependencies
571
+ [70862830d6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/70862830d6):
474
572
  - @atlaskit/button@13.0.6
475
573
  - @atlaskit/checkbox@8.0.0
476
574
  - @atlaskit/icon@17.2.0
@@ -478,7 +576,8 @@
478
576
 
479
577
  ## 0.11.1
480
578
 
481
- - Updated dependencies [6dd86f5b07](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6dd86f5b07):
579
+ - Updated dependencies
580
+ [6dd86f5b07](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6dd86f5b07):
482
581
  - @atlaskit/avatar@16.0.2
483
582
  - @atlaskit/checkbox@7.0.1
484
583
  - @atlaskit/drawer@4.1.1
@@ -490,17 +589,20 @@
490
589
 
491
590
  - [minor][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
492
591
 
493
- - Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use this package, please ensure you use at least this version of react and react-dom.
592
+ - Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use
593
+ this package, please ensure you use at least this version of react and react-dom.
494
594
 
495
595
  ## 0.10.0
496
596
 
497
597
  - [minor][7cf935a323](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7cf935a323):
498
598
 
499
- - DeleteUserContentPreviewScreen changes which include similar design to select if the user prefers nickname or former user but as a survey
599
+ - DeleteUserContentPreviewScreen changes which include similar design to select if the user
600
+ prefers nickname or former user but as a survey
500
601
 
501
602
  ## 0.9.2
502
603
 
503
- - Updated dependencies [9c0b4744be](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9c0b4744be):
604
+ - Updated dependencies
605
+ [9c0b4744be](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9c0b4744be):
504
606
  - @atlaskit/docs@7.0.3
505
607
  - @atlaskit/avatar@15.0.4
506
608
  - @atlaskit/button@12.0.3
@@ -513,7 +615,8 @@
513
615
 
514
616
  ## 0.9.1
515
617
 
516
- - Updated dependencies [1e826b2966](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e826b2966):
618
+ - Updated dependencies
619
+ [1e826b2966](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e826b2966):
517
620
  - @atlaskit/docs@7.0.2
518
621
  - @atlaskit/avatar@15.0.3
519
622
  - @atlaskit/checkbox@6.0.3
@@ -538,7 +641,8 @@
538
641
 
539
642
  ## 0.8.3
540
643
 
541
- - Updated dependencies [9d5cc39394](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d5cc39394):
644
+ - Updated dependencies
645
+ [9d5cc39394](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d5cc39394):
542
646
  - @atlaskit/docs@7.0.1
543
647
  - @atlaskit/avatar@15.0.1
544
648
  - @atlaskit/checkbox@6.0.1
@@ -552,7 +656,8 @@
552
656
 
553
657
  ## 0.8.2
554
658
 
555
- - Updated dependencies [76299208e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/76299208e6):
659
+ - Updated dependencies
660
+ [76299208e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/76299208e6):
556
661
  - @atlaskit/button@10.1.3
557
662
  - @atlaskit/icon@16.0.4
558
663
  - @atlaskit/docs@7.0.0
@@ -565,7 +670,8 @@
565
670
 
566
671
  ## 0.8.1
567
672
 
568
- - Updated dependencies [d7ef59d432](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d7ef59d432):
673
+ - Updated dependencies
674
+ [d7ef59d432](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d7ef59d432):
569
675
  - @atlaskit/docs@6.0.1
570
676
  - @atlaskit/avatar@14.1.8
571
677
  - @atlaskit/button@10.1.2
@@ -666,8 +772,15 @@
666
772
 
667
773
  - [minor][c8ea304](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c8ea304):
668
774
 
669
- - Bug fix - index.ts file moved to src folder. The component couldn’t be imported as the index file was not in the correct directory. Minor changes - ‘Learn more link’ now a part of the FocusedTask props as different links could be sent from unified-profile and id-org manager flow. accessibleSites prop is now an array of string instead of the AccessibleSitesResponse. If accessibleSites data is empty or null, the text displayed will be different. Added deactivateUserHandler prop to DeleteUserOverviewScreen, so that if it's not passed, the warning section is not displayed.
775
+ - Bug fix - index.ts file moved to src folder. The component couldn’t be imported as the index
776
+ file was not in the correct directory. Minor changes - ‘Learn more link’ now a part of the
777
+ FocusedTask props as different links could be sent from unified-profile and id-org manager flow.
778
+ accessibleSites prop is now an array of string instead of the AccessibleSitesResponse. If
779
+ accessibleSites data is empty or null, the text displayed will be different. Added
780
+ deactivateUserHandler prop to DeleteUserOverviewScreen, so that if it's not passed, the warning
781
+ section is not displayed.
670
782
 
671
783
  ## 0.1.0
672
784
 
673
- - [minor] initial release of the focused task close account component [b0bfb38](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b0bfb38)
785
+ - [minor] initial release of the focused task close account component
786
+ [b0bfb38](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b0bfb38)
@@ -5,13 +5,51 @@ Object.defineProperty(exports, "__esModule", {
5
5
  value: true
6
6
  });
7
7
  exports.Title = exports.Screen = exports.MainInformationList = exports.LoadingWrapper = exports.AccessibleSitesWrapper = void 0;
8
- var _taggedTemplateLiteral2 = _interopRequireDefault(require("@babel/runtime/helpers/taggedTemplateLiteral"));
9
8
  var _styled = _interopRequireDefault(require("@emotion/styled"));
10
9
  var _typography = require("@atlaskit/theme/typography");
11
10
  var _gridSizeTimes = _interopRequireDefault(require("../../util/gridSizeTimes"));
12
- var _templateObject, _templateObject2, _templateObject3, _templateObject4, _templateObject5;
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));
11
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
12
+
13
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
14
+ var Screen = exports.Screen = _styled.default.div({
15
+ width: '100%',
16
+ maxWidth: '640px',
17
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
18
+ marginBottom: "".concat((0, _gridSizeTimes.default)(2), "px"),
19
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors -- Ignored via go/DSP-18766
20
+ '> p': {
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
+ marginTop: "".concat((0, _gridSizeTimes.default)(3), "px"),
23
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
24
+ marginBottom: "".concat((0, _gridSizeTimes.default)(2), "px")
25
+ }
26
+ });
27
+
28
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
29
+ var LoadingWrapper = exports.LoadingWrapper = _styled.default.div({
30
+ display: 'flex',
31
+ justifyContent: 'center',
32
+ alignItems: 'center',
33
+ height: '500px'
34
+ });
35
+
36
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles, @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
37
+ var Title = exports.Title = _styled.default.div(_typography.h700, {
38
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
39
+ marginBottom: "".concat((0, _gridSizeTimes.default)(3), "px"),
40
+ marginTop: 0
41
+ });
42
+
43
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
44
+ var MainInformationList = exports.MainInformationList = _styled.default.ul({
45
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors -- Ignored via go/DSP-18766
46
+ '> li b': {
47
+ fontWeight: 600
48
+ }
49
+ });
50
+
51
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
52
+ var AccessibleSitesWrapper = exports.AccessibleSitesWrapper = _styled.default.div({
53
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
54
+ marginTop: "".concat((0, _gridSizeTimes.default)(1.5), "px")
55
+ });