@atlaskit/profilecard 25.1.15 → 25.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,24 @@
|
|
|
1
1
|
# @atlaskit/profilecard
|
|
2
2
|
|
|
3
|
+
## 25.2.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`0a345bc4f4b1e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0a345bc4f4b1e) -
|
|
8
|
+
Removed unused linked container card
|
|
9
|
+
|
|
10
|
+
### Patch Changes
|
|
11
|
+
|
|
12
|
+
- Updated dependencies
|
|
13
|
+
|
|
14
|
+
## 25.1.16
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- [`69b7956cd2bbf`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/69b7956cd2bbf) -
|
|
19
|
+
Fixed unit test
|
|
20
|
+
- Updated dependencies
|
|
21
|
+
|
|
3
22
|
## 25.1.15
|
|
4
23
|
|
|
5
24
|
### Patch Changes
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { type
|
|
3
|
-
export declare const TeamConnections: ({ containerType, title, containerIcon, link, }:
|
|
2
|
+
import { type TeamLinkCardProps } from '@atlaskit/teams-public';
|
|
3
|
+
export declare const TeamConnections: ({ containerType, title, containerIcon, link, }: TeamLinkCardProps) => React.JSX.Element;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { type
|
|
3
|
-
export declare const TeamConnections: ({ containerType, title, containerIcon, link, }:
|
|
2
|
+
import { type TeamLinkCardProps } from '@atlaskit/teams-public';
|
|
3
|
+
export declare const TeamConnections: ({ containerType, title, containerIcon, link, }: TeamLinkCardProps) => React.JSX.Element;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/profilecard",
|
|
3
|
-
"version": "25.
|
|
3
|
+
"version": "25.2.0",
|
|
4
4
|
"description": "A React component to display a card with user information.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"@atlaskit/css": "^0.19.0",
|
|
55
55
|
"@atlaskit/dropdown-menu": "^16.8.0",
|
|
56
56
|
"@atlaskit/empty-state": "^10.2.0",
|
|
57
|
-
"@atlaskit/give-kudos": "^5.
|
|
57
|
+
"@atlaskit/give-kudos": "^5.5.0",
|
|
58
58
|
"@atlaskit/heading": "^5.4.0",
|
|
59
59
|
"@atlaskit/icon": "^34.3.0",
|
|
60
60
|
"@atlaskit/link": "3.4.2",
|
|
@@ -66,15 +66,15 @@
|
|
|
66
66
|
"@atlaskit/popup": "^4.17.0",
|
|
67
67
|
"@atlaskit/primitives": "^19.0.0",
|
|
68
68
|
"@atlaskit/rovo-agent-components": "^4.4.0",
|
|
69
|
-
"@atlaskit/rovo-triggers": "^
|
|
69
|
+
"@atlaskit/rovo-triggers": "^6.0.0",
|
|
70
70
|
"@atlaskit/spinner": "^19.1.0",
|
|
71
71
|
"@atlaskit/teams-app-config": "^1.12.0",
|
|
72
72
|
"@atlaskit/teams-app-internal-analytics": "^1.27.0",
|
|
73
|
-
"@atlaskit/teams-app-internal-navigation": "^1.
|
|
73
|
+
"@atlaskit/teams-app-internal-navigation": "^1.9.0",
|
|
74
74
|
"@atlaskit/teams-avatar": "^2.6.0",
|
|
75
|
-
"@atlaskit/teams-public": "^1.
|
|
75
|
+
"@atlaskit/teams-public": "^1.2.0",
|
|
76
76
|
"@atlaskit/theme": "^23.2.0",
|
|
77
|
-
"@atlaskit/tmp-editor-statsig": "^
|
|
77
|
+
"@atlaskit/tmp-editor-statsig": "^74.4.0",
|
|
78
78
|
"@atlaskit/tokens": "^13.0.0",
|
|
79
79
|
"@atlaskit/tooltip": "^21.2.0",
|
|
80
80
|
"@babel/runtime": "^7.0.0",
|