@atlaskit/rovo-agent-components 3.11.0 → 3.11.2

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,18 @@
1
1
  # @atlaskit/rovo-agent-components
2
2
 
3
+ ## 3.11.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [`6cf9d0da3e1d4`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6cf9d0da3e1d4) -
8
+ fix typescript issues
9
+
10
+ ## 3.11.1
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies
15
+
3
16
  ## 3.11.0
4
17
 
5
18
  ### Minor Changes
@@ -8,8 +8,8 @@ exports.default = void 0;
8
8
  var _react = _interopRequireDefault(require("react"));
9
9
  var _default = exports.default = function _default(_ref) {
10
10
  var size = _ref.size,
11
- primaryColor = _ref.primaryColor,
12
- secondaryColor = _ref.secondaryColor;
11
+ _primaryColor = _ref.primaryColor,
12
+ _secondaryColor = _ref.secondaryColor;
13
13
  return /*#__PURE__*/_react.default.createElement("svg", {
14
14
  width: size,
15
15
  height: size,
@@ -9,8 +9,8 @@ var _react = _interopRequireDefault(require("react"));
9
9
  /* eslint-disable @atlaskit/ui-styling-standard/enforce-style-prop */
10
10
  var _default = exports.default = function _default(_ref) {
11
11
  var size = _ref.size,
12
- primaryColor = _ref.primaryColor,
13
- secondaryColor = _ref.secondaryColor;
12
+ _primaryColor = _ref.primaryColor,
13
+ _secondaryColor = _ref.secondaryColor;
14
14
  return /*#__PURE__*/_react.default.createElement("svg", {
15
15
  width: size,
16
16
  height: size,
@@ -70,6 +70,7 @@ var getAgentCreator = exports.getAgentCreator = function getAgentCreator(_ref) {
70
70
  status: userCreator.status
71
71
  };
72
72
  }
73
+ return;
73
74
  };
74
75
  var AgentProfileCreator = exports.AgentProfileCreator = function AgentProfileCreator(_ref2) {
75
76
  var creator = _ref2.creator,
@@ -1,8 +1,8 @@
1
1
  import React from 'react';
2
2
  export default (({
3
3
  size,
4
- primaryColor,
5
- secondaryColor
4
+ primaryColor: _primaryColor,
5
+ secondaryColor: _secondaryColor
6
6
  }) => /*#__PURE__*/React.createElement("svg", {
7
7
  width: size,
8
8
  height: size,
@@ -2,8 +2,8 @@
2
2
  import React from 'react';
3
3
  export default (({
4
4
  size,
5
- primaryColor,
6
- secondaryColor
5
+ primaryColor: _primaryColor,
6
+ secondaryColor: _secondaryColor
7
7
  }) => /*#__PURE__*/React.createElement("svg", {
8
8
  width: size,
9
9
  height: size,
@@ -64,6 +64,7 @@ export const getAgentCreator = ({
64
64
  status: userCreator.status
65
65
  };
66
66
  }
67
+ return;
67
68
  };
68
69
  export const AgentProfileCreator = ({
69
70
  creator,
@@ -1,8 +1,8 @@
1
1
  import React from 'react';
2
2
  export default (function (_ref) {
3
3
  var size = _ref.size,
4
- primaryColor = _ref.primaryColor,
5
- secondaryColor = _ref.secondaryColor;
4
+ _primaryColor = _ref.primaryColor,
5
+ _secondaryColor = _ref.secondaryColor;
6
6
  return /*#__PURE__*/React.createElement("svg", {
7
7
  width: size,
8
8
  height: size,
@@ -2,8 +2,8 @@
2
2
  import React from 'react';
3
3
  export default (function (_ref) {
4
4
  var size = _ref.size,
5
- primaryColor = _ref.primaryColor,
6
- secondaryColor = _ref.secondaryColor;
5
+ _primaryColor = _ref.primaryColor,
6
+ _secondaryColor = _ref.secondaryColor;
7
7
  return /*#__PURE__*/React.createElement("svg", {
8
8
  width: size,
9
9
  height: size,
@@ -63,6 +63,7 @@ export var getAgentCreator = function getAgentCreator(_ref) {
63
63
  status: userCreator.status
64
64
  };
65
65
  }
66
+ return;
66
67
  };
67
68
  export var AgentProfileCreator = function AgentProfileCreator(_ref2) {
68
69
  var creator = _ref2.creator,
@@ -4,5 +4,5 @@ export type AvatarIconProps = {
4
4
  primaryColor: string;
5
5
  secondaryColor: string;
6
6
  };
7
- declare const _default: ({ size, primaryColor, secondaryColor }: AvatarIconProps) => React.JSX.Element;
7
+ declare const _default: ({ size, primaryColor: _primaryColor, secondaryColor: _secondaryColor }: AvatarIconProps) => React.JSX.Element;
8
8
  export default _default;
@@ -1,4 +1,4 @@
1
1
  import React from 'react';
2
2
  import { type AvatarIconProps } from './types';
3
- declare const _default: ({ size, primaryColor, secondaryColor }: AvatarIconProps) => React.JSX.Element;
3
+ declare const _default: ({ size, primaryColor: _primaryColor, secondaryColor: _secondaryColor }: AvatarIconProps) => React.JSX.Element;
4
4
  export default _default;
@@ -4,5 +4,5 @@ export type AvatarIconProps = {
4
4
  primaryColor: string;
5
5
  secondaryColor: string;
6
6
  };
7
- declare const _default: ({ size, primaryColor, secondaryColor }: AvatarIconProps) => React.JSX.Element;
7
+ declare const _default: ({ size, primaryColor: _primaryColor, secondaryColor: _secondaryColor }: AvatarIconProps) => React.JSX.Element;
8
8
  export default _default;
@@ -1,4 +1,4 @@
1
1
  import React from 'react';
2
2
  import { type AvatarIconProps } from './types';
3
- declare const _default: ({ size, primaryColor, secondaryColor }: AvatarIconProps) => React.JSX.Element;
3
+ declare const _default: ({ size, primaryColor: _primaryColor, secondaryColor: _secondaryColor }: AvatarIconProps) => React.JSX.Element;
4
4
  export default _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/rovo-agent-components",
3
- "version": "3.11.0",
3
+ "version": "3.11.2",
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",
@@ -40,7 +40,7 @@
40
40
  "@atlaskit/css": "^0.15.0",
41
41
  "@atlaskit/dropdown-menu": "^16.3.0",
42
42
  "@atlaskit/heading": "^5.2.0",
43
- "@atlaskit/icon": "^28.5.0",
43
+ "@atlaskit/icon": "^29.0.0",
44
44
  "@atlaskit/legacy-custom-icons": "^0.22.0",
45
45
  "@atlaskit/link": "^3.2.0",
46
46
  "@atlaskit/logo": "^19.9.0",