@atlaskit/teams-public 2.5.1 → 2.5.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.
package/CHANGELOG.md
CHANGED
|
@@ -27,9 +27,9 @@ export interface TeamWebLink {
|
|
|
27
27
|
teamId?: string;
|
|
28
28
|
}
|
|
29
29
|
export type NewTeamWebLink = Omit<TeamWebLink, 'linkId'>;
|
|
30
|
-
export declare const USER_ARI_PREFIX:
|
|
30
|
+
export declare const USER_ARI_PREFIX: 'ari:cloud:identity::user/';
|
|
31
31
|
export type UserARI = `${typeof USER_ARI_PREFIX}${string}`;
|
|
32
|
-
export declare const TEAM_ARI_PREFIX:
|
|
32
|
+
export declare const TEAM_ARI_PREFIX: 'ari:cloud:identity::team/';
|
|
33
33
|
export type TeamARI = `${typeof TEAM_ARI_PREFIX}${string}`;
|
|
34
34
|
export type UserStatus = 'active' | 'inactive' | 'closed';
|
|
35
35
|
export type TeamState = 'ACTIVE' | 'PURGED' | 'DISBANDED';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { StoreActionApi } from 'react-sweet-state';
|
|
2
|
-
export declare const SUPPORTED_PRODUCTS: readonly [
|
|
2
|
+
export declare const SUPPORTED_PRODUCTS: readonly ['confluence', 'jira', 'loom'];
|
|
3
3
|
export type ProductPermissionRequestBodyType = {
|
|
4
4
|
permissionId: keyof ProductPermissionsType;
|
|
5
5
|
resourceId: string;
|
package/package.json
CHANGED
|
@@ -25,19 +25,19 @@
|
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"@atlaskit/afm-i18n-platform-people-and-teams-teams-public": "2.193.0",
|
|
27
27
|
"@atlaskit/analytics-next": "^12.3.0",
|
|
28
|
-
"@atlaskit/avatar": "^26.
|
|
28
|
+
"@atlaskit/avatar": "^26.4.0",
|
|
29
29
|
"@atlaskit/button": "^24.3.0",
|
|
30
30
|
"@atlaskit/css": "^1.0.0",
|
|
31
|
-
"@atlaskit/dropdown-menu": "^17.
|
|
31
|
+
"@atlaskit/dropdown-menu": "^17.2.0",
|
|
32
32
|
"@atlaskit/feature-gate-js-client": "^6.0.0",
|
|
33
|
-
"@atlaskit/heading": "^
|
|
34
|
-
"@atlaskit/icon": "^37.
|
|
33
|
+
"@atlaskit/heading": "^7.0.0",
|
|
34
|
+
"@atlaskit/icon": "^37.2.0",
|
|
35
35
|
"@atlaskit/image": "^4.2.0",
|
|
36
|
-
"@atlaskit/link": "^
|
|
37
|
-
"@atlaskit/modal-dialog": "^16.
|
|
36
|
+
"@atlaskit/link": "^5.0.0",
|
|
37
|
+
"@atlaskit/modal-dialog": "^16.2.0",
|
|
38
38
|
"@atlaskit/people-teams-ui-public": "^5.1.0",
|
|
39
39
|
"@atlaskit/platform-feature-flags": "^2.1.0",
|
|
40
|
-
"@atlaskit/primitives": "^22.
|
|
40
|
+
"@atlaskit/primitives": "^22.2.0",
|
|
41
41
|
"@atlaskit/react-compiler-gating": "^0.2.0",
|
|
42
42
|
"@atlaskit/skeleton": "^4.2.0",
|
|
43
43
|
"@atlaskit/teams-app-internal-analytics": "^2.2.0",
|
|
@@ -45,8 +45,8 @@
|
|
|
45
45
|
"@atlaskit/teams-app-internal-product-permissions": "^2.1.0",
|
|
46
46
|
"@atlaskit/teams-client": "^5.1.0",
|
|
47
47
|
"@atlaskit/tile": "^2.3.0",
|
|
48
|
-
"@atlaskit/tokens": "^16.
|
|
49
|
-
"@atlaskit/tooltip": "^
|
|
48
|
+
"@atlaskit/tokens": "^16.3.0",
|
|
49
|
+
"@atlaskit/tooltip": "^24.0.0",
|
|
50
50
|
"@babel/runtime": "^7.0.0",
|
|
51
51
|
"@compiled/react": "^1.0.0",
|
|
52
52
|
"@types/string-hash": "^1.1.3",
|
|
@@ -111,7 +111,7 @@
|
|
|
111
111
|
}
|
|
112
112
|
},
|
|
113
113
|
"name": "@atlaskit/teams-public",
|
|
114
|
-
"version": "2.5.
|
|
114
|
+
"version": "2.5.2",
|
|
115
115
|
"description": "Public components related to teams",
|
|
116
116
|
"author": "Atlassian Pty Ltd",
|
|
117
117
|
"license": "Apache-2.0",
|