@atlaskit/teams-public 2.3.0 → 2.4.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 +17 -0
- package/compass.yml +38 -0
- package/package.json +21 -42
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# @atlaskit/teams-public
|
|
2
2
|
|
|
3
|
+
## 2.4.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`2f56c78f969b8`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2f56c78f969b8) -
|
|
8
|
+
Update i18n NPM package versions for teamwork-graph (Group 16)
|
|
9
|
+
|
|
10
|
+
### Patch Changes
|
|
11
|
+
|
|
12
|
+
- Updated dependencies
|
|
13
|
+
|
|
14
|
+
## 2.3.1
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- Updated dependencies
|
|
19
|
+
|
|
3
20
|
## 2.3.0
|
|
4
21
|
|
|
5
22
|
### Minor Changes
|
package/compass.yml
ADDED
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
configVersion: 1
|
|
2
|
+
id: ari:cloud:compass:a436116f-02ce-4520-8fbb-7301462a1674:component/c5751cc6-3513-4070-9deb-af31e86aed34/4ed76500-3bcb-44b3-bf9d-e515a2dca967
|
|
3
|
+
name: '@atlaskit/teams-public'
|
|
4
|
+
ownerId: ari:cloud:identity::team/og-c0632dbd-17ef-49bc-b053-208b9fd565c5 # People and Teams Collective
|
|
5
|
+
labels:
|
|
6
|
+
- platform-code
|
|
7
|
+
- platform-afm
|
|
8
|
+
typeId: OTHER
|
|
9
|
+
fields:
|
|
10
|
+
tier: 4
|
|
11
|
+
lifecycle: Active
|
|
12
|
+
isMonorepoProject: true
|
|
13
|
+
links:
|
|
14
|
+
- name: Root Repository
|
|
15
|
+
type: REPOSITORY
|
|
16
|
+
url: https://bitbucket.org/atlassian/atlassian-frontend-monorepo/src/master
|
|
17
|
+
- name: Slack Channel
|
|
18
|
+
type: CHAT_CHANNEL
|
|
19
|
+
url: https://atlassian.enterprise.slack.com/archives/C024C40LREH # #pt-frontend
|
|
20
|
+
- name: Teams Public
|
|
21
|
+
type: REPOSITORY
|
|
22
|
+
url: https://bitbucket.org/atlassian/atlassian-frontend-monorepo/src/master/platform/packages/people-and-teams/teams-public
|
|
23
|
+
customFields:
|
|
24
|
+
- name: Department
|
|
25
|
+
type: text
|
|
26
|
+
value: Eng - Atlas - Spoonsteen
|
|
27
|
+
- name: Technical Owner
|
|
28
|
+
type: user
|
|
29
|
+
value: ari:cloud:identity::user/60eee7cec94cc20068ac280c # Alex O'Shannessy
|
|
30
|
+
- name: Required Reviewers Opt In
|
|
31
|
+
type: boolean
|
|
32
|
+
value: true
|
|
33
|
+
- name: Reviewer Selection Mechanism
|
|
34
|
+
type: text
|
|
35
|
+
value: random(2)
|
|
36
|
+
- name: Required Reviewer Approvals
|
|
37
|
+
type: number
|
|
38
|
+
value: 1
|
package/package.json
CHANGED
|
@@ -18,34 +18,32 @@
|
|
|
18
18
|
"module": "dist/esm/index.js",
|
|
19
19
|
"module:es2019": "dist/es2019/index.js",
|
|
20
20
|
"types": "dist/types/index.d.ts",
|
|
21
|
-
"sideEffects": [
|
|
22
|
-
"*.compiled.css"
|
|
23
|
-
],
|
|
21
|
+
"sideEffects": ["*.compiled.css"],
|
|
24
22
|
"atlaskit:src": "src/index.ts",
|
|
25
23
|
"dependencies": {
|
|
26
24
|
"@atlaskit/afm-i18n-platform-people-and-teams-teams-public": "2.172.0",
|
|
27
|
-
"@atlaskit/analytics-next": "^12.
|
|
25
|
+
"@atlaskit/analytics-next": "^12.2.0",
|
|
28
26
|
"@atlaskit/avatar": "^26.1.0",
|
|
29
27
|
"@atlaskit/button": "^24.3.0",
|
|
30
28
|
"@atlaskit/css": "^1.0.0",
|
|
31
29
|
"@atlaskit/dropdown-menu": "^17.1.0",
|
|
32
30
|
"@atlaskit/feature-gate-js-client": "^6.0.0",
|
|
33
|
-
"@atlaskit/heading": "^6.
|
|
34
|
-
"@atlaskit/icon": "^36.
|
|
31
|
+
"@atlaskit/heading": "^6.2.0",
|
|
32
|
+
"@atlaskit/icon": "^36.2.0",
|
|
35
33
|
"@atlaskit/image": "^4.1.0",
|
|
36
34
|
"@atlaskit/link": "^4.1.0",
|
|
37
35
|
"@atlaskit/modal-dialog": "^16.1.0",
|
|
38
36
|
"@atlaskit/people-teams-ui-public": "^5.1.0",
|
|
39
37
|
"@atlaskit/platform-feature-flags": "^2.0.0",
|
|
40
|
-
"@atlaskit/primitives": "^20.
|
|
38
|
+
"@atlaskit/primitives": "^20.5.0",
|
|
41
39
|
"@atlaskit/react-compiler-gating": "^0.2.0",
|
|
42
|
-
"@atlaskit/skeleton": "^
|
|
40
|
+
"@atlaskit/skeleton": "^4.1.0",
|
|
43
41
|
"@atlaskit/teams-app-internal-analytics": "^2.2.0",
|
|
44
42
|
"@atlaskit/teams-app-internal-navigation": "^2.1.0",
|
|
45
43
|
"@atlaskit/teams-app-internal-product-permissions": "^2.1.0",
|
|
46
44
|
"@atlaskit/teams-client": "^5.1.0",
|
|
47
|
-
"@atlaskit/tile": "^2.
|
|
48
|
-
"@atlaskit/tokens": "^15.
|
|
45
|
+
"@atlaskit/tile": "^2.2.0",
|
|
46
|
+
"@atlaskit/tokens": "^15.5.0",
|
|
49
47
|
"@atlaskit/tooltip": "^23.1.0",
|
|
50
48
|
"@babel/runtime": "^7.0.0",
|
|
51
49
|
"@compiled/react": "^0.20.0",
|
|
@@ -67,9 +65,9 @@
|
|
|
67
65
|
"@atlaskit/ssr": "workspace:^",
|
|
68
66
|
"@atlassian/a11y-jest-testing": "^0.13.0",
|
|
69
67
|
"@atlassian/feature-flags-test-utils": "^1.1.0",
|
|
70
|
-
"@atlassian/ptc-test-utils": "^0.
|
|
71
|
-
"@atlassian/teams-app-internal-playground": "^2.
|
|
72
|
-
"@atlassian/testing-library": "^0.
|
|
68
|
+
"@atlassian/ptc-test-utils": "^0.14.0",
|
|
69
|
+
"@atlassian/teams-app-internal-playground": "^2.8.0",
|
|
70
|
+
"@atlassian/testing-library": "^0.10.0",
|
|
73
71
|
"@testing-library/react": "^16.3.0",
|
|
74
72
|
"@testing-library/user-event": "^14.4.3",
|
|
75
73
|
"react": "^18.2.0",
|
|
@@ -78,40 +76,21 @@
|
|
|
78
76
|
},
|
|
79
77
|
"techstack": {
|
|
80
78
|
"@atlassian/frontend": {
|
|
81
|
-
"import-structure": [
|
|
82
|
-
|
|
83
|
-
],
|
|
84
|
-
"circular-dependencies": [
|
|
85
|
-
"file-and-folder-level"
|
|
86
|
-
]
|
|
79
|
+
"import-structure": ["atlassian-conventions"],
|
|
80
|
+
"circular-dependencies": ["file-and-folder-level"]
|
|
87
81
|
},
|
|
88
82
|
"@repo/internal": {
|
|
89
|
-
"analytics": [
|
|
90
|
-
|
|
91
|
-
],
|
|
92
|
-
"
|
|
93
|
-
|
|
94
|
-
],
|
|
95
|
-
"
|
|
96
|
-
"react-context"
|
|
97
|
-
],
|
|
98
|
-
"ui-components": [
|
|
99
|
-
"lite-mode"
|
|
100
|
-
],
|
|
101
|
-
"deprecation": [
|
|
102
|
-
"no-deprecated-imports"
|
|
103
|
-
],
|
|
104
|
-
"styling": [
|
|
105
|
-
"static",
|
|
106
|
-
"compiled"
|
|
107
|
-
],
|
|
108
|
-
"imports": [
|
|
109
|
-
"import-no-extraneous-disable-for-examples-and-docs"
|
|
110
|
-
]
|
|
83
|
+
"analytics": ["analytics-next"],
|
|
84
|
+
"design-tokens": ["color"],
|
|
85
|
+
"theming": ["react-context"],
|
|
86
|
+
"ui-components": ["lite-mode"],
|
|
87
|
+
"deprecation": ["no-deprecated-imports"],
|
|
88
|
+
"styling": ["static", "compiled"],
|
|
89
|
+
"imports": ["import-no-extraneous-disable-for-examples-and-docs"]
|
|
111
90
|
}
|
|
112
91
|
},
|
|
113
92
|
"name": "@atlaskit/teams-public",
|
|
114
|
-
"version": "2.
|
|
93
|
+
"version": "2.4.0",
|
|
115
94
|
"description": "Public components related to teams",
|
|
116
95
|
"author": "Atlassian Pty Ltd",
|
|
117
96
|
"license": "Apache-2.0",
|