@atlaskit/rovo-agent-components 3.2.2 → 3.3.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.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`0cd445be9fe19`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0cd445be9fe19) -
8
+ Remove the label for the atlassian icon to hide it from screen readers
9
+
3
10
  ## 3.2.2
4
11
 
5
12
  ### Patch Changes
@@ -55,6 +55,7 @@ var AgentProfileCreator = exports.AgentProfileCreator = function AgentProfileCre
55
55
  alignBlock: "center",
56
56
  testId: "atlassian-icon"
57
57
  }, /*#__PURE__*/_react.default.createElement(_logo.AtlassianIcon, {
58
+ label: "",
58
59
  size: "small",
59
60
  appearance: "brand"
60
61
  }), /*#__PURE__*/_react.default.createElement(_compiled.Box, null, "Atlassian"))
@@ -50,6 +50,7 @@ export const AgentProfileCreator = ({
50
50
  alignBlock: "center",
51
51
  testId: "atlassian-icon"
52
52
  }, /*#__PURE__*/React.createElement(AtlassianIcon, {
53
+ label: "",
53
54
  size: "small",
54
55
  appearance: "brand"
55
56
  }), /*#__PURE__*/React.createElement(Box, null, "Atlassian"))
@@ -48,6 +48,7 @@ export var AgentProfileCreator = function AgentProfileCreator(_ref) {
48
48
  alignBlock: "center",
49
49
  testId: "atlassian-icon"
50
50
  }, /*#__PURE__*/React.createElement(AtlassianIcon, {
51
+ label: "",
51
52
  size: "small",
52
53
  appearance: "brand"
53
54
  }), /*#__PURE__*/React.createElement(Box, null, "Atlassian"))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/rovo-agent-components",
3
- "version": "3.2.2",
3
+ "version": "3.3.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",
@@ -38,7 +38,7 @@
38
38
  "@atlaskit/css": "^0.14.0",
39
39
  "@atlaskit/dropdown-menu": "^16.3.0",
40
40
  "@atlaskit/heading": "^5.2.0",
41
- "@atlaskit/icon": "^28.1.0",
41
+ "@atlaskit/icon": "^28.2.0",
42
42
  "@atlaskit/legacy-custom-icons": "^0.22.0",
43
43
  "@atlaskit/link": "^3.2.0",
44
44
  "@atlaskit/logo": "^19.7.0",