@atlaskit/focused-task-close-account 3.2.16 → 3.2.17
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 +7 -0
- package/dist/es2019/index.js +13 -0
- package/dist/esm/index.js +13 -0
- package/dist/types/index.d.ts +12 -0
- package/dist/types-ts4.5/index.d.ts +12 -0
- package/package.json +4 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# @atlaskit/focused-task-close-account
|
|
2
2
|
|
|
3
|
+
## 3.2.17
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`44c4cb05486fa`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/44c4cb05486fa) -
|
|
8
|
+
Deprecate focused-task-close-account package
|
|
9
|
+
|
|
3
10
|
## 3.2.16
|
|
4
11
|
|
|
5
12
|
### Patch Changes
|
package/dist/es2019/index.js
CHANGED
|
@@ -1,4 +1,17 @@
|
|
|
1
|
+
/* eslint-disable @repo/internal/deprecations/deprecation-ticket-required */
|
|
2
|
+
/**
|
|
3
|
+
* @deprecated This package is deprecated and marked for removal. Please avoid new usage.
|
|
4
|
+
*/
|
|
1
5
|
export { default as FocusedTaskCloseAccount } from './components/FocusedTaskCloseAccount';
|
|
6
|
+
/**
|
|
7
|
+
* @deprecated This package is deprecated and marked for removal. Please avoid new usage.
|
|
8
|
+
*/
|
|
2
9
|
export { default as DeleteUserContentPreviewScreen } from './components/DeleteUserContentPreviewScreen';
|
|
10
|
+
/**
|
|
11
|
+
* @deprecated
|
|
12
|
+
*/
|
|
3
13
|
export { default as DeleteUserOverviewScreen } from './components/DeleteUserOverviewScreen';
|
|
14
|
+
/**
|
|
15
|
+
* @deprecated This package is deprecated and marked for removal. Please avoid new usage.
|
|
16
|
+
*/
|
|
4
17
|
export { default as DeactivateUserOverviewScreen } from './components/DeactivateUserOverviewScreen';
|
package/dist/esm/index.js
CHANGED
|
@@ -1,4 +1,17 @@
|
|
|
1
|
+
/* eslint-disable @repo/internal/deprecations/deprecation-ticket-required */
|
|
2
|
+
/**
|
|
3
|
+
* @deprecated This package is deprecated and marked for removal. Please avoid new usage.
|
|
4
|
+
*/
|
|
1
5
|
export { default as FocusedTaskCloseAccount } from './components/FocusedTaskCloseAccount';
|
|
6
|
+
/**
|
|
7
|
+
* @deprecated This package is deprecated and marked for removal. Please avoid new usage.
|
|
8
|
+
*/
|
|
2
9
|
export { default as DeleteUserContentPreviewScreen } from './components/DeleteUserContentPreviewScreen';
|
|
10
|
+
/**
|
|
11
|
+
* @deprecated
|
|
12
|
+
*/
|
|
3
13
|
export { default as DeleteUserOverviewScreen } from './components/DeleteUserOverviewScreen';
|
|
14
|
+
/**
|
|
15
|
+
* @deprecated This package is deprecated and marked for removal. Please avoid new usage.
|
|
16
|
+
*/
|
|
4
17
|
export { default as DeactivateUserOverviewScreen } from './components/DeactivateUserOverviewScreen';
|
package/dist/types/index.d.ts
CHANGED
|
@@ -1,4 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @deprecated This package is deprecated and marked for removal. Please avoid new usage.
|
|
3
|
+
*/
|
|
1
4
|
export { default as FocusedTaskCloseAccount } from './components/FocusedTaskCloseAccount';
|
|
5
|
+
/**
|
|
6
|
+
* @deprecated This package is deprecated and marked for removal. Please avoid new usage.
|
|
7
|
+
*/
|
|
2
8
|
export { default as DeleteUserContentPreviewScreen } from './components/DeleteUserContentPreviewScreen';
|
|
9
|
+
/**
|
|
10
|
+
* @deprecated
|
|
11
|
+
*/
|
|
3
12
|
export { default as DeleteUserOverviewScreen } from './components/DeleteUserOverviewScreen';
|
|
13
|
+
/**
|
|
14
|
+
* @deprecated This package is deprecated and marked for removal. Please avoid new usage.
|
|
15
|
+
*/
|
|
4
16
|
export { default as DeactivateUserOverviewScreen } from './components/DeactivateUserOverviewScreen';
|
|
@@ -1,4 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @deprecated This package is deprecated and marked for removal. Please avoid new usage.
|
|
3
|
+
*/
|
|
1
4
|
export { default as FocusedTaskCloseAccount } from './components/FocusedTaskCloseAccount';
|
|
5
|
+
/**
|
|
6
|
+
* @deprecated This package is deprecated and marked for removal. Please avoid new usage.
|
|
7
|
+
*/
|
|
2
8
|
export { default as DeleteUserContentPreviewScreen } from './components/DeleteUserContentPreviewScreen';
|
|
9
|
+
/**
|
|
10
|
+
* @deprecated
|
|
11
|
+
*/
|
|
3
12
|
export { default as DeleteUserOverviewScreen } from './components/DeleteUserOverviewScreen';
|
|
13
|
+
/**
|
|
14
|
+
* @deprecated This package is deprecated and marked for removal. Please avoid new usage.
|
|
15
|
+
*/
|
|
4
16
|
export { default as DeactivateUserOverviewScreen } from './components/DeactivateUserOverviewScreen';
|
package/package.json
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/focused-task-close-account",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.17",
|
|
4
4
|
"description": "This package contains all of the UI components needed to assemble the focused tasks for deactivating and deleting users' accounts in accordance with the GDPR \"Right to be forgotten\".",
|
|
5
|
+
"deprecated": "⚠️ DEPRECATED: This package is marked for removal. Please avoid new usage.",
|
|
5
6
|
"publishConfig": {
|
|
6
7
|
"registry": "https://registry.npmjs.org/"
|
|
7
8
|
},
|
|
@@ -36,13 +37,13 @@
|
|
|
36
37
|
"@atlaskit/button": "^23.9.0",
|
|
37
38
|
"@atlaskit/drawer": "^11.0.0",
|
|
38
39
|
"@atlaskit/heading": "^5.2.0",
|
|
39
|
-
"@atlaskit/icon": "^29.
|
|
40
|
+
"@atlaskit/icon": "^29.4.0",
|
|
40
41
|
"@atlaskit/inline-dialog": "^18.0.0",
|
|
41
42
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
42
43
|
"@atlaskit/primitives": "^17.0.0",
|
|
43
44
|
"@atlaskit/section-message": "^8.11.0",
|
|
44
45
|
"@atlaskit/theme": "^21.0.0",
|
|
45
|
-
"@atlaskit/tokens": "^9.
|
|
46
|
+
"@atlaskit/tokens": "^9.1.0",
|
|
46
47
|
"@babel/runtime": "^7.0.0",
|
|
47
48
|
"@emotion/styled": "^11.0.0",
|
|
48
49
|
"react-intl-next": "npm:react-intl@^5.18.1"
|