@atlaskit/focused-task-close-account 3.0.18 → 3.1.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/DeleteUserContentPreviewScreen/styled.js +2 -3
- package/dist/cjs/components/DeleteUserOverviewScreen/DeleteUserOverviewScreen.js +4 -3
- package/dist/cjs/messages.js +30 -0
- package/dist/es2019/components/DeleteUserContentPreviewScreen/styled.js +1 -2
- package/dist/es2019/components/DeleteUserOverviewScreen/DeleteUserOverviewScreen.js +4 -3
- package/dist/es2019/messages.js +30 -0
- package/dist/esm/components/DeleteUserContentPreviewScreen/styled.js +2 -3
- package/dist/esm/components/DeleteUserOverviewScreen/DeleteUserOverviewScreen.js +4 -3
- package/dist/esm/messages.js +30 -0
- package/dist/types/components/DeactivateUserOverviewScreen/styled.d.ts +10 -11
- package/dist/types/components/DeleteUserContentPreviewScreen/styled.d.ts +10 -11
- package/dist/types/components/DeleteUserOverviewScreen/styled.d.ts +14 -15
- package/dist/types/components/DropdownList/styled.d.ts +6 -7
- package/dist/types/components/FocusedTaskCloseAccount/styled.d.ts +6 -7
- package/dist/types/components/Footer/styled.d.ts +2 -3
- package/dist/types/components/UserInfo/styles.d.ts +4 -5
- package/dist/types/messages.d.ts +30 -0
- package/dist/types-ts4.5/components/DeactivateUserOverviewScreen/styled.d.ts +10 -11
- package/dist/types-ts4.5/components/DeleteUserContentPreviewScreen/styled.d.ts +10 -11
- package/dist/types-ts4.5/components/DeleteUserOverviewScreen/styled.d.ts +14 -15
- package/dist/types-ts4.5/components/DropdownList/styled.d.ts +6 -7
- package/dist/types-ts4.5/components/FocusedTaskCloseAccount/styled.d.ts +6 -7
- package/dist/types-ts4.5/components/Footer/styled.d.ts +2 -3
- package/dist/types-ts4.5/components/UserInfo/styles.d.ts +4 -5
- package/dist/types-ts4.5/messages.d.ts +30 -0
- package/package.json +10 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @atlaskit/focused-task-close-account
|
|
2
2
|
|
|
3
|
+
## 3.1.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`cdc1b340de640`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/cdc1b340de640) -
|
|
8
|
+
Product/App term refresh
|
|
9
|
+
|
|
10
|
+
### Patch Changes
|
|
11
|
+
|
|
12
|
+
- Updated dependencies
|
|
13
|
+
|
|
14
|
+
## 3.0.19
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- [`2af42ad93c3e0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2af42ad93c3e0) -
|
|
19
|
+
Internal changes to use tokens for border radius.
|
|
20
|
+
|
|
3
21
|
## 3.0.18
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|
|
@@ -7,7 +7,6 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
7
7
|
exports.UserDetails = exports.Title = exports.SectionCard = exports.Screen = exports.Avatar = void 0;
|
|
8
8
|
var _taggedTemplateLiteral2 = _interopRequireDefault(require("@babel/runtime/helpers/taggedTemplateLiteral"));
|
|
9
9
|
var _styled = _interopRequireDefault(require("@emotion/styled"));
|
|
10
|
-
var _constants = require("@atlaskit/theme/constants");
|
|
11
10
|
var _colors = require("@atlaskit/theme/colors");
|
|
12
11
|
var _templateObject; // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
13
12
|
var getSelectedCardColor = function getSelectedCardColor(props) {
|
|
@@ -30,9 +29,9 @@ var Title = exports.Title = _styled.default.div({
|
|
|
30
29
|
});
|
|
31
30
|
|
|
32
31
|
// eslint-disable-next-line @atlaskit/design-system/no-styled-tagged-template-expression, @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
33
|
-
var SectionCard = exports.SectionCard = _styled.default.div(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n\tposition: relative;\n\tdisplay: flex;\n\tpadding: ", ";\n\twidth: 100%;\n\tbackground-color: ", ";\n\tborder-radius: ", "
|
|
32
|
+
var SectionCard = exports.SectionCard = _styled.default.div(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n\tposition: relative;\n\tdisplay: flex;\n\tpadding: ", ";\n\twidth: 100%;\n\tbackground-color: ", ";\n\tborder-radius: ", ";\n\tbox-shadow: ", ";\n\tmargin-top: ", ";\n"])), "var(--ds-space-250, 20px)", function (props) {
|
|
34
33
|
return getSelectedCardColor(props);
|
|
35
|
-
}, (
|
|
34
|
+
}, "var(--ds-border-radius-100, 3px)", "var(--ds-shadow-overlay, ".concat("0 4px 8px -2px ".concat(_colors.N50A, ", 0 0 1px ").concat(_colors.N60A), ")"), "var(--ds-space-200, 16px)");
|
|
36
35
|
|
|
37
36
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
38
37
|
var Avatar = exports.Avatar = _styled.default.div({
|
|
@@ -19,6 +19,7 @@ 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
21
|
var _primitives = require("@atlaskit/primitives");
|
|
22
|
+
var _platformFeatureFlags = require("@atlaskit/platform-feature-flags");
|
|
22
23
|
var _messages = require("../../messages");
|
|
23
24
|
var _StatefulInlineDialog = _interopRequireDefault(require("../StatefulInlineDialog"));
|
|
24
25
|
var _UserInfo = _interopRequireDefault(require("../UserInfo"));
|
|
@@ -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"
|
|
@@ -98,7 +99,7 @@ var DeleteUserOverviewScreen = exports.DeleteUserOverviewScreen = /*#__PURE__*/f
|
|
|
98
99
|
(0, _defineProperty2.default)(_this, "displayThirdListElement", function () {
|
|
99
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
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/messages.js
CHANGED
|
@@ -222,6 +222,36 @@ 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
|
+
inlineDialogContentCreatedAdminissuetermrefreshAppify: {
|
|
227
|
+
id: 'focused-task-close-account.delete-account.overview.inline-dialog.content-created-issue-refresh.admin-appify',
|
|
228
|
+
defaultMessage: "For example, pages, work items, and comments they've created in apps.",
|
|
229
|
+
description: 'Examples of what constitutes as created content. Appears when the user hovers over the info icon'
|
|
230
|
+
},
|
|
231
|
+
inlineDialogContentCreatedSelfAppify: {
|
|
232
|
+
id: 'focused-task-close-account.delete-account.overview.inline-dialog.content-created.self-appify',
|
|
233
|
+
defaultMessage: "For example, pages, work items, and comments you've created in apps.",
|
|
234
|
+
description: 'Examples of what constitutes as created content. Appears when the user hovers over the info icon'
|
|
235
|
+
},
|
|
236
|
+
inlineDialogDataWillBeDeletedP2AdminAppify: {
|
|
237
|
+
id: 'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p2.admin-appify',
|
|
238
|
+
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.',
|
|
239
|
+
description: 'Text elaborating on the note that some personal data is required to be saved from deletion for legal purposes.'
|
|
240
|
+
},
|
|
241
|
+
inlineDialogDataWillBeDeletedP2SelfAppify: {
|
|
242
|
+
id: 'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p2.self-appify',
|
|
243
|
+
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.",
|
|
244
|
+
description: 'Text elaborating on the note that some personal data is required to be saved from deletion for legal purposes.'
|
|
245
|
+
},
|
|
246
|
+
inlineDialogDataAppsAdminAppify: {
|
|
247
|
+
id: 'focused-task-close-account.delete-account.overview.inline-dialog.data-apps.admin-appify',
|
|
248
|
+
defaultMessage: 'You or other users may have installed apps that add features to Atlassian apps. These apps may have stored the user’s profile information.',
|
|
249
|
+
description: 'Text elaborating on the note about apps storing personal data'
|
|
250
|
+
},
|
|
251
|
+
inlineDialogDataAppsSelfAppify: {
|
|
252
|
+
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. These apps may have stored your profile information.',
|
|
254
|
+
description: 'Text elaborating on the note about apps storing personal data'
|
|
225
255
|
}
|
|
226
256
|
});
|
|
227
257
|
var deactivateUserOverviewMessages = exports.deactivateUserOverviewMessages = (0, _reactIntlNext.defineMessages)({
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
2
2
|
import styled from '@emotion/styled';
|
|
3
|
-
import { borderRadius } from '@atlaskit/theme/constants';
|
|
4
3
|
import { B50, B400, N50A, N60A } from '@atlaskit/theme/colors';
|
|
5
4
|
const getSelectedCardColor = props => {
|
|
6
5
|
return props.isSelected && `${`var(--ds-background-selected, ${B50})`}`;
|
|
@@ -28,7 +27,7 @@ export const SectionCard = styled.div`
|
|
|
28
27
|
padding: ${"var(--ds-space-250, 20px)"};
|
|
29
28
|
width: 100%;
|
|
30
29
|
background-color: ${props => getSelectedCardColor(props)};
|
|
31
|
-
border-radius: ${
|
|
30
|
+
border-radius: ${"var(--ds-border-radius-100, 3px)"};
|
|
32
31
|
box-shadow: ${`var(--ds-shadow-overlay, ${`0 4px 8px -2px ${N50A}, 0 0 1px ${N60A}`})`};
|
|
33
32
|
margin-top: ${"var(--ds-space-200, 16px)"};
|
|
34
33
|
`;
|
|
@@ -7,6 +7,7 @@ import SectionMessage from '@atlaskit/section-message';
|
|
|
7
7
|
import InfoIcon from '@atlaskit/icon/core/migration/status-information--info';
|
|
8
8
|
// eslint-disable-next-line @atlaskit/design-system/no-emotion-primitives -- to be migrated to @atlaskit/primitives/compiled – go/akcss
|
|
9
9
|
import { Text } from '@atlaskit/primitives';
|
|
10
|
+
import { fg } from '@atlaskit/platform-feature-flags';
|
|
10
11
|
import { commonMessages, overviewMessages } from '../../messages';
|
|
11
12
|
import StatefulInlineDialog from '../StatefulInlineDialog';
|
|
12
13
|
import UserInfo from '../UserInfo';
|
|
@@ -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"
|
|
@@ -73,7 +74,7 @@ export class DeleteUserOverviewScreen extends React.Component {
|
|
|
73
74
|
_defineProperty(this, "displayThirdListElement", () => {
|
|
74
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
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/messages.js
CHANGED
|
@@ -216,6 +216,36 @@ 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
|
+
inlineDialogContentCreatedAdminissuetermrefreshAppify: {
|
|
221
|
+
id: 'focused-task-close-account.delete-account.overview.inline-dialog.content-created-issue-refresh.admin-appify',
|
|
222
|
+
defaultMessage: "For example, pages, work items, and comments they've created in apps.",
|
|
223
|
+
description: 'Examples of what constitutes as created content. Appears when the user hovers over the info icon'
|
|
224
|
+
},
|
|
225
|
+
inlineDialogContentCreatedSelfAppify: {
|
|
226
|
+
id: 'focused-task-close-account.delete-account.overview.inline-dialog.content-created.self-appify',
|
|
227
|
+
defaultMessage: "For example, pages, work items, and comments you've created in apps.",
|
|
228
|
+
description: 'Examples of what constitutes as created content. Appears when the user hovers over the info icon'
|
|
229
|
+
},
|
|
230
|
+
inlineDialogDataWillBeDeletedP2AdminAppify: {
|
|
231
|
+
id: 'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p2.admin-appify',
|
|
232
|
+
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.',
|
|
233
|
+
description: 'Text elaborating on the note that some personal data is required to be saved from deletion for legal purposes.'
|
|
234
|
+
},
|
|
235
|
+
inlineDialogDataWillBeDeletedP2SelfAppify: {
|
|
236
|
+
id: 'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p2.self-appify',
|
|
237
|
+
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.",
|
|
238
|
+
description: 'Text elaborating on the note that some personal data is required to be saved from deletion for legal purposes.'
|
|
239
|
+
},
|
|
240
|
+
inlineDialogDataAppsAdminAppify: {
|
|
241
|
+
id: 'focused-task-close-account.delete-account.overview.inline-dialog.data-apps.admin-appify',
|
|
242
|
+
defaultMessage: 'You or other users may have installed apps that add features to Atlassian apps. These apps may have stored the user’s profile information.',
|
|
243
|
+
description: 'Text elaborating on the note about apps storing personal data'
|
|
244
|
+
},
|
|
245
|
+
inlineDialogDataAppsSelfAppify: {
|
|
246
|
+
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. These apps may have stored your profile information.',
|
|
248
|
+
description: 'Text elaborating on the note about apps storing personal data'
|
|
219
249
|
}
|
|
220
250
|
});
|
|
221
251
|
export const deactivateUserOverviewMessages = defineMessages({
|
|
@@ -2,7 +2,6 @@ import _taggedTemplateLiteral from "@babel/runtime/helpers/taggedTemplateLiteral
|
|
|
2
2
|
var _templateObject;
|
|
3
3
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
4
4
|
import styled from '@emotion/styled';
|
|
5
|
-
import { borderRadius } from '@atlaskit/theme/constants';
|
|
6
5
|
import { B50, B400, N50A, N60A } from '@atlaskit/theme/colors';
|
|
7
6
|
var getSelectedCardColor = function getSelectedCardColor(props) {
|
|
8
7
|
return props.isSelected && "".concat("var(--ds-background-selected, ".concat(B50, ")"));
|
|
@@ -24,9 +23,9 @@ export var Title = styled.div({
|
|
|
24
23
|
});
|
|
25
24
|
|
|
26
25
|
// eslint-disable-next-line @atlaskit/design-system/no-styled-tagged-template-expression, @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
27
|
-
export var SectionCard = styled.div(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n\tposition: relative;\n\tdisplay: flex;\n\tpadding: ", ";\n\twidth: 100%;\n\tbackground-color: ", ";\n\tborder-radius: ", "
|
|
26
|
+
export var SectionCard = styled.div(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n\tposition: relative;\n\tdisplay: flex;\n\tpadding: ", ";\n\twidth: 100%;\n\tbackground-color: ", ";\n\tborder-radius: ", ";\n\tbox-shadow: ", ";\n\tmargin-top: ", ";\n"])), "var(--ds-space-250, 20px)", function (props) {
|
|
28
27
|
return getSelectedCardColor(props);
|
|
29
|
-
},
|
|
28
|
+
}, "var(--ds-border-radius-100, 3px)", "var(--ds-shadow-overlay, ".concat("0 4px 8px -2px ".concat(N50A, ", 0 0 1px ").concat(N60A), ")"), "var(--ds-space-200, 16px)");
|
|
30
29
|
|
|
31
30
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
32
31
|
export var Avatar = styled.div({
|
|
@@ -14,6 +14,7 @@ import SectionMessage from '@atlaskit/section-message';
|
|
|
14
14
|
import InfoIcon from '@atlaskit/icon/core/migration/status-information--info';
|
|
15
15
|
// eslint-disable-next-line @atlaskit/design-system/no-emotion-primitives -- to be migrated to @atlaskit/primitives/compiled – go/akcss
|
|
16
16
|
import { Text } from '@atlaskit/primitives';
|
|
17
|
+
import { fg } from '@atlaskit/platform-feature-flags';
|
|
17
18
|
import { commonMessages, overviewMessages } from '../../messages';
|
|
18
19
|
import StatefulInlineDialog from '../StatefulInlineDialog';
|
|
19
20
|
import UserInfo from '../UserInfo';
|
|
@@ -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"
|
|
@@ -90,7 +91,7 @@ export var DeleteUserOverviewScreen = /*#__PURE__*/function (_React$Component) {
|
|
|
90
91
|
_defineProperty(_this, "displayThirdListElement", function () {
|
|
91
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
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/messages.js
CHANGED
|
@@ -216,6 +216,36 @@ 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
|
+
inlineDialogContentCreatedAdminissuetermrefreshAppify: {
|
|
221
|
+
id: 'focused-task-close-account.delete-account.overview.inline-dialog.content-created-issue-refresh.admin-appify',
|
|
222
|
+
defaultMessage: "For example, pages, work items, and comments they've created in apps.",
|
|
223
|
+
description: 'Examples of what constitutes as created content. Appears when the user hovers over the info icon'
|
|
224
|
+
},
|
|
225
|
+
inlineDialogContentCreatedSelfAppify: {
|
|
226
|
+
id: 'focused-task-close-account.delete-account.overview.inline-dialog.content-created.self-appify',
|
|
227
|
+
defaultMessage: "For example, pages, work items, and comments you've created in apps.",
|
|
228
|
+
description: 'Examples of what constitutes as created content. Appears when the user hovers over the info icon'
|
|
229
|
+
},
|
|
230
|
+
inlineDialogDataWillBeDeletedP2AdminAppify: {
|
|
231
|
+
id: 'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p2.admin-appify',
|
|
232
|
+
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.',
|
|
233
|
+
description: 'Text elaborating on the note that some personal data is required to be saved from deletion for legal purposes.'
|
|
234
|
+
},
|
|
235
|
+
inlineDialogDataWillBeDeletedP2SelfAppify: {
|
|
236
|
+
id: 'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p2.self-appify',
|
|
237
|
+
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.",
|
|
238
|
+
description: 'Text elaborating on the note that some personal data is required to be saved from deletion for legal purposes.'
|
|
239
|
+
},
|
|
240
|
+
inlineDialogDataAppsAdminAppify: {
|
|
241
|
+
id: 'focused-task-close-account.delete-account.overview.inline-dialog.data-apps.admin-appify',
|
|
242
|
+
defaultMessage: 'You or other users may have installed apps that add features to Atlassian apps. These apps may have stored the user’s profile information.',
|
|
243
|
+
description: 'Text elaborating on the note about apps storing personal data'
|
|
244
|
+
},
|
|
245
|
+
inlineDialogDataAppsSelfAppify: {
|
|
246
|
+
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. These apps may have stored your profile information.',
|
|
248
|
+
description: 'Text elaborating on the note about apps storing personal data'
|
|
219
249
|
}
|
|
220
250
|
});
|
|
221
251
|
export var deactivateUserOverviewMessages = defineMessages({
|
|
@@ -1,21 +1,20 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
export declare const Screen: import("@emotion/styled").StyledComponent<{
|
|
3
|
-
theme?: import("@emotion/react").Theme
|
|
4
|
-
as?:
|
|
2
|
+
theme?: import("@emotion/react").Theme;
|
|
3
|
+
as?: React.ElementType;
|
|
5
4
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
6
5
|
export declare const LoadingWrapper: import("@emotion/styled").StyledComponent<{
|
|
7
|
-
theme?: import("@emotion/react").Theme
|
|
8
|
-
as?:
|
|
6
|
+
theme?: import("@emotion/react").Theme;
|
|
7
|
+
as?: React.ElementType;
|
|
9
8
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
10
9
|
export declare const Title: import("@emotion/styled").StyledComponent<{
|
|
11
|
-
theme?: import("@emotion/react").Theme
|
|
12
|
-
as?:
|
|
10
|
+
theme?: import("@emotion/react").Theme;
|
|
11
|
+
as?: React.ElementType;
|
|
13
12
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
14
13
|
export declare const MainInformationList: import("@emotion/styled").StyledComponent<{
|
|
15
|
-
theme?: import("@emotion/react").Theme
|
|
16
|
-
as?:
|
|
14
|
+
theme?: import("@emotion/react").Theme;
|
|
15
|
+
as?: React.ElementType;
|
|
17
16
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLUListElement>, HTMLUListElement>, {}>;
|
|
18
17
|
export declare const AccessibleSitesWrapper: import("@emotion/styled").StyledComponent<{
|
|
19
|
-
theme?: import("@emotion/react").Theme
|
|
20
|
-
as?:
|
|
18
|
+
theme?: import("@emotion/react").Theme;
|
|
19
|
+
as?: React.ElementType;
|
|
21
20
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
@@ -1,25 +1,24 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
interface SectionCardProps {
|
|
3
2
|
isSelected: boolean;
|
|
4
3
|
}
|
|
5
4
|
export declare const Screen: import("@emotion/styled").StyledComponent<{
|
|
6
|
-
theme?: import("@emotion/react").Theme
|
|
7
|
-
as?:
|
|
5
|
+
theme?: import("@emotion/react").Theme;
|
|
6
|
+
as?: React.ElementType;
|
|
8
7
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
9
8
|
export declare const Title: import("@emotion/styled").StyledComponent<{
|
|
10
|
-
theme?: import("@emotion/react").Theme
|
|
11
|
-
as?:
|
|
9
|
+
theme?: import("@emotion/react").Theme;
|
|
10
|
+
as?: React.ElementType;
|
|
12
11
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
13
12
|
export declare const SectionCard: import("@emotion/styled").StyledComponent<{
|
|
14
|
-
theme?: import("@emotion/react").Theme
|
|
15
|
-
as?:
|
|
13
|
+
theme?: import("@emotion/react").Theme;
|
|
14
|
+
as?: React.ElementType;
|
|
16
15
|
} & SectionCardProps, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
17
16
|
export declare const Avatar: import("@emotion/styled").StyledComponent<{
|
|
18
|
-
theme?: import("@emotion/react").Theme
|
|
19
|
-
as?:
|
|
17
|
+
theme?: import("@emotion/react").Theme;
|
|
18
|
+
as?: React.ElementType;
|
|
20
19
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
21
20
|
export declare const UserDetails: import("@emotion/styled").StyledComponent<{
|
|
22
|
-
theme?: import("@emotion/react").Theme
|
|
23
|
-
as?:
|
|
21
|
+
theme?: import("@emotion/react").Theme;
|
|
22
|
+
as?: React.ElementType;
|
|
24
23
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
25
24
|
export {};
|
|
@@ -1,29 +1,28 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
export declare const Screen: import("@emotion/styled").StyledComponent<{
|
|
3
|
-
theme?: import("@emotion/react").Theme
|
|
4
|
-
as?:
|
|
2
|
+
theme?: import("@emotion/react").Theme;
|
|
3
|
+
as?: React.ElementType;
|
|
5
4
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
6
5
|
export declare const LoadingWrapper: import("@emotion/styled").StyledComponent<{
|
|
7
|
-
theme?: import("@emotion/react").Theme
|
|
8
|
-
as?:
|
|
6
|
+
theme?: import("@emotion/react").Theme;
|
|
7
|
+
as?: React.ElementType;
|
|
9
8
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
10
9
|
export declare const Title: import("@emotion/styled").StyledComponent<{
|
|
11
|
-
theme?: import("@emotion/react").Theme
|
|
12
|
-
as?:
|
|
10
|
+
theme?: import("@emotion/react").Theme;
|
|
11
|
+
as?: React.ElementType;
|
|
13
12
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
14
13
|
export declare const SectionMessageOuter: import("@emotion/styled").StyledComponent<{
|
|
15
|
-
theme?: import("@emotion/react").Theme
|
|
16
|
-
as?:
|
|
14
|
+
theme?: import("@emotion/react").Theme;
|
|
15
|
+
as?: React.ElementType;
|
|
17
16
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
18
17
|
export declare const MainInformationList: import("@emotion/styled").StyledComponent<{
|
|
19
|
-
theme?: import("@emotion/react").Theme
|
|
20
|
-
as?:
|
|
18
|
+
theme?: import("@emotion/react").Theme;
|
|
19
|
+
as?: React.ElementType;
|
|
21
20
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLUListElement>, HTMLUListElement>, {}>;
|
|
22
21
|
export declare const IconHoverWrapper: import("@emotion/styled").StyledComponent<{
|
|
23
|
-
theme?: import("@emotion/react").Theme
|
|
24
|
-
as?:
|
|
22
|
+
theme?: import("@emotion/react").Theme;
|
|
23
|
+
as?: React.ElementType;
|
|
25
24
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
|
|
26
25
|
export declare const InlineDialogContent: import("@emotion/styled").StyledComponent<{
|
|
27
|
-
theme?: import("@emotion/react").Theme
|
|
28
|
-
as?:
|
|
26
|
+
theme?: import("@emotion/react").Theme;
|
|
27
|
+
as?: React.ElementType;
|
|
29
28
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
@@ -1,13 +1,12 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
export declare const AccessibleSitesList: import("@emotion/styled").StyledComponent<{
|
|
3
|
-
theme?: import("@emotion/react").Theme
|
|
4
|
-
as?:
|
|
2
|
+
theme?: import("@emotion/react").Theme;
|
|
3
|
+
as?: React.ElementType;
|
|
5
4
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLUListElement>, HTMLUListElement>, {}>;
|
|
6
5
|
export declare const AccessibleSitesListFootnote: import("@emotion/styled").StyledComponent<{
|
|
7
|
-
theme?: import("@emotion/react").Theme
|
|
8
|
-
as?:
|
|
6
|
+
theme?: import("@emotion/react").Theme;
|
|
7
|
+
as?: React.ElementType;
|
|
9
8
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
10
9
|
export declare const ButtonWrapper: import("@emotion/styled").StyledComponent<{
|
|
11
|
-
theme?: import("@emotion/react").Theme
|
|
12
|
-
as?:
|
|
10
|
+
theme?: import("@emotion/react").Theme;
|
|
11
|
+
as?: React.ElementType;
|
|
13
12
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
@@ -1,14 +1,13 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
export declare const DrawerInner: import("@emotion/styled").StyledComponent<{
|
|
3
|
-
theme?: import("@emotion/react").Theme
|
|
4
|
-
as?:
|
|
2
|
+
theme?: import("@emotion/react").Theme;
|
|
3
|
+
as?: React.ElementType;
|
|
5
4
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
6
5
|
export declare const ContentFooter: import("@emotion/styled").StyledComponent<{
|
|
7
|
-
theme?: import("@emotion/react").Theme
|
|
8
|
-
as?:
|
|
6
|
+
theme?: import("@emotion/react").Theme;
|
|
7
|
+
as?: React.ElementType;
|
|
9
8
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
10
9
|
/** Delete me once real content is present in the drawer */
|
|
11
10
|
export declare const PlaceholderContent: import("@emotion/styled").StyledComponent<{
|
|
12
|
-
theme?: import("@emotion/react").Theme
|
|
13
|
-
as?:
|
|
11
|
+
theme?: import("@emotion/react").Theme;
|
|
12
|
+
as?: React.ElementType;
|
|
14
13
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
export declare const FooterOuter: import("@emotion/styled").StyledComponent<{
|
|
3
|
-
theme?: import("@emotion/react").Theme
|
|
4
|
-
as?:
|
|
2
|
+
theme?: import("@emotion/react").Theme;
|
|
3
|
+
as?: React.ElementType;
|
|
5
4
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
export declare const UserInfoOuter: import("@emotion/styled").StyledComponent<{
|
|
3
|
-
theme?: import("@emotion/react").Theme
|
|
4
|
-
as?:
|
|
2
|
+
theme?: import("@emotion/react").Theme;
|
|
3
|
+
as?: React.ElementType;
|
|
5
4
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
6
5
|
export declare const Avatar: import("@emotion/styled").StyledComponent<{
|
|
7
|
-
theme?: import("@emotion/react").Theme
|
|
8
|
-
as?:
|
|
6
|
+
theme?: import("@emotion/react").Theme;
|
|
7
|
+
as?: React.ElementType;
|
|
9
8
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
package/dist/types/messages.d.ts
CHANGED
|
@@ -216,6 +216,36 @@ export declare const overviewMessages: {
|
|
|
216
216
|
defaultMessage: string;
|
|
217
217
|
description: string;
|
|
218
218
|
};
|
|
219
|
+
inlineDialogContentCreatedAdminissuetermrefreshAppify: {
|
|
220
|
+
id: string;
|
|
221
|
+
defaultMessage: string;
|
|
222
|
+
description: string;
|
|
223
|
+
};
|
|
224
|
+
inlineDialogContentCreatedSelfAppify: {
|
|
225
|
+
id: string;
|
|
226
|
+
defaultMessage: string;
|
|
227
|
+
description: string;
|
|
228
|
+
};
|
|
229
|
+
inlineDialogDataWillBeDeletedP2AdminAppify: {
|
|
230
|
+
id: string;
|
|
231
|
+
defaultMessage: string;
|
|
232
|
+
description: string;
|
|
233
|
+
};
|
|
234
|
+
inlineDialogDataWillBeDeletedP2SelfAppify: {
|
|
235
|
+
id: string;
|
|
236
|
+
defaultMessage: string;
|
|
237
|
+
description: string;
|
|
238
|
+
};
|
|
239
|
+
inlineDialogDataAppsAdminAppify: {
|
|
240
|
+
id: string;
|
|
241
|
+
defaultMessage: string;
|
|
242
|
+
description: string;
|
|
243
|
+
};
|
|
244
|
+
inlineDialogDataAppsSelfAppify: {
|
|
245
|
+
id: string;
|
|
246
|
+
defaultMessage: string;
|
|
247
|
+
description: string;
|
|
248
|
+
};
|
|
219
249
|
};
|
|
220
250
|
export declare const deactivateUserOverviewMessages: {
|
|
221
251
|
headingSelf: {
|
|
@@ -1,21 +1,20 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
export declare const Screen: import("@emotion/styled").StyledComponent<{
|
|
3
|
-
theme?: import("@emotion/react").Theme
|
|
4
|
-
as?:
|
|
2
|
+
theme?: import("@emotion/react").Theme;
|
|
3
|
+
as?: React.ElementType;
|
|
5
4
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
6
5
|
export declare const LoadingWrapper: import("@emotion/styled").StyledComponent<{
|
|
7
|
-
theme?: import("@emotion/react").Theme
|
|
8
|
-
as?:
|
|
6
|
+
theme?: import("@emotion/react").Theme;
|
|
7
|
+
as?: React.ElementType;
|
|
9
8
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
10
9
|
export declare const Title: import("@emotion/styled").StyledComponent<{
|
|
11
|
-
theme?: import("@emotion/react").Theme
|
|
12
|
-
as?:
|
|
10
|
+
theme?: import("@emotion/react").Theme;
|
|
11
|
+
as?: React.ElementType;
|
|
13
12
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
14
13
|
export declare const MainInformationList: import("@emotion/styled").StyledComponent<{
|
|
15
|
-
theme?: import("@emotion/react").Theme
|
|
16
|
-
as?:
|
|
14
|
+
theme?: import("@emotion/react").Theme;
|
|
15
|
+
as?: React.ElementType;
|
|
17
16
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLUListElement>, HTMLUListElement>, {}>;
|
|
18
17
|
export declare const AccessibleSitesWrapper: import("@emotion/styled").StyledComponent<{
|
|
19
|
-
theme?: import("@emotion/react").Theme
|
|
20
|
-
as?:
|
|
18
|
+
theme?: import("@emotion/react").Theme;
|
|
19
|
+
as?: React.ElementType;
|
|
21
20
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
@@ -1,25 +1,24 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
interface SectionCardProps {
|
|
3
2
|
isSelected: boolean;
|
|
4
3
|
}
|
|
5
4
|
export declare const Screen: import("@emotion/styled").StyledComponent<{
|
|
6
|
-
theme?: import("@emotion/react").Theme
|
|
7
|
-
as?:
|
|
5
|
+
theme?: import("@emotion/react").Theme;
|
|
6
|
+
as?: React.ElementType;
|
|
8
7
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
9
8
|
export declare const Title: import("@emotion/styled").StyledComponent<{
|
|
10
|
-
theme?: import("@emotion/react").Theme
|
|
11
|
-
as?:
|
|
9
|
+
theme?: import("@emotion/react").Theme;
|
|
10
|
+
as?: React.ElementType;
|
|
12
11
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
13
12
|
export declare const SectionCard: import("@emotion/styled").StyledComponent<{
|
|
14
|
-
theme?: import("@emotion/react").Theme
|
|
15
|
-
as?:
|
|
13
|
+
theme?: import("@emotion/react").Theme;
|
|
14
|
+
as?: React.ElementType;
|
|
16
15
|
} & SectionCardProps, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
17
16
|
export declare const Avatar: import("@emotion/styled").StyledComponent<{
|
|
18
|
-
theme?: import("@emotion/react").Theme
|
|
19
|
-
as?:
|
|
17
|
+
theme?: import("@emotion/react").Theme;
|
|
18
|
+
as?: React.ElementType;
|
|
20
19
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
21
20
|
export declare const UserDetails: import("@emotion/styled").StyledComponent<{
|
|
22
|
-
theme?: import("@emotion/react").Theme
|
|
23
|
-
as?:
|
|
21
|
+
theme?: import("@emotion/react").Theme;
|
|
22
|
+
as?: React.ElementType;
|
|
24
23
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
25
24
|
export {};
|
|
@@ -1,29 +1,28 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
export declare const Screen: import("@emotion/styled").StyledComponent<{
|
|
3
|
-
theme?: import("@emotion/react").Theme
|
|
4
|
-
as?:
|
|
2
|
+
theme?: import("@emotion/react").Theme;
|
|
3
|
+
as?: React.ElementType;
|
|
5
4
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
6
5
|
export declare const LoadingWrapper: import("@emotion/styled").StyledComponent<{
|
|
7
|
-
theme?: import("@emotion/react").Theme
|
|
8
|
-
as?:
|
|
6
|
+
theme?: import("@emotion/react").Theme;
|
|
7
|
+
as?: React.ElementType;
|
|
9
8
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
10
9
|
export declare const Title: import("@emotion/styled").StyledComponent<{
|
|
11
|
-
theme?: import("@emotion/react").Theme
|
|
12
|
-
as?:
|
|
10
|
+
theme?: import("@emotion/react").Theme;
|
|
11
|
+
as?: React.ElementType;
|
|
13
12
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
14
13
|
export declare const SectionMessageOuter: import("@emotion/styled").StyledComponent<{
|
|
15
|
-
theme?: import("@emotion/react").Theme
|
|
16
|
-
as?:
|
|
14
|
+
theme?: import("@emotion/react").Theme;
|
|
15
|
+
as?: React.ElementType;
|
|
17
16
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
18
17
|
export declare const MainInformationList: import("@emotion/styled").StyledComponent<{
|
|
19
|
-
theme?: import("@emotion/react").Theme
|
|
20
|
-
as?:
|
|
18
|
+
theme?: import("@emotion/react").Theme;
|
|
19
|
+
as?: React.ElementType;
|
|
21
20
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLUListElement>, HTMLUListElement>, {}>;
|
|
22
21
|
export declare const IconHoverWrapper: import("@emotion/styled").StyledComponent<{
|
|
23
|
-
theme?: import("@emotion/react").Theme
|
|
24
|
-
as?:
|
|
22
|
+
theme?: import("@emotion/react").Theme;
|
|
23
|
+
as?: React.ElementType;
|
|
25
24
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
|
|
26
25
|
export declare const InlineDialogContent: import("@emotion/styled").StyledComponent<{
|
|
27
|
-
theme?: import("@emotion/react").Theme
|
|
28
|
-
as?:
|
|
26
|
+
theme?: import("@emotion/react").Theme;
|
|
27
|
+
as?: React.ElementType;
|
|
29
28
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
@@ -1,13 +1,12 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
export declare const AccessibleSitesList: import("@emotion/styled").StyledComponent<{
|
|
3
|
-
theme?: import("@emotion/react").Theme
|
|
4
|
-
as?:
|
|
2
|
+
theme?: import("@emotion/react").Theme;
|
|
3
|
+
as?: React.ElementType;
|
|
5
4
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLUListElement>, HTMLUListElement>, {}>;
|
|
6
5
|
export declare const AccessibleSitesListFootnote: import("@emotion/styled").StyledComponent<{
|
|
7
|
-
theme?: import("@emotion/react").Theme
|
|
8
|
-
as?:
|
|
6
|
+
theme?: import("@emotion/react").Theme;
|
|
7
|
+
as?: React.ElementType;
|
|
9
8
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
10
9
|
export declare const ButtonWrapper: import("@emotion/styled").StyledComponent<{
|
|
11
|
-
theme?: import("@emotion/react").Theme
|
|
12
|
-
as?:
|
|
10
|
+
theme?: import("@emotion/react").Theme;
|
|
11
|
+
as?: React.ElementType;
|
|
13
12
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
@@ -1,14 +1,13 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
export declare const DrawerInner: import("@emotion/styled").StyledComponent<{
|
|
3
|
-
theme?: import("@emotion/react").Theme
|
|
4
|
-
as?:
|
|
2
|
+
theme?: import("@emotion/react").Theme;
|
|
3
|
+
as?: React.ElementType;
|
|
5
4
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
6
5
|
export declare const ContentFooter: import("@emotion/styled").StyledComponent<{
|
|
7
|
-
theme?: import("@emotion/react").Theme
|
|
8
|
-
as?:
|
|
6
|
+
theme?: import("@emotion/react").Theme;
|
|
7
|
+
as?: React.ElementType;
|
|
9
8
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
10
9
|
/** Delete me once real content is present in the drawer */
|
|
11
10
|
export declare const PlaceholderContent: import("@emotion/styled").StyledComponent<{
|
|
12
|
-
theme?: import("@emotion/react").Theme
|
|
13
|
-
as?:
|
|
11
|
+
theme?: import("@emotion/react").Theme;
|
|
12
|
+
as?: React.ElementType;
|
|
14
13
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
export declare const FooterOuter: import("@emotion/styled").StyledComponent<{
|
|
3
|
-
theme?: import("@emotion/react").Theme
|
|
4
|
-
as?:
|
|
2
|
+
theme?: import("@emotion/react").Theme;
|
|
3
|
+
as?: React.ElementType;
|
|
5
4
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
export declare const UserInfoOuter: import("@emotion/styled").StyledComponent<{
|
|
3
|
-
theme?: import("@emotion/react").Theme
|
|
4
|
-
as?:
|
|
2
|
+
theme?: import("@emotion/react").Theme;
|
|
3
|
+
as?: React.ElementType;
|
|
5
4
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
6
5
|
export declare const Avatar: import("@emotion/styled").StyledComponent<{
|
|
7
|
-
theme?: import("@emotion/react").Theme
|
|
8
|
-
as?:
|
|
6
|
+
theme?: import("@emotion/react").Theme;
|
|
7
|
+
as?: React.ElementType;
|
|
9
8
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
@@ -216,6 +216,36 @@ export declare const overviewMessages: {
|
|
|
216
216
|
defaultMessage: string;
|
|
217
217
|
description: string;
|
|
218
218
|
};
|
|
219
|
+
inlineDialogContentCreatedAdminissuetermrefreshAppify: {
|
|
220
|
+
id: string;
|
|
221
|
+
defaultMessage: string;
|
|
222
|
+
description: string;
|
|
223
|
+
};
|
|
224
|
+
inlineDialogContentCreatedSelfAppify: {
|
|
225
|
+
id: string;
|
|
226
|
+
defaultMessage: string;
|
|
227
|
+
description: string;
|
|
228
|
+
};
|
|
229
|
+
inlineDialogDataWillBeDeletedP2AdminAppify: {
|
|
230
|
+
id: string;
|
|
231
|
+
defaultMessage: string;
|
|
232
|
+
description: string;
|
|
233
|
+
};
|
|
234
|
+
inlineDialogDataWillBeDeletedP2SelfAppify: {
|
|
235
|
+
id: string;
|
|
236
|
+
defaultMessage: string;
|
|
237
|
+
description: string;
|
|
238
|
+
};
|
|
239
|
+
inlineDialogDataAppsAdminAppify: {
|
|
240
|
+
id: string;
|
|
241
|
+
defaultMessage: string;
|
|
242
|
+
description: string;
|
|
243
|
+
};
|
|
244
|
+
inlineDialogDataAppsSelfAppify: {
|
|
245
|
+
id: string;
|
|
246
|
+
defaultMessage: string;
|
|
247
|
+
description: string;
|
|
248
|
+
};
|
|
219
249
|
};
|
|
220
250
|
export declare const deactivateUserOverviewMessages: {
|
|
221
251
|
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.1.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/"
|
|
@@ -35,10 +35,10 @@
|
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"@atlaskit/avatar": "^25.1.0",
|
|
38
|
-
"@atlaskit/button": "^23.
|
|
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",
|
|
@@ -56,8 +56,7 @@
|
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
58
|
"@testing-library/react": "^13.4.0",
|
|
59
|
-
"enzyme": "^3.10.0"
|
|
60
|
-
"typescript": "~5.4.2"
|
|
59
|
+
"enzyme": "^3.10.0"
|
|
61
60
|
},
|
|
62
61
|
"keywords": [
|
|
63
62
|
"ui",
|
|
@@ -79,5 +78,10 @@
|
|
|
79
78
|
},
|
|
80
79
|
"sideEffects": [
|
|
81
80
|
"*.compiled.css"
|
|
82
|
-
]
|
|
81
|
+
],
|
|
82
|
+
"platform-feature-flags": {
|
|
83
|
+
"product-terminology-refresh": {
|
|
84
|
+
"type": "boolean"
|
|
85
|
+
}
|
|
86
|
+
}
|
|
83
87
|
}
|