@atlaskit/focused-task-close-account 3.2.13 → 3.2.14
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 +8 -0
- package/afm-products/tsconfig.json +2 -1
- package/dist/cjs/components/DeleteUserOverviewScreen/DeleteUserOverviewScreen.js +4 -4
- package/dist/cjs/components/Footer/Footer.js +12 -3
- package/dist/es2019/components/DeleteUserOverviewScreen/DeleteUserOverviewScreen.js +1 -1
- package/dist/es2019/components/Footer/Footer.js +12 -3
- package/dist/esm/components/DeleteUserOverviewScreen/DeleteUserOverviewScreen.js +1 -1
- package/dist/esm/components/Footer/Footer.js +12 -3
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @atlaskit/focused-task-close-account
|
|
2
2
|
|
|
3
|
+
## 3.2.14
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`6a82d7964a37b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6a82d7964a37b) -
|
|
8
|
+
Icon entrypoint migration
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
|
|
3
11
|
## 3.2.13
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
|
@@ -17,7 +17,7 @@ var _react = _interopRequireDefault(require("react"));
|
|
|
17
17
|
var _reactIntlNext = require("react-intl-next");
|
|
18
18
|
var _button = _interopRequireDefault(require("@atlaskit/button"));
|
|
19
19
|
var _sectionMessage = _interopRequireDefault(require("@atlaskit/section-message"));
|
|
20
|
-
var
|
|
20
|
+
var _statusInformation = _interopRequireDefault(require("@atlaskit/icon/core/status-information"));
|
|
21
21
|
var _platformFeatureFlags = require("@atlaskit/platform-feature-flags");
|
|
22
22
|
var _primitives = require("@atlaskit/primitives");
|
|
23
23
|
var _messages = require("../../messages");
|
|
@@ -90,7 +90,7 @@ var DeleteUserOverviewScreen = exports.DeleteUserOverviewScreen = /*#__PURE__*/f
|
|
|
90
90
|
})), /*#__PURE__*/_react.default.createElement(_reactIntlNext.FormattedMessage, (0, _extends2.default)({}, _this.selectAdminOrSelfCopy(_messages.overviewMessages.inlineDialogDataWillBeDeletedP3Admin, _messages.overviewMessages.inlineDialogDataWillBeDeletedP3Self), {
|
|
91
91
|
tagName: "p"
|
|
92
92
|
})))
|
|
93
|
-
}, /*#__PURE__*/_react.default.createElement(
|
|
93
|
+
}, /*#__PURE__*/_react.default.createElement(_statusInformation.default, {
|
|
94
94
|
color: "currentColor",
|
|
95
95
|
label: "",
|
|
96
96
|
LEGACY_size: "small"
|
|
@@ -100,7 +100,7 @@ var DeleteUserOverviewScreen = exports.DeleteUserOverviewScreen = /*#__PURE__*/f
|
|
|
100
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
|
-
}, /*#__PURE__*/_react.default.createElement(
|
|
103
|
+
}, /*#__PURE__*/_react.default.createElement(_statusInformation.default, {
|
|
104
104
|
color: "currentColor",
|
|
105
105
|
label: "",
|
|
106
106
|
LEGACY_size: "small"
|
|
@@ -110,7 +110,7 @@ var DeleteUserOverviewScreen = exports.DeleteUserOverviewScreen = /*#__PURE__*/f
|
|
|
110
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, {
|
|
111
111
|
placement: "auto-start",
|
|
112
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))
|
|
113
|
-
}, /*#__PURE__*/_react.default.createElement(
|
|
113
|
+
}, /*#__PURE__*/_react.default.createElement(_statusInformation.default, {
|
|
114
114
|
color: "currentColor",
|
|
115
115
|
label: "",
|
|
116
116
|
LEGACY_size: "small"
|
|
@@ -35,11 +35,20 @@ var Footer = exports.default = /*#__PURE__*/function (_React$Component) {
|
|
|
35
35
|
onPrevious = _this$props.onPrevious,
|
|
36
36
|
secondaryActions = _this$props.secondaryActions,
|
|
37
37
|
submitButton = _this$props.submitButton;
|
|
38
|
-
return /*#__PURE__*/_react.default.createElement(Styled.FooterOuter, null, /*#__PURE__*/_react.default.createElement("div", null, secondaryActions), /*#__PURE__*/_react.default.createElement(_buttonGroup.default, null, currentScreenIdx < 1 ?
|
|
38
|
+
return /*#__PURE__*/_react.default.createElement(Styled.FooterOuter, null, /*#__PURE__*/_react.default.createElement("div", null, secondaryActions), /*#__PURE__*/_react.default.createElement(_buttonGroup.default, null, currentScreenIdx < 1 ?
|
|
39
|
+
/*#__PURE__*/
|
|
40
|
+
// eslint-disable-next-line @atlassian/i18n/no-literal-string-in-jsx
|
|
41
|
+
_react.default.createElement(_button.default, {
|
|
39
42
|
onClick: onCancel
|
|
40
|
-
}, "Cancel") :
|
|
43
|
+
}, "Cancel") :
|
|
44
|
+
/*#__PURE__*/
|
|
45
|
+
// eslint-disable-next-line @atlassian/i18n/no-literal-string-in-jsx
|
|
46
|
+
_react.default.createElement(_button.default, {
|
|
41
47
|
onClick: onPrevious
|
|
42
|
-
}, "Previous"), currentScreenIdx < numScreens - 1 ?
|
|
48
|
+
}, "Previous"), currentScreenIdx < numScreens - 1 ?
|
|
49
|
+
/*#__PURE__*/
|
|
50
|
+
// eslint-disable-next-line @atlassian/i18n/no-literal-string-in-jsx
|
|
51
|
+
_react.default.createElement(_button.default, {
|
|
43
52
|
appearance: "primary",
|
|
44
53
|
onClick: onNext
|
|
45
54
|
}, "Next") : submitButton));
|
|
@@ -4,7 +4,7 @@ import React from 'react';
|
|
|
4
4
|
import { FormattedMessage } from 'react-intl-next';
|
|
5
5
|
import Button from '@atlaskit/button';
|
|
6
6
|
import SectionMessage from '@atlaskit/section-message';
|
|
7
|
-
import InfoIcon from '@atlaskit/icon/core/
|
|
7
|
+
import InfoIcon from '@atlaskit/icon/core/status-information';
|
|
8
8
|
import { fg } from '@atlaskit/platform-feature-flags';
|
|
9
9
|
// eslint-disable-next-line @atlaskit/design-system/no-emotion-primitives -- to be migrated to @atlaskit/primitives/compiled – go/akcss
|
|
10
10
|
import { Text } from '@atlaskit/primitives';
|
|
@@ -13,11 +13,20 @@ export default class Footer extends React.Component {
|
|
|
13
13
|
secondaryActions,
|
|
14
14
|
submitButton
|
|
15
15
|
} = this.props;
|
|
16
|
-
return /*#__PURE__*/React.createElement(Styled.FooterOuter, null, /*#__PURE__*/React.createElement("div", null, secondaryActions), /*#__PURE__*/React.createElement(ButtonGroup, null, currentScreenIdx < 1 ?
|
|
16
|
+
return /*#__PURE__*/React.createElement(Styled.FooterOuter, null, /*#__PURE__*/React.createElement("div", null, secondaryActions), /*#__PURE__*/React.createElement(ButtonGroup, null, currentScreenIdx < 1 ?
|
|
17
|
+
/*#__PURE__*/
|
|
18
|
+
// eslint-disable-next-line @atlassian/i18n/no-literal-string-in-jsx
|
|
19
|
+
React.createElement(Button, {
|
|
17
20
|
onClick: onCancel
|
|
18
|
-
}, "Cancel") :
|
|
21
|
+
}, "Cancel") :
|
|
22
|
+
/*#__PURE__*/
|
|
23
|
+
// eslint-disable-next-line @atlassian/i18n/no-literal-string-in-jsx
|
|
24
|
+
React.createElement(Button, {
|
|
19
25
|
onClick: onPrevious
|
|
20
|
-
}, "Previous"), currentScreenIdx < numScreens - 1 ?
|
|
26
|
+
}, "Previous"), currentScreenIdx < numScreens - 1 ?
|
|
27
|
+
/*#__PURE__*/
|
|
28
|
+
// eslint-disable-next-line @atlassian/i18n/no-literal-string-in-jsx
|
|
29
|
+
React.createElement(Button, {
|
|
21
30
|
appearance: "primary",
|
|
22
31
|
onClick: onNext
|
|
23
32
|
}, "Next") : submitButton));
|
|
@@ -11,7 +11,7 @@ import React from 'react';
|
|
|
11
11
|
import { FormattedMessage } from 'react-intl-next';
|
|
12
12
|
import Button from '@atlaskit/button';
|
|
13
13
|
import SectionMessage from '@atlaskit/section-message';
|
|
14
|
-
import InfoIcon from '@atlaskit/icon/core/
|
|
14
|
+
import InfoIcon from '@atlaskit/icon/core/status-information';
|
|
15
15
|
import { fg } from '@atlaskit/platform-feature-flags';
|
|
16
16
|
// eslint-disable-next-line @atlaskit/design-system/no-emotion-primitives -- to be migrated to @atlaskit/primitives/compiled – go/akcss
|
|
17
17
|
import { Text } from '@atlaskit/primitives';
|
|
@@ -26,11 +26,20 @@ var Footer = /*#__PURE__*/function (_React$Component) {
|
|
|
26
26
|
onPrevious = _this$props.onPrevious,
|
|
27
27
|
secondaryActions = _this$props.secondaryActions,
|
|
28
28
|
submitButton = _this$props.submitButton;
|
|
29
|
-
return /*#__PURE__*/React.createElement(Styled.FooterOuter, null, /*#__PURE__*/React.createElement("div", null, secondaryActions), /*#__PURE__*/React.createElement(ButtonGroup, null, currentScreenIdx < 1 ?
|
|
29
|
+
return /*#__PURE__*/React.createElement(Styled.FooterOuter, null, /*#__PURE__*/React.createElement("div", null, secondaryActions), /*#__PURE__*/React.createElement(ButtonGroup, null, currentScreenIdx < 1 ?
|
|
30
|
+
/*#__PURE__*/
|
|
31
|
+
// eslint-disable-next-line @atlassian/i18n/no-literal-string-in-jsx
|
|
32
|
+
React.createElement(Button, {
|
|
30
33
|
onClick: onCancel
|
|
31
|
-
}, "Cancel") :
|
|
34
|
+
}, "Cancel") :
|
|
35
|
+
/*#__PURE__*/
|
|
36
|
+
// eslint-disable-next-line @atlassian/i18n/no-literal-string-in-jsx
|
|
37
|
+
React.createElement(Button, {
|
|
32
38
|
onClick: onPrevious
|
|
33
|
-
}, "Previous"), currentScreenIdx < numScreens - 1 ?
|
|
39
|
+
}, "Previous"), currentScreenIdx < numScreens - 1 ?
|
|
40
|
+
/*#__PURE__*/
|
|
41
|
+
// eslint-disable-next-line @atlassian/i18n/no-literal-string-in-jsx
|
|
42
|
+
React.createElement(Button, {
|
|
34
43
|
appearance: "primary",
|
|
35
44
|
onClick: onNext
|
|
36
45
|
}, "Next") : submitButton));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/focused-task-close-account",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.14",
|
|
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/"
|
|
@@ -32,17 +32,17 @@
|
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@atlaskit/afm-i18n-platform-people-and-teams-focused-task-close-account": "2.7.0",
|
|
35
|
-
"@atlaskit/avatar": "^25.
|
|
36
|
-
"@atlaskit/button": "^23.
|
|
35
|
+
"@atlaskit/avatar": "^25.6.0",
|
|
36
|
+
"@atlaskit/button": "^23.9.0",
|
|
37
37
|
"@atlaskit/drawer": "^11.0.0",
|
|
38
38
|
"@atlaskit/heading": "^5.2.0",
|
|
39
|
-
"@atlaskit/icon": "^29.
|
|
39
|
+
"@atlaskit/icon": "^29.3.0",
|
|
40
40
|
"@atlaskit/inline-dialog": "^18.0.0",
|
|
41
41
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
42
|
-
"@atlaskit/primitives": "^
|
|
43
|
-
"@atlaskit/section-message": "^8.
|
|
42
|
+
"@atlaskit/primitives": "^17.0.0",
|
|
43
|
+
"@atlaskit/section-message": "^8.11.0",
|
|
44
44
|
"@atlaskit/theme": "^21.0.0",
|
|
45
|
-
"@atlaskit/tokens": "^
|
|
45
|
+
"@atlaskit/tokens": "^9.0.0",
|
|
46
46
|
"@babel/runtime": "^7.0.0",
|
|
47
47
|
"@emotion/styled": "^11.0.0",
|
|
48
48
|
"react-intl-next": "npm:react-intl@^5.18.1"
|