@atlaskit/focused-task-close-account 3.2.15 → 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 CHANGED
@@ -1,5 +1,19 @@
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
+
10
+ ## 3.2.16
11
+
12
+ ### Patch Changes
13
+
14
+ - [`70898c8166c77`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/70898c8166c77) -
15
+ Icon migration entry point update
16
+
3
17
  ## 3.2.15
4
18
 
5
19
  ### Patch Changes
@@ -17,7 +17,7 @@ var _react = _interopRequireDefault(require("react"));
17
17
  var _reactIntlNext = require("react-intl-next");
18
18
  var _button = _interopRequireDefault(require("@atlaskit/button"));
19
19
  var _drawer = require("@atlaskit/drawer");
20
- var _cross = _interopRequireDefault(require("@atlaskit/icon/core/migration/cross"));
20
+ var _cross = _interopRequireDefault(require("@atlaskit/icon/core/cross"));
21
21
  var Styled = _interopRequireWildcard(require("./styled"));
22
22
  var _Footer = _interopRequireDefault(require("../Footer"));
23
23
  var _messages = require("../../messages");
@@ -4,7 +4,7 @@ import React from 'react';
4
4
  import { FormattedMessage } from 'react-intl-next';
5
5
  import Button from '@atlaskit/button';
6
6
  import { Drawer, DrawerCloseButton, DrawerContent, DrawerSidebar } from '@atlaskit/drawer';
7
- import CrossIcon from '@atlaskit/icon/core/migration/cross';
7
+ import CrossIcon from '@atlaskit/icon/core/cross';
8
8
  import * as Styled from './styled';
9
9
  import Footer from '../Footer';
10
10
  import { commonMessages } from '../../messages';
@@ -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';
@@ -11,7 +11,7 @@ import React from 'react';
11
11
  import { FormattedMessage } from 'react-intl-next';
12
12
  import Button from '@atlaskit/button';
13
13
  import { Drawer, DrawerCloseButton, DrawerContent, DrawerSidebar } from '@atlaskit/drawer';
14
- import CrossIcon from '@atlaskit/icon/core/migration/cross';
14
+ import CrossIcon from '@atlaskit/icon/core/cross';
15
15
  import * as Styled from './styled';
16
16
  import Footer from '../Footer';
17
17
  import { commonMessages } from '../../messages';
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';
@@ -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.15",
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.3.0",
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.0.0",
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"