@atlaskit/rovo-agent-components 3.1.0 → 3.1.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.
Files changed (38) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/dist/cjs/common/ui/chat-pill/index.compiled.css +1 -1
  3. package/dist/cjs/common/ui/chat-pill/index.js +1 -1
  4. package/dist/cjs/i18n/sr_RS.js +17 -0
  5. package/dist/cjs/i18n/sr_YR.js +17 -0
  6. package/dist/es2019/common/ui/chat-pill/index.compiled.css +1 -1
  7. package/dist/es2019/common/ui/chat-pill/index.js +1 -1
  8. package/dist/es2019/i18n/sr_RS.js +11 -0
  9. package/dist/es2019/i18n/sr_YR.js +11 -0
  10. package/dist/esm/common/ui/chat-pill/index.compiled.css +1 -1
  11. package/dist/esm/common/ui/chat-pill/index.js +1 -1
  12. package/dist/esm/i18n/sr_RS.js +11 -0
  13. package/dist/esm/i18n/sr_YR.js +11 -0
  14. package/dist/types/common/ui/chat-icon/index.d.ts +1 -1
  15. package/dist/types/common/ui/chat-pill/index.d.ts +2 -3
  16. package/dist/types/common/ui/hidden-icon/index.d.ts +1 -1
  17. package/dist/types/common/ui/link-icon-button/index.d.ts +1 -1
  18. package/dist/types/common/ui/star-icon-button/index.d.ts +1 -1
  19. package/dist/types/i18n/sr_RS.d.ts +10 -0
  20. package/dist/types/i18n/sr_YR.d.ts +10 -0
  21. package/dist/types/ui/agent-avatar/generated-avatars/index.d.ts +4 -5
  22. package/dist/types/ui/agent-avatar/index.d.ts +0 -1
  23. package/dist/types/ui/agent-conversation-starters/index.d.ts +0 -1
  24. package/dist/types/ui/agent-profile-info/agent-star-count/index.d.ts +0 -1
  25. package/dist/types/ui/agent-profile-info/index.d.ts +8 -8
  26. package/dist/types-ts4.5/common/ui/chat-icon/index.d.ts +1 -1
  27. package/dist/types-ts4.5/common/ui/chat-pill/index.d.ts +2 -3
  28. package/dist/types-ts4.5/common/ui/hidden-icon/index.d.ts +1 -1
  29. package/dist/types-ts4.5/common/ui/link-icon-button/index.d.ts +1 -1
  30. package/dist/types-ts4.5/common/ui/star-icon-button/index.d.ts +1 -1
  31. package/dist/types-ts4.5/i18n/sr_RS.d.ts +10 -0
  32. package/dist/types-ts4.5/i18n/sr_YR.d.ts +10 -0
  33. package/dist/types-ts4.5/ui/agent-avatar/generated-avatars/index.d.ts +4 -5
  34. package/dist/types-ts4.5/ui/agent-avatar/index.d.ts +0 -1
  35. package/dist/types-ts4.5/ui/agent-conversation-starters/index.d.ts +0 -1
  36. package/dist/types-ts4.5/ui/agent-profile-info/agent-star-count/index.d.ts +0 -1
  37. package/dist/types-ts4.5/ui/agent-profile-info/index.d.ts +8 -8
  38. package/package.json +6 -10
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @atlaskit/rovo-agent-components
2
2
 
3
+ ## 3.1.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [`23bcc5bbc9cee`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/23bcc5bbc9cee) -
8
+ Internal changes to how border radius is applied.
9
+ - Updated dependencies
10
+
11
+ ## 3.1.1
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies
16
+
3
17
  ## 3.1.0
4
18
 
5
19
  ### Minor Changes
