@atlaskit/teams-public 1.4.2 → 1.4.3
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 +7 -0
- package/dist/cjs/common/utils/get-container-properties.js +5 -5
- package/dist/cjs/ui/team-containers/add-container-card/add-container-card-button/index.js +4 -4
- package/dist/cjs/ui/team-containers/disconnect-dialog/index.js +3 -3
- package/dist/cjs/ui/team-containers/no-product-access-empty-state/index.js +1 -1
- package/dist/es2019/common/utils/get-container-properties.js +5 -5
- package/dist/es2019/ui/team-containers/add-container-card/add-container-card-button/index.js +4 -4
- package/dist/es2019/ui/team-containers/disconnect-dialog/index.js +4 -4
- package/dist/es2019/ui/team-containers/no-product-access-empty-state/index.js +1 -1
- package/dist/esm/common/utils/get-container-properties.js +5 -5
- package/dist/esm/ui/team-containers/add-container-card/add-container-card-button/index.js +4 -4
- package/dist/esm/ui/team-containers/disconnect-dialog/index.js +3 -3
- package/dist/esm/ui/team-containers/no-product-access-empty-state/index.js +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -37,7 +37,7 @@ var styles = {
|
|
|
37
37
|
var messages = exports.messages = (0, _reactIntl.defineMessages)({
|
|
38
38
|
addConfluenceContainerTitle: {
|
|
39
39
|
id: 'ptc-directory.team-profile-page.team-containers.add-confluence-space-title',
|
|
40
|
-
defaultMessage: 'Add space',
|
|
40
|
+
defaultMessage: 'Add Confluence space',
|
|
41
41
|
description: 'Title of the card to add a Confluence space to a team'
|
|
42
42
|
},
|
|
43
43
|
confluenceContainerDescription: {
|
|
@@ -47,18 +47,18 @@ var messages = exports.messages = (0, _reactIntl.defineMessages)({
|
|
|
47
47
|
},
|
|
48
48
|
addLoomSpace: {
|
|
49
49
|
id: 'ptc-directory.team-profile-page.team-containers.add-loom-space',
|
|
50
|
-
defaultMessage: 'Add Loom
|
|
50
|
+
defaultMessage: 'Add Loom space',
|
|
51
51
|
description: 'Title of the card to add a Loom space to a team'
|
|
52
52
|
},
|
|
53
53
|
addJiraProject: {
|
|
54
54
|
id: 'ptc-directory.team-profile-page.team-containers.add-jira-project',
|
|
55
|
-
defaultMessage: 'Add Jira
|
|
56
|
-
description: 'Title of the card to add a Jira
|
|
55
|
+
defaultMessage: 'Add Jira space',
|
|
56
|
+
description: 'Title of the card to add a Jira space to a team'
|
|
57
57
|
},
|
|
58
58
|
jiraProjectDescription: {
|
|
59
59
|
id: 'ptc-directory.team-profile-page.team-containers.add-jira-project-description',
|
|
60
60
|
defaultMessage: 'Jira',
|
|
61
|
-
description: 'Description of the card to add a Jira
|
|
61
|
+
description: 'Description of the card to add a Jira space to a team'
|
|
62
62
|
},
|
|
63
63
|
loomSpaceDescription: {
|
|
64
64
|
id: 'ptc-directory.team-profile-page.team-containers.add-loom-space-description',
|
|
@@ -77,13 +77,13 @@ var messages = (0, _reactIntl.defineMessages)({
|
|
|
77
77
|
},
|
|
78
78
|
addJiraProjectTitle: {
|
|
79
79
|
id: 'ptc-directory.team-profile-page.team-containers.create.add-jira-project-title',
|
|
80
|
-
defaultMessage: 'Jira
|
|
81
|
-
description: 'Title of the card to add a Jira
|
|
80
|
+
defaultMessage: 'Jira space',
|
|
81
|
+
description: 'Title of the card to add a Jira space to a team'
|
|
82
82
|
},
|
|
83
83
|
jiraProjectDescription: {
|
|
84
84
|
id: 'ptc-directory.team-profile-page.team-containers.create.add-jira-project-description',
|
|
85
|
-
defaultMessage: 'Plan out
|
|
86
|
-
description: 'Description of the card to add a Jira
|
|
85
|
+
defaultMessage: 'Plan out tasks',
|
|
86
|
+
description: 'Description of the card to add a Jira space to a team'
|
|
87
87
|
},
|
|
88
88
|
addWebLinkTitle: {
|
|
89
89
|
id: 'ptc-directory.team-profile-page.team-containers.create.add-web-link-title',
|
|
@@ -25,18 +25,18 @@ var messages = exports.messages = (0, _reactIntl.defineMessages)({
|
|
|
25
25
|
},
|
|
26
26
|
disconnectDialogDescription: {
|
|
27
27
|
id: 'ptc-directory.team-profile-page.team-containers.disconnect-dialog.description',
|
|
28
|
-
defaultMessage: "This team will no longer be connected to the {containerName} {containerType, select,\n\t\t\tJiraProject {Jira
|
|
28
|
+
defaultMessage: "This team will no longer be connected to the {containerName} {containerType, select,\n\t\t\tJiraProject {Jira space}\n\t\t\tConfluenceSpace {Confluence space}\n\t\t\tLoomSpace {Loom space}\n\t\t\tother {link}\n\t\t}.",
|
|
29
29
|
description: 'Description of the disconnect dialog for team containers'
|
|
30
30
|
},
|
|
31
31
|
disconnectDialogDisclaimer: {
|
|
32
32
|
id: 'ptc-directory.team-profile-page.team-containers.disconnect-dialog.disclaimer',
|
|
33
|
-
defaultMessage: "Disconnecting the team from the {containerType, select,\n\t\t\tJiraProject {
|
|
33
|
+
defaultMessage: "Disconnecting the team from the {containerType, select,\n\t\t\tJiraProject {space}\n\t\t\tConfluenceSpace {space}\n\t\t\tLoomSpace {space}\n\t\t\tother {link}\n\t\t} will not affect any work connected to the team within the {containerType, select,\n\t\t\tJiraProject {space}\n\t\t\tConfluenceSpace {space}\n\t\t\tLoomSpace {space}\n\t\t\tother {link}\n\t\t}.",
|
|
34
34
|
description: 'Disclaimer of the disconnect dialog for team containers'
|
|
35
35
|
},
|
|
36
36
|
disconnectDialogDisclaimerNew: {
|
|
37
37
|
id: 'ptc-directory.team-profile-page.team-containers.disconnect-dialog.disclaimer',
|
|
38
38
|
// eslint-disable-next-line @atlassian/i18n/no-complex-selectors
|
|
39
|
-
defaultMessage: "{containerType, select,\n\t\t\tJiraProject {Disconnecting the team from the
|
|
39
|
+
defaultMessage: "{containerType, select,\n\t\t\tJiraProject {Disconnecting the team from the space might affect work connected to the team within the space.}\n\t\t\tConfluenceSpace {Disconnecting the team from the space will not affect any work connected to the team within the space.}\n\t\t\tLoomSpace {Disconnecting the team from the space will not affect any work connected to the team within the space.}\n\t\t\tother {Disconnecting the team from the link will not affect any work connected to the team within the link.}\n\t\t}",
|
|
40
40
|
description: 'Disclaimer of the disconnect dialog for team containers'
|
|
41
41
|
},
|
|
42
42
|
disconnectDialogDisclaimerFallback: {
|
|
@@ -38,7 +38,7 @@ var messages = (0, _reactIntl.defineMessages)({
|
|
|
38
38
|
},
|
|
39
39
|
teamContainerEmptyStateDescription: {
|
|
40
40
|
id: 'ptc.team-profile-page.team-containers.empty-state.description',
|
|
41
|
-
defaultMessage: 'Your team can link their Jira
|
|
41
|
+
defaultMessage: 'Your team can link their Jira spaces, Confluence spaces here to show where they work',
|
|
42
42
|
description: 'Empty state description when user has no product access'
|
|
43
43
|
}
|
|
44
44
|
});
|
|
@@ -27,7 +27,7 @@ const styles = {
|
|
|
27
27
|
export const messages = defineMessages({
|
|
28
28
|
addConfluenceContainerTitle: {
|
|
29
29
|
id: 'ptc-directory.team-profile-page.team-containers.add-confluence-space-title',
|
|
30
|
-
defaultMessage: 'Add space',
|
|
30
|
+
defaultMessage: 'Add Confluence space',
|
|
31
31
|
description: 'Title of the card to add a Confluence space to a team'
|
|
32
32
|
},
|
|
33
33
|
confluenceContainerDescription: {
|
|
@@ -37,18 +37,18 @@ export const messages = defineMessages({
|
|
|
37
37
|
},
|
|
38
38
|
addLoomSpace: {
|
|
39
39
|
id: 'ptc-directory.team-profile-page.team-containers.add-loom-space',
|
|
40
|
-
defaultMessage: 'Add Loom
|
|
40
|
+
defaultMessage: 'Add Loom space',
|
|
41
41
|
description: 'Title of the card to add a Loom space to a team'
|
|
42
42
|
},
|
|
43
43
|
addJiraProject: {
|
|
44
44
|
id: 'ptc-directory.team-profile-page.team-containers.add-jira-project',
|
|
45
|
-
defaultMessage: 'Add Jira
|
|
46
|
-
description: 'Title of the card to add a Jira
|
|
45
|
+
defaultMessage: 'Add Jira space',
|
|
46
|
+
description: 'Title of the card to add a Jira space to a team'
|
|
47
47
|
},
|
|
48
48
|
jiraProjectDescription: {
|
|
49
49
|
id: 'ptc-directory.team-profile-page.team-containers.add-jira-project-description',
|
|
50
50
|
defaultMessage: 'Jira',
|
|
51
|
-
description: 'Description of the card to add a Jira
|
|
51
|
+
description: 'Description of the card to add a Jira space to a team'
|
|
52
52
|
},
|
|
53
53
|
loomSpaceDescription: {
|
|
54
54
|
id: 'ptc-directory.team-profile-page.team-containers.add-loom-space-description',
|
package/dist/es2019/ui/team-containers/add-container-card/add-container-card-button/index.js
CHANGED
|
@@ -72,13 +72,13 @@ const messages = defineMessages({
|
|
|
72
72
|
},
|
|
73
73
|
addJiraProjectTitle: {
|
|
74
74
|
id: 'ptc-directory.team-profile-page.team-containers.create.add-jira-project-title',
|
|
75
|
-
defaultMessage: 'Jira
|
|
76
|
-
description: 'Title of the card to add a Jira
|
|
75
|
+
defaultMessage: 'Jira space',
|
|
76
|
+
description: 'Title of the card to add a Jira space to a team'
|
|
77
77
|
},
|
|
78
78
|
jiraProjectDescription: {
|
|
79
79
|
id: 'ptc-directory.team-profile-page.team-containers.create.add-jira-project-description',
|
|
80
|
-
defaultMessage: 'Plan out
|
|
81
|
-
description: 'Description of the card to add a Jira
|
|
80
|
+
defaultMessage: 'Plan out tasks',
|
|
81
|
+
description: 'Description of the card to add a Jira space to a team'
|
|
82
82
|
},
|
|
83
83
|
addWebLinkTitle: {
|
|
84
84
|
id: 'ptc-directory.team-profile-page.team-containers.create.add-web-link-title',
|
|
@@ -14,7 +14,7 @@ export const messages = defineMessages({
|
|
|
14
14
|
disconnectDialogDescription: {
|
|
15
15
|
id: 'ptc-directory.team-profile-page.team-containers.disconnect-dialog.description',
|
|
16
16
|
defaultMessage: `This team will no longer be connected to the {containerName} {containerType, select,
|
|
17
|
-
JiraProject {Jira
|
|
17
|
+
JiraProject {Jira space}
|
|
18
18
|
ConfluenceSpace {Confluence space}
|
|
19
19
|
LoomSpace {Loom space}
|
|
20
20
|
other {link}
|
|
@@ -24,12 +24,12 @@ export const messages = defineMessages({
|
|
|
24
24
|
disconnectDialogDisclaimer: {
|
|
25
25
|
id: 'ptc-directory.team-profile-page.team-containers.disconnect-dialog.disclaimer',
|
|
26
26
|
defaultMessage: `Disconnecting the team from the {containerType, select,
|
|
27
|
-
JiraProject {
|
|
27
|
+
JiraProject {space}
|
|
28
28
|
ConfluenceSpace {space}
|
|
29
29
|
LoomSpace {space}
|
|
30
30
|
other {link}
|
|
31
31
|
} will not affect any work connected to the team within the {containerType, select,
|
|
32
|
-
JiraProject {
|
|
32
|
+
JiraProject {space}
|
|
33
33
|
ConfluenceSpace {space}
|
|
34
34
|
LoomSpace {space}
|
|
35
35
|
other {link}
|
|
@@ -40,7 +40,7 @@ export const messages = defineMessages({
|
|
|
40
40
|
id: 'ptc-directory.team-profile-page.team-containers.disconnect-dialog.disclaimer',
|
|
41
41
|
// eslint-disable-next-line @atlassian/i18n/no-complex-selectors
|
|
42
42
|
defaultMessage: `{containerType, select,
|
|
43
|
-
JiraProject {Disconnecting the team from the
|
|
43
|
+
JiraProject {Disconnecting the team from the space might affect work connected to the team within the space.}
|
|
44
44
|
ConfluenceSpace {Disconnecting the team from the space will not affect any work connected to the team within the space.}
|
|
45
45
|
LoomSpace {Disconnecting the team from the space will not affect any work connected to the team within the space.}
|
|
46
46
|
other {Disconnecting the team from the link will not affect any work connected to the team within the link.}
|
|
@@ -31,7 +31,7 @@ const messages = defineMessages({
|
|
|
31
31
|
},
|
|
32
32
|
teamContainerEmptyStateDescription: {
|
|
33
33
|
id: 'ptc.team-profile-page.team-containers.empty-state.description',
|
|
34
|
-
defaultMessage: 'Your team can link their Jira
|
|
34
|
+
defaultMessage: 'Your team can link their Jira spaces, Confluence spaces here to show where they work',
|
|
35
35
|
description: 'Empty state description when user has no product access'
|
|
36
36
|
}
|
|
37
37
|
});
|
|
@@ -30,7 +30,7 @@ var styles = {
|
|
|
30
30
|
export var messages = defineMessages({
|
|
31
31
|
addConfluenceContainerTitle: {
|
|
32
32
|
id: 'ptc-directory.team-profile-page.team-containers.add-confluence-space-title',
|
|
33
|
-
defaultMessage: 'Add space',
|
|
33
|
+
defaultMessage: 'Add Confluence space',
|
|
34
34
|
description: 'Title of the card to add a Confluence space to a team'
|
|
35
35
|
},
|
|
36
36
|
confluenceContainerDescription: {
|
|
@@ -40,18 +40,18 @@ export var messages = defineMessages({
|
|
|
40
40
|
},
|
|
41
41
|
addLoomSpace: {
|
|
42
42
|
id: 'ptc-directory.team-profile-page.team-containers.add-loom-space',
|
|
43
|
-
defaultMessage: 'Add Loom
|
|
43
|
+
defaultMessage: 'Add Loom space',
|
|
44
44
|
description: 'Title of the card to add a Loom space to a team'
|
|
45
45
|
},
|
|
46
46
|
addJiraProject: {
|
|
47
47
|
id: 'ptc-directory.team-profile-page.team-containers.add-jira-project',
|
|
48
|
-
defaultMessage: 'Add Jira
|
|
49
|
-
description: 'Title of the card to add a Jira
|
|
48
|
+
defaultMessage: 'Add Jira space',
|
|
49
|
+
description: 'Title of the card to add a Jira space to a team'
|
|
50
50
|
},
|
|
51
51
|
jiraProjectDescription: {
|
|
52
52
|
id: 'ptc-directory.team-profile-page.team-containers.add-jira-project-description',
|
|
53
53
|
defaultMessage: 'Jira',
|
|
54
|
-
description: 'Description of the card to add a Jira
|
|
54
|
+
description: 'Description of the card to add a Jira space to a team'
|
|
55
55
|
},
|
|
56
56
|
loomSpaceDescription: {
|
|
57
57
|
id: 'ptc-directory.team-profile-page.team-containers.add-loom-space-description',
|
|
@@ -70,13 +70,13 @@ var messages = defineMessages({
|
|
|
70
70
|
},
|
|
71
71
|
addJiraProjectTitle: {
|
|
72
72
|
id: 'ptc-directory.team-profile-page.team-containers.create.add-jira-project-title',
|
|
73
|
-
defaultMessage: 'Jira
|
|
74
|
-
description: 'Title of the card to add a Jira
|
|
73
|
+
defaultMessage: 'Jira space',
|
|
74
|
+
description: 'Title of the card to add a Jira space to a team'
|
|
75
75
|
},
|
|
76
76
|
jiraProjectDescription: {
|
|
77
77
|
id: 'ptc-directory.team-profile-page.team-containers.create.add-jira-project-description',
|
|
78
|
-
defaultMessage: 'Plan out
|
|
79
|
-
description: 'Description of the card to add a Jira
|
|
78
|
+
defaultMessage: 'Plan out tasks',
|
|
79
|
+
description: 'Description of the card to add a Jira space to a team'
|
|
80
80
|
},
|
|
81
81
|
addWebLinkTitle: {
|
|
82
82
|
id: 'ptc-directory.team-profile-page.team-containers.create.add-web-link-title',
|
|
@@ -16,18 +16,18 @@ export var messages = defineMessages({
|
|
|
16
16
|
},
|
|
17
17
|
disconnectDialogDescription: {
|
|
18
18
|
id: 'ptc-directory.team-profile-page.team-containers.disconnect-dialog.description',
|
|
19
|
-
defaultMessage: "This team will no longer be connected to the {containerName} {containerType, select,\n\t\t\tJiraProject {Jira
|
|
19
|
+
defaultMessage: "This team will no longer be connected to the {containerName} {containerType, select,\n\t\t\tJiraProject {Jira space}\n\t\t\tConfluenceSpace {Confluence space}\n\t\t\tLoomSpace {Loom space}\n\t\t\tother {link}\n\t\t}.",
|
|
20
20
|
description: 'Description of the disconnect dialog for team containers'
|
|
21
21
|
},
|
|
22
22
|
disconnectDialogDisclaimer: {
|
|
23
23
|
id: 'ptc-directory.team-profile-page.team-containers.disconnect-dialog.disclaimer',
|
|
24
|
-
defaultMessage: "Disconnecting the team from the {containerType, select,\n\t\t\tJiraProject {
|
|
24
|
+
defaultMessage: "Disconnecting the team from the {containerType, select,\n\t\t\tJiraProject {space}\n\t\t\tConfluenceSpace {space}\n\t\t\tLoomSpace {space}\n\t\t\tother {link}\n\t\t} will not affect any work connected to the team within the {containerType, select,\n\t\t\tJiraProject {space}\n\t\t\tConfluenceSpace {space}\n\t\t\tLoomSpace {space}\n\t\t\tother {link}\n\t\t}.",
|
|
25
25
|
description: 'Disclaimer of the disconnect dialog for team containers'
|
|
26
26
|
},
|
|
27
27
|
disconnectDialogDisclaimerNew: {
|
|
28
28
|
id: 'ptc-directory.team-profile-page.team-containers.disconnect-dialog.disclaimer',
|
|
29
29
|
// eslint-disable-next-line @atlassian/i18n/no-complex-selectors
|
|
30
|
-
defaultMessage: "{containerType, select,\n\t\t\tJiraProject {Disconnecting the team from the
|
|
30
|
+
defaultMessage: "{containerType, select,\n\t\t\tJiraProject {Disconnecting the team from the space might affect work connected to the team within the space.}\n\t\t\tConfluenceSpace {Disconnecting the team from the space will not affect any work connected to the team within the space.}\n\t\t\tLoomSpace {Disconnecting the team from the space will not affect any work connected to the team within the space.}\n\t\t\tother {Disconnecting the team from the link will not affect any work connected to the team within the link.}\n\t\t}",
|
|
31
31
|
description: 'Disclaimer of the disconnect dialog for team containers'
|
|
32
32
|
},
|
|
33
33
|
disconnectDialogDisclaimerFallback: {
|
|
@@ -31,7 +31,7 @@ var messages = defineMessages({
|
|
|
31
31
|
},
|
|
32
32
|
teamContainerEmptyStateDescription: {
|
|
33
33
|
id: 'ptc.team-profile-page.team-containers.empty-state.description',
|
|
34
|
-
defaultMessage: 'Your team can link their Jira
|
|
34
|
+
defaultMessage: 'Your team can link their Jira spaces, Confluence spaces here to show where they work',
|
|
35
35
|
description: 'Empty state description when user has no product access'
|
|
36
36
|
}
|
|
37
37
|
});
|
package/package.json
CHANGED
|
@@ -52,10 +52,10 @@
|
|
|
52
52
|
"@atlaskit/teams-app-internal-product-permissions": "^1.4.0",
|
|
53
53
|
"@atlaskit/teams-client": "^4.33.0",
|
|
54
54
|
"@atlaskit/tile": "^1.1.0",
|
|
55
|
-
"@atlaskit/tokens": "^13.
|
|
55
|
+
"@atlaskit/tokens": "^13.3.0",
|
|
56
56
|
"@atlaskit/tooltip": "^22.6.0",
|
|
57
57
|
"@babel/runtime": "^7.0.0",
|
|
58
|
-
"@compiled/react": "
|
|
58
|
+
"@compiled/react": "patch:@compiled/react@npm%3A0.20.0#~/.yarn/patches/@compiled-react-npm-0.20.0-a771aa67a6.patch",
|
|
59
59
|
"@types/string-hash": "^1.1.3",
|
|
60
60
|
"graphql": "^15.8.0",
|
|
61
61
|
"graphql-tag": "^2.10.1",
|
|
@@ -119,7 +119,7 @@
|
|
|
119
119
|
}
|
|
120
120
|
},
|
|
121
121
|
"name": "@atlaskit/teams-public",
|
|
122
|
-
"version": "1.4.
|
|
122
|
+
"version": "1.4.3",
|
|
123
123
|
"description": "Public components related to teams",
|
|
124
124
|
"author": "Atlassian Pty Ltd",
|
|
125
125
|
"license": "Apache-2.0",
|