@atlaskit/rovo-agent-components 3.15.1 → 3.16.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 CHANGED
@@ -1,5 +1,12 @@
1
1
  # @atlaskit/rovo-agent-components
2
2
 
3
+ ## 3.16.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`b08b2dd7d1bb8`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b08b2dd7d1bb8) -
8
+ [ux] fix all i18n descriptions for rovo agents packages
9
+
3
10
  ## 3.15.1
4
11
 
5
12
  ### Patch Changes
@@ -9,6 +9,6 @@ var _default = exports.default = (0, _reactIntlNext.defineMessages)({
9
9
  copyAgentLinkLabel: {
10
10
  id: 'rovo-chat.browse-agents.copy-agent-label',
11
11
  defaultMessage: 'Copy link to agent',
12
- description: 'Copy link to agent label'
12
+ description: 'Button label/aria label for copying agent link to clipboard. When clicked, copies the agent\'s URL to clipboard.'
13
13
  }
14
14
  });
@@ -9,11 +9,11 @@ var _default = exports.default = (0, _reactIntlNext.defineMessages)({
9
9
  removeFromFavouritesLabel: {
10
10
  id: 'rovo-chat.browse-agents.remove-from-favourites-label',
11
11
  defaultMessage: 'Remove from favourites',
12
- description: 'Remove from favourites label'
12
+ description: 'Button label/aria label for removing agent from favorites. Shown when agent is already favorited and button is clicked to unfavorite.'
13
13
  },
14
14
  clickToFavouriteLabel: {
15
15
  id: 'rovo-chat.browse-agents.click-to-favourite-label',
16
16
  defaultMessage: 'Not favourited, click to favourite',
17
- description: 'Click to favourite agent label'
17
+ description: 'Button label/aria label indicating agent is not favorited. Instructions to click the star button to add agent to favorites.'
18
18
  }
19
19
  });
@@ -3,6 +3,6 @@ export default defineMessages({
3
3
  copyAgentLinkLabel: {
4
4
  id: 'rovo-chat.browse-agents.copy-agent-label',
5
5
  defaultMessage: 'Copy link to agent',
6
- description: 'Copy link to agent label'
6
+ description: 'Button label/aria label for copying agent link to clipboard. When clicked, copies the agent\'s URL to clipboard.'
7
7
  }
8
8
  });
@@ -3,11 +3,11 @@ export default defineMessages({
3
3
  removeFromFavouritesLabel: {
4
4
  id: 'rovo-chat.browse-agents.remove-from-favourites-label',
5
5
  defaultMessage: 'Remove from favourites',
6
- description: 'Remove from favourites label'
6
+ description: 'Button label/aria label for removing agent from favorites. Shown when agent is already favorited and button is clicked to unfavorite.'
7
7
  },
8
8
  clickToFavouriteLabel: {
9
9
  id: 'rovo-chat.browse-agents.click-to-favourite-label',
10
10
  defaultMessage: 'Not favourited, click to favourite',
11
- description: 'Click to favourite agent label'
11
+ description: 'Button label/aria label indicating agent is not favorited. Instructions to click the star button to add agent to favorites.'
12
12
  }
13
13
  });
@@ -3,6 +3,6 @@ export default defineMessages({
3
3
  copyAgentLinkLabel: {
4
4
  id: 'rovo-chat.browse-agents.copy-agent-label',
5
5
  defaultMessage: 'Copy link to agent',
6
- description: 'Copy link to agent label'
6
+ description: 'Button label/aria label for copying agent link to clipboard. When clicked, copies the agent\'s URL to clipboard.'
7
7
  }
8
8
  });
@@ -3,11 +3,11 @@ export default defineMessages({
3
3
  removeFromFavouritesLabel: {
4
4
  id: 'rovo-chat.browse-agents.remove-from-favourites-label',
5
5
  defaultMessage: 'Remove from favourites',
6
- description: 'Remove from favourites label'
6
+ description: 'Button label/aria label for removing agent from favorites. Shown when agent is already favorited and button is clicked to unfavorite.'
7
7
  },
8
8
  clickToFavouriteLabel: {
9
9
  id: 'rovo-chat.browse-agents.click-to-favourite-label',
10
10
  defaultMessage: 'Not favourited, click to favourite',
11
- description: 'Click to favourite agent label'
11
+ description: 'Button label/aria label indicating agent is not favorited. Instructions to click the star button to add agent to favorites.'
12
12
  }
13
13
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/rovo-agent-components",
3
- "version": "3.15.1",
3
+ "version": "3.16.0",
4
4
  "description": "This package host public components related to rovo agents, the components here are needed for other public atlaskit packages",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",