@@ -1,5 +1,5 @@
1
1
  ._11c82smr{font:var(--ds-font-body,normal 400 14px/20px ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
2
- ._2rkoiti9{border-radius:var(--ds-border-radius-100,4px)}
2
+ ._2rko12b0{border-radius:var(--ds-radius-small,4px)}
3
3
  ._189ee4h9{border-width:var(--ds-border-width,1px)}
4
4
  ._18zrv77o{padding-inline:var(--ds-space-025,2px)}
5
5
  ._1dqonqa1{border-style:solid}
@@ -25,7 +25,7 @@ var stylesCompiled = {
25
25
  pillLineHeight: "_vwz47vkz"
26
26
  };
27
27
  var styles = {
28
- button: "_2rkoiti9 _11c82smr _189ee4h9 _1dqonqa1 _1h6dmuej _syaz1gjq _ca0q12x7 _u5f3utpp _n3td12x7 _19bvutpp _k48p1wq8 _1bto1l2s _o5721q9c _1o9zkb7n _bfhksm61 _irr3166n _1di61dty",
28
+ button: "_2rko12b0 _11c82smr _189ee4h9 _1dqonqa1 _1h6dmuej _syaz1gjq _ca0q12x7 _u5f3utpp _n3td12x7 _19bvutpp _k48p1wq8 _1bto1l2s _o5721q9c _1o9zkb7n _bfhksm61 _irr3166n _1di61dty",
29
29
  buttonInline: "_18zrv77o",
30
30
  queryText: "_1nmz1hna _y3gn1e5h",
31
31
  whiteSpacePreWrap: "_o5721jtm"
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+ /* prettier-ignore */
8
+ /**
9
+ * NOTE:
10
+ *
11
+ * This file is automatically generated by Traduki 2.0.
12
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
13
+ */
14
+ //Serbian (Serbia) [sr-RS]
15
+ var _default = exports.default = {
16
+ 'rovo-chat.view-agent.more-actions-for-label': 'Više radnji za {agentName}'
17
+ };
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+ /* prettier-ignore */
8
+ /**
9
+ * NOTE:
10
+ *
11
+ * This file is automatically generated by Traduki 2.0.
12
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
13
+ */
14
+ //Serbian (Cyrillic) [sr-YR]
15
+ var _default = exports.default = {
16
+ 'rovo-chat.view-agent.more-actions-for-label': 'Више радњи за {agentName}'
17
+ };
@@ -1,5 +1,5 @@
1
1
  ._11c82smr{font:var(--ds-font-body,normal 400 14px/20px ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
2
- ._2rkoiti9{border-radius:var(--ds-border-radius-100,4px)}
2
+ ._2rko12b0{border-radius:var(--ds-radius-small,4px)}
3
3
  ._189ee4h9{border-width:var(--ds-border-width,1px)}
4
4
  ._18zrv77o{padding-inline:var(--ds-space-025,2px)}
5
5
  ._1dqonqa1{border-style:solid}
@@ -14,7 +14,7 @@ const stylesCompiled = {
14
14
  pillLineHeight: "_vwz47vkz"
15
15
  };
16
16
  const styles = {
17
- button: "_2rkoiti9 _11c82smr _189ee4h9 _1dqonqa1 _1h6dmuej _syaz1gjq _ca0q12x7 _u5f3utpp _n3td12x7 _19bvutpp _k48p1wq8 _1bto1l2s _o5721q9c _1o9zkb7n _bfhksm61 _irr3166n _1di61dty",
17
+ button: "_2rko12b0 _11c82smr _189ee4h9 _1dqonqa1 _1h6dmuej _syaz1gjq _ca0q12x7 _u5f3utpp _n3td12x7 _19bvutpp _k48p1wq8 _1bto1l2s _o5721q9c _1o9zkb7n _bfhksm61 _irr3166n _1di61dty",
18
18
  buttonInline: "_18zrv77o",
19
19
  queryText: "_1nmz1hna _y3gn1e5h",
20
20
  whiteSpacePreWrap: "_o5721jtm"
@@ -0,0 +1,11 @@
1
+ /* prettier-ignore */
2
+ /**
3
+ * NOTE:
4
+ *
5
+ * This file is automatically generated by Traduki 2.0.
6
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
7
+ */
8
+ //Serbian (Serbia) [sr-RS]
9
+ export default {
10
+ 'rovo-chat.view-agent.more-actions-for-label': 'Više radnji za {agentName}'
11
+ };
@@ -0,0 +1,11 @@
1
+ /* prettier-ignore */
2
+ /**
3
+ * NOTE:
4
+ *
5
+ * This file is automatically generated by Traduki 2.0.
6
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
7
+ */
8
+ //Serbian (Cyrillic) [sr-YR]
9
+ export default {
10
+ 'rovo-chat.view-agent.more-actions-for-label': 'Више радњи за {agentName}'
11
+ };
@@ -1,5 +1,5 @@
1
1
  ._11c82smr{font:var(--ds-font-body,normal 400 14px/20px ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
2
- ._2rkoiti9{border-radius:var(--ds-border-radius-100,4px)}
2
+ ._2rko12b0{border-radius:var(--ds-radius-small,4px)}
3
3
  ._189ee4h9{border-width:var(--ds-border-width,1px)}
4
4
  ._18zrv77o{padding-inline:var(--ds-space-025,2px)}
5
5
  ._1dqonqa1{border-style:solid}
@@ -16,7 +16,7 @@ var stylesCompiled = {
16
16
  pillLineHeight: "_vwz47vkz"
17
17
  };
18
18
  var styles = {
19
- button: "_2rkoiti9 _11c82smr _189ee4h9 _1dqonqa1 _1h6dmuej _syaz1gjq _ca0q12x7 _u5f3utpp _n3td12x7 _19bvutpp _k48p1wq8 _1bto1l2s _o5721q9c _1o9zkb7n _bfhksm61 _irr3166n _1di61dty",
19
+ button: "_2rko12b0 _11c82smr _189ee4h9 _1dqonqa1 _1h6dmuej _syaz1gjq _ca0q12x7 _u5f3utpp _n3td12x7 _19bvutpp _k48p1wq8 _1bto1l2s _o5721q9c _1o9zkb7n _bfhksm61 _irr3166n _1di61dty",
20
20
  buttonInline: "_18zrv77o",
21
21
  queryText: "_1nmz1hna _y3gn1e5h",
22
22
  whiteSpacePreWrap: "_o5721jtm"
@@ -0,0 +1,11 @@
1
+ /* prettier-ignore */
2
+ /**
3
+ * NOTE:
4
+ *
5
+ * This file is automatically generated by Traduki 2.0.
6
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
7
+ */
8
+ //Serbian (Serbia) [sr-RS]
9
+ export default {
10
+ 'rovo-chat.view-agent.more-actions-for-label': 'Više radnji za {agentName}'
11
+ };
@@ -0,0 +1,11 @@
1
+ /* prettier-ignore */
2
+ /**
3
+ * NOTE:
4
+ *
5
+ * This file is automatically generated by Traduki 2.0.
6
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
7
+ */
8
+ //Serbian (Cyrillic) [sr-YR]
9
+ export default {
10
+ 'rovo-chat.view-agent.more-actions-for-label': 'Више радњи за {agentName}'
11
+ };
@@ -1,3 +1,3 @@
1
1
  import React from 'react';
2
2
  import { type NewCoreIconProps } from '@atlaskit/icon';
3
- export declare const ChatPillIcon: (props: Omit<NewCoreIconProps, 'label' | 'glyph'>) => React.JSX.Element;
3
+ export declare const ChatPillIcon: (props: Omit<NewCoreIconProps, "label" | "glyph">) => React.JSX.Element;
@@ -1,12 +1,11 @@
1
- /// <reference types="react" />
2
1
  import { type ButtonProps } from '@atlaskit/button';
3
2
  export type ChatPillProps = Omit<ButtonProps, 'iconBefore'> & {
4
3
  whiteSpacePreWrap?: boolean;
5
4
  renderIcon?: boolean;
6
5
  };
7
6
  export declare const ChatPill: import("react").ForwardRefExoticComponent<Omit<ButtonProps, "iconBefore"> & {
8
- whiteSpacePreWrap?: boolean | undefined;
9
- renderIcon?: boolean | undefined;
7
+ whiteSpacePreWrap?: boolean;
8
+ renderIcon?: boolean;
10
9
  } & import("react").RefAttributes<HTMLButtonElement>>;
11
10
  export type BrowseAgentsPillProps = Omit<ButtonProps, 'iconBefore' | 'children'>;
12
11
  export declare const BrowseAgentsPill: import("react").ForwardRefExoticComponent<BrowseAgentsPillProps & import("react").RefAttributes<HTMLButtonElement>>;
@@ -1,3 +1,3 @@
1
1
  import React from 'react';
2
2
  import { type NewCoreIconProps } from '@atlaskit/icon';
3
- export declare const HiddenIcon: (props: Omit<NewCoreIconProps, 'glyph'>) => React.JSX.Element;
3
+ export declare const HiddenIcon: (props: Omit<NewCoreIconProps, "glyph">) => React.JSX.Element;
@@ -6,5 +6,5 @@
6
6
  import { type KeyboardEvent, type MouseEvent } from 'react';
7
7
  export declare const LinkIconButton: ({ handleCopy, visible, }: {
8
8
  handleCopy: (e: MouseEvent<Element, globalThis.MouseEvent> | KeyboardEvent<Element>) => void;
9
- visible?: boolean | undefined;
9
+ visible?: boolean;
10
10
  }) => JSX.Element;
@@ -6,5 +6,5 @@ import { type KeyboardEvent, type MouseEvent } from 'react';
6
6
  export declare const StarIconButton: ({ isStarred, handleToggle, visible, }: {
7
7
  isStarred: boolean;
8
8
  handleToggle: (e: MouseEvent<Element, globalThis.MouseEvent> | KeyboardEvent<Element>) => void;
9
- visible?: boolean | undefined;
9
+ visible?: boolean;
10
10
  }) => JSX.Element;
@@ -0,0 +1,10 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ declare const _default: {
8
+ 'rovo-chat.view-agent.more-actions-for-label': string;
9
+ };
10
+ export default _default;
@@ -0,0 +1,10 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ declare const _default: {
8
+ 'rovo-chat.view-agent.more-actions-for-label': string;
9
+ };
10
+ export default _default;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { type SizeType } from '@atlaskit/avatar';
3
2
  export declare const yellowColor: {
4
3
  primary: string;
@@ -31,10 +30,10 @@ type GeneratedAvatarProps = {
31
30
  * agentId examples:
32
31
  * cd002f25-46e4-4023-80ff-32e4d90849b4
33
32
  */
34
- export declare const getNumberIdForAvatar: ({ agentIdentityAccountId, agentId, }: Pick<GeneratedAvatarProps, 'agentIdentityAccountId' | 'agentId'>) => number | null;
35
- export declare const AgentBanner: ({ agentNamedId, agentId, agentIdentityAccountId, height, fillSpace, }: Pick<GeneratedAvatarProps, "agentIdentityAccountId" | "agentId" | "agentNamedId"> & {
36
- height?: number | undefined;
37
- fillSpace?: boolean | undefined;
33
+ export declare const getNumberIdForAvatar: ({ agentIdentityAccountId, agentId, }: Pick<GeneratedAvatarProps, "agentIdentityAccountId" | "agentId">) => number | null;
34
+ export declare const AgentBanner: ({ agentNamedId, agentId, agentIdentityAccountId, height, fillSpace, }: Pick<GeneratedAvatarProps, "agentId" | "agentNamedId" | "agentIdentityAccountId"> & {
35
+ height?: number;
36
+ fillSpace?: boolean;
38
37
  }) => JSX.Element;
39
38
  export declare const GeneratedAvatar: (props: GeneratedAvatarProps) => JSX.Element;
40
39
  export {};
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { type SizeType } from '@atlaskit/avatar';
3
2
  type AgentAvatarProps = {
4
3
  imageUrl?: string;
@@ -2,7 +2,6 @@
2
2
  * @jsxRuntime classic
3
3
  * @jsx jsx
4
4
  */
5
- /// <reference types="react" />
6
5
  import { type MessageDescriptor } from 'react-intl-next';
7
6
  export type ConversationStarter = {
8
7
  message: string;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export declare const AgentStarCount: ({ starCount, isLoading, }: {
3
2
  starCount: number | null | undefined;
4
3
  isLoading: boolean;
@@ -5,28 +5,28 @@
5
5
  import React from 'react';
6
6
  export declare const AgentProfileCreator: ({ creator, onCreatorLinkClick, isLoading: isLoading, }: {
7
7
  creator?: {
8
- type: 'CUSTOMER';
8
+ type: "CUSTOMER";
9
9
  name: string;
10
10
  profileLink: string;
11
- status?: "active" | "inactive" | undefined;
11
+ status?: "active" | "inactive";
12
12
  } | {
13
- type: 'SYSTEM';
13
+ type: "SYSTEM";
14
14
  } | {
15
- type: 'THIRD_PARTY';
15
+ type: "THIRD_PARTY";
16
16
  name: string;
17
17
  } | {
18
- type: 'FORGE';
18
+ type: "FORGE";
19
19
  name: string;
20
20
  } | {
21
- type: 'OOTB';
21
+ type: "OOTB";
22
22
  name: string;
23
- } | undefined;
23
+ };
24
24
  isLoading: boolean;
25
25
  onCreatorLinkClick: () => void;
26
26
  }) => JSX.Element | null;
27
27
  export declare const AgentProfileInfo: ({ agentName, agentDescription, creatorRender, starCountRender, isStarred, isHidden, onStarToggle, }: {
28
28
  agentName: string;
29
- agentDescription?: string | null | undefined;
29
+ agentDescription?: string | null;
30
30
  creatorRender: React.ReactNode;
31
31
  starCountRender: React.ReactNode;
32
32
  isStarred: boolean;
@@ -1,3 +1,3 @@
1
1
  import React from 'react';
2
2
  import { type NewCoreIconProps } from '@atlaskit/icon';
3
- export declare const ChatPillIcon: (props: Omit<NewCoreIconProps, 'label' | 'glyph'>) => React.JSX.Element;
3
+ export declare const ChatPillIcon: (props: Omit<NewCoreIconProps, "label" | "glyph">) => React.JSX.Element;
@@ -1,12 +1,11 @@
1
- /// <reference types="react" />
2
1
  import { type ButtonProps } from '@atlaskit/button';
3
2
  export type ChatPillProps = Omit<ButtonProps, 'iconBefore'> & {
4
3
  whiteSpacePreWrap?: boolean;
5
4
  renderIcon?: boolean;
6
5
  };
7
6
  export declare const ChatPill: import("react").ForwardRefExoticComponent<Omit<ButtonProps, "iconBefore"> & {
8
- whiteSpacePreWrap?: boolean | undefined;
9
- renderIcon?: boolean | undefined;
7
+ whiteSpacePreWrap?: boolean;
8
+ renderIcon?: boolean;
10
9
  } & import("react").RefAttributes<HTMLButtonElement>>;
11
10
  export type BrowseAgentsPillProps = Omit<ButtonProps, 'iconBefore' | 'children'>;
12
11
  export declare const BrowseAgentsPill: import("react").ForwardRefExoticComponent<BrowseAgentsPillProps & import("react").RefAttributes<HTMLButtonElement>>;
@@ -1,3 +1,3 @@
1
1
  import React from 'react';
2
2
  import { type NewCoreIconProps } from '@atlaskit/icon';
3
- export declare const HiddenIcon: (props: Omit<NewCoreIconProps, 'glyph'>) => React.JSX.Element;
3
+ export declare const HiddenIcon: (props: Omit<NewCoreIconProps, "glyph">) => React.JSX.Element;
@@ -6,5 +6,5 @@
6
6
  import { type KeyboardEvent, type MouseEvent } from 'react';
7
7
  export declare const LinkIconButton: ({ handleCopy, visible, }: {
8
8
  handleCopy: (e: MouseEvent<Element, globalThis.MouseEvent> | KeyboardEvent<Element>) => void;
9
- visible?: boolean | undefined;
9
+ visible?: boolean;
10
10
  }) => JSX.Element;
@@ -6,5 +6,5 @@ import { type KeyboardEvent, type MouseEvent } from 'react';
6
6
  export declare const StarIconButton: ({ isStarred, handleToggle, visible, }: {
7
7
  isStarred: boolean;
8
8
  handleToggle: (e: MouseEvent<Element, globalThis.MouseEvent> | KeyboardEvent<Element>) => void;
9
- visible?: boolean | undefined;
9
+ visible?: boolean;
10
10
  }) => JSX.Element;
@@ -0,0 +1,10 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ declare const _default: {
8
+ 'rovo-chat.view-agent.more-actions-for-label': string;
9
+ };
10
+ export default _default;
@@ -0,0 +1,10 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ declare const _default: {
8
+ 'rovo-chat.view-agent.more-actions-for-label': string;
9
+ };
10
+ export default _default;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { type SizeType } from '@atlaskit/avatar';
3
2
  export declare const yellowColor: {
4
3
  primary: string;
@@ -31,10 +30,10 @@ type GeneratedAvatarProps = {
31
30
  * agentId examples:
32
31
  * cd002f25-46e4-4023-80ff-32e4d90849b4
33
32
  */
34
- export declare const getNumberIdForAvatar: ({ agentIdentityAccountId, agentId, }: Pick<GeneratedAvatarProps, 'agentIdentityAccountId' | 'agentId'>) => number | null;
35
- export declare const AgentBanner: ({ agentNamedId, agentId, agentIdentityAccountId, height, fillSpace, }: Pick<GeneratedAvatarProps, "agentIdentityAccountId" | "agentId" | "agentNamedId"> & {
36
- height?: number | undefined;
37
- fillSpace?: boolean | undefined;
33
+ export declare const getNumberIdForAvatar: ({ agentIdentityAccountId, agentId, }: Pick<GeneratedAvatarProps, "agentIdentityAccountId" | "agentId">) => number | null;
34
+ export declare const AgentBanner: ({ agentNamedId, agentId, agentIdentityAccountId, height, fillSpace, }: Pick<GeneratedAvatarProps, "agentId" | "agentNamedId" | "agentIdentityAccountId"> & {
35
+ height?: number;
36
+ fillSpace?: boolean;
38
37
  }) => JSX.Element;
39
38
  export declare const GeneratedAvatar: (props: GeneratedAvatarProps) => JSX.Element;
40
39
  export {};
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { type SizeType } from '@atlaskit/avatar';
3
2
  type AgentAvatarProps = {
4
3
  imageUrl?: string;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  /**
3
2
  * @jsxRuntime classic
4
3
  * @jsx jsx
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export declare const AgentStarCount: ({ starCount, isLoading, }: {
3
2
  starCount: number | null | undefined;
4
3
  isLoading: boolean;
@@ -5,28 +5,28 @@
5
5
  import React from 'react';
6
6
  export declare const AgentProfileCreator: ({ creator, onCreatorLinkClick, isLoading: isLoading, }: {
7
7
  creator?: {
8
- type: 'CUSTOMER';
8
+ type: "CUSTOMER";
9
9
  name: string;
10
10
  profileLink: string;
11
- status?: "active" | "inactive" | undefined;
11
+ status?: "active" | "inactive";
12
12
  } | {
13
- type: 'SYSTEM';
13
+ type: "SYSTEM";
14
14
  } | {
15
- type: 'THIRD_PARTY';
15
+ type: "THIRD_PARTY";
16
16
  name: string;
17
17
  } | {
18
- type: 'FORGE';
18
+ type: "FORGE";
19
19
  name: string;
20
20
  } | {
21
- type: 'OOTB';
21
+ type: "OOTB";
22
22
  name: string;
23
- } | undefined;
23
+ };
24
24
  isLoading: boolean;
25
25
  onCreatorLinkClick: () => void;
26
26
  }) => JSX.Element | null;
27
27
  export declare const AgentProfileInfo: ({ agentName, agentDescription, creatorRender, starCountRender, isStarred, isHidden, onStarToggle, }: {
28
28
  agentName: string;
29
- agentDescription?: string | null | undefined;
29
+ agentDescription?: string | null;
30
30
  creatorRender: React.ReactNode;
31
31
  starCountRender: React.ReactNode;
32
32
  isStarred: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/rovo-agent-components",
3
- "version": "3.1.0",
3
+ "version": "3.1.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",
@@ -31,24 +31,21 @@
31
31
  "*.compiled.css"
32
32
  ],
33
33
  "atlaskit:src": "src/index.ts",
34
- "af:exports": {
35
- ".": "./src/index.ts"
36
- },
37
34
  "dependencies": {
38
35
  "@atlaskit/analytics-next": "^11.1.0",
39
36
  "@atlaskit/avatar": "^25.1.0",
40
- "@atlaskit/button": "^23.3.0",
37
+ "@atlaskit/button": "^23.4.0",
41
38
  "@atlaskit/css": "^0.12.0",
42
39
  "@atlaskit/dropdown-menu": "^16.3.0",
43
40
  "@atlaskit/heading": "^5.2.0",
44
- "@atlaskit/icon": "^27.10.0",
41
+ "@atlaskit/icon": "^28.1.0",
45
42
  "@atlaskit/legacy-custom-icons": "^0.22.0",
46
43
  "@atlaskit/link": "^3.2.0",
47
- "@atlaskit/logo": "^19.6.0",
44
+ "@atlaskit/logo": "^19.7.0",
48
45
  "@atlaskit/platform-feature-flags": "^1.1.0",
49
- "@atlaskit/primitives": "^14.11.0",
46
+ "@atlaskit/primitives": "^14.12.0",
50
47
  "@atlaskit/skeleton": "^2.1.0",
51
- "@atlaskit/tokens": "^6.0.0",
48
+ "@atlaskit/tokens": "^6.1.0",
52
49
  "@atlaskit/tooltip": "^20.4.0",
53
50
  "@babel/runtime": "^7.0.0",
54
51
  "@compiled/react": "^0.18.3",
@@ -62,7 +59,6 @@
62
59
  "@af/integration-testing": "workspace:^",
63
60
  "@af/visual-regression": "workspace:^",
64
61
  "@atlaskit/ssr": "workspace:^",
65
- "@atlaskit/visual-regression": "workspace:^",
66
62
  "@atlassian/feature-flags-test-utils": "^0.3.0",
67
63
  "@testing-library/react": "^13.4.0",
68
64
  "@testing-library/react-hooks": "^8.0.1",