@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 CHANGED
@@ -1,5 +1,12 @@
1
1
  # @atlaskit/teams-public
2
2
 
3
+ ## 0.71.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`cb9bdb694c88e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/cb9bdb694c88e) -
8
+ Fix require-description ESLint violation
9
+
3
10
  ## 0.71.0
4
11
 
5
12
  ### Minor Changes
@@ -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: 'Edit link option in dropdown'
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: 'Remove link option in dropdown'
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: 'Edit link option in dropdown'
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: 'Remove link option in dropdown'
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: 'Edit link option in dropdown'
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: 'Remove link option in dropdown'
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',
package/package.json CHANGED
@@ -107,7 +107,7 @@
107
107
  }
108
108
  },
109
109
  "name": "@atlaskit/teams-public",
110
- "version": "0.71.0",
110
+ "version": "0.71.1",
111
111
  "description": "Public components related to teams",
112
112
  "author": "Atlassian Pty Ltd",
113
113
  "license": "Apache-2.0",