@atlaskit/focused-task-close-account 3.0.19 → 3.2.0
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 +18 -0
- package/dist/cjs/components/DeleteUserOverviewScreen/DeleteUserOverviewScreen.js +5 -4
- package/dist/cjs/i18n/en.js +6 -0
- package/dist/cjs/i18n/en_GB.js +6 -0
- package/dist/cjs/i18n/en_ZZ.js +6 -0
- package/dist/cjs/messages.js +40 -0
- package/dist/es2019/components/DeleteUserOverviewScreen/DeleteUserOverviewScreen.js +5 -4
- package/dist/es2019/i18n/en.js +6 -0
- package/dist/es2019/i18n/en_GB.js +6 -0
- package/dist/es2019/i18n/en_ZZ.js +6 -0
- package/dist/es2019/messages.js +40 -0
- package/dist/esm/components/DeleteUserOverviewScreen/DeleteUserOverviewScreen.js +5 -4
- package/dist/esm/i18n/en.js +6 -0
- package/dist/esm/i18n/en_GB.js +6 -0
- package/dist/esm/i18n/en_ZZ.js +6 -0
- package/dist/esm/messages.js +40 -0
- package/dist/types/i18n/en.d.ts +6 -0
- package/dist/types/i18n/en_GB.d.ts +6 -0
- package/dist/types/i18n/en_ZZ.d.ts +6 -0
- package/dist/types/messages.d.ts +40 -0
- package/dist/types-ts4.5/i18n/en.d.ts +6 -0
- package/dist/types-ts4.5/i18n/en_GB.d.ts +6 -0
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +6 -0
- package/dist/types-ts4.5/messages.d.ts +40 -0
- package/package.json +7 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @atlaskit/focused-task-close-account
|
|
2
2
|
|
|
3
|
+
## 3.2.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`80d70952eab4f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/80d70952eab4f) -
|
|
8
|
+
Product term refresh
|
|
9
|
+
|
|
10
|
+
## 3.1.0
|
|
11
|
+
|
|
12
|
+
### Minor Changes
|
|
13
|
+
|
|
14
|
+
- [`cdc1b340de640`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/cdc1b340de640) -
|
|
15
|
+
Product/App term refresh
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- Updated dependencies
|
|
20
|
+
|
|
3
21
|
## 3.0.19
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|
|
@@ -18,6 +18,7 @@ var _reactIntlNext = require("react-intl-next");
|
|
|
18
18
|
var _button = _interopRequireDefault(require("@atlaskit/button"));
|
|
19
19
|
var _sectionMessage = _interopRequireDefault(require("@atlaskit/section-message"));
|
|
20
20
|
var _statusInformationInfo = _interopRequireDefault(require("@atlaskit/icon/core/migration/status-information--info"));
|
|
21
|
+
var _platformFeatureFlags = require("@atlaskit/platform-feature-flags");
|
|
21
22
|
var _primitives = require("@atlaskit/primitives");
|
|
22
23
|
var _messages = require("../../messages");
|
|
23
24
|
var _StatefulInlineDialog = _interopRequireDefault(require("../StatefulInlineDialog"));
|
|
@@ -84,7 +85,7 @@ var DeleteUserOverviewScreen = exports.DeleteUserOverviewScreen = /*#__PURE__*/f
|
|
|
84
85
|
tagName: "li"
|
|
85
86
|
})), /*#__PURE__*/_react.default.createElement(_reactIntlNext.FormattedMessage, (0, _extends2.default)({}, _this.selectAdminOrSelfCopy(_messages.overviewMessages.inlineDialogDataWillBeDeletedLi3Admin, _messages.overviewMessages.inlineDialogDataWillBeDeletedLi3Self), {
|
|
86
87
|
tagName: "li"
|
|
87
|
-
})), /*#__PURE__*/_react.default.createElement(_reactIntlNext.FormattedMessage, (0, _extends2.default)({}, _this.selectAdminOrSelfCopy(_messages.overviewMessages.inlineDialogDataWillBeDeletedP2Admin, _messages.overviewMessages.inlineDialogDataWillBeDeletedP2Self), {
|
|
88
|
+
})), /*#__PURE__*/_react.default.createElement(_reactIntlNext.FormattedMessage, (0, _extends2.default)({}, _this.selectAdminOrSelfCopy((0, _platformFeatureFlags.fg)('product-terminology-refresh') ? _messages.overviewMessages.inlineDialogDataWillBeDeletedP2AdminAppify : _messages.overviewMessages.inlineDialogDataWillBeDeletedP2Admin, (0, _platformFeatureFlags.fg)('product-terminology-refresh') ? _messages.overviewMessages.inlineDialogDataWillBeDeletedP2SelfAppify : _messages.overviewMessages.inlineDialogDataWillBeDeletedP2Self), {
|
|
88
89
|
tagName: "p"
|
|
89
90
|
})), /*#__PURE__*/_react.default.createElement(_reactIntlNext.FormattedMessage, (0, _extends2.default)({}, _this.selectAdminOrSelfCopy(_messages.overviewMessages.inlineDialogDataWillBeDeletedP3Admin, _messages.overviewMessages.inlineDialogDataWillBeDeletedP3Self), {
|
|
90
91
|
tagName: "p"
|
|
@@ -96,9 +97,9 @@ var DeleteUserOverviewScreen = exports.DeleteUserOverviewScreen = /*#__PURE__*/f
|
|
|
96
97
|
}))));
|
|
97
98
|
});
|
|
98
99
|
(0, _defineProperty2.default)(_this, "displayThirdListElement", function () {
|
|
99
|
-
return /*#__PURE__*/_react.default.createElement("li", null, /*#__PURE__*/_react.default.createElement(_reactIntlNext.FormattedMessage, _this.selectAdminOrSelfCopy(_messages.overviewMessages.paragraphListOfAppsWithPersonalDataAdmin, _messages.overviewMessages.paragraphListOfAppsWithPersonalDataSelf)), /*#__PURE__*/_react.default.createElement(Styled.IconHoverWrapper, null, /*#__PURE__*/_react.default.createElement(_StatefulInlineDialog.default, {
|
|
100
|
+
return /*#__PURE__*/_react.default.createElement("li", null, /*#__PURE__*/_react.default.createElement(_reactIntlNext.FormattedMessage, _this.selectAdminOrSelfCopy((0, _platformFeatureFlags.fg)('product-terminology-refresh') ? _messages.overviewMessages.paragraphListOfAppsWithPersonalDataAdminAppify : _messages.overviewMessages.paragraphListOfAppsWithPersonalDataAdmin, (0, _platformFeatureFlags.fg)('product-terminology-refresh') ? _messages.overviewMessages.paragraphListOfAppsWithPersonalDataSelfAppify : _messages.overviewMessages.paragraphListOfAppsWithPersonalDataSelf)), /*#__PURE__*/_react.default.createElement(Styled.IconHoverWrapper, null, /*#__PURE__*/_react.default.createElement(_StatefulInlineDialog.default, {
|
|
100
101
|
placement: "auto-start",
|
|
101
|
-
content: /*#__PURE__*/_react.default.createElement(_reactIntlNext.FormattedMessage, _this.selectAdminOrSelfCopy(_messages.overviewMessages.inlineDialogDataAppsAdmin, _messages.overviewMessages.inlineDialogDataAppsSelf))
|
|
102
|
+
content: /*#__PURE__*/_react.default.createElement(_reactIntlNext.FormattedMessage, _this.selectAdminOrSelfCopy((0, _platformFeatureFlags.fg)('product-terminology-refresh') ? _messages.overviewMessages.inlineDialogDataAppsAdminAppify : _messages.overviewMessages.inlineDialogDataAppsAdmin, (0, _platformFeatureFlags.fg)('product-terminology-refresh') ? _messages.overviewMessages.inlineDialogDataAppsSelfAppify : _messages.overviewMessages.inlineDialogDataAppsSelf))
|
|
102
103
|
}, /*#__PURE__*/_react.default.createElement(_statusInformationInfo.default, {
|
|
103
104
|
color: "currentColor",
|
|
104
105
|
label: "",
|
|
@@ -108,7 +109,7 @@ var DeleteUserOverviewScreen = exports.DeleteUserOverviewScreen = /*#__PURE__*/f
|
|
|
108
109
|
(0, _defineProperty2.default)(_this, "displayFourthListElement", function () {
|
|
109
110
|
return /*#__PURE__*/_react.default.createElement("li", null, /*#__PURE__*/_react.default.createElement(_reactIntlNext.FormattedMessage, _this.selectAdminOrSelfCopy(_messages.overviewMessages.paragraphContentCreatedAdmin, _messages.overviewMessages.paragraphContentCreatedSelf)), /*#__PURE__*/_react.default.createElement(Styled.IconHoverWrapper, null, /*#__PURE__*/_react.default.createElement(_StatefulInlineDialog.default, {
|
|
110
111
|
placement: "auto-start",
|
|
111
|
-
content: /*#__PURE__*/_react.default.createElement(_reactIntlNext.FormattedMessage, _this.selectAdminOrSelfCopy(_messages.overviewMessages.inlineDialogContentCreatedAdminissuetermrefresh, _messages.overviewMessages.inlineDialogContentCreatedSelf))
|
|
112
|
+
content: /*#__PURE__*/_react.default.createElement(_reactIntlNext.FormattedMessage, _this.selectAdminOrSelfCopy((0, _platformFeatureFlags.fg)('product-terminology-refresh') ? _messages.overviewMessages.inlineDialogContentCreatedAdminissuetermrefreshAppify : _messages.overviewMessages.inlineDialogContentCreatedAdminissuetermrefresh, (0, _platformFeatureFlags.fg)('product-terminology-refresh') ? _messages.overviewMessages.inlineDialogContentCreatedSelfAppify : _messages.overviewMessages.inlineDialogContentCreatedSelf))
|
|
112
113
|
}, /*#__PURE__*/_react.default.createElement(_statusInformationInfo.default, {
|
|
113
114
|
color: "currentColor",
|
|
114
115
|
label: "",
|
package/dist/cjs/i18n/en.js
CHANGED
|
@@ -49,10 +49,14 @@ var _default = exports.default = {
|
|
|
49
49
|
'focused-task-close-account.delete-account.overview.heading.admin': 'Delete account',
|
|
50
50
|
'focused-task-close-account.delete-account.overview.heading.self': 'Delete your account',
|
|
51
51
|
'focused-task-close-account.delete-account.overview.inline-dialog.content-created-issue-refresh.admin': "For example, pages, work items, and comments they've created in products.",
|
|
52
|
+
'focused-task-close-account.delete-account.overview.inline-dialog.content-created-issue-refresh.admin-appify': "For example, pages, work items, and comments they've created in apps.",
|
|
52
53
|
'focused-task-close-account.delete-account.overview.inline-dialog.content-created.admin': "For example, pages, issues, and comments they've created in products.",
|
|
53
54
|
'focused-task-close-account.delete-account.overview.inline-dialog.content-created.self': "For example, pages, work items, and comments you've created in products.",
|
|
55
|
+
'focused-task-close-account.delete-account.overview.inline-dialog.content-created.self-appify': "For example, pages, work items, and comments you've created in apps.",
|
|
54
56
|
'focused-task-close-account.delete-account.overview.inline-dialog.data-apps.admin': 'You or other users may have installed apps that add features to Atlassian products. These apps may have stored the user’s profile information.',
|
|
57
|
+
'focused-task-close-account.delete-account.overview.inline-dialog.data-apps.admin-appify': 'You or other users may have installed apps that add features to Atlassian apps. These apps may have stored the user’s profile information.',
|
|
55
58
|
'focused-task-close-account.delete-account.overview.inline-dialog.data-apps.self': 'You or other users may have installed apps that add features to Atlassian products. These apps may have stored your profile information.',
|
|
59
|
+
'focused-task-close-account.delete-account.overview.inline-dialog.data-apps.self-appify': 'You or other users may have installed apps that add features to Atlassian apps. These apps may have stored your profile information.',
|
|
56
60
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.li1.admin': "Information related to purchases, which we're required to keep for financial reporting.",
|
|
57
61
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.li1.self': "Information related to purchases, which we're required to keep for financial reporting.",
|
|
58
62
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.li2.admin': "Records showing that we deleted someone's account, which we may need to provide to regulators.",
|
|
@@ -62,7 +66,9 @@ var _default = exports.default = {
|
|
|
62
66
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p1.admin': 'We keep personal data for limited periods when we have legitimate business or legal purposes. Some examples include:',
|
|
63
67
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p1.self': 'We keep personal data for limited periods when we have legitimate business or legal purposes. Some examples include:',
|
|
64
68
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p2.admin': 'We don’t delete any personal data from content created by users, such as names or email addresses they typed in a page or work item. The product admins need to delete that data manually.',
|
|
69
|
+
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p2.admin-appify': 'We don’t delete any personal data from content created by users, such as names or email addresses they typed in a page or work item. The app admins need to delete that data manually.',
|
|
65
70
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p2.self': "We don't delete any personal data from content created by you or other people, such as names or email addresses typed into a page or work item. Your product admins need to delete that data manually.",
|
|
71
|
+
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p2.self-appify': "We don't delete any personal data from content created by you or other people, such as names or email addresses typed into a page or work item. Your app admins need to delete that data manually.",
|
|
66
72
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p3.admin': 'Users have the right to submit complaints to the supervisory authority in their country.',
|
|
67
73
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p3.self': 'You have the right to submit complaints to the supervisory authority in your country.',
|
|
68
74
|
'focused-task-close-account.delete-account.overview.paragraph.about-to-delete.admin': 'When you delete the account:',
|
package/dist/cjs/i18n/en_GB.js
CHANGED
|
@@ -49,10 +49,14 @@ var _default = exports.default = {
|
|
|
49
49
|
'focused-task-close-account.delete-account.overview.heading.admin': 'Delete account',
|
|
50
50
|
'focused-task-close-account.delete-account.overview.heading.self': 'Delete your account',
|
|
51
51
|
'focused-task-close-account.delete-account.overview.inline-dialog.content-created-issue-refresh.admin': "For example, pages, work items, and comments they've created in products.",
|
|
52
|
+
'focused-task-close-account.delete-account.overview.inline-dialog.content-created-issue-refresh.admin-appify': "For example, pages, work items, and comments they've created in apps.",
|
|
52
53
|
'focused-task-close-account.delete-account.overview.inline-dialog.content-created.admin': "For example, pages, issues, and comments they've created in products.",
|
|
53
54
|
'focused-task-close-account.delete-account.overview.inline-dialog.content-created.self': "For example, pages, work items, and comments you've created in products.",
|
|
55
|
+
'focused-task-close-account.delete-account.overview.inline-dialog.content-created.self-appify': "For example, pages, work items, and comments you've created in apps.",
|
|
54
56
|
'focused-task-close-account.delete-account.overview.inline-dialog.data-apps.admin': 'You or other users may have installed apps that add features to Atlassian products. These apps may have stored the user’s profile information.',
|
|
57
|
+
'focused-task-close-account.delete-account.overview.inline-dialog.data-apps.admin-appify': 'You or other users may have installed apps that add features to Atlassian apps. These apps may have stored the user’s profile information.',
|
|
55
58
|
'focused-task-close-account.delete-account.overview.inline-dialog.data-apps.self': 'You or other users may have installed apps that add features to Atlassian products. These apps may have stored your profile information.',
|
|
59
|
+
'focused-task-close-account.delete-account.overview.inline-dialog.data-apps.self-appify': 'You or other users may have installed apps that add features to Atlassian apps. These apps may have stored your profile information.',
|
|
56
60
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.li1.admin': "Information related to purchases, which we're required to keep for financial reporting.",
|
|
57
61
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.li1.self': "Information related to purchases, which we're required to keep for financial reporting.",
|
|
58
62
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.li2.admin': "Records showing that we deleted someone's account, which we may need to provide to regulators.",
|
|
@@ -62,7 +66,9 @@ var _default = exports.default = {
|
|
|
62
66
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p1.admin': 'We keep personal data for limited periods when we have legitimate business or legal purposes. Some examples include:',
|
|
63
67
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p1.self': 'We keep personal data for limited periods when we have legitimate business or legal purposes. Some examples include:',
|
|
64
68
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p2.admin': 'We don’t delete any personal data from content created by users, such as names or email addresses they typed in a page or work item. The product admins need to delete that data manually.',
|
|
69
|
+
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p2.admin-appify': 'We don’t delete any personal data from content created by users, such as names or email addresses they typed in a page or work item. The app admins need to delete that data manually.',
|
|
65
70
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p2.self': "We don't delete any personal data from content created by you or other people, such as names or email addresses typed into a page or work item. Your product admins need to delete that data manually.",
|
|
71
|
+
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p2.self-appify': "We don't delete any personal data from content created by you or other people, such as names or email addresses typed into a page or work item. Your app admins need to delete that data manually.",
|
|
66
72
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p3.admin': 'Users have the right to submit complaints to the supervisory authority in their country.',
|
|
67
73
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p3.self': 'You have the right to submit complaints to the supervisory authority in your country.',
|
|
68
74
|
'focused-task-close-account.delete-account.overview.paragraph.about-to-delete.admin': 'When you delete the account:',
|
package/dist/cjs/i18n/en_ZZ.js
CHANGED
|
@@ -49,10 +49,14 @@ var _default = exports.default = {
|
|
|
49
49
|
'focused-task-close-account.delete-account.overview.heading.admin': 'Delete account',
|
|
50
50
|
'focused-task-close-account.delete-account.overview.heading.self': 'Delete your account',
|
|
51
51
|
'focused-task-close-account.delete-account.overview.inline-dialog.content-created-issue-refresh.admin': "For example, pages, work items, and comments they've created in products.",
|
|
52
|
+
'focused-task-close-account.delete-account.overview.inline-dialog.content-created-issue-refresh.admin-appify': "For example, pages, work items, and comments they've created in apps.",
|
|
52
53
|
'focused-task-close-account.delete-account.overview.inline-dialog.content-created.admin': "For example, pages, issues, and comments they've created in products.",
|
|
53
54
|
'focused-task-close-account.delete-account.overview.inline-dialog.content-created.self': "For example, pages, work items, and comments you've created in products.",
|
|
55
|
+
'focused-task-close-account.delete-account.overview.inline-dialog.content-created.self-appify': "For example, pages, work items, and comments you've created in apps.",
|
|
54
56
|
'focused-task-close-account.delete-account.overview.inline-dialog.data-apps.admin': 'You or other users may have installed apps that add features to Atlassian products. These apps may have stored the user’s profile information.',
|
|
57
|
+
'focused-task-close-account.delete-account.overview.inline-dialog.data-apps.admin-appify': 'You or other users may have installed apps that add features to Atlassian apps. These apps may have stored the user’s profile information.',
|
|
55
58
|
'focused-task-close-account.delete-account.overview.inline-dialog.data-apps.self': 'You or other users may have installed apps that add features to Atlassian products. These apps may have stored your profile information.',
|
|
59
|
+
'focused-task-close-account.delete-account.overview.inline-dialog.data-apps.self-appify': 'You or other users may have installed apps that add features to Atlassian apps. These apps may have stored your profile information.',
|
|
56
60
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.li1.admin': "Information related to purchases, which we're required to keep for financial reporting.",
|
|
57
61
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.li1.self': "Information related to purchases, which we're required to keep for financial reporting.",
|
|
58
62
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.li2.admin': "Records showing that we deleted someone's account, which we may need to provide to regulators.",
|
|
@@ -62,7 +66,9 @@ var _default = exports.default = {
|
|
|
62
66
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p1.admin': 'We keep personal data for limited periods when we have legitimate business or legal purposes. Some examples include:',
|
|
63
67
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p1.self': 'We keep personal data for limited periods when we have legitimate business or legal purposes. Some examples include:',
|
|
64
68
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p2.admin': 'We don’t delete any personal data from content created by users, such as names or email addresses they typed in a page or work item. The product admins need to delete that data manually.',
|
|
69
|
+
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p2.admin-appify': 'We don’t delete any personal data from content created by users, such as names or email addresses they typed in a page or work item. The app admins need to delete that data manually.',
|
|
65
70
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p2.self': "We don't delete any personal data from content created by you or other people, such as names or email addresses typed into a page or work item. Your product admins need to delete that data manually.",
|
|
71
|
+
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p2.self-appify': "We don't delete any personal data from content created by you or other people, such as names or email addresses typed into a page or work item. Your app admins need to delete that data manually.",
|
|
66
72
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p3.admin': 'Users have the right to submit complaints to the supervisory authority in their country.',
|
|
67
73
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p3.self': 'You have the right to submit complaints to the supervisory authority in your country.',
|
|
68
74
|
'focused-task-close-account.delete-account.overview.paragraph.about-to-delete.admin': 'When you delete the account:',
|
package/dist/cjs/messages.js
CHANGED
|
@@ -222,6 +222,46 @@ var overviewMessages = exports.overviewMessages = (0, _reactIntlNext.defineMessa
|
|
|
222
222
|
id: 'focused-task-close-account.delete-account.overview.inline-dialog.data-apps.self',
|
|
223
223
|
defaultMessage: 'You or other users may have installed apps that add features to Atlassian products. These apps may have stored your profile information.',
|
|
224
224
|
description: 'Text elaborating on the note about apps storing personal data'
|
|
225
|
+
},
|
|
226
|
+
paragraphListOfAppsWithPersonalDataAdminAppify: {
|
|
227
|
+
id: 'focused-task-close-account.delete-account.overview.paragraph.list-of-apps-with-personal-data.admin-appify',
|
|
228
|
+
defaultMessage: 'We’ll email you a list of third-party apps that may have stored their personal data.',
|
|
229
|
+
description: 'A note explaining that about apps storing personal data'
|
|
230
|
+
},
|
|
231
|
+
paragraphListOfAppsWithPersonalDataSelfAppify: {
|
|
232
|
+
id: 'focused-task-close-account.delete-account.overview.paragraph.list-of-apps-with-personal-data.self-appify',
|
|
233
|
+
defaultMessage: 'We’ll email you a list of third-party apps that may have stored your personal data.',
|
|
234
|
+
description: 'A note explaining that about apps storing personal data'
|
|
235
|
+
},
|
|
236
|
+
inlineDialogContentCreatedAdminissuetermrefreshAppify: {
|
|
237
|
+
id: 'focused-task-close-account.delete-account.overview.inline-dialog.content-created-issue-refresh.admin-appify',
|
|
238
|
+
defaultMessage: "For example, pages, work items, and comments they've created in apps.",
|
|
239
|
+
description: 'Examples of what constitutes as created content. Appears when the user hovers over the info icon'
|
|
240
|
+
},
|
|
241
|
+
inlineDialogContentCreatedSelfAppify: {
|
|
242
|
+
id: 'focused-task-close-account.delete-account.overview.inline-dialog.content-created.self-appify',
|
|
243
|
+
defaultMessage: "For example, pages, work items, and comments you've created in apps.",
|
|
244
|
+
description: 'Examples of what constitutes as created content. Appears when the user hovers over the info icon'
|
|
245
|
+
},
|
|
246
|
+
inlineDialogDataWillBeDeletedP2AdminAppify: {
|
|
247
|
+
id: 'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p2.admin-appify',
|
|
248
|
+
defaultMessage: 'We don’t delete any personal data from content created by users, such as names or email addresses they typed in a page or work item. The app admins need to delete that data manually.',
|
|
249
|
+
description: 'Text elaborating on the note that some personal data is required to be saved from deletion for legal purposes.'
|
|
250
|
+
},
|
|
251
|
+
inlineDialogDataWillBeDeletedP2SelfAppify: {
|
|
252
|
+
id: 'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p2.self-appify',
|
|
253
|
+
defaultMessage: "We don't delete any personal data from content created by you or other people, such as names or email addresses typed into a page or work item. Your app admins need to delete that data manually.",
|
|
254
|
+
description: 'Text elaborating on the note that some personal data is required to be saved from deletion for legal purposes.'
|
|
255
|
+
},
|
|
256
|
+
inlineDialogDataAppsAdminAppify: {
|
|
257
|
+
id: 'focused-task-close-account.delete-account.overview.inline-dialog.data-apps.admin-appify',
|
|
258
|
+
defaultMessage: "You or other users may have installed third-party apps that add features to Atlassian apps and may have stored the user's profile information.",
|
|
259
|
+
description: 'Text elaborating on the note about apps storing personal data'
|
|
260
|
+
},
|
|
261
|
+
inlineDialogDataAppsSelfAppify: {
|
|
262
|
+
id: 'focused-task-close-account.delete-account.overview.inline-dialog.data-apps.self-appify',
|
|
263
|
+
defaultMessage: 'You or other users may have installed third-party apps that add features to Atlassian apps and may have stored your profile information.',
|
|
264
|
+
description: 'Text elaborating on the note about apps storing personal data'
|
|
225
265
|
}
|
|
226
266
|
});
|
|
227
267
|
var deactivateUserOverviewMessages = exports.deactivateUserOverviewMessages = (0, _reactIntlNext.defineMessages)({
|
|
@@ -5,6 +5,7 @@ import { FormattedMessage } from 'react-intl-next';
|
|
|
5
5
|
import Button from '@atlaskit/button';
|
|
6
6
|
import SectionMessage from '@atlaskit/section-message';
|
|
7
7
|
import InfoIcon from '@atlaskit/icon/core/migration/status-information--info';
|
|
8
|
+
import { fg } from '@atlaskit/platform-feature-flags';
|
|
8
9
|
// eslint-disable-next-line @atlaskit/design-system/no-emotion-primitives -- to be migrated to @atlaskit/primitives/compiled – go/akcss
|
|
9
10
|
import { Text } from '@atlaskit/primitives';
|
|
10
11
|
import { commonMessages, overviewMessages } from '../../messages';
|
|
@@ -59,7 +60,7 @@ export class DeleteUserOverviewScreen extends React.Component {
|
|
|
59
60
|
tagName: "li"
|
|
60
61
|
})), /*#__PURE__*/React.createElement(FormattedMessage, _extends({}, this.selectAdminOrSelfCopy(overviewMessages.inlineDialogDataWillBeDeletedLi3Admin, overviewMessages.inlineDialogDataWillBeDeletedLi3Self), {
|
|
61
62
|
tagName: "li"
|
|
62
|
-
})), /*#__PURE__*/React.createElement(FormattedMessage, _extends({}, this.selectAdminOrSelfCopy(overviewMessages.inlineDialogDataWillBeDeletedP2Admin, overviewMessages.inlineDialogDataWillBeDeletedP2Self), {
|
|
63
|
+
})), /*#__PURE__*/React.createElement(FormattedMessage, _extends({}, this.selectAdminOrSelfCopy(fg('product-terminology-refresh') ? overviewMessages.inlineDialogDataWillBeDeletedP2AdminAppify : overviewMessages.inlineDialogDataWillBeDeletedP2Admin, fg('product-terminology-refresh') ? overviewMessages.inlineDialogDataWillBeDeletedP2SelfAppify : overviewMessages.inlineDialogDataWillBeDeletedP2Self), {
|
|
63
64
|
tagName: "p"
|
|
64
65
|
})), /*#__PURE__*/React.createElement(FormattedMessage, _extends({}, this.selectAdminOrSelfCopy(overviewMessages.inlineDialogDataWillBeDeletedP3Admin, overviewMessages.inlineDialogDataWillBeDeletedP3Self), {
|
|
65
66
|
tagName: "p"
|
|
@@ -71,9 +72,9 @@ export class DeleteUserOverviewScreen extends React.Component {
|
|
|
71
72
|
}))));
|
|
72
73
|
});
|
|
73
74
|
_defineProperty(this, "displayThirdListElement", () => {
|
|
74
|
-
return /*#__PURE__*/React.createElement("li", null, /*#__PURE__*/React.createElement(FormattedMessage, this.selectAdminOrSelfCopy(overviewMessages.paragraphListOfAppsWithPersonalDataAdmin, overviewMessages.paragraphListOfAppsWithPersonalDataSelf)), /*#__PURE__*/React.createElement(Styled.IconHoverWrapper, null, /*#__PURE__*/React.createElement(StatefulInlineDialog, {
|
|
75
|
+
return /*#__PURE__*/React.createElement("li", null, /*#__PURE__*/React.createElement(FormattedMessage, this.selectAdminOrSelfCopy(fg('product-terminology-refresh') ? overviewMessages.paragraphListOfAppsWithPersonalDataAdminAppify : overviewMessages.paragraphListOfAppsWithPersonalDataAdmin, fg('product-terminology-refresh') ? overviewMessages.paragraphListOfAppsWithPersonalDataSelfAppify : overviewMessages.paragraphListOfAppsWithPersonalDataSelf)), /*#__PURE__*/React.createElement(Styled.IconHoverWrapper, null, /*#__PURE__*/React.createElement(StatefulInlineDialog, {
|
|
75
76
|
placement: "auto-start",
|
|
76
|
-
content: /*#__PURE__*/React.createElement(FormattedMessage, this.selectAdminOrSelfCopy(overviewMessages.inlineDialogDataAppsAdmin, overviewMessages.inlineDialogDataAppsSelf))
|
|
77
|
+
content: /*#__PURE__*/React.createElement(FormattedMessage, this.selectAdminOrSelfCopy(fg('product-terminology-refresh') ? overviewMessages.inlineDialogDataAppsAdminAppify : overviewMessages.inlineDialogDataAppsAdmin, fg('product-terminology-refresh') ? overviewMessages.inlineDialogDataAppsSelfAppify : overviewMessages.inlineDialogDataAppsSelf))
|
|
77
78
|
}, /*#__PURE__*/React.createElement(InfoIcon, {
|
|
78
79
|
color: "currentColor",
|
|
79
80
|
label: "",
|
|
@@ -83,7 +84,7 @@ export class DeleteUserOverviewScreen extends React.Component {
|
|
|
83
84
|
_defineProperty(this, "displayFourthListElement", () => {
|
|
84
85
|
return /*#__PURE__*/React.createElement("li", null, /*#__PURE__*/React.createElement(FormattedMessage, this.selectAdminOrSelfCopy(overviewMessages.paragraphContentCreatedAdmin, overviewMessages.paragraphContentCreatedSelf)), /*#__PURE__*/React.createElement(Styled.IconHoverWrapper, null, /*#__PURE__*/React.createElement(StatefulInlineDialog, {
|
|
85
86
|
placement: "auto-start",
|
|
86
|
-
content: /*#__PURE__*/React.createElement(FormattedMessage, this.selectAdminOrSelfCopy(overviewMessages.inlineDialogContentCreatedAdminissuetermrefresh, overviewMessages.inlineDialogContentCreatedSelf))
|
|
87
|
+
content: /*#__PURE__*/React.createElement(FormattedMessage, this.selectAdminOrSelfCopy(fg('product-terminology-refresh') ? overviewMessages.inlineDialogContentCreatedAdminissuetermrefreshAppify : overviewMessages.inlineDialogContentCreatedAdminissuetermrefresh, fg('product-terminology-refresh') ? overviewMessages.inlineDialogContentCreatedSelfAppify : overviewMessages.inlineDialogContentCreatedSelf))
|
|
87
88
|
}, /*#__PURE__*/React.createElement(InfoIcon, {
|
|
88
89
|
color: "currentColor",
|
|
89
90
|
label: "",
|
package/dist/es2019/i18n/en.js
CHANGED
|
@@ -43,10 +43,14 @@ export default {
|
|
|
43
43
|
'focused-task-close-account.delete-account.overview.heading.admin': 'Delete account',
|
|
44
44
|
'focused-task-close-account.delete-account.overview.heading.self': 'Delete your account',
|
|
45
45
|
'focused-task-close-account.delete-account.overview.inline-dialog.content-created-issue-refresh.admin': "For example, pages, work items, and comments they've created in products.",
|
|
46
|
+
'focused-task-close-account.delete-account.overview.inline-dialog.content-created-issue-refresh.admin-appify': "For example, pages, work items, and comments they've created in apps.",
|
|
46
47
|
'focused-task-close-account.delete-account.overview.inline-dialog.content-created.admin': "For example, pages, issues, and comments they've created in products.",
|
|
47
48
|
'focused-task-close-account.delete-account.overview.inline-dialog.content-created.self': "For example, pages, work items, and comments you've created in products.",
|
|
49
|
+
'focused-task-close-account.delete-account.overview.inline-dialog.content-created.self-appify': "For example, pages, work items, and comments you've created in apps.",
|
|
48
50
|
'focused-task-close-account.delete-account.overview.inline-dialog.data-apps.admin': 'You or other users may have installed apps that add features to Atlassian products. These apps may have stored the user’s profile information.',
|
|
51
|
+
'focused-task-close-account.delete-account.overview.inline-dialog.data-apps.admin-appify': 'You or other users may have installed apps that add features to Atlassian apps. These apps may have stored the user’s profile information.',
|
|
49
52
|
'focused-task-close-account.delete-account.overview.inline-dialog.data-apps.self': 'You or other users may have installed apps that add features to Atlassian products. These apps may have stored your profile information.',
|
|
53
|
+
'focused-task-close-account.delete-account.overview.inline-dialog.data-apps.self-appify': 'You or other users may have installed apps that add features to Atlassian apps. These apps may have stored your profile information.',
|
|
50
54
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.li1.admin': "Information related to purchases, which we're required to keep for financial reporting.",
|
|
51
55
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.li1.self': "Information related to purchases, which we're required to keep for financial reporting.",
|
|
52
56
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.li2.admin': "Records showing that we deleted someone's account, which we may need to provide to regulators.",
|
|
@@ -56,7 +60,9 @@ export default {
|
|
|
56
60
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p1.admin': 'We keep personal data for limited periods when we have legitimate business or legal purposes. Some examples include:',
|
|
57
61
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p1.self': 'We keep personal data for limited periods when we have legitimate business or legal purposes. Some examples include:',
|
|
58
62
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p2.admin': 'We don’t delete any personal data from content created by users, such as names or email addresses they typed in a page or work item. The product admins need to delete that data manually.',
|
|
63
|
+
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p2.admin-appify': 'We don’t delete any personal data from content created by users, such as names or email addresses they typed in a page or work item. The app admins need to delete that data manually.',
|
|
59
64
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p2.self': "We don't delete any personal data from content created by you or other people, such as names or email addresses typed into a page or work item. Your product admins need to delete that data manually.",
|
|
65
|
+
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p2.self-appify': "We don't delete any personal data from content created by you or other people, such as names or email addresses typed into a page or work item. Your app admins need to delete that data manually.",
|
|
60
66
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p3.admin': 'Users have the right to submit complaints to the supervisory authority in their country.',
|
|
61
67
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p3.self': 'You have the right to submit complaints to the supervisory authority in your country.',
|
|
62
68
|
'focused-task-close-account.delete-account.overview.paragraph.about-to-delete.admin': 'When you delete the account:',
|
|
@@ -43,10 +43,14 @@ export default {
|
|
|
43
43
|
'focused-task-close-account.delete-account.overview.heading.admin': 'Delete account',
|
|
44
44
|
'focused-task-close-account.delete-account.overview.heading.self': 'Delete your account',
|
|
45
45
|
'focused-task-close-account.delete-account.overview.inline-dialog.content-created-issue-refresh.admin': "For example, pages, work items, and comments they've created in products.",
|
|
46
|
+
'focused-task-close-account.delete-account.overview.inline-dialog.content-created-issue-refresh.admin-appify': "For example, pages, work items, and comments they've created in apps.",
|
|
46
47
|
'focused-task-close-account.delete-account.overview.inline-dialog.content-created.admin': "For example, pages, issues, and comments they've created in products.",
|
|
47
48
|
'focused-task-close-account.delete-account.overview.inline-dialog.content-created.self': "For example, pages, work items, and comments you've created in products.",
|
|
49
|
+
'focused-task-close-account.delete-account.overview.inline-dialog.content-created.self-appify': "For example, pages, work items, and comments you've created in apps.",
|
|
48
50
|
'focused-task-close-account.delete-account.overview.inline-dialog.data-apps.admin': 'You or other users may have installed apps that add features to Atlassian products. These apps may have stored the user’s profile information.',
|
|
51
|
+
'focused-task-close-account.delete-account.overview.inline-dialog.data-apps.admin-appify': 'You or other users may have installed apps that add features to Atlassian apps. These apps may have stored the user’s profile information.',
|
|
49
52
|
'focused-task-close-account.delete-account.overview.inline-dialog.data-apps.self': 'You or other users may have installed apps that add features to Atlassian products. These apps may have stored your profile information.',
|
|
53
|
+
'focused-task-close-account.delete-account.overview.inline-dialog.data-apps.self-appify': 'You or other users may have installed apps that add features to Atlassian apps. These apps may have stored your profile information.',
|
|
50
54
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.li1.admin': "Information related to purchases, which we're required to keep for financial reporting.",
|
|
51
55
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.li1.self': "Information related to purchases, which we're required to keep for financial reporting.",
|
|
52
56
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.li2.admin': "Records showing that we deleted someone's account, which we may need to provide to regulators.",
|
|
@@ -56,7 +60,9 @@ export default {
|
|
|
56
60
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p1.admin': 'We keep personal data for limited periods when we have legitimate business or legal purposes. Some examples include:',
|
|
57
61
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p1.self': 'We keep personal data for limited periods when we have legitimate business or legal purposes. Some examples include:',
|
|
58
62
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p2.admin': 'We don’t delete any personal data from content created by users, such as names or email addresses they typed in a page or work item. The product admins need to delete that data manually.',
|
|
63
|
+
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p2.admin-appify': 'We don’t delete any personal data from content created by users, such as names or email addresses they typed in a page or work item. The app admins need to delete that data manually.',
|
|
59
64
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p2.self': "We don't delete any personal data from content created by you or other people, such as names or email addresses typed into a page or work item. Your product admins need to delete that data manually.",
|
|
65
|
+
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p2.self-appify': "We don't delete any personal data from content created by you or other people, such as names or email addresses typed into a page or work item. Your app admins need to delete that data manually.",
|
|
60
66
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p3.admin': 'Users have the right to submit complaints to the supervisory authority in their country.',
|
|
61
67
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p3.self': 'You have the right to submit complaints to the supervisory authority in your country.',
|
|
62
68
|
'focused-task-close-account.delete-account.overview.paragraph.about-to-delete.admin': 'When you delete the account:',
|
|
@@ -43,10 +43,14 @@ export default {
|
|
|
43
43
|
'focused-task-close-account.delete-account.overview.heading.admin': 'Delete account',
|
|
44
44
|
'focused-task-close-account.delete-account.overview.heading.self': 'Delete your account',
|
|
45
45
|
'focused-task-close-account.delete-account.overview.inline-dialog.content-created-issue-refresh.admin': "For example, pages, work items, and comments they've created in products.",
|
|
46
|
+
'focused-task-close-account.delete-account.overview.inline-dialog.content-created-issue-refresh.admin-appify': "For example, pages, work items, and comments they've created in apps.",
|
|
46
47
|
'focused-task-close-account.delete-account.overview.inline-dialog.content-created.admin': "For example, pages, issues, and comments they've created in products.",
|
|
47
48
|
'focused-task-close-account.delete-account.overview.inline-dialog.content-created.self': "For example, pages, work items, and comments you've created in products.",
|
|
49
|
+
'focused-task-close-account.delete-account.overview.inline-dialog.content-created.self-appify': "For example, pages, work items, and comments you've created in apps.",
|
|
48
50
|
'focused-task-close-account.delete-account.overview.inline-dialog.data-apps.admin': 'You or other users may have installed apps that add features to Atlassian products. These apps may have stored the user’s profile information.',
|
|
51
|
+
'focused-task-close-account.delete-account.overview.inline-dialog.data-apps.admin-appify': 'You or other users may have installed apps that add features to Atlassian apps. These apps may have stored the user’s profile information.',
|
|
49
52
|
'focused-task-close-account.delete-account.overview.inline-dialog.data-apps.self': 'You or other users may have installed apps that add features to Atlassian products. These apps may have stored your profile information.',
|
|
53
|
+
'focused-task-close-account.delete-account.overview.inline-dialog.data-apps.self-appify': 'You or other users may have installed apps that add features to Atlassian apps. These apps may have stored your profile information.',
|
|
50
54
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.li1.admin': "Information related to purchases, which we're required to keep for financial reporting.",
|
|
51
55
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.li1.self': "Information related to purchases, which we're required to keep for financial reporting.",
|
|
52
56
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.li2.admin': "Records showing that we deleted someone's account, which we may need to provide to regulators.",
|
|
@@ -56,7 +60,9 @@ export default {
|
|
|
56
60
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p1.admin': 'We keep personal data for limited periods when we have legitimate business or legal purposes. Some examples include:',
|
|
57
61
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p1.self': 'We keep personal data for limited periods when we have legitimate business or legal purposes. Some examples include:',
|
|
58
62
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p2.admin': 'We don’t delete any personal data from content created by users, such as names or email addresses they typed in a page or work item. The product admins need to delete that data manually.',
|
|
63
|
+
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p2.admin-appify': 'We don’t delete any personal data from content created by users, such as names or email addresses they typed in a page or work item. The app admins need to delete that data manually.',
|
|
59
64
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p2.self': "We don't delete any personal data from content created by you or other people, such as names or email addresses typed into a page or work item. Your product admins need to delete that data manually.",
|
|
65
|
+
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p2.self-appify': "We don't delete any personal data from content created by you or other people, such as names or email addresses typed into a page or work item. Your app admins need to delete that data manually.",
|
|
60
66
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p3.admin': 'Users have the right to submit complaints to the supervisory authority in their country.',
|
|
61
67
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p3.self': 'You have the right to submit complaints to the supervisory authority in your country.',
|
|
62
68
|
'focused-task-close-account.delete-account.overview.paragraph.about-to-delete.admin': 'When you delete the account:',
|
package/dist/es2019/messages.js
CHANGED
|
@@ -216,6 +216,46 @@ export const overviewMessages = defineMessages({
|
|
|
216
216
|
id: 'focused-task-close-account.delete-account.overview.inline-dialog.data-apps.self',
|
|
217
217
|
defaultMessage: 'You or other users may have installed apps that add features to Atlassian products. These apps may have stored your profile information.',
|
|
218
218
|
description: 'Text elaborating on the note about apps storing personal data'
|
|
219
|
+
},
|
|
220
|
+
paragraphListOfAppsWithPersonalDataAdminAppify: {
|
|
221
|
+
id: 'focused-task-close-account.delete-account.overview.paragraph.list-of-apps-with-personal-data.admin-appify',
|
|
222
|
+
defaultMessage: 'We’ll email you a list of third-party apps that may have stored their personal data.',
|
|
223
|
+
description: 'A note explaining that about apps storing personal data'
|
|
224
|
+
},
|
|
225
|
+
paragraphListOfAppsWithPersonalDataSelfAppify: {
|
|
226
|
+
id: 'focused-task-close-account.delete-account.overview.paragraph.list-of-apps-with-personal-data.self-appify',
|
|
227
|
+
defaultMessage: 'We’ll email you a list of third-party apps that may have stored your personal data.',
|
|
228
|
+
description: 'A note explaining that about apps storing personal data'
|
|
229
|
+
},
|
|
230
|
+
inlineDialogContentCreatedAdminissuetermrefreshAppify: {
|
|
231
|
+
id: 'focused-task-close-account.delete-account.overview.inline-dialog.content-created-issue-refresh.admin-appify',
|
|
232
|
+
defaultMessage: "For example, pages, work items, and comments they've created in apps.",
|
|
233
|
+
description: 'Examples of what constitutes as created content. Appears when the user hovers over the info icon'
|
|
234
|
+
},
|
|
235
|
+
inlineDialogContentCreatedSelfAppify: {
|
|
236
|
+
id: 'focused-task-close-account.delete-account.overview.inline-dialog.content-created.self-appify',
|
|
237
|
+
defaultMessage: "For example, pages, work items, and comments you've created in apps.",
|
|
238
|
+
description: 'Examples of what constitutes as created content. Appears when the user hovers over the info icon'
|
|
239
|
+
},
|
|
240
|
+
inlineDialogDataWillBeDeletedP2AdminAppify: {
|
|
241
|
+
id: 'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p2.admin-appify',
|
|
242
|
+
defaultMessage: 'We don’t delete any personal data from content created by users, such as names or email addresses they typed in a page or work item. The app admins need to delete that data manually.',
|
|
243
|
+
description: 'Text elaborating on the note that some personal data is required to be saved from deletion for legal purposes.'
|
|
244
|
+
},
|
|
245
|
+
inlineDialogDataWillBeDeletedP2SelfAppify: {
|
|
246
|
+
id: 'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p2.self-appify',
|
|
247
|
+
defaultMessage: "We don't delete any personal data from content created by you or other people, such as names or email addresses typed into a page or work item. Your app admins need to delete that data manually.",
|
|
248
|
+
description: 'Text elaborating on the note that some personal data is required to be saved from deletion for legal purposes.'
|
|
249
|
+
},
|
|
250
|
+
inlineDialogDataAppsAdminAppify: {
|
|
251
|
+
id: 'focused-task-close-account.delete-account.overview.inline-dialog.data-apps.admin-appify',
|
|
252
|
+
defaultMessage: "You or other users may have installed third-party apps that add features to Atlassian apps and may have stored the user's profile information.",
|
|
253
|
+
description: 'Text elaborating on the note about apps storing personal data'
|
|
254
|
+
},
|
|
255
|
+
inlineDialogDataAppsSelfAppify: {
|
|
256
|
+
id: 'focused-task-close-account.delete-account.overview.inline-dialog.data-apps.self-appify',
|
|
257
|
+
defaultMessage: 'You or other users may have installed third-party apps that add features to Atlassian apps and may have stored your profile information.',
|
|
258
|
+
description: 'Text elaborating on the note about apps storing personal data'
|
|
219
259
|
}
|
|
220
260
|
});
|
|
221
261
|
export const deactivateUserOverviewMessages = defineMessages({
|
|
@@ -12,6 +12,7 @@ import { FormattedMessage } from 'react-intl-next';
|
|
|
12
12
|
import Button from '@atlaskit/button';
|
|
13
13
|
import SectionMessage from '@atlaskit/section-message';
|
|
14
14
|
import InfoIcon from '@atlaskit/icon/core/migration/status-information--info';
|
|
15
|
+
import { fg } from '@atlaskit/platform-feature-flags';
|
|
15
16
|
// eslint-disable-next-line @atlaskit/design-system/no-emotion-primitives -- to be migrated to @atlaskit/primitives/compiled – go/akcss
|
|
16
17
|
import { Text } from '@atlaskit/primitives';
|
|
17
18
|
import { commonMessages, overviewMessages } from '../../messages';
|
|
@@ -76,7 +77,7 @@ export var DeleteUserOverviewScreen = /*#__PURE__*/function (_React$Component) {
|
|
|
76
77
|
tagName: "li"
|
|
77
78
|
})), /*#__PURE__*/React.createElement(FormattedMessage, _extends({}, _this.selectAdminOrSelfCopy(overviewMessages.inlineDialogDataWillBeDeletedLi3Admin, overviewMessages.inlineDialogDataWillBeDeletedLi3Self), {
|
|
78
79
|
tagName: "li"
|
|
79
|
-
})), /*#__PURE__*/React.createElement(FormattedMessage, _extends({}, _this.selectAdminOrSelfCopy(overviewMessages.inlineDialogDataWillBeDeletedP2Admin, overviewMessages.inlineDialogDataWillBeDeletedP2Self), {
|
|
80
|
+
})), /*#__PURE__*/React.createElement(FormattedMessage, _extends({}, _this.selectAdminOrSelfCopy(fg('product-terminology-refresh') ? overviewMessages.inlineDialogDataWillBeDeletedP2AdminAppify : overviewMessages.inlineDialogDataWillBeDeletedP2Admin, fg('product-terminology-refresh') ? overviewMessages.inlineDialogDataWillBeDeletedP2SelfAppify : overviewMessages.inlineDialogDataWillBeDeletedP2Self), {
|
|
80
81
|
tagName: "p"
|
|
81
82
|
})), /*#__PURE__*/React.createElement(FormattedMessage, _extends({}, _this.selectAdminOrSelfCopy(overviewMessages.inlineDialogDataWillBeDeletedP3Admin, overviewMessages.inlineDialogDataWillBeDeletedP3Self), {
|
|
82
83
|
tagName: "p"
|
|
@@ -88,9 +89,9 @@ export var DeleteUserOverviewScreen = /*#__PURE__*/function (_React$Component) {
|
|
|
88
89
|
}))));
|
|
89
90
|
});
|
|
90
91
|
_defineProperty(_this, "displayThirdListElement", function () {
|
|
91
|
-
return /*#__PURE__*/React.createElement("li", null, /*#__PURE__*/React.createElement(FormattedMessage, _this.selectAdminOrSelfCopy(overviewMessages.paragraphListOfAppsWithPersonalDataAdmin, overviewMessages.paragraphListOfAppsWithPersonalDataSelf)), /*#__PURE__*/React.createElement(Styled.IconHoverWrapper, null, /*#__PURE__*/React.createElement(StatefulInlineDialog, {
|
|
92
|
+
return /*#__PURE__*/React.createElement("li", null, /*#__PURE__*/React.createElement(FormattedMessage, _this.selectAdminOrSelfCopy(fg('product-terminology-refresh') ? overviewMessages.paragraphListOfAppsWithPersonalDataAdminAppify : overviewMessages.paragraphListOfAppsWithPersonalDataAdmin, fg('product-terminology-refresh') ? overviewMessages.paragraphListOfAppsWithPersonalDataSelfAppify : overviewMessages.paragraphListOfAppsWithPersonalDataSelf)), /*#__PURE__*/React.createElement(Styled.IconHoverWrapper, null, /*#__PURE__*/React.createElement(StatefulInlineDialog, {
|
|
92
93
|
placement: "auto-start",
|
|
93
|
-
content: /*#__PURE__*/React.createElement(FormattedMessage, _this.selectAdminOrSelfCopy(overviewMessages.inlineDialogDataAppsAdmin, overviewMessages.inlineDialogDataAppsSelf))
|
|
94
|
+
content: /*#__PURE__*/React.createElement(FormattedMessage, _this.selectAdminOrSelfCopy(fg('product-terminology-refresh') ? overviewMessages.inlineDialogDataAppsAdminAppify : overviewMessages.inlineDialogDataAppsAdmin, fg('product-terminology-refresh') ? overviewMessages.inlineDialogDataAppsSelfAppify : overviewMessages.inlineDialogDataAppsSelf))
|
|
94
95
|
}, /*#__PURE__*/React.createElement(InfoIcon, {
|
|
95
96
|
color: "currentColor",
|
|
96
97
|
label: "",
|
|
@@ -100,7 +101,7 @@ export var DeleteUserOverviewScreen = /*#__PURE__*/function (_React$Component) {
|
|
|
100
101
|
_defineProperty(_this, "displayFourthListElement", function () {
|
|
101
102
|
return /*#__PURE__*/React.createElement("li", null, /*#__PURE__*/React.createElement(FormattedMessage, _this.selectAdminOrSelfCopy(overviewMessages.paragraphContentCreatedAdmin, overviewMessages.paragraphContentCreatedSelf)), /*#__PURE__*/React.createElement(Styled.IconHoverWrapper, null, /*#__PURE__*/React.createElement(StatefulInlineDialog, {
|
|
102
103
|
placement: "auto-start",
|
|
103
|
-
content: /*#__PURE__*/React.createElement(FormattedMessage, _this.selectAdminOrSelfCopy(overviewMessages.inlineDialogContentCreatedAdminissuetermrefresh, overviewMessages.inlineDialogContentCreatedSelf))
|
|
104
|
+
content: /*#__PURE__*/React.createElement(FormattedMessage, _this.selectAdminOrSelfCopy(fg('product-terminology-refresh') ? overviewMessages.inlineDialogContentCreatedAdminissuetermrefreshAppify : overviewMessages.inlineDialogContentCreatedAdminissuetermrefresh, fg('product-terminology-refresh') ? overviewMessages.inlineDialogContentCreatedSelfAppify : overviewMessages.inlineDialogContentCreatedSelf))
|
|
104
105
|
}, /*#__PURE__*/React.createElement(InfoIcon, {
|
|
105
106
|
color: "currentColor",
|
|
106
107
|
label: "",
|
package/dist/esm/i18n/en.js
CHANGED
|
@@ -43,10 +43,14 @@ export default {
|
|
|
43
43
|
'focused-task-close-account.delete-account.overview.heading.admin': 'Delete account',
|
|
44
44
|
'focused-task-close-account.delete-account.overview.heading.self': 'Delete your account',
|
|
45
45
|
'focused-task-close-account.delete-account.overview.inline-dialog.content-created-issue-refresh.admin': "For example, pages, work items, and comments they've created in products.",
|
|
46
|
+
'focused-task-close-account.delete-account.overview.inline-dialog.content-created-issue-refresh.admin-appify': "For example, pages, work items, and comments they've created in apps.",
|
|
46
47
|
'focused-task-close-account.delete-account.overview.inline-dialog.content-created.admin': "For example, pages, issues, and comments they've created in products.",
|
|
47
48
|
'focused-task-close-account.delete-account.overview.inline-dialog.content-created.self': "For example, pages, work items, and comments you've created in products.",
|
|
49
|
+
'focused-task-close-account.delete-account.overview.inline-dialog.content-created.self-appify': "For example, pages, work items, and comments you've created in apps.",
|
|
48
50
|
'focused-task-close-account.delete-account.overview.inline-dialog.data-apps.admin': 'You or other users may have installed apps that add features to Atlassian products. These apps may have stored the user’s profile information.',
|
|
51
|
+
'focused-task-close-account.delete-account.overview.inline-dialog.data-apps.admin-appify': 'You or other users may have installed apps that add features to Atlassian apps. These apps may have stored the user’s profile information.',
|
|
49
52
|
'focused-task-close-account.delete-account.overview.inline-dialog.data-apps.self': 'You or other users may have installed apps that add features to Atlassian products. These apps may have stored your profile information.',
|
|
53
|
+
'focused-task-close-account.delete-account.overview.inline-dialog.data-apps.self-appify': 'You or other users may have installed apps that add features to Atlassian apps. These apps may have stored your profile information.',
|
|
50
54
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.li1.admin': "Information related to purchases, which we're required to keep for financial reporting.",
|
|
51
55
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.li1.self': "Information related to purchases, which we're required to keep for financial reporting.",
|
|
52
56
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.li2.admin': "Records showing that we deleted someone's account, which we may need to provide to regulators.",
|
|
@@ -56,7 +60,9 @@ export default {
|
|
|
56
60
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p1.admin': 'We keep personal data for limited periods when we have legitimate business or legal purposes. Some examples include:',
|
|
57
61
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p1.self': 'We keep personal data for limited periods when we have legitimate business or legal purposes. Some examples include:',
|
|
58
62
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p2.admin': 'We don’t delete any personal data from content created by users, such as names or email addresses they typed in a page or work item. The product admins need to delete that data manually.',
|
|
63
|
+
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p2.admin-appify': 'We don’t delete any personal data from content created by users, such as names or email addresses they typed in a page or work item. The app admins need to delete that data manually.',
|
|
59
64
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p2.self': "We don't delete any personal data from content created by you or other people, such as names or email addresses typed into a page or work item. Your product admins need to delete that data manually.",
|
|
65
|
+
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p2.self-appify': "We don't delete any personal data from content created by you or other people, such as names or email addresses typed into a page or work item. Your app admins need to delete that data manually.",
|
|
60
66
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p3.admin': 'Users have the right to submit complaints to the supervisory authority in their country.',
|
|
61
67
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p3.self': 'You have the right to submit complaints to the supervisory authority in your country.',
|
|
62
68
|
'focused-task-close-account.delete-account.overview.paragraph.about-to-delete.admin': 'When you delete the account:',
|
package/dist/esm/i18n/en_GB.js
CHANGED
|
@@ -43,10 +43,14 @@ export default {
|
|
|
43
43
|
'focused-task-close-account.delete-account.overview.heading.admin': 'Delete account',
|
|
44
44
|
'focused-task-close-account.delete-account.overview.heading.self': 'Delete your account',
|
|
45
45
|
'focused-task-close-account.delete-account.overview.inline-dialog.content-created-issue-refresh.admin': "For example, pages, work items, and comments they've created in products.",
|
|
46
|
+
'focused-task-close-account.delete-account.overview.inline-dialog.content-created-issue-refresh.admin-appify': "For example, pages, work items, and comments they've created in apps.",
|
|
46
47
|
'focused-task-close-account.delete-account.overview.inline-dialog.content-created.admin': "For example, pages, issues, and comments they've created in products.",
|
|
47
48
|
'focused-task-close-account.delete-account.overview.inline-dialog.content-created.self': "For example, pages, work items, and comments you've created in products.",
|
|
49
|
+
'focused-task-close-account.delete-account.overview.inline-dialog.content-created.self-appify': "For example, pages, work items, and comments you've created in apps.",
|
|
48
50
|
'focused-task-close-account.delete-account.overview.inline-dialog.data-apps.admin': 'You or other users may have installed apps that add features to Atlassian products. These apps may have stored the user’s profile information.',
|
|
51
|
+
'focused-task-close-account.delete-account.overview.inline-dialog.data-apps.admin-appify': 'You or other users may have installed apps that add features to Atlassian apps. These apps may have stored the user’s profile information.',
|
|
49
52
|
'focused-task-close-account.delete-account.overview.inline-dialog.data-apps.self': 'You or other users may have installed apps that add features to Atlassian products. These apps may have stored your profile information.',
|
|
53
|
+
'focused-task-close-account.delete-account.overview.inline-dialog.data-apps.self-appify': 'You or other users may have installed apps that add features to Atlassian apps. These apps may have stored your profile information.',
|
|
50
54
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.li1.admin': "Information related to purchases, which we're required to keep for financial reporting.",
|
|
51
55
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.li1.self': "Information related to purchases, which we're required to keep for financial reporting.",
|
|
52
56
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.li2.admin': "Records showing that we deleted someone's account, which we may need to provide to regulators.",
|
|
@@ -56,7 +60,9 @@ export default {
|
|
|
56
60
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p1.admin': 'We keep personal data for limited periods when we have legitimate business or legal purposes. Some examples include:',
|
|
57
61
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p1.self': 'We keep personal data for limited periods when we have legitimate business or legal purposes. Some examples include:',
|
|
58
62
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p2.admin': 'We don’t delete any personal data from content created by users, such as names or email addresses they typed in a page or work item. The product admins need to delete that data manually.',
|
|
63
|
+
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p2.admin-appify': 'We don’t delete any personal data from content created by users, such as names or email addresses they typed in a page or work item. The app admins need to delete that data manually.',
|
|
59
64
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p2.self': "We don't delete any personal data from content created by you or other people, such as names or email addresses typed into a page or work item. Your product admins need to delete that data manually.",
|
|
65
|
+
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p2.self-appify': "We don't delete any personal data from content created by you or other people, such as names or email addresses typed into a page or work item. Your app admins need to delete that data manually.",
|
|
60
66
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p3.admin': 'Users have the right to submit complaints to the supervisory authority in their country.',
|
|
61
67
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p3.self': 'You have the right to submit complaints to the supervisory authority in your country.',
|
|
62
68
|
'focused-task-close-account.delete-account.overview.paragraph.about-to-delete.admin': 'When you delete the account:',
|
package/dist/esm/i18n/en_ZZ.js
CHANGED
|
@@ -43,10 +43,14 @@ export default {
|
|
|
43
43
|
'focused-task-close-account.delete-account.overview.heading.admin': 'Delete account',
|
|
44
44
|
'focused-task-close-account.delete-account.overview.heading.self': 'Delete your account',
|
|
45
45
|
'focused-task-close-account.delete-account.overview.inline-dialog.content-created-issue-refresh.admin': "For example, pages, work items, and comments they've created in products.",
|
|
46
|
+
'focused-task-close-account.delete-account.overview.inline-dialog.content-created-issue-refresh.admin-appify': "For example, pages, work items, and comments they've created in apps.",
|
|
46
47
|
'focused-task-close-account.delete-account.overview.inline-dialog.content-created.admin': "For example, pages, issues, and comments they've created in products.",
|
|
47
48
|
'focused-task-close-account.delete-account.overview.inline-dialog.content-created.self': "For example, pages, work items, and comments you've created in products.",
|
|
49
|
+
'focused-task-close-account.delete-account.overview.inline-dialog.content-created.self-appify': "For example, pages, work items, and comments you've created in apps.",
|
|
48
50
|
'focused-task-close-account.delete-account.overview.inline-dialog.data-apps.admin': 'You or other users may have installed apps that add features to Atlassian products. These apps may have stored the user’s profile information.',
|
|
51
|
+
'focused-task-close-account.delete-account.overview.inline-dialog.data-apps.admin-appify': 'You or other users may have installed apps that add features to Atlassian apps. These apps may have stored the user’s profile information.',
|
|
49
52
|
'focused-task-close-account.delete-account.overview.inline-dialog.data-apps.self': 'You or other users may have installed apps that add features to Atlassian products. These apps may have stored your profile information.',
|
|
53
|
+
'focused-task-close-account.delete-account.overview.inline-dialog.data-apps.self-appify': 'You or other users may have installed apps that add features to Atlassian apps. These apps may have stored your profile information.',
|
|
50
54
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.li1.admin': "Information related to purchases, which we're required to keep for financial reporting.",
|
|
51
55
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.li1.self': "Information related to purchases, which we're required to keep for financial reporting.",
|
|
52
56
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.li2.admin': "Records showing that we deleted someone's account, which we may need to provide to regulators.",
|
|
@@ -56,7 +60,9 @@ export default {
|
|
|
56
60
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p1.admin': 'We keep personal data for limited periods when we have legitimate business or legal purposes. Some examples include:',
|
|
57
61
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p1.self': 'We keep personal data for limited periods when we have legitimate business or legal purposes. Some examples include:',
|
|
58
62
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p2.admin': 'We don’t delete any personal data from content created by users, such as names or email addresses they typed in a page or work item. The product admins need to delete that data manually.',
|
|
63
|
+
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p2.admin-appify': 'We don’t delete any personal data from content created by users, such as names or email addresses they typed in a page or work item. The app admins need to delete that data manually.',
|
|
59
64
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p2.self': "We don't delete any personal data from content created by you or other people, such as names or email addresses typed into a page or work item. Your product admins need to delete that data manually.",
|
|
65
|
+
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p2.self-appify': "We don't delete any personal data from content created by you or other people, such as names or email addresses typed into a page or work item. Your app admins need to delete that data manually.",
|
|
60
66
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p3.admin': 'Users have the right to submit complaints to the supervisory authority in their country.',
|
|
61
67
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p3.self': 'You have the right to submit complaints to the supervisory authority in your country.',
|
|
62
68
|
'focused-task-close-account.delete-account.overview.paragraph.about-to-delete.admin': 'When you delete the account:',
|
package/dist/esm/messages.js
CHANGED
|
@@ -216,6 +216,46 @@ export var overviewMessages = defineMessages({
|
|
|
216
216
|
id: 'focused-task-close-account.delete-account.overview.inline-dialog.data-apps.self',
|
|
217
217
|
defaultMessage: 'You or other users may have installed apps that add features to Atlassian products. These apps may have stored your profile information.',
|
|
218
218
|
description: 'Text elaborating on the note about apps storing personal data'
|
|
219
|
+
},
|
|
220
|
+
paragraphListOfAppsWithPersonalDataAdminAppify: {
|
|
221
|
+
id: 'focused-task-close-account.delete-account.overview.paragraph.list-of-apps-with-personal-data.admin-appify',
|
|
222
|
+
defaultMessage: 'We’ll email you a list of third-party apps that may have stored their personal data.',
|
|
223
|
+
description: 'A note explaining that about apps storing personal data'
|
|
224
|
+
},
|
|
225
|
+
paragraphListOfAppsWithPersonalDataSelfAppify: {
|
|
226
|
+
id: 'focused-task-close-account.delete-account.overview.paragraph.list-of-apps-with-personal-data.self-appify',
|
|
227
|
+
defaultMessage: 'We’ll email you a list of third-party apps that may have stored your personal data.',
|
|
228
|
+
description: 'A note explaining that about apps storing personal data'
|
|
229
|
+
},
|
|
230
|
+
inlineDialogContentCreatedAdminissuetermrefreshAppify: {
|
|
231
|
+
id: 'focused-task-close-account.delete-account.overview.inline-dialog.content-created-issue-refresh.admin-appify',
|
|
232
|
+
defaultMessage: "For example, pages, work items, and comments they've created in apps.",
|
|
233
|
+
description: 'Examples of what constitutes as created content. Appears when the user hovers over the info icon'
|
|
234
|
+
},
|
|
235
|
+
inlineDialogContentCreatedSelfAppify: {
|
|
236
|
+
id: 'focused-task-close-account.delete-account.overview.inline-dialog.content-created.self-appify',
|
|
237
|
+
defaultMessage: "For example, pages, work items, and comments you've created in apps.",
|
|
238
|
+
description: 'Examples of what constitutes as created content. Appears when the user hovers over the info icon'
|
|
239
|
+
},
|
|
240
|
+
inlineDialogDataWillBeDeletedP2AdminAppify: {
|
|
241
|
+
id: 'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p2.admin-appify',
|
|
242
|
+
defaultMessage: 'We don’t delete any personal data from content created by users, such as names or email addresses they typed in a page or work item. The app admins need to delete that data manually.',
|
|
243
|
+
description: 'Text elaborating on the note that some personal data is required to be saved from deletion for legal purposes.'
|
|
244
|
+
},
|
|
245
|
+
inlineDialogDataWillBeDeletedP2SelfAppify: {
|
|
246
|
+
id: 'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p2.self-appify',
|
|
247
|
+
defaultMessage: "We don't delete any personal data from content created by you or other people, such as names or email addresses typed into a page or work item. Your app admins need to delete that data manually.",
|
|
248
|
+
description: 'Text elaborating on the note that some personal data is required to be saved from deletion for legal purposes.'
|
|
249
|
+
},
|
|
250
|
+
inlineDialogDataAppsAdminAppify: {
|
|
251
|
+
id: 'focused-task-close-account.delete-account.overview.inline-dialog.data-apps.admin-appify',
|
|
252
|
+
defaultMessage: "You or other users may have installed third-party apps that add features to Atlassian apps and may have stored the user's profile information.",
|
|
253
|
+
description: 'Text elaborating on the note about apps storing personal data'
|
|
254
|
+
},
|
|
255
|
+
inlineDialogDataAppsSelfAppify: {
|
|
256
|
+
id: 'focused-task-close-account.delete-account.overview.inline-dialog.data-apps.self-appify',
|
|
257
|
+
defaultMessage: 'You or other users may have installed third-party apps that add features to Atlassian apps and may have stored your profile information.',
|
|
258
|
+
description: 'Text elaborating on the note about apps storing personal data'
|
|
219
259
|
}
|
|
220
260
|
});
|
|
221
261
|
export var deactivateUserOverviewMessages = defineMessages({
|
package/dist/types/i18n/en.d.ts
CHANGED
|
@@ -41,10 +41,14 @@ declare const _default: {
|
|
|
41
41
|
'focused-task-close-account.delete-account.overview.heading.admin': string;
|
|
42
42
|
'focused-task-close-account.delete-account.overview.heading.self': string;
|
|
43
43
|
'focused-task-close-account.delete-account.overview.inline-dialog.content-created-issue-refresh.admin': string;
|
|
44
|
+
'focused-task-close-account.delete-account.overview.inline-dialog.content-created-issue-refresh.admin-appify': string;
|
|
44
45
|
'focused-task-close-account.delete-account.overview.inline-dialog.content-created.admin': string;
|
|
45
46
|
'focused-task-close-account.delete-account.overview.inline-dialog.content-created.self': string;
|
|
47
|
+
'focused-task-close-account.delete-account.overview.inline-dialog.content-created.self-appify': string;
|
|
46
48
|
'focused-task-close-account.delete-account.overview.inline-dialog.data-apps.admin': string;
|
|
49
|
+
'focused-task-close-account.delete-account.overview.inline-dialog.data-apps.admin-appify': string;
|
|
47
50
|
'focused-task-close-account.delete-account.overview.inline-dialog.data-apps.self': string;
|
|
51
|
+
'focused-task-close-account.delete-account.overview.inline-dialog.data-apps.self-appify': string;
|
|
48
52
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.li1.admin': string;
|
|
49
53
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.li1.self': string;
|
|
50
54
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.li2.admin': string;
|
|
@@ -54,7 +58,9 @@ declare const _default: {
|
|
|
54
58
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p1.admin': string;
|
|
55
59
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p1.self': string;
|
|
56
60
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p2.admin': string;
|
|
61
|
+
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p2.admin-appify': string;
|
|
57
62
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p2.self': string;
|
|
63
|
+
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p2.self-appify': string;
|
|
58
64
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p3.admin': string;
|
|
59
65
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p3.self': string;
|
|
60
66
|
'focused-task-close-account.delete-account.overview.paragraph.about-to-delete.admin': string;
|
|
@@ -41,10 +41,14 @@ declare const _default: {
|
|
|
41
41
|
'focused-task-close-account.delete-account.overview.heading.admin': string;
|
|
42
42
|
'focused-task-close-account.delete-account.overview.heading.self': string;
|
|
43
43
|
'focused-task-close-account.delete-account.overview.inline-dialog.content-created-issue-refresh.admin': string;
|
|
44
|
+
'focused-task-close-account.delete-account.overview.inline-dialog.content-created-issue-refresh.admin-appify': string;
|
|
44
45
|
'focused-task-close-account.delete-account.overview.inline-dialog.content-created.admin': string;
|
|
45
46
|
'focused-task-close-account.delete-account.overview.inline-dialog.content-created.self': string;
|
|
47
|
+
'focused-task-close-account.delete-account.overview.inline-dialog.content-created.self-appify': string;
|
|
46
48
|
'focused-task-close-account.delete-account.overview.inline-dialog.data-apps.admin': string;
|
|
49
|
+
'focused-task-close-account.delete-account.overview.inline-dialog.data-apps.admin-appify': string;
|
|
47
50
|
'focused-task-close-account.delete-account.overview.inline-dialog.data-apps.self': string;
|
|
51
|
+
'focused-task-close-account.delete-account.overview.inline-dialog.data-apps.self-appify': string;
|
|
48
52
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.li1.admin': string;
|
|
49
53
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.li1.self': string;
|
|
50
54
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.li2.admin': string;
|
|
@@ -54,7 +58,9 @@ declare const _default: {
|
|
|
54
58
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p1.admin': string;
|
|
55
59
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p1.self': string;
|
|
56
60
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p2.admin': string;
|
|
61
|
+
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p2.admin-appify': string;
|
|
57
62
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p2.self': string;
|
|
63
|
+
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p2.self-appify': string;
|
|
58
64
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p3.admin': string;
|
|
59
65
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p3.self': string;
|
|
60
66
|
'focused-task-close-account.delete-account.overview.paragraph.about-to-delete.admin': string;
|
|
@@ -41,10 +41,14 @@ declare const _default: {
|
|
|
41
41
|
'focused-task-close-account.delete-account.overview.heading.admin': string;
|
|
42
42
|
'focused-task-close-account.delete-account.overview.heading.self': string;
|
|
43
43
|
'focused-task-close-account.delete-account.overview.inline-dialog.content-created-issue-refresh.admin': string;
|
|
44
|
+
'focused-task-close-account.delete-account.overview.inline-dialog.content-created-issue-refresh.admin-appify': string;
|
|
44
45
|
'focused-task-close-account.delete-account.overview.inline-dialog.content-created.admin': string;
|
|
45
46
|
'focused-task-close-account.delete-account.overview.inline-dialog.content-created.self': string;
|
|
47
|
+
'focused-task-close-account.delete-account.overview.inline-dialog.content-created.self-appify': string;
|
|
46
48
|
'focused-task-close-account.delete-account.overview.inline-dialog.data-apps.admin': string;
|
|
49
|
+
'focused-task-close-account.delete-account.overview.inline-dialog.data-apps.admin-appify': string;
|
|
47
50
|
'focused-task-close-account.delete-account.overview.inline-dialog.data-apps.self': string;
|
|
51
|
+
'focused-task-close-account.delete-account.overview.inline-dialog.data-apps.self-appify': string;
|
|
48
52
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.li1.admin': string;
|
|
49
53
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.li1.self': string;
|
|
50
54
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.li2.admin': string;
|
|
@@ -54,7 +58,9 @@ declare const _default: {
|
|
|
54
58
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p1.admin': string;
|
|
55
59
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p1.self': string;
|
|
56
60
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p2.admin': string;
|
|
61
|
+
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p2.admin-appify': string;
|
|
57
62
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p2.self': string;
|
|
63
|
+
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p2.self-appify': string;
|
|
58
64
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p3.admin': string;
|
|
59
65
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p3.self': string;
|
|
60
66
|
'focused-task-close-account.delete-account.overview.paragraph.about-to-delete.admin': string;
|
package/dist/types/messages.d.ts
CHANGED
|
@@ -216,6 +216,46 @@ export declare const overviewMessages: {
|
|
|
216
216
|
defaultMessage: string;
|
|
217
217
|
description: string;
|
|
218
218
|
};
|
|
219
|
+
paragraphListOfAppsWithPersonalDataAdminAppify: {
|
|
220
|
+
id: string;
|
|
221
|
+
defaultMessage: string;
|
|
222
|
+
description: string;
|
|
223
|
+
};
|
|
224
|
+
paragraphListOfAppsWithPersonalDataSelfAppify: {
|
|
225
|
+
id: string;
|
|
226
|
+
defaultMessage: string;
|
|
227
|
+
description: string;
|
|
228
|
+
};
|
|
229
|
+
inlineDialogContentCreatedAdminissuetermrefreshAppify: {
|
|
230
|
+
id: string;
|
|
231
|
+
defaultMessage: string;
|
|
232
|
+
description: string;
|
|
233
|
+
};
|
|
234
|
+
inlineDialogContentCreatedSelfAppify: {
|
|
235
|
+
id: string;
|
|
236
|
+
defaultMessage: string;
|
|
237
|
+
description: string;
|
|
238
|
+
};
|
|
239
|
+
inlineDialogDataWillBeDeletedP2AdminAppify: {
|
|
240
|
+
id: string;
|
|
241
|
+
defaultMessage: string;
|
|
242
|
+
description: string;
|
|
243
|
+
};
|
|
244
|
+
inlineDialogDataWillBeDeletedP2SelfAppify: {
|
|
245
|
+
id: string;
|
|
246
|
+
defaultMessage: string;
|
|
247
|
+
description: string;
|
|
248
|
+
};
|
|
249
|
+
inlineDialogDataAppsAdminAppify: {
|
|
250
|
+
id: string;
|
|
251
|
+
defaultMessage: string;
|
|
252
|
+
description: string;
|
|
253
|
+
};
|
|
254
|
+
inlineDialogDataAppsSelfAppify: {
|
|
255
|
+
id: string;
|
|
256
|
+
defaultMessage: string;
|
|
257
|
+
description: string;
|
|
258
|
+
};
|
|
219
259
|
};
|
|
220
260
|
export declare const deactivateUserOverviewMessages: {
|
|
221
261
|
headingSelf: {
|
|
@@ -41,10 +41,14 @@ declare const _default: {
|
|
|
41
41
|
'focused-task-close-account.delete-account.overview.heading.admin': string;
|
|
42
42
|
'focused-task-close-account.delete-account.overview.heading.self': string;
|
|
43
43
|
'focused-task-close-account.delete-account.overview.inline-dialog.content-created-issue-refresh.admin': string;
|
|
44
|
+
'focused-task-close-account.delete-account.overview.inline-dialog.content-created-issue-refresh.admin-appify': string;
|
|
44
45
|
'focused-task-close-account.delete-account.overview.inline-dialog.content-created.admin': string;
|
|
45
46
|
'focused-task-close-account.delete-account.overview.inline-dialog.content-created.self': string;
|
|
47
|
+
'focused-task-close-account.delete-account.overview.inline-dialog.content-created.self-appify': string;
|
|
46
48
|
'focused-task-close-account.delete-account.overview.inline-dialog.data-apps.admin': string;
|
|
49
|
+
'focused-task-close-account.delete-account.overview.inline-dialog.data-apps.admin-appify': string;
|
|
47
50
|
'focused-task-close-account.delete-account.overview.inline-dialog.data-apps.self': string;
|
|
51
|
+
'focused-task-close-account.delete-account.overview.inline-dialog.data-apps.self-appify': string;
|
|
48
52
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.li1.admin': string;
|
|
49
53
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.li1.self': string;
|
|
50
54
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.li2.admin': string;
|
|
@@ -54,7 +58,9 @@ declare const _default: {
|
|
|
54
58
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p1.admin': string;
|
|
55
59
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p1.self': string;
|
|
56
60
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p2.admin': string;
|
|
61
|
+
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p2.admin-appify': string;
|
|
57
62
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p2.self': string;
|
|
63
|
+
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p2.self-appify': string;
|
|
58
64
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p3.admin': string;
|
|
59
65
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p3.self': string;
|
|
60
66
|
'focused-task-close-account.delete-account.overview.paragraph.about-to-delete.admin': string;
|
|
@@ -41,10 +41,14 @@ declare const _default: {
|
|
|
41
41
|
'focused-task-close-account.delete-account.overview.heading.admin': string;
|
|
42
42
|
'focused-task-close-account.delete-account.overview.heading.self': string;
|
|
43
43
|
'focused-task-close-account.delete-account.overview.inline-dialog.content-created-issue-refresh.admin': string;
|
|
44
|
+
'focused-task-close-account.delete-account.overview.inline-dialog.content-created-issue-refresh.admin-appify': string;
|
|
44
45
|
'focused-task-close-account.delete-account.overview.inline-dialog.content-created.admin': string;
|
|
45
46
|
'focused-task-close-account.delete-account.overview.inline-dialog.content-created.self': string;
|
|
47
|
+
'focused-task-close-account.delete-account.overview.inline-dialog.content-created.self-appify': string;
|
|
46
48
|
'focused-task-close-account.delete-account.overview.inline-dialog.data-apps.admin': string;
|
|
49
|
+
'focused-task-close-account.delete-account.overview.inline-dialog.data-apps.admin-appify': string;
|
|
47
50
|
'focused-task-close-account.delete-account.overview.inline-dialog.data-apps.self': string;
|
|
51
|
+
'focused-task-close-account.delete-account.overview.inline-dialog.data-apps.self-appify': string;
|
|
48
52
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.li1.admin': string;
|
|
49
53
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.li1.self': string;
|
|
50
54
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.li2.admin': string;
|
|
@@ -54,7 +58,9 @@ declare const _default: {
|
|
|
54
58
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p1.admin': string;
|
|
55
59
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p1.self': string;
|
|
56
60
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p2.admin': string;
|
|
61
|
+
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p2.admin-appify': string;
|
|
57
62
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p2.self': string;
|
|
63
|
+
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p2.self-appify': string;
|
|
58
64
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p3.admin': string;
|
|
59
65
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p3.self': string;
|
|
60
66
|
'focused-task-close-account.delete-account.overview.paragraph.about-to-delete.admin': string;
|
|
@@ -41,10 +41,14 @@ declare const _default: {
|
|
|
41
41
|
'focused-task-close-account.delete-account.overview.heading.admin': string;
|
|
42
42
|
'focused-task-close-account.delete-account.overview.heading.self': string;
|
|
43
43
|
'focused-task-close-account.delete-account.overview.inline-dialog.content-created-issue-refresh.admin': string;
|
|
44
|
+
'focused-task-close-account.delete-account.overview.inline-dialog.content-created-issue-refresh.admin-appify': string;
|
|
44
45
|
'focused-task-close-account.delete-account.overview.inline-dialog.content-created.admin': string;
|
|
45
46
|
'focused-task-close-account.delete-account.overview.inline-dialog.content-created.self': string;
|
|
47
|
+
'focused-task-close-account.delete-account.overview.inline-dialog.content-created.self-appify': string;
|
|
46
48
|
'focused-task-close-account.delete-account.overview.inline-dialog.data-apps.admin': string;
|
|
49
|
+
'focused-task-close-account.delete-account.overview.inline-dialog.data-apps.admin-appify': string;
|
|
47
50
|
'focused-task-close-account.delete-account.overview.inline-dialog.data-apps.self': string;
|
|
51
|
+
'focused-task-close-account.delete-account.overview.inline-dialog.data-apps.self-appify': string;
|
|
48
52
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.li1.admin': string;
|
|
49
53
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.li1.self': string;
|
|
50
54
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.li2.admin': string;
|
|
@@ -54,7 +58,9 @@ declare const _default: {
|
|
|
54
58
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p1.admin': string;
|
|
55
59
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p1.self': string;
|
|
56
60
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p2.admin': string;
|
|
61
|
+
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p2.admin-appify': string;
|
|
57
62
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p2.self': string;
|
|
63
|
+
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p2.self-appify': string;
|
|
58
64
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p3.admin': string;
|
|
59
65
|
'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p3.self': string;
|
|
60
66
|
'focused-task-close-account.delete-account.overview.paragraph.about-to-delete.admin': string;
|
|
@@ -216,6 +216,46 @@ export declare const overviewMessages: {
|
|
|
216
216
|
defaultMessage: string;
|
|
217
217
|
description: string;
|
|
218
218
|
};
|
|
219
|
+
paragraphListOfAppsWithPersonalDataAdminAppify: {
|
|
220
|
+
id: string;
|
|
221
|
+
defaultMessage: string;
|
|
222
|
+
description: string;
|
|
223
|
+
};
|
|
224
|
+
paragraphListOfAppsWithPersonalDataSelfAppify: {
|
|
225
|
+
id: string;
|
|
226
|
+
defaultMessage: string;
|
|
227
|
+
description: string;
|
|
228
|
+
};
|
|
229
|
+
inlineDialogContentCreatedAdminissuetermrefreshAppify: {
|
|
230
|
+
id: string;
|
|
231
|
+
defaultMessage: string;
|
|
232
|
+
description: string;
|
|
233
|
+
};
|
|
234
|
+
inlineDialogContentCreatedSelfAppify: {
|
|
235
|
+
id: string;
|
|
236
|
+
defaultMessage: string;
|
|
237
|
+
description: string;
|
|
238
|
+
};
|
|
239
|
+
inlineDialogDataWillBeDeletedP2AdminAppify: {
|
|
240
|
+
id: string;
|
|
241
|
+
defaultMessage: string;
|
|
242
|
+
description: string;
|
|
243
|
+
};
|
|
244
|
+
inlineDialogDataWillBeDeletedP2SelfAppify: {
|
|
245
|
+
id: string;
|
|
246
|
+
defaultMessage: string;
|
|
247
|
+
description: string;
|
|
248
|
+
};
|
|
249
|
+
inlineDialogDataAppsAdminAppify: {
|
|
250
|
+
id: string;
|
|
251
|
+
defaultMessage: string;
|
|
252
|
+
description: string;
|
|
253
|
+
};
|
|
254
|
+
inlineDialogDataAppsSelfAppify: {
|
|
255
|
+
id: string;
|
|
256
|
+
defaultMessage: string;
|
|
257
|
+
description: string;
|
|
258
|
+
};
|
|
219
259
|
};
|
|
220
260
|
export declare const deactivateUserOverviewMessages: {
|
|
221
261
|
headingSelf: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/focused-task-close-account",
|
|
3
|
-
"version": "3.0
|
|
3
|
+
"version": "3.2.0",
|
|
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
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"@atlaskit/button": "^23.4.0",
|
|
39
39
|
"@atlaskit/drawer": "^11.0.0",
|
|
40
40
|
"@atlaskit/heading": "^5.2.0",
|
|
41
|
-
"@atlaskit/icon": "^
|
|
41
|
+
"@atlaskit/icon": "^28.0.0",
|
|
42
42
|
"@atlaskit/inline-dialog": "^17.2.0",
|
|
43
43
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
44
44
|
"@atlaskit/primitives": "^14.11.0",
|
|
@@ -76,6 +76,11 @@
|
|
|
76
76
|
]
|
|
77
77
|
}
|
|
78
78
|
},
|
|
79
|
+
"platform-feature-flags": {
|
|
80
|
+
"product-terminology-refresh": {
|
|
81
|
+
"type": "boolean"
|
|
82
|
+
}
|
|
83
|
+
},
|
|
79
84
|
"sideEffects": [
|
|
80
85
|
"*.compiled.css"
|
|
81
86
|
]
|