@atlaskit/focused-task-close-account 2.1.4 → 2.1.6
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.
- package/CHANGELOG.md +39 -27
- package/dist/cjs/components/DeactivateUserOverviewScreen/DeactivateUserOverviewScreen.js +2 -4
- package/dist/cjs/components/DeactivateUserOverviewScreen/styled.js +5 -10
- package/dist/cjs/components/DeleteUserContentPreviewScreen/DeleteUserContentPreviewScreen.js +2 -4
- package/dist/cjs/components/DeleteUserContentPreviewScreen/styled.js +5 -10
- package/dist/cjs/components/DeleteUserOverviewScreen/DeleteUserOverviewScreen.js +2 -4
- package/dist/cjs/components/DeleteUserOverviewScreen/styled.js +7 -14
- package/dist/cjs/components/DropdownList/DropdownList.js +2 -4
- package/dist/cjs/components/DropdownList/styled.js +3 -6
- package/dist/cjs/components/FocusedTaskCloseAccount/FocusedTaskCloseAccount.js +2 -4
- package/dist/cjs/components/FocusedTaskCloseAccount/styled.js +3 -6
- package/dist/cjs/components/Footer/Footer.js +2 -3
- package/dist/cjs/components/Footer/styled.js +1 -2
- package/dist/cjs/components/MessagesIntlProvider.js +3 -3
- package/dist/cjs/components/StatefulInlineDialog/StatefulInlineDialog.js +2 -4
- package/dist/cjs/components/UserInfo/UserInfo.js +2 -4
- package/dist/cjs/components/UserInfo/styles.js +5 -10
- package/dist/cjs/i18n/cs.js +2 -3
- package/dist/cjs/i18n/da.js +2 -3
- package/dist/cjs/i18n/de.js +2 -3
- package/dist/cjs/i18n/en.js +2 -3
- package/dist/cjs/i18n/en_GB.js +2 -3
- package/dist/cjs/i18n/en_ZZ.js +2 -3
- package/dist/cjs/i18n/es.js +2 -3
- package/dist/cjs/i18n/et.js +2 -3
- package/dist/cjs/i18n/fi.js +2 -3
- package/dist/cjs/i18n/fr.js +2 -3
- package/dist/cjs/i18n/hu.js +2 -3
- package/dist/cjs/i18n/is.js +2 -3
- package/dist/cjs/i18n/it.js +2 -3
- package/dist/cjs/i18n/ja.js +2 -3
- package/dist/cjs/i18n/ko.js +2 -3
- package/dist/cjs/i18n/languages.js +2 -3
- package/dist/cjs/i18n/nb.js +2 -3
- package/dist/cjs/i18n/nl.js +2 -3
- package/dist/cjs/i18n/pl.js +2 -3
- package/dist/cjs/i18n/pt_BR.js +2 -3
- package/dist/cjs/i18n/pt_PT.js +2 -3
- package/dist/cjs/i18n/ro.js +2 -3
- package/dist/cjs/i18n/ru.js +2 -3
- package/dist/cjs/i18n/sk.js +2 -3
- package/dist/cjs/i18n/sv.js +2 -3
- package/dist/cjs/i18n/th.js +2 -3
- package/dist/cjs/i18n/tr.js +2 -3
- package/dist/cjs/i18n/uk.js +2 -3
- package/dist/cjs/i18n/vi.js +2 -3
- package/dist/cjs/i18n/zh.js +2 -3
- package/dist/cjs/i18n/zh_TW.js +2 -3
- package/dist/cjs/messages.js +6 -11
- package/dist/cjs/mocks/accessibleSites.js +1 -2
- package/dist/cjs/mocks/users.js +2 -3
- package/dist/cjs/util/gridSizeTimes.js +1 -2
- package/dist/cjs/util/i18n-util.js +2 -3
- package/dist/es2019/components/MessagesIntlProvider.js +2 -1
- package/dist/esm/components/MessagesIntlProvider.js +2 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,35 +1,47 @@
|
|
|
1
1
|
# @atlaskit/focused-task-close-account
|
|
2
2
|
|
|
3
|
+
## 2.1.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 2.1.5
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [#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
|
|
14
|
+
|
|
3
15
|
## 2.1.4
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
|
6
18
|
|
|
7
|
-
- [`fd6bb9c9184`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd6bb9c9184) - Delete version.json
|
|
19
|
+
- [#38162](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38162) [`fd6bb9c9184`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd6bb9c9184) - Delete version.json
|
|
8
20
|
- Updated dependencies
|
|
9
21
|
|
|
10
22
|
## 2.1.3
|
|
11
23
|
|
|
12
24
|
### Patch Changes
|
|
13
25
|
|
|
14
|
-
- [`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.
|
|
26
|
+
- [#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.
|
|
15
27
|
|
|
16
28
|
## 2.1.2
|
|
17
29
|
|
|
18
30
|
### Patch Changes
|
|
19
31
|
|
|
20
|
-
- [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure legacy types are published for TS 4.5-4.8
|
|
32
|
+
- [#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
|
|
21
33
|
|
|
22
34
|
## 2.1.1
|
|
23
35
|
|
|
24
36
|
### Patch Changes
|
|
25
37
|
|
|
26
|
-
- [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade Typescript from `4.5.5` to `4.9.5`
|
|
38
|
+
- [#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`
|
|
27
39
|
|
|
28
40
|
## 2.1.0
|
|
29
41
|
|
|
30
42
|
### Minor Changes
|
|
31
43
|
|
|
32
|
-
- [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip minor dependency bump
|
|
44
|
+
- [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258) [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip minor dependency bump
|
|
33
45
|
|
|
34
46
|
### Patch Changes
|
|
35
47
|
|
|
@@ -45,13 +57,13 @@
|
|
|
45
57
|
|
|
46
58
|
### Patch Changes
|
|
47
59
|
|
|
48
|
-
- [`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.
|
|
60
|
+
- [#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.
|
|
49
61
|
|
|
50
62
|
## 2.0.4
|
|
51
63
|
|
|
52
64
|
### Patch Changes
|
|
53
65
|
|
|
54
|
-
- [`6fefd25917e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6fefd25917e) - Moved `@emotion/styled` to dependency to ensure correct version (v11) is resolved.
|
|
66
|
+
- [#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.
|
|
55
67
|
|
|
56
68
|
## 2.0.3
|
|
57
69
|
|
|
@@ -75,31 +87,31 @@
|
|
|
75
87
|
|
|
76
88
|
### Major Changes
|
|
77
89
|
|
|
78
|
-
- [`aee282f2e3d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/aee282f2e3d) - Migration from styled-components to @emotion v11
|
|
90
|
+
- [#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
|
|
79
91
|
|
|
80
92
|
## 1.1.3
|
|
81
93
|
|
|
82
94
|
### Patch Changes
|
|
83
95
|
|
|
84
|
-
- [`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) - Upgrade Typescript from `4.3.5` to `4.5.5`
|
|
96
|
+
- [#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`
|
|
85
97
|
|
|
86
98
|
## 1.1.2
|
|
87
99
|
|
|
88
100
|
### Patch Changes
|
|
89
101
|
|
|
90
|
-
- [`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) - Upgrade Typescript from `4.2.4` to `4.3.5`.
|
|
102
|
+
- [#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`.
|
|
91
103
|
|
|
92
104
|
## 1.1.1
|
|
93
105
|
|
|
94
106
|
### Patch Changes
|
|
95
107
|
|
|
96
|
-
- [`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
|
|
108
|
+
- [#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
|
|
97
109
|
|
|
98
110
|
## 1.1.0
|
|
99
111
|
|
|
100
112
|
### Minor Changes
|
|
101
113
|
|
|
102
|
-
- [`bc5e7240a08`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bc5e7240a08) - [ux] Instrumented `@atlaskit/focused-task-close-account` with the new theming package, `@atlaskit/tokens`.
|
|
114
|
+
- [#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`.
|
|
103
115
|
|
|
104
116
|
New tokens will be visible only in applications configured to use the new Tokens API (currently in alpha).
|
|
105
117
|
These changes are intended to be interoperable with the legacy theme implementation. Legacy dark mode users should expect no visual or breaking changes.
|
|
@@ -112,14 +124,14 @@
|
|
|
112
124
|
|
|
113
125
|
### Patch Changes
|
|
114
126
|
|
|
115
|
-
- [`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) - Upgrade to TypeScript 4.2.4
|
|
127
|
+
- [#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
|
|
116
128
|
- Updated dependencies
|
|
117
129
|
|
|
118
130
|
## 1.0.0
|
|
119
131
|
|
|
120
132
|
### Major Changes
|
|
121
133
|
|
|
122
|
-
- [`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
|
|
134
|
+
- [#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
|
|
123
135
|
|
|
124
136
|
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.
|
|
125
137
|
Why change was made: As part of a coordinated upgrade effort across AF packages, as react-intl v2 is quite dated.
|
|
@@ -161,7 +173,7 @@
|
|
|
161
173
|
|
|
162
174
|
### Minor Changes
|
|
163
175
|
|
|
164
|
-
- [`d4bcdb647a7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d4bcdb647a7) - fixed rendering on mobile screens.
|
|
176
|
+
- [#15553](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/15553) [`d4bcdb647a7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d4bcdb647a7) - fixed rendering on mobile screens.
|
|
165
177
|
|
|
166
178
|
## 0.14.5
|
|
167
179
|
|
|
@@ -173,7 +185,7 @@
|
|
|
173
185
|
|
|
174
186
|
### Patch Changes
|
|
175
187
|
|
|
176
|
-
- [`b90c0237824`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b90c0237824) - Update package.jsons to remove unused dependencies.
|
|
188
|
+
- [#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.
|
|
177
189
|
- Updated dependencies
|
|
178
190
|
|
|
179
191
|
## 0.14.3
|
|
@@ -186,7 +198,7 @@
|
|
|
186
198
|
|
|
187
199
|
### Patch Changes
|
|
188
200
|
|
|
189
|
-
- [`eb0dc29d09b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/eb0dc29d09b) - Declarative entry points, removes messages, types EPs
|
|
201
|
+
- [#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
|
|
190
202
|
|
|
191
203
|
## 0.14.1
|
|
192
204
|
|
|
@@ -198,19 +210,19 @@
|
|
|
198
210
|
|
|
199
211
|
### Minor Changes
|
|
200
212
|
|
|
201
|
-
- [`7ddbf962bd9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7ddbf962bd9) - [ux] Updated and added new translations
|
|
213
|
+
- [#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
|
|
202
214
|
|
|
203
215
|
## 0.13.7
|
|
204
216
|
|
|
205
217
|
### Patch Changes
|
|
206
218
|
|
|
207
|
-
- [`d3265f19be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3265f19be) - Transpile packages using babel rather than tsc
|
|
219
|
+
- [#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
|
|
208
220
|
|
|
209
221
|
## 0.13.6
|
|
210
222
|
|
|
211
223
|
### Patch Changes
|
|
212
224
|
|
|
213
|
-
- [`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.
|
|
225
|
+
- [#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.
|
|
214
226
|
This requires version 3.8 of Typescript, read more about how we handle Typescript versions here: https://atlaskit.atlassian.com/get-started
|
|
215
227
|
Also add `typescript` to `devDependencies` to denote version that the package was built with.
|
|
216
228
|
|
|
@@ -230,7 +242,7 @@
|
|
|
230
242
|
|
|
231
243
|
### Patch Changes
|
|
232
244
|
|
|
233
|
-
- [`6c525a8229`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c525a8229) - Upgraded to TypeScript 3.9.6 and tslib to 2.0.0
|
|
245
|
+
- [#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
|
|
234
246
|
|
|
235
247
|
Since tslib is a dependency for all our packages we recommend that products also follow this tslib upgrade
|
|
236
248
|
to prevent duplicates of tslib being bundled.
|
|
@@ -239,7 +251,7 @@
|
|
|
239
251
|
|
|
240
252
|
### Patch Changes
|
|
241
253
|
|
|
242
|
-
- [`d03bff2147`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d03bff2147) - updated translations
|
|
254
|
+
- [#3369](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3369) [`d03bff2147`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d03bff2147) - updated translations
|
|
243
255
|
|
|
244
256
|
## 0.13.1
|
|
245
257
|
|
|
@@ -251,7 +263,7 @@
|
|
|
251
263
|
|
|
252
264
|
### Minor Changes
|
|
253
265
|
|
|
254
|
-
- [`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.
|
|
266
|
+
- [#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.
|
|
255
267
|
For more information see: https://community.developer.atlassian.com/t/atlaskit-to-drop-support-for-internet-explorer-11-from-1st-july-2020/39534
|
|
256
268
|
|
|
257
269
|
### Patch Changes
|
|
@@ -262,25 +274,25 @@
|
|
|
262
274
|
|
|
263
275
|
### Patch Changes
|
|
264
276
|
|
|
265
|
-
- [`fc83c36503`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fc83c36503) - Update translation files via Traduki build
|
|
277
|
+
- [#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
|
|
266
278
|
|
|
267
279
|
## 0.12.17
|
|
268
280
|
|
|
269
281
|
### Patch Changes
|
|
270
282
|
|
|
271
|
-
- [`39faba6e98`](https://bitbucket.org/atlassian/atlassian-frontend/commits/39faba6e98) - Update all the theme imports to something tree-shakable
|
|
283
|
+
- [#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
|
|
272
284
|
|
|
273
285
|
## 0.12.16
|
|
274
286
|
|
|
275
287
|
### Patch Changes
|
|
276
288
|
|
|
277
|
-
- [`4560b65a4f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4560b65a4f) - upgrade react-transition-group to latest
|
|
289
|
+
- [#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
|
|
278
290
|
|
|
279
291
|
## 0.12.15
|
|
280
292
|
|
|
281
293
|
### Patch Changes
|
|
282
294
|
|
|
283
|
-
- [`baaad91b65`](https://bitbucket.org/atlassian/atlassian-frontend/commits/baaad91b65) - Updated to use the latest and more performant version of `@atlaskit/avatar`
|
|
295
|
+
- [#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`
|
|
284
296
|
- Updated dependencies
|
|
285
297
|
|
|
286
298
|
## 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.
|
|
15
|
-
var
|
|
16
|
-
exports.
|
|
17
|
-
var
|
|
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));
|
package/dist/cjs/components/DeleteUserContentPreviewScreen/DeleteUserContentPreviewScreen.js
CHANGED
|
@@ -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.
|
|
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.
|
|
20
|
-
var
|
|
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.
|
|
26
|
-
var
|
|
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.
|
|
16
|
-
var
|
|
17
|
-
exports.
|
|
18
|
-
var
|
|
19
|
-
exports.
|
|
20
|
-
var
|
|
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.
|
|
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.
|
|
14
|
-
var
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
20
|
-
var
|
|
21
|
-
exports.
|
|
22
|
-
var
|
|
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));
|
package/dist/cjs/i18n/cs.js
CHANGED
|
@@ -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
|
+
};
|
package/dist/cjs/i18n/da.js
CHANGED
|
@@ -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
|
+
};
|
package/dist/cjs/i18n/de.js
CHANGED
|
@@ -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
|
+
};
|