@atlaskit/rovo-agent-components 3.2.0 → 3.2.1
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 +6 -0
- package/dist/cjs/ui/agent-avatar/agent-avatar-skeleton/index.js +2 -2
- package/dist/es2019/ui/agent-avatar/agent-avatar-skeleton/index.js +2 -2
- package/dist/es2019/ui/agent-menu-item-skeleton/index.js +1 -1
- package/dist/esm/ui/agent-avatar/agent-avatar-skeleton/index.js +2 -2
- package/dist/esm/ui/agent-menu-item-skeleton/index.js +1 -1
- package/dist/types/ui/agent-menu-item-skeleton/index.d.ts +1 -1
- package/dist/types-ts4.5/ui/agent-menu-item-skeleton/index.d.ts +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -36,7 +36,7 @@ var AgentAvatarSkeleton = exports.AgentAvatarSkeleton = function AgentAvatarSkel
|
|
|
36
36
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/enforce-style-prop, @atlaskit/ui-styling-standard/no-unsafe-values
|
|
37
37
|
clipPath: _index.AGENT_AVATAR_CLIP_PATH
|
|
38
38
|
},
|
|
39
|
-
testId: testId ? "".concat(testId, "-wrapper") :
|
|
39
|
+
testId: testId ? "".concat(testId, "-wrapper") : 'agent-avatar-skeleton-wrapper'
|
|
40
40
|
}, /*#__PURE__*/React.createElement(_skeleton.default, {
|
|
41
41
|
width: "100%",
|
|
42
42
|
height: "100%",
|
|
@@ -44,6 +44,6 @@ var AgentAvatarSkeleton = exports.AgentAvatarSkeleton = function AgentAvatarSkel
|
|
|
44
44
|
isShimmering: isShimmering,
|
|
45
45
|
color: color,
|
|
46
46
|
ShimmeringEndColor: shimmeringEndColor,
|
|
47
|
-
testId: testId !== null && testId !== void 0 ? testId :
|
|
47
|
+
testId: testId !== null && testId !== void 0 ? testId : 'agent-avatar-skeleton'
|
|
48
48
|
}));
|
|
49
49
|
};
|
|
@@ -27,7 +27,7 @@ export const AgentAvatarSkeleton = ({
|
|
|
27
27
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/enforce-style-prop, @atlaskit/ui-styling-standard/no-unsafe-values
|
|
28
28
|
clipPath: AGENT_AVATAR_CLIP_PATH
|
|
29
29
|
},
|
|
30
|
-
testId: testId ? `${testId}-wrapper` :
|
|
30
|
+
testId: testId ? `${testId}-wrapper` : 'agent-avatar-skeleton-wrapper'
|
|
31
31
|
}, /*#__PURE__*/React.createElement(Skeleton, {
|
|
32
32
|
width: "100%",
|
|
33
33
|
height: "100%",
|
|
@@ -35,6 +35,6 @@ export const AgentAvatarSkeleton = ({
|
|
|
35
35
|
isShimmering: isShimmering,
|
|
36
36
|
color: color,
|
|
37
37
|
ShimmeringEndColor: shimmeringEndColor,
|
|
38
|
-
testId: testId !== null && testId !== void 0 ? testId :
|
|
38
|
+
testId: testId !== null && testId !== void 0 ? testId : 'agent-avatar-skeleton'
|
|
39
39
|
}));
|
|
40
40
|
};
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import "./index.compiled.css";
|
|
3
3
|
import { ax, ix } from "@compiled/react/runtime";
|
|
4
4
|
import React from 'react';
|
|
5
|
-
import { Box } from
|
|
5
|
+
import { Box } from '@atlaskit/primitives/compiled';
|
|
6
6
|
import Skeleton from '@atlaskit/skeleton';
|
|
7
7
|
// eslint-disable-next-line @atlassian/tangerine/import/no-parent-imports
|
|
8
8
|
import { AgentAvatarSkeleton } from '../agent-avatar/agent-avatar-skeleton';
|
|
@@ -28,7 +28,7 @@ export var AgentAvatarSkeleton = function AgentAvatarSkeleton(_ref) {
|
|
|
28
28
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/enforce-style-prop, @atlaskit/ui-styling-standard/no-unsafe-values
|
|
29
29
|
clipPath: AGENT_AVATAR_CLIP_PATH
|
|
30
30
|
},
|
|
31
|
-
testId: testId ? "".concat(testId, "-wrapper") :
|
|
31
|
+
testId: testId ? "".concat(testId, "-wrapper") : 'agent-avatar-skeleton-wrapper'
|
|
32
32
|
}, /*#__PURE__*/React.createElement(Skeleton, {
|
|
33
33
|
width: "100%",
|
|
34
34
|
height: "100%",
|
|
@@ -36,6 +36,6 @@ export var AgentAvatarSkeleton = function AgentAvatarSkeleton(_ref) {
|
|
|
36
36
|
isShimmering: isShimmering,
|
|
37
37
|
color: color,
|
|
38
38
|
ShimmeringEndColor: shimmeringEndColor,
|
|
39
|
-
testId: testId !== null && testId !== void 0 ? testId :
|
|
39
|
+
testId: testId !== null && testId !== void 0 ? testId : 'agent-avatar-skeleton'
|
|
40
40
|
}));
|
|
41
41
|
};
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import "./index.compiled.css";
|
|
3
3
|
import { ax, ix } from "@compiled/react/runtime";
|
|
4
4
|
import React from 'react';
|
|
5
|
-
import { Box } from
|
|
5
|
+
import { Box } from '@atlaskit/primitives/compiled';
|
|
6
6
|
import Skeleton from '@atlaskit/skeleton';
|
|
7
7
|
// eslint-disable-next-line @atlassian/tangerine/import/no-parent-imports
|
|
8
8
|
import { AgentAvatarSkeleton } from '../agent-avatar/agent-avatar-skeleton';
|
|
@@ -7,5 +7,5 @@ interface AgentMenuItemSkeletonProps {
|
|
|
7
7
|
skeletonTextWidth?: number;
|
|
8
8
|
skeletonAvatarSize?: SizeType;
|
|
9
9
|
}
|
|
10
|
-
export declare const AgentMenuItemSkeleton: ({ index, containerHeight, skeletonTextHeight, skeletonTextWidth, skeletonAvatarSize }: AgentMenuItemSkeletonProps) => React.JSX.Element;
|
|
10
|
+
export declare const AgentMenuItemSkeleton: ({ index, containerHeight, skeletonTextHeight, skeletonTextWidth, skeletonAvatarSize, }: AgentMenuItemSkeletonProps) => React.JSX.Element;
|
|
11
11
|
export {};
|
|
@@ -7,5 +7,5 @@ interface AgentMenuItemSkeletonProps {
|
|
|
7
7
|
skeletonTextWidth?: number;
|
|
8
8
|
skeletonAvatarSize?: SizeType;
|
|
9
9
|
}
|
|
10
|
-
export declare const AgentMenuItemSkeleton: ({ index, containerHeight, skeletonTextHeight, skeletonTextWidth, skeletonAvatarSize }: AgentMenuItemSkeletonProps) => React.JSX.Element;
|
|
10
|
+
export declare const AgentMenuItemSkeleton: ({ index, containerHeight, skeletonTextHeight, skeletonTextWidth, skeletonAvatarSize, }: AgentMenuItemSkeletonProps) => React.JSX.Element;
|
|
11
11
|
export {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/rovo-agent-components",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.1",
|
|
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",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"@atlaskit/analytics-next": "^11.1.0",
|
|
36
36
|
"@atlaskit/avatar": "^25.1.0",
|
|
37
37
|
"@atlaskit/button": "^23.4.0",
|
|
38
|
-
"@atlaskit/css": "^0.
|
|
38
|
+
"@atlaskit/css": "^0.13.0",
|
|
39
39
|
"@atlaskit/dropdown-menu": "^16.3.0",
|
|
40
40
|
"@atlaskit/heading": "^5.2.0",
|
|
41
41
|
"@atlaskit/icon": "^28.1.0",
|
|
@@ -43,9 +43,9 @@
|
|
|
43
43
|
"@atlaskit/link": "^3.2.0",
|
|
44
44
|
"@atlaskit/logo": "^19.7.0",
|
|
45
45
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
46
|
-
"@atlaskit/primitives": "^14.
|
|
46
|
+
"@atlaskit/primitives": "^14.13.0",
|
|
47
47
|
"@atlaskit/skeleton": "^2.1.0",
|
|
48
|
-
"@atlaskit/tokens": "^6.
|
|
48
|
+
"@atlaskit/tokens": "^6.2.0",
|
|
49
49
|
"@atlaskit/tooltip": "^20.4.0",
|
|
50
50
|
"@babel/runtime": "^7.0.0",
|
|
51
51
|
"@compiled/react": "^0.18.3",
|