@atlaskit/teams-public 0.71.0 → 0.71.1
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/common/ui/team-link-card-actions/index.js +2 -2
- package/dist/cjs/ui/team-containers/disconnect-dialog/index.js +1 -1
- package/dist/es2019/common/ui/team-link-card-actions/index.js +2 -2
- package/dist/es2019/ui/team-containers/disconnect-dialog/index.js +1 -1
- package/dist/esm/common/ui/team-link-card-actions/index.js +2 -2
- package/dist/esm/ui/team-containers/disconnect-dialog/index.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -38,12 +38,12 @@ var messages = (0, _reactIntlNext.defineMessages)({
|
|
|
38
38
|
editLink: {
|
|
39
39
|
id: 'ptc-directory.team-containers.edit-link',
|
|
40
40
|
defaultMessage: 'Edit link',
|
|
41
|
-
description: '
|
|
41
|
+
description: 'Dropdown menu option label to edit a team container link'
|
|
42
42
|
},
|
|
43
43
|
removeLink: {
|
|
44
44
|
id: 'ptc-directory.team-containers.remove-link',
|
|
45
45
|
defaultMessage: 'Remove',
|
|
46
|
-
description: '
|
|
46
|
+
description: 'Dropdown menu option label to remove a team container link'
|
|
47
47
|
}
|
|
48
48
|
});
|
|
49
49
|
var TeamLinkCardActions = exports.TeamLinkCardActions = function TeamLinkCardActions(_ref) {
|
|
@@ -40,7 +40,7 @@ var messages = exports.messages = (0, _reactIntlNext.defineMessages)({
|
|
|
40
40
|
disconnectDialogCancelButton: {
|
|
41
41
|
id: 'ptc-directory.team-profile-page.team-containers.disconnect-dialog.cancel-button',
|
|
42
42
|
defaultMessage: 'Cancel',
|
|
43
|
-
description: 'Button to cancel the dialog'
|
|
43
|
+
description: 'Button label to cancel the disconnect dialog without making changes'
|
|
44
44
|
},
|
|
45
45
|
disconnectDialogRemoveButton: {
|
|
46
46
|
id: 'ptc-directory.team-profile-page.team-containers.disconnect-dialog.remove-button',
|
|
@@ -27,12 +27,12 @@ const messages = defineMessages({
|
|
|
27
27
|
editLink: {
|
|
28
28
|
id: 'ptc-directory.team-containers.edit-link',
|
|
29
29
|
defaultMessage: 'Edit link',
|
|
30
|
-
description: '
|
|
30
|
+
description: 'Dropdown menu option label to edit a team container link'
|
|
31
31
|
},
|
|
32
32
|
removeLink: {
|
|
33
33
|
id: 'ptc-directory.team-containers.remove-link',
|
|
34
34
|
defaultMessage: 'Remove',
|
|
35
|
-
description: '
|
|
35
|
+
description: 'Dropdown menu option label to remove a team container link'
|
|
36
36
|
}
|
|
37
37
|
});
|
|
38
38
|
export const TeamLinkCardActions = ({
|
|
@@ -43,7 +43,7 @@ export const messages = defineMessages({
|
|
|
43
43
|
disconnectDialogCancelButton: {
|
|
44
44
|
id: 'ptc-directory.team-profile-page.team-containers.disconnect-dialog.cancel-button',
|
|
45
45
|
defaultMessage: 'Cancel',
|
|
46
|
-
description: 'Button to cancel the dialog'
|
|
46
|
+
description: 'Button label to cancel the disconnect dialog without making changes'
|
|
47
47
|
},
|
|
48
48
|
disconnectDialogRemoveButton: {
|
|
49
49
|
id: 'ptc-directory.team-profile-page.team-containers.disconnect-dialog.remove-button',
|
|
@@ -29,12 +29,12 @@ var messages = defineMessages({
|
|
|
29
29
|
editLink: {
|
|
30
30
|
id: 'ptc-directory.team-containers.edit-link',
|
|
31
31
|
defaultMessage: 'Edit link',
|
|
32
|
-
description: '
|
|
32
|
+
description: 'Dropdown menu option label to edit a team container link'
|
|
33
33
|
},
|
|
34
34
|
removeLink: {
|
|
35
35
|
id: 'ptc-directory.team-containers.remove-link',
|
|
36
36
|
defaultMessage: 'Remove',
|
|
37
|
-
description: '
|
|
37
|
+
description: 'Dropdown menu option label to remove a team container link'
|
|
38
38
|
}
|
|
39
39
|
});
|
|
40
40
|
export var TeamLinkCardActions = function TeamLinkCardActions(_ref) {
|
|
@@ -31,7 +31,7 @@ export var messages = defineMessages({
|
|
|
31
31
|
disconnectDialogCancelButton: {
|
|
32
32
|
id: 'ptc-directory.team-profile-page.team-containers.disconnect-dialog.cancel-button',
|
|
33
33
|
defaultMessage: 'Cancel',
|
|
34
|
-
description: 'Button to cancel the dialog'
|
|
34
|
+
description: 'Button label to cancel the disconnect dialog without making changes'
|
|
35
35
|
},
|
|
36
36
|
disconnectDialogRemoveButton: {
|
|
37
37
|
id: 'ptc-directory.team-profile-page.team-containers.disconnect-dialog.remove-button',
|