@atlaskit/focused-task-close-account 3.1.0 → 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 +7 -0
- package/dist/cjs/components/DeleteUserOverviewScreen/DeleteUserOverviewScreen.js +2 -2
- 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 +12 -2
- package/dist/es2019/components/DeleteUserOverviewScreen/DeleteUserOverviewScreen.js +2 -2
- 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 +12 -2
- package/dist/esm/components/DeleteUserOverviewScreen/DeleteUserOverviewScreen.js +2 -2
- 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 +12 -2
- 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 +10 -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 +10 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -18,8 +18,8 @@ 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 _primitives = require("@atlaskit/primitives");
|
|
22
21
|
var _platformFeatureFlags = require("@atlaskit/platform-feature-flags");
|
|
22
|
+
var _primitives = require("@atlaskit/primitives");
|
|
23
23
|
var _messages = require("../../messages");
|
|
24
24
|
var _StatefulInlineDialog = _interopRequireDefault(require("../StatefulInlineDialog"));
|
|
25
25
|
var _UserInfo = _interopRequireDefault(require("../UserInfo"));
|
|
@@ -97,7 +97,7 @@ var DeleteUserOverviewScreen = exports.DeleteUserOverviewScreen = /*#__PURE__*/f
|
|
|
97
97
|
}))));
|
|
98
98
|
});
|
|
99
99
|
(0, _defineProperty2.default)(_this, "displayThirdListElement", function () {
|
|
100
|
-
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, {
|
|
101
101
|
placement: "auto-start",
|
|
102
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))
|
|
103
103
|
}, /*#__PURE__*/_react.default.createElement(_statusInformationInfo.default, {
|
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
|
@@ -223,6 +223,16 @@ var overviewMessages = exports.overviewMessages = (0, _reactIntlNext.defineMessa
|
|
|
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
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
|
+
},
|
|
226
236
|
inlineDialogContentCreatedAdminissuetermrefreshAppify: {
|
|
227
237
|
id: 'focused-task-close-account.delete-account.overview.inline-dialog.content-created-issue-refresh.admin-appify',
|
|
228
238
|
defaultMessage: "For example, pages, work items, and comments they've created in apps.",
|
|
@@ -245,12 +255,12 @@ var overviewMessages = exports.overviewMessages = (0, _reactIntlNext.defineMessa
|
|
|
245
255
|
},
|
|
246
256
|
inlineDialogDataAppsAdminAppify: {
|
|
247
257
|
id: 'focused-task-close-account.delete-account.overview.inline-dialog.data-apps.admin-appify',
|
|
248
|
-
defaultMessage:
|
|
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.",
|
|
249
259
|
description: 'Text elaborating on the note about apps storing personal data'
|
|
250
260
|
},
|
|
251
261
|
inlineDialogDataAppsSelfAppify: {
|
|
252
262
|
id: 'focused-task-close-account.delete-account.overview.inline-dialog.data-apps.self-appify',
|
|
253
|
-
defaultMessage: 'You or other users may have installed apps that add features to Atlassian apps
|
|
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.',
|
|
254
264
|
description: 'Text elaborating on the note about apps storing personal data'
|
|
255
265
|
}
|
|
256
266
|
});
|
|
@@ -5,9 +5,9 @@ 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
|
-
import { fg } from '@atlaskit/platform-feature-flags';
|
|
11
11
|
import { commonMessages, overviewMessages } from '../../messages';
|
|
12
12
|
import StatefulInlineDialog from '../StatefulInlineDialog';
|
|
13
13
|
import UserInfo from '../UserInfo';
|
|
@@ -72,7 +72,7 @@ export class DeleteUserOverviewScreen extends React.Component {
|
|
|
72
72
|
}))));
|
|
73
73
|
});
|
|
74
74
|
_defineProperty(this, "displayThirdListElement", () => {
|
|
75
|
-
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, {
|
|
76
76
|
placement: "auto-start",
|
|
77
77
|
content: /*#__PURE__*/React.createElement(FormattedMessage, this.selectAdminOrSelfCopy(fg('product-terminology-refresh') ? overviewMessages.inlineDialogDataAppsAdminAppify : overviewMessages.inlineDialogDataAppsAdmin, fg('product-terminology-refresh') ? overviewMessages.inlineDialogDataAppsSelfAppify : overviewMessages.inlineDialogDataAppsSelf))
|
|
78
78
|
}, /*#__PURE__*/React.createElement(InfoIcon, {
|
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
|
@@ -217,6 +217,16 @@ export const overviewMessages = defineMessages({
|
|
|
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
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
|
+
},
|
|
220
230
|
inlineDialogContentCreatedAdminissuetermrefreshAppify: {
|
|
221
231
|
id: 'focused-task-close-account.delete-account.overview.inline-dialog.content-created-issue-refresh.admin-appify',
|
|
222
232
|
defaultMessage: "For example, pages, work items, and comments they've created in apps.",
|
|
@@ -239,12 +249,12 @@ export const overviewMessages = defineMessages({
|
|
|
239
249
|
},
|
|
240
250
|
inlineDialogDataAppsAdminAppify: {
|
|
241
251
|
id: 'focused-task-close-account.delete-account.overview.inline-dialog.data-apps.admin-appify',
|
|
242
|
-
defaultMessage:
|
|
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.",
|
|
243
253
|
description: 'Text elaborating on the note about apps storing personal data'
|
|
244
254
|
},
|
|
245
255
|
inlineDialogDataAppsSelfAppify: {
|
|
246
256
|
id: 'focused-task-close-account.delete-account.overview.inline-dialog.data-apps.self-appify',
|
|
247
|
-
defaultMessage: 'You or other users may have installed apps that add features to Atlassian apps
|
|
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.',
|
|
248
258
|
description: 'Text elaborating on the note about apps storing personal data'
|
|
249
259
|
}
|
|
250
260
|
});
|
|
@@ -12,9 +12,9 @@ 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
|
-
import { fg } from '@atlaskit/platform-feature-flags';
|
|
18
18
|
import { commonMessages, overviewMessages } from '../../messages';
|
|
19
19
|
import StatefulInlineDialog from '../StatefulInlineDialog';
|
|
20
20
|
import UserInfo from '../UserInfo';
|
|
@@ -89,7 +89,7 @@ export var DeleteUserOverviewScreen = /*#__PURE__*/function (_React$Component) {
|
|
|
89
89
|
}))));
|
|
90
90
|
});
|
|
91
91
|
_defineProperty(_this, "displayThirdListElement", function () {
|
|
92
|
-
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, {
|
|
93
93
|
placement: "auto-start",
|
|
94
94
|
content: /*#__PURE__*/React.createElement(FormattedMessage, _this.selectAdminOrSelfCopy(fg('product-terminology-refresh') ? overviewMessages.inlineDialogDataAppsAdminAppify : overviewMessages.inlineDialogDataAppsAdmin, fg('product-terminology-refresh') ? overviewMessages.inlineDialogDataAppsSelfAppify : overviewMessages.inlineDialogDataAppsSelf))
|
|
95
95
|
}, /*#__PURE__*/React.createElement(InfoIcon, {
|
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
|
@@ -217,6 +217,16 @@ export var overviewMessages = defineMessages({
|
|
|
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
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
|
+
},
|
|
220
230
|
inlineDialogContentCreatedAdminissuetermrefreshAppify: {
|
|
221
231
|
id: 'focused-task-close-account.delete-account.overview.inline-dialog.content-created-issue-refresh.admin-appify',
|
|
222
232
|
defaultMessage: "For example, pages, work items, and comments they've created in apps.",
|
|
@@ -239,12 +249,12 @@ export var overviewMessages = defineMessages({
|
|
|
239
249
|
},
|
|
240
250
|
inlineDialogDataAppsAdminAppify: {
|
|
241
251
|
id: 'focused-task-close-account.delete-account.overview.inline-dialog.data-apps.admin-appify',
|
|
242
|
-
defaultMessage:
|
|
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.",
|
|
243
253
|
description: 'Text elaborating on the note about apps storing personal data'
|
|
244
254
|
},
|
|
245
255
|
inlineDialogDataAppsSelfAppify: {
|
|
246
256
|
id: 'focused-task-close-account.delete-account.overview.inline-dialog.data-apps.self-appify',
|
|
247
|
-
defaultMessage: 'You or other users may have installed apps that add features to Atlassian apps
|
|
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.',
|
|
248
258
|
description: 'Text elaborating on the note about apps storing personal data'
|
|
249
259
|
}
|
|
250
260
|
});
|
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,16 @@ 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
|
+
};
|
|
219
229
|
inlineDialogContentCreatedAdminissuetermrefreshAppify: {
|
|
220
230
|
id: string;
|
|
221
231
|
defaultMessage: 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;
|
|
@@ -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,16 @@ 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
|
+
};
|
|
219
229
|
inlineDialogContentCreatedAdminissuetermrefreshAppify: {
|
|
220
230
|
id: string;
|
|
221
231
|
defaultMessage: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/focused-task-close-account",
|
|
3
|
-
"version": "3.
|
|
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/"
|
|
@@ -76,12 +76,12 @@
|
|
|
76
76
|
]
|
|
77
77
|
}
|
|
78
78
|
},
|
|
79
|
-
"sideEffects": [
|
|
80
|
-
"*.compiled.css"
|
|
81
|
-
],
|
|
82
79
|
"platform-feature-flags": {
|
|
83
80
|
"product-terminology-refresh": {
|
|
84
81
|
"type": "boolean"
|
|
85
82
|
}
|
|
86
|
-
}
|
|
83
|
+
},
|
|
84
|
+
"sideEffects": [
|
|
85
|
+
"*.compiled.css"
|
|
86
|
+
]
|
|
87
87
|
}
|