@atlaskit/rovo-agent-components 3.11.2 → 3.11.3

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,11 @@
1
1
  # @atlaskit/rovo-agent-components
2
2
 
3
+ ## 3.11.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 3.11.2
4
10
 
5
11
  ### Patch Changes
@@ -4,5 +4,5 @@ export type AvatarIconProps = {
4
4
  primaryColor: string;
5
5
  secondaryColor: string;
6
6
  };
7
- declare const _default: ({ size, primaryColor: _primaryColor, secondaryColor: _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: _primaryColor, secondaryColor: _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: _primaryColor, secondaryColor: _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: _primaryColor, secondaryColor: _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.2",
3
+ "version": "3.11.3",
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",
@@ -37,7 +37,7 @@
37
37
  "@atlaskit/avatar": "^25.5.0",
38
38
  "@atlaskit/browser-apis": "^0.0.1",
39
39
  "@atlaskit/button": "^23.6.0",
40
- "@atlaskit/css": "^0.15.0",
40
+ "@atlaskit/css": "^0.16.0",
41
41
  "@atlaskit/dropdown-menu": "^16.3.0",
42
42
  "@atlaskit/heading": "^5.2.0",
43
43
  "@atlaskit/icon": "^29.0.0",
@@ -45,10 +45,10 @@
45
45
  "@atlaskit/link": "^3.2.0",
46
46
  "@atlaskit/logo": "^19.9.0",
47
47
  "@atlaskit/platform-feature-flags": "^1.1.0",
48
- "@atlaskit/primitives": "^16.1.0",
48
+ "@atlaskit/primitives": "^16.2.0",
49
49
  "@atlaskit/skeleton": "^2.1.0",
50
- "@atlaskit/tokens": "^8.0.0",
51
- "@atlaskit/tooltip": "^20.8.0",
50
+ "@atlaskit/tokens": "^8.1.0",
51
+ "@atlaskit/tooltip": "^20.10.0",
52
52
  "@babel/runtime": "^7.0.0",
53
53
  "@compiled/react": "^0.18.6",
54
54
  "react-dom": "^18.2.0",