@atlaskit/rovo-agent-components 8.1.7 → 8.2.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,16 @@
1
1
  # @atlaskit/rovo-agent-components
2
2
 
3
+ ## 8.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`dc937f627fb6f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/dc937f627fb6f) -
8
+ Volt Components - Update imports for @atlaskit/icon in ai-mate after flattening entrypoint
9
+
10
+ ### Patch Changes
11
+
12
+ - Updated dependencies
13
+
3
14
  ## 8.1.7
4
15
 
5
16
  ### Patch Changes
@@ -1,3 +1,3 @@
1
1
  import React from 'react';
2
- import { type NewCoreIconProps } from '@atlaskit/icon';
2
+ import type { NewCoreIconProps } from '@atlaskit/icon/types';
3
3
  export declare const ChatPillIcon: (props: Omit<NewCoreIconProps, 'label' | 'glyph'>) => React.JSX.Element;
@@ -1,3 +1,3 @@
1
1
  import React from 'react';
2
- import { type NewCoreIconProps } from '@atlaskit/icon';
2
+ import type { NewCoreIconProps } from '@atlaskit/icon/types';
3
3
  export declare const HiddenIcon: (props: Omit<NewCoreIconProps, 'glyph'>) => React.JSX.Element;
@@ -1,3 +1,3 @@
1
1
  import React from 'react';
2
- import { type NewCoreIconProps } from '@atlaskit/icon';
2
+ import type { NewCoreIconProps } from '@atlaskit/icon/types';
3
3
  export declare const ShowIcon: (props: NewCoreIconProps) => React.JSX.Element;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/rovo-agent-components",
3
- "version": "8.1.7",
3
+ "version": "8.2.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
  "repository": "https://bitbucket.org/atlassian/atlassian-frontend-monorepo",
6
6
  "atlassian": {
@@ -33,7 +33,7 @@
33
33
  "dependencies": {
34
34
  "@atlaskit/afm-i18n-platform-ai-mate-rovo-agent-components": "2.193.0",
35
35
  "@atlaskit/analytics-next": "^12.3.0",
36
- "@atlaskit/avatar": "^26.3.0",
36
+ "@atlaskit/avatar": "^26.4.0",
37
37
  "@atlaskit/button": "^24.3.0",
38
38
  "@atlaskit/css": "^1.0.0",
39
39
  "@atlaskit/dropdown-menu": "^17.2.0",
@@ -49,7 +49,7 @@
49
49
  "@atlaskit/rovo-agent-analytics": "^6.0.0",
50
50
  "@atlaskit/skeleton": "^4.2.0",
51
51
  "@atlaskit/spinner": "^20.1.0",
52
- "@atlaskit/tmp-editor-statsig": "^135.0.0",
52
+ "@atlaskit/tmp-editor-statsig": "^135.2.0",
53
53
  "@atlaskit/tokens": "^16.3.0",
54
54
  "@atlaskit/tooltip": "^23.2.0",
55
55
  "@babel/runtime": "^7.0.0",