@atlaskit/teams-public 0.56.0 → 0.56.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 +15 -0
- package/dist/cjs/common/ui/container-icon/index.compiled.css +2 -2
- package/dist/cjs/common/ui/container-icon/index.js +2 -2
- package/dist/cjs/common/ui/loom-avatar/main.compiled.css +1 -1
- package/dist/cjs/common/ui/loom-avatar/main.js +1 -1
- package/dist/cjs/common/ui/team-containers-skeleton/linked-container-card-skeleton/index.compiled.css +1 -1
- package/dist/cjs/common/ui/team-containers-skeleton/linked-container-card-skeleton/index.js +1 -1
- package/dist/cjs/i18n/en.js +4 -0
- package/dist/cjs/i18n/en_GB.js +4 -0
- package/dist/cjs/i18n/en_ZZ.js +4 -0
- package/dist/cjs/next/index.js +8 -1
- package/dist/cjs/next/ui/team-containers/add-container-card/index.compiled.css +4 -4
- package/dist/cjs/next/ui/team-containers/add-container-card/index.js +2 -2
- package/dist/cjs/next/ui/team-containers/team-link-card/index.compiled.css +27 -0
- package/dist/cjs/next/ui/team-containers/team-link-card/index.js +175 -0
- package/dist/cjs/ui/team-containers/add-container-card/index.compiled.css +2 -2
- package/dist/cjs/ui/team-containers/add-container-card/index.js +2 -2
- package/dist/cjs/ui/team-containers/linked-container-card/index.compiled.css +1 -1
- package/dist/cjs/ui/team-containers/linked-container-card/index.js +2 -2
- package/dist/cjs/ui/team-containers/no-product-access-empty-state/index.compiled.css +1 -1
- package/dist/cjs/ui/team-containers/no-product-access-empty-state/index.js +2 -2
- package/dist/cjs/ui/team-containers/team-link-card/index.compiled.css +1 -1
- package/dist/cjs/ui/team-containers/team-link-card/index.js +2 -2
- package/dist/es2019/common/ui/container-icon/index.compiled.css +2 -2
- package/dist/es2019/common/ui/container-icon/index.js +2 -2
- package/dist/es2019/common/ui/loom-avatar/main.compiled.css +1 -1
- package/dist/es2019/common/ui/loom-avatar/main.js +1 -1
- package/dist/es2019/common/ui/team-containers-skeleton/linked-container-card-skeleton/index.compiled.css +1 -1
- package/dist/es2019/common/ui/team-containers-skeleton/linked-container-card-skeleton/index.js +1 -1
- package/dist/es2019/i18n/en.js +4 -0
- package/dist/es2019/i18n/en_GB.js +4 -0
- package/dist/es2019/i18n/en_ZZ.js +4 -0
- package/dist/es2019/next/index.js +2 -1
- package/dist/es2019/next/ui/team-containers/add-container-card/index.compiled.css +4 -4
- package/dist/es2019/next/ui/team-containers/add-container-card/index.js +2 -2
- package/dist/es2019/next/ui/team-containers/team-link-card/index.compiled.css +27 -0
- package/dist/es2019/next/ui/team-containers/team-link-card/index.js +155 -0
- package/dist/es2019/ui/team-containers/add-container-card/index.compiled.css +2 -2
- package/dist/es2019/ui/team-containers/add-container-card/index.js +2 -2
- package/dist/es2019/ui/team-containers/linked-container-card/index.compiled.css +1 -1
- package/dist/es2019/ui/team-containers/linked-container-card/index.js +2 -2
- package/dist/es2019/ui/team-containers/no-product-access-empty-state/index.compiled.css +1 -1
- package/dist/es2019/ui/team-containers/no-product-access-empty-state/index.js +2 -2
- package/dist/es2019/ui/team-containers/team-link-card/index.compiled.css +1 -1
- package/dist/es2019/ui/team-containers/team-link-card/index.js +2 -2
- package/dist/esm/common/ui/container-icon/index.compiled.css +2 -2
- package/dist/esm/common/ui/container-icon/index.js +2 -2
- package/dist/esm/common/ui/loom-avatar/main.compiled.css +1 -1
- package/dist/esm/common/ui/loom-avatar/main.js +1 -1
- package/dist/esm/common/ui/team-containers-skeleton/linked-container-card-skeleton/index.compiled.css +1 -1
- package/dist/esm/common/ui/team-containers-skeleton/linked-container-card-skeleton/index.js +1 -1
- package/dist/esm/i18n/en.js +4 -0
- package/dist/esm/i18n/en_GB.js +4 -0
- package/dist/esm/i18n/en_ZZ.js +4 -0
- package/dist/esm/next/index.js +2 -1
- package/dist/esm/next/ui/team-containers/add-container-card/index.compiled.css +4 -4
- package/dist/esm/next/ui/team-containers/add-container-card/index.js +2 -2
- package/dist/esm/next/ui/team-containers/team-link-card/index.compiled.css +27 -0
- package/dist/esm/next/ui/team-containers/team-link-card/index.js +166 -0
- package/dist/esm/ui/team-containers/add-container-card/index.compiled.css +2 -2
- package/dist/esm/ui/team-containers/add-container-card/index.js +2 -2
- package/dist/esm/ui/team-containers/linked-container-card/index.compiled.css +1 -1
- package/dist/esm/ui/team-containers/linked-container-card/index.js +2 -2
- package/dist/esm/ui/team-containers/no-product-access-empty-state/index.compiled.css +1 -1
- package/dist/esm/ui/team-containers/no-product-access-empty-state/index.js +2 -2
- package/dist/esm/ui/team-containers/team-link-card/index.compiled.css +1 -1
- package/dist/esm/ui/team-containers/team-link-card/index.js +2 -2
- package/dist/types/i18n/en.d.ts +4 -0
- package/dist/types/i18n/en_GB.d.ts +4 -0
- package/dist/types/i18n/en_ZZ.d.ts +4 -0
- package/dist/types/next/index.d.ts +1 -0
- package/dist/types/next/ui/team-containers/team-link-card/index.d.ts +20 -0
- package/dist/types-ts4.5/i18n/en.d.ts +4 -0
- package/dist/types-ts4.5/i18n/en_GB.d.ts +4 -0
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +4 -0
- package/dist/types-ts4.5/next/index.d.ts +1 -0
- package/dist/types-ts4.5/next/ui/team-containers/team-link-card/index.d.ts +20 -0
- package/package.json +1 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @atlaskit/teams-public
|
|
2
2
|
|
|
3
|
+
## 0.56.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`806cfe1c4e6b7`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/806cfe1c4e6b7) -
|
|
8
|
+
Internal changes to how border radius is applied.
|
|
9
|
+
|
|
10
|
+
## 0.56.1
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- [`d28c4180ae756`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d28c4180ae756) -
|
|
15
|
+
Internal changes to how border radius is applied.
|
|
16
|
+
- Updated dependencies
|
|
17
|
+
|
|
3
18
|
## 0.56.0
|
|
4
19
|
|
|
5
20
|
### Minor Changes
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
|
-
.
|
|
3
|
-
.
|
|
2
|
+
._2rko1mok{border-radius:var(--ds-radius-large,8px)}
|
|
3
|
+
._2rkogqwt{border-radius:var(--ds-border-radius-050,2px)}._12jimuej{outline-color:var(--ds-border,#091e4224)}
|
|
4
4
|
._18u0v77o{margin-left:var(--ds-space-025,2px)}
|
|
5
5
|
._19pkv77o{margin-top:var(--ds-space-025,2px)}
|
|
6
6
|
._1bah1h6o{justify-content:center}
|
|
@@ -14,9 +14,9 @@ var _link = _interopRequireDefault(require("@atlaskit/icon/core/link"));
|
|
|
14
14
|
var _compiled = require("@atlaskit/primitives/compiled");
|
|
15
15
|
var _loomAvatar = require("../loom-avatar");
|
|
16
16
|
var styles = {
|
|
17
|
-
linkIconWrapperMedium: "
|
|
17
|
+
linkIconWrapperMedium: "_2rko1mok _1bsb1u1b _4t3i1u1b _1e0c1txw _4cvr1h6o _1bah1h6o _12jimuej _1qu2nqa1 _bfhkqbzx",
|
|
18
18
|
linkIconWrapperSmall: "_2rkogqwt _1bsb1tcg _4t3i1tcg _1e0c1txw _4cvr1h6o _1bah1h6o _19pkv77o _2hwxv77o _otyrv77o _18u0v77o _12jimuej _1qu2nqa1 _bfhkqbzx",
|
|
19
|
-
skeletonMedium: "
|
|
19
|
+
skeletonMedium: "_2rko1mok _bfhkn82g _1bsb1u1b _4t3i1u1b",
|
|
20
20
|
skeletonSmall: "_2rkogqwt _bfhkn82g _1bsb1tcg _4t3i1tcg"
|
|
21
21
|
};
|
|
22
22
|
var IconSkeleton = function IconSkeleton(_ref) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
._11c8140y{font:var(--ds-font-heading-xsmall,normal 600 14px/1pc ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
|
|
2
2
|
._11c8lodh{font:var(--ds-font-heading-medium,normal 500 20px/24px ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
|
|
3
|
-
.
|
|
3
|
+
._2rko12b0{border-radius:var(--ds-radius-small,4px)}
|
|
4
4
|
._189ee4h9{border-width:var(--ds-border-width,1px)}
|
|
5
5
|
._1dqonqa1{border-style:solid}
|
|
6
6
|
._1h6dmuej{border-color:var(--ds-border,#091e4224)}
|
|
@@ -27,6 +27,6 @@ function LoomSpaceAvatar(_ref) {
|
|
|
27
27
|
backgroundColor: containerColor,
|
|
28
28
|
color: textColor
|
|
29
29
|
},
|
|
30
|
-
className: (0, _runtime.ax)(["
|
|
30
|
+
className: (0, _runtime.ax)(["_2rko12b0 _189ee4h9 _1dqonqa1 _1h6dmuej _1e0c1txw _4cvr1h6o _1bah1h6o", size === 'small' ? "_11c8140y _4t3i1tcg _1bsb1tcg" : "_11c8lodh _4t3izwfg _1bsbzwfg"])
|
|
31
31
|
}, avatarText);
|
|
32
32
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
|
|
2
|
+
._2rko12b0{border-radius:var(--ds-radius-small,4px)}
|
|
2
3
|
._2rko1rr0{border-radius:var(--ds-radius-full,9999px)}
|
|
3
4
|
._2rkoglpi{border-radius:var(--ds-border-radius,4px)}
|
|
4
|
-
._2rkoiti9{border-radius:var(--ds-border-radius-100,4px)}
|
|
5
5
|
._1h6dz9xs{border-color:var(--ds-border-accent-gray,#758195)}
|
|
6
6
|
._1rjc1b66{padding-block:var(--ds-space-050,4px)}._12jimuej{outline-color:var(--ds-border,#091e4224)}
|
|
7
7
|
._12y3e4h9{outline-width:var(--ds-border-width,1px)}
|
|
@@ -12,7 +12,7 @@ var _react = _interopRequireDefault(require("react"));
|
|
|
12
12
|
var _compiled = require("@atlaskit/primitives/compiled");
|
|
13
13
|
var _getContainerProperties = require("../../../../common/utils/get-container-properties");
|
|
14
14
|
var styles = {
|
|
15
|
-
container: "
|
|
15
|
+
container: "_2rko12b0 _1h6dz9xs _12y3e4h9 _12jimuej _1qu2nqa1 _syaz1fxt _ca0qpxbi _u5f3pxbi _n3tdpxbi _19bvpxbi",
|
|
16
16
|
avatarSkeleton: "_2rkoglpi _ca0qpxbi _u5f3pxbi _n3tdpxbi _19bvpxbi",
|
|
17
17
|
firstLineSkeleton: "_2rko1rr0 _1rjc1b66",
|
|
18
18
|
secondLineSkeleton: "_2rko1rr0 _1rjc1b66 _1bsbqkoa"
|
package/dist/cjs/i18n/en.js
CHANGED
|
@@ -13,15 +13,19 @@ exports.default = void 0;
|
|
|
13
13
|
*/
|
|
14
14
|
//
|
|
15
15
|
var _default = exports.default = {
|
|
16
|
+
'platform.teams.containers.add-web-link': 'Add Web Link',
|
|
16
17
|
'platform.teams.containers.empty-web-link-description': 'Add any web link',
|
|
17
18
|
'platform.teams.containers.web-link-title-description': 'Web link',
|
|
18
19
|
'ptc-directory.team-containers.disconnect-button.tooltip': 'Disconnect',
|
|
19
20
|
'ptc-directory.team-containers.edit-link': 'Edit link',
|
|
20
21
|
'ptc-directory.team-containers.remove-link': 'Remove',
|
|
22
|
+
'ptc-directory.team-profile-page.team-containers.add-confluence-space': 'Add Confluence Space',
|
|
21
23
|
'ptc-directory.team-profile-page.team-containers.add-confluence-space-description': 'Confluence',
|
|
22
24
|
'ptc-directory.team-profile-page.team-containers.add-confluence-space-title': 'Add space',
|
|
25
|
+
'ptc-directory.team-profile-page.team-containers.add-jira-project': 'Add Jira Project',
|
|
23
26
|
'ptc-directory.team-profile-page.team-containers.add-jira-project-description': 'Jira',
|
|
24
27
|
'ptc-directory.team-profile-page.team-containers.add-jira-project-title': 'Add project',
|
|
28
|
+
'ptc-directory.team-profile-page.team-containers.add-loom-space': 'Add Loom Space',
|
|
25
29
|
'ptc-directory.team-profile-page.team-containers.add-loom-space-description': 'Loom',
|
|
26
30
|
'ptc-directory.team-profile-page.team-containers.add-loom-space-title': 'Add space',
|
|
27
31
|
'ptc-directory.team-profile-page.team-containers.create.add-confluence-space-description': 'Create a knowledge bank',
|
package/dist/cjs/i18n/en_GB.js
CHANGED
|
@@ -13,15 +13,19 @@ exports.default = void 0;
|
|
|
13
13
|
*/
|
|
14
14
|
//English (United Kingdom)
|
|
15
15
|
var _default = exports.default = {
|
|
16
|
+
'platform.teams.containers.add-web-link': 'Add Web Link',
|
|
16
17
|
'platform.teams.containers.empty-web-link-description': 'Add any web link',
|
|
17
18
|
'platform.teams.containers.web-link-title-description': 'Web link',
|
|
18
19
|
'ptc-directory.team-containers.disconnect-button.tooltip': 'Disconnect',
|
|
19
20
|
'ptc-directory.team-containers.edit-link': 'Edit link',
|
|
20
21
|
'ptc-directory.team-containers.remove-link': 'Remove',
|
|
22
|
+
'ptc-directory.team-profile-page.team-containers.add-confluence-space': 'Add Confluence Space',
|
|
21
23
|
'ptc-directory.team-profile-page.team-containers.add-confluence-space-description': 'Confluence',
|
|
22
24
|
'ptc-directory.team-profile-page.team-containers.add-confluence-space-title': 'Add space',
|
|
25
|
+
'ptc-directory.team-profile-page.team-containers.add-jira-project': 'Add Jira Project',
|
|
23
26
|
'ptc-directory.team-profile-page.team-containers.add-jira-project-description': 'Jira',
|
|
24
27
|
'ptc-directory.team-profile-page.team-containers.add-jira-project-title': 'Add project',
|
|
28
|
+
'ptc-directory.team-profile-page.team-containers.add-loom-space': 'Add Loom Space',
|
|
25
29
|
'ptc-directory.team-profile-page.team-containers.add-loom-space-description': 'Loom',
|
|
26
30
|
'ptc-directory.team-profile-page.team-containers.add-loom-space-title': 'Add space',
|
|
27
31
|
'ptc-directory.team-profile-page.team-containers.create.add-confluence-space-description': 'Create a knowledge bank',
|
package/dist/cjs/i18n/en_ZZ.js
CHANGED
|
@@ -13,15 +13,19 @@ exports.default = void 0;
|
|
|
13
13
|
*/
|
|
14
14
|
//
|
|
15
15
|
var _default = exports.default = {
|
|
16
|
+
'platform.teams.containers.add-web-link': 'Add Web Link',
|
|
16
17
|
'platform.teams.containers.empty-web-link-description': 'Add any web link',
|
|
17
18
|
'platform.teams.containers.web-link-title-description': 'Web link',
|
|
18
19
|
'ptc-directory.team-containers.disconnect-button.tooltip': 'Disconnect',
|
|
19
20
|
'ptc-directory.team-containers.edit-link': 'Edit link',
|
|
20
21
|
'ptc-directory.team-containers.remove-link': 'Remove',
|
|
22
|
+
'ptc-directory.team-profile-page.team-containers.add-confluence-space': 'Add Confluence Space',
|
|
21
23
|
'ptc-directory.team-profile-page.team-containers.add-confluence-space-description': 'Confluence',
|
|
22
24
|
'ptc-directory.team-profile-page.team-containers.add-confluence-space-title': 'Add space',
|
|
25
|
+
'ptc-directory.team-profile-page.team-containers.add-jira-project': 'Add Jira Project',
|
|
23
26
|
'ptc-directory.team-profile-page.team-containers.add-jira-project-description': 'Jira',
|
|
24
27
|
'ptc-directory.team-profile-page.team-containers.add-jira-project-title': 'Add project',
|
|
28
|
+
'ptc-directory.team-profile-page.team-containers.add-loom-space': 'Add Loom Space',
|
|
25
29
|
'ptc-directory.team-profile-page.team-containers.add-loom-space-description': 'Loom',
|
|
26
30
|
'ptc-directory.team-profile-page.team-containers.add-loom-space-title': 'Add space',
|
|
27
31
|
'ptc-directory.team-profile-page.team-containers.create.add-confluence-space-description': 'Create a knowledge bank',
|
package/dist/cjs/next/index.js
CHANGED
|
@@ -15,5 +15,12 @@ Object.defineProperty(exports, "TeamContainerSkeleton", {
|
|
|
15
15
|
return _teamContainerSkeleton.TeamContainerSkeleton;
|
|
16
16
|
}
|
|
17
17
|
});
|
|
18
|
+
Object.defineProperty(exports, "TeamLinkCard", {
|
|
19
|
+
enumerable: true,
|
|
20
|
+
get: function get() {
|
|
21
|
+
return _teamLinkCard.TeamLinkCard;
|
|
22
|
+
}
|
|
23
|
+
});
|
|
18
24
|
var _teamContainerSkeleton = require("./common/ui/team-container-skeleton");
|
|
19
|
-
var _addContainerCard = require("./ui/team-containers/add-container-card");
|
|
25
|
+
var _addContainerCard = require("./ui/team-containers/add-container-card");
|
|
26
|
+
var _teamLinkCard = require("./ui/team-containers/team-link-card");
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
|
|
2
|
-
.
|
|
3
|
-
.
|
|
2
|
+
._2rko12b0{border-radius:var(--ds-radius-small,4px)}
|
|
3
|
+
._2rkoy0do{border-radius:var(--ds-radius-small,8px)}._19bv12x7{padding-left:var(--ds-space-075,6px)}
|
|
4
4
|
._1bsb1osq{width:100%}
|
|
5
5
|
._4cvr1h6o{align-items:center}
|
|
6
|
-
.
|
|
6
|
+
._bfhkhp5a{background-color:var(--ds-surface-raised,#fff)}
|
|
7
7
|
._ca0qutpp{padding-top:var(--ds-space-150,9pt)}
|
|
8
8
|
._n3tdutpp{padding-bottom:var(--ds-space-150,9pt)}
|
|
9
9
|
._syaz131l{color:var(--ds-text-subtlest,#626f86)}
|
|
10
10
|
._u5f312x7{padding-right:var(--ds-space-075,6px)}
|
|
11
11
|
._d0altlke:hover{cursor:pointer}
|
|
12
|
-
.
|
|
12
|
+
._irr3108i:hover{background-color:var(--ds-surface-hovered,#f1f2f4)}
|
|
@@ -14,8 +14,8 @@ var _getContainerProperties = require("../../../../common/utils/get-container-pr
|
|
|
14
14
|
var _teamContainerSkeleton = require("../../../common/ui/team-container-skeleton");
|
|
15
15
|
var styles = {
|
|
16
16
|
card: "_4cvr1h6o _1bsb1osq",
|
|
17
|
-
container: "
|
|
18
|
-
iconWrapper: "
|
|
17
|
+
container: "_2rkoy0do _ca0qutpp _u5f312x7 _n3tdutpp _19bv12x7 _bfhkhp5a _d0altlke _irr3108i",
|
|
18
|
+
iconWrapper: "_2rko12b0 _syaz131l"
|
|
19
19
|
};
|
|
20
20
|
var AddContainerCardWrapper = function AddContainerCardWrapper(_ref) {
|
|
21
21
|
var children = _ref.children,
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
|
|
2
|
+
._2rko12b0{border-radius:var(--ds-radius-small,4px)}
|
|
3
|
+
._2rkoy0do{border-radius:var(--ds-radius-small,8px)}
|
|
4
|
+
._16jlkb7n{flex-grow:1}
|
|
5
|
+
._18u01wug{margin-left:auto}
|
|
6
|
+
._19bv12x7{padding-left:var(--ds-space-075,6px)}
|
|
7
|
+
._1bahesu3{justify-content:flex-end}
|
|
8
|
+
._1bsb1osq{width:100%}
|
|
9
|
+
._1e0c1txw{display:flex}
|
|
10
|
+
._1hmsglyw{text-decoration-line:none}
|
|
11
|
+
._1o9zkb7n{flex-shrink:1}
|
|
12
|
+
._4bfu1r31{text-decoration-color:currentColor}
|
|
13
|
+
._4cvr1h6o{align-items:center}
|
|
14
|
+
._ajmmnqa1{text-decoration-style:solid}
|
|
15
|
+
._ca0q1b66{padding-top:var(--ds-space-050,4px)}
|
|
16
|
+
._i0dlf1ug{flex-basis:0%}
|
|
17
|
+
._n3td1b66{padding-bottom:var(--ds-space-050,4px)}
|
|
18
|
+
._syaz1fxt{color:var(--ds-text,#172b4d)}
|
|
19
|
+
._u5f312x7{padding-right:var(--ds-space-075,6px)}._10531fxt:visited{color:var(--ds-text,#172b4d)}
|
|
20
|
+
._1bg4v77o:focus{outline-offset:var(--ds-space-025,2px)}
|
|
21
|
+
._1hvw1bk5:focus{outline-width:var(--ds-border-width-outline,2px)}
|
|
22
|
+
._49pcnqa1:focus{outline-style:solid}
|
|
23
|
+
._nt751p6i:focus{outline-color:var(--ds-border-focused,#388bff)}
|
|
24
|
+
._1bnxglyw:hover{text-decoration-line:none}
|
|
25
|
+
._30l31fxt:hover{color:var(--ds-text,#172b4d)}
|
|
26
|
+
._9oik1r31:hover{text-decoration-color:currentColor}
|
|
27
|
+
._jf4cnqa1:hover{text-decoration-style:solid}
|
|
@@ -0,0 +1,175 @@
|
|
|
1
|
+
/* index.tsx generated by @compiled/babel-plugin v0.36.1 */
|
|
2
|
+
"use strict";
|
|
3
|
+
|
|
4
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
5
|
+
var _typeof = require("@babel/runtime/helpers/typeof");
|
|
6
|
+
Object.defineProperty(exports, "__esModule", {
|
|
7
|
+
value: true
|
|
8
|
+
});
|
|
9
|
+
exports.TeamLinkCard = void 0;
|
|
10
|
+
require("./index.compiled.css");
|
|
11
|
+
var _runtime = require("@compiled/react/runtime");
|
|
12
|
+
var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/defineProperty"));
|
|
13
|
+
var _slicedToArray2 = _interopRequireDefault(require("@babel/runtime/helpers/slicedToArray"));
|
|
14
|
+
var _react = _interopRequireWildcard(require("react"));
|
|
15
|
+
var _analyticsNext = require("@atlaskit/analytics-next");
|
|
16
|
+
var _compiled = require("@atlaskit/primitives/compiled");
|
|
17
|
+
var _containerIcon = require("../../../../common/ui/container-icon");
|
|
18
|
+
var _teamLinkCardActions = require("../../../../common/ui/team-link-card-actions");
|
|
19
|
+
var _analytics = require("../../../../common/utils/analytics");
|
|
20
|
+
var _getContainerProperties = require("../../../../common/utils/get-container-properties");
|
|
21
|
+
var _getLinkDomain = require("../../../../common/utils/get-link-domain");
|
|
22
|
+
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
|
|
23
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
24
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { (0, _defineProperty2.default)(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
25
|
+
var styles = {
|
|
26
|
+
container: "_2rko12b0 _ca0q1b66 _u5f312x7 _n3td1b66 _19bv12x7 _syaz1fxt",
|
|
27
|
+
card: "_4cvr1h6o _1bsb1osq",
|
|
28
|
+
anchor: "_4bfu1r31 _1hmsglyw _ajmmnqa1 _2rkoy0do _1bsb1osq _syaz1fxt _10531fxt _1hvw1bk5 _nt751p6i _49pcnqa1 _1bg4v77o _9oik1r31 _1bnxglyw _jf4cnqa1 _30l31fxt",
|
|
29
|
+
crossIconWrapper: "_1e0c1txw _4cvr1h6o _1bahesu3 _18u01wug",
|
|
30
|
+
showMoreIconWrapper: "_1e0c1txw _4cvr1h6o _1bahesu3 _18u01wug",
|
|
31
|
+
linkableContent: "_16jlkb7n _1o9zkb7n _i0dlf1ug"
|
|
32
|
+
};
|
|
33
|
+
var TeamLinkCard = exports.TeamLinkCard = function TeamLinkCard(_ref) {
|
|
34
|
+
var containerType = _ref.containerType,
|
|
35
|
+
title = _ref.title,
|
|
36
|
+
containerIcon = _ref.containerIcon,
|
|
37
|
+
link = _ref.link,
|
|
38
|
+
containerId = _ref.containerId,
|
|
39
|
+
containerTypeProperties = _ref.containerTypeProperties,
|
|
40
|
+
_onDisconnectButtonClick = _ref.onDisconnectButtonClick,
|
|
41
|
+
_onEditLinkClick = _ref.onEditLinkClick,
|
|
42
|
+
iconsLoading = _ref.iconsLoading,
|
|
43
|
+
iconHasLoaded = _ref.iconHasLoaded,
|
|
44
|
+
openInNewTab = _ref.openInNewTab,
|
|
45
|
+
isReadOnly = _ref.isReadOnly;
|
|
46
|
+
var _useAnalyticsEvents = (0, _analyticsNext.useAnalyticsEvents)(),
|
|
47
|
+
createAnalyticsEvent = _useAnalyticsEvents.createAnalyticsEvent;
|
|
48
|
+
var _getContainerProperti = (0, _getContainerProperties.getContainerProperties)({
|
|
49
|
+
containerType: containerType,
|
|
50
|
+
iconSize: 'medium',
|
|
51
|
+
containerTypeProperties: containerTypeProperties
|
|
52
|
+
}),
|
|
53
|
+
description = _getContainerProperti.description,
|
|
54
|
+
containerTypeText = _getContainerProperti.containerTypeText;
|
|
55
|
+
var _useState = (0, _react.useState)(false),
|
|
56
|
+
_useState2 = (0, _slicedToArray2.default)(_useState, 2),
|
|
57
|
+
hovered = _useState2[0],
|
|
58
|
+
setHovered = _useState2[1];
|
|
59
|
+
var _useState3 = (0, _react.useState)(false),
|
|
60
|
+
_useState4 = (0, _slicedToArray2.default)(_useState3, 2),
|
|
61
|
+
focused = _useState4[0],
|
|
62
|
+
setFocused = _useState4[1];
|
|
63
|
+
var _useState5 = (0, _react.useState)(false),
|
|
64
|
+
_useState6 = (0, _slicedToArray2.default)(_useState5, 2),
|
|
65
|
+
isDropdownOpen = _useState6[0],
|
|
66
|
+
setIsDropdownOpen = _useState6[1];
|
|
67
|
+
var _useState7 = (0, _react.useState)(false),
|
|
68
|
+
_useState8 = (0, _slicedToArray2.default)(_useState7, 2),
|
|
69
|
+
showKeyboardFocus = _useState8[0],
|
|
70
|
+
setShowKeyboardFocus = _useState8[1];
|
|
71
|
+
var _usePeopleAndTeamAnal = (0, _analytics.usePeopleAndTeamAnalytics)(),
|
|
72
|
+
fireUIEvent = _usePeopleAndTeamAnal.fireUIEvent;
|
|
73
|
+
var handleMouseEnter = function handleMouseEnter() {
|
|
74
|
+
setHovered(true);
|
|
75
|
+
};
|
|
76
|
+
var handleFocus = function handleFocus() {
|
|
77
|
+
setFocused(true);
|
|
78
|
+
};
|
|
79
|
+
var handleBlur = function handleBlur() {
|
|
80
|
+
setFocused(false);
|
|
81
|
+
};
|
|
82
|
+
var handleMouseLeave = function handleMouseLeave() {
|
|
83
|
+
setHovered(false);
|
|
84
|
+
};
|
|
85
|
+
var handleIconClick = function handleIconClick() {
|
|
86
|
+
setShowKeyboardFocus(false);
|
|
87
|
+
};
|
|
88
|
+
var handleKeyDown = function handleKeyDown(e) {
|
|
89
|
+
if (e.key === 'Enter' || e.key === ' ' || e.key === 'Tab' || e.key === 'Escape') {
|
|
90
|
+
setShowKeyboardFocus(true);
|
|
91
|
+
}
|
|
92
|
+
};
|
|
93
|
+
var handleLinkClick = function handleLinkClick(e) {
|
|
94
|
+
var baseAttributes = {
|
|
95
|
+
container: containerType,
|
|
96
|
+
containerId: containerId
|
|
97
|
+
};
|
|
98
|
+
var attributes = containerType === 'WebLink' && link ? {
|
|
99
|
+
containerSelected: _objectSpread(_objectSpread({}, baseAttributes), {}, {
|
|
100
|
+
linkDomain: (0, _getLinkDomain.getDomainFromLinkUri)(link)
|
|
101
|
+
})
|
|
102
|
+
} : {
|
|
103
|
+
containerSelected: baseAttributes
|
|
104
|
+
};
|
|
105
|
+
fireUIEvent(createAnalyticsEvent, {
|
|
106
|
+
action: _analytics.AnalyticsAction.CLICKED,
|
|
107
|
+
actionSubject: 'container',
|
|
108
|
+
actionSubjectId: 'teamContainer',
|
|
109
|
+
attributes: attributes
|
|
110
|
+
});
|
|
111
|
+
if (openInNewTab) {
|
|
112
|
+
e.preventDefault();
|
|
113
|
+
window.open(link || '#', '_blank', 'noopener, noreferrer');
|
|
114
|
+
}
|
|
115
|
+
};
|
|
116
|
+
return /*#__PURE__*/_react.default.createElement(_compiled.Box, {
|
|
117
|
+
backgroundColor: hovered ? 'elevation.surface.hovered' : 'elevation.surface.raised',
|
|
118
|
+
xcss: styles.container,
|
|
119
|
+
onMouseEnter: handleMouseEnter,
|
|
120
|
+
onMouseLeave: handleMouseLeave,
|
|
121
|
+
onFocus: handleFocus,
|
|
122
|
+
onBlur: handleBlur,
|
|
123
|
+
onKeyDown: handleKeyDown,
|
|
124
|
+
testId: "team-link-card-inner"
|
|
125
|
+
}, /*#__PURE__*/_react.default.createElement(_compiled.Inline, {
|
|
126
|
+
space: "space.100",
|
|
127
|
+
xcss: styles.card
|
|
128
|
+
}, /*#__PURE__*/_react.default.createElement(_containerIcon.ContainerIcon, {
|
|
129
|
+
containerType: containerType,
|
|
130
|
+
title: title,
|
|
131
|
+
containerIcon: containerIcon,
|
|
132
|
+
size: "small",
|
|
133
|
+
iconsLoading: iconsLoading,
|
|
134
|
+
iconHasLoaded: iconHasLoaded
|
|
135
|
+
}), /*#__PURE__*/_react.default.createElement(_compiled.Anchor, {
|
|
136
|
+
xcss: styles.anchor,
|
|
137
|
+
href: link || '#',
|
|
138
|
+
onClick: handleLinkClick,
|
|
139
|
+
testId: "team-link-card-linkable-content"
|
|
140
|
+
}, /*#__PURE__*/_react.default.createElement(_compiled.Stack, {
|
|
141
|
+
space: "space.025"
|
|
142
|
+
}, /*#__PURE__*/_react.default.createElement(_compiled.Text, {
|
|
143
|
+
maxLines: 1,
|
|
144
|
+
weight: "medium",
|
|
145
|
+
color: "color.text"
|
|
146
|
+
}, title), /*#__PURE__*/_react.default.createElement(_compiled.Flex, {
|
|
147
|
+
gap: "space.050",
|
|
148
|
+
alignItems: "center"
|
|
149
|
+
}, /*#__PURE__*/_react.default.createElement(_compiled.Inline, {
|
|
150
|
+
space: "space.050"
|
|
151
|
+
}, /*#__PURE__*/_react.default.createElement(_compiled.Text, {
|
|
152
|
+
size: "small",
|
|
153
|
+
color: "color.text.subtle"
|
|
154
|
+
}, description), /*#__PURE__*/_react.default.createElement(_compiled.Text, {
|
|
155
|
+
size: "small",
|
|
156
|
+
color: "color.text.subtle"
|
|
157
|
+
}, containerTypeText))))), !isReadOnly && /*#__PURE__*/_react.default.createElement(_teamLinkCardActions.TeamLinkCardActions, {
|
|
158
|
+
containerType: containerType,
|
|
159
|
+
title: title,
|
|
160
|
+
containerId: containerId,
|
|
161
|
+
hovered: hovered,
|
|
162
|
+
focused: focused,
|
|
163
|
+
isDropdownOpen: isDropdownOpen,
|
|
164
|
+
showKeyboardFocus: showKeyboardFocus,
|
|
165
|
+
onDisconnectButtonClick: function onDisconnectButtonClick() {
|
|
166
|
+
handleIconClick();
|
|
167
|
+
_onDisconnectButtonClick();
|
|
168
|
+
},
|
|
169
|
+
onEditLinkClick: function onEditLinkClick() {
|
|
170
|
+
handleIconClick();
|
|
171
|
+
_onEditLinkClick === null || _onEditLinkClick === void 0 || _onEditLinkClick();
|
|
172
|
+
},
|
|
173
|
+
onDropdownOpenChange: setIsDropdownOpen
|
|
174
|
+
})));
|
|
175
|
+
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
|
-
.
|
|
3
|
-
.
|
|
2
|
+
._2rko12b0{border-radius:var(--ds-radius-small,4px)}
|
|
3
|
+
._2rkoy0do{border-radius:var(--ds-radius-small,8px)}._12jimuej{outline-color:var(--ds-border,#091e4224)}
|
|
4
4
|
._12y3e4h9{outline-width:var(--ds-border-width,1px)}
|
|
5
5
|
._19bvutpp{padding-left:var(--ds-space-150,9pt)}
|
|
6
6
|
._1bsb1osq{width:100%}
|
|
@@ -22,8 +22,8 @@ var _addContainerCardButton = require("./add-container-card-button");
|
|
|
22
22
|
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
|
|
23
23
|
var styles = {
|
|
24
24
|
card: "_4cvr1h6o _1bsb1osq",
|
|
25
|
-
container: "
|
|
26
|
-
iconWrapper: "
|
|
25
|
+
container: "_2rkoy0do _ca0qutpp _u5f3utpp _n3tdutpp _19bvutpp _d0altlke",
|
|
26
|
+
iconWrapper: "_2rko12b0 _12y3e4h9 _12jimuej _1qu2gq9o _syaz131l _4cvxmuej _ksodnqa1"
|
|
27
27
|
};
|
|
28
28
|
var AddContainerCardWrapper = function AddContainerCardWrapper(_ref) {
|
|
29
29
|
var children = _ref.children,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
.
|
|
2
|
+
._2rkoy0do{border-radius:var(--ds-radius-small,8px)}
|
|
3
3
|
._1h6dz9xs{border-color:var(--ds-border-accent-gray,#758195)}._12jimuej{outline-color:var(--ds-border,#091e4224)}
|
|
4
4
|
._12y3e4h9{outline-width:var(--ds-border-width,1px)}
|
|
5
5
|
._18u01wug{margin-left:auto}
|
|
@@ -33,11 +33,11 @@ var messages = (0, _reactIntlNext.defineMessages)({
|
|
|
33
33
|
}
|
|
34
34
|
});
|
|
35
35
|
var styles = {
|
|
36
|
-
container: "
|
|
36
|
+
container: "_2rkoy0do _1h6dz9xs _12y3e4h9 _12jimuej _1qu2nqa1 _ca0qutpp _u5f3utpp _n3tdutpp _19bvutpp _syaz1fxt",
|
|
37
37
|
card: "_4cvr1h6o _1bsb1osq",
|
|
38
38
|
iconWrapper: "_1bsbzwfg _4t3izwfg _1ul9zwfg _1tkezwfg",
|
|
39
39
|
crossIconWrapper: "_1e0c1txw _4cvr1h6o _1bahesu3 _18u01wug",
|
|
40
|
-
linkIconWrapper: "
|
|
40
|
+
linkIconWrapper: "_2rkoy0do _1bsb1u1b _4t3i1u1b _1e0c1txw _4cvr1h6o _1bah1h6o _12jimuej _1qu2nqa1 _bfhkqbzx"
|
|
41
41
|
};
|
|
42
42
|
var LinkedCardWrapper = function LinkedCardWrapper(_ref) {
|
|
43
43
|
var children = _ref.children,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
.
|
|
2
|
+
._2rko12b0{border-radius:var(--ds-radius-small,4px)}
|
|
3
3
|
._189ee4h9{border-width:var(--ds-border-width,1px)}
|
|
4
4
|
._18zrpxbi{padding-inline:var(--ds-space-200,1pc)}
|
|
5
5
|
._18zrxy5q{padding-inline:var(--ds-space-400,2pc)}
|
|
@@ -15,8 +15,8 @@ var _platformFeatureFlags = require("@atlaskit/platform-feature-flags");
|
|
|
15
15
|
var _compiled = require("@atlaskit/primitives/compiled");
|
|
16
16
|
var _noProductAccessIcon = require("./no-product-access-icon");
|
|
17
17
|
var styles = {
|
|
18
|
-
emptyStateContainer: "
|
|
19
|
-
emptyStateContainerNext: "
|
|
18
|
+
emptyStateContainer: "_2rko12b0 _189ee4h9 _1h6dmuej _18zrxy5q _12y3e4h9 _12jimuej _1qu2nqa1",
|
|
19
|
+
emptyStateContainerNext: "_2rko12b0 _189ee4h9 _1h6dmuej _18zrpxbi _1rjcpxbi _12y3e4h9 _12jimuej _1qu2nqa1",
|
|
20
20
|
contentWrapper: "_bozgxy5q"
|
|
21
21
|
};
|
|
22
22
|
var NoProductAccessState = exports.NoProductAccessState = function NoProductAccessState() {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
.
|
|
2
|
+
._2rkoy0do{border-radius:var(--ds-radius-small,8px)}
|
|
3
3
|
._1h6dz9xs{border-color:var(--ds-border-accent-gray,#758195)}
|
|
4
4
|
._12jimuej{outline-color:var(--ds-border,#091e4224)}
|
|
5
5
|
._12y3e4h9{outline-width:var(--ds-border-width,1px)}
|
|
@@ -34,9 +34,9 @@ function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r
|
|
|
34
34
|
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
35
35
|
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { (0, _defineProperty2.default)(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
36
36
|
var styles = {
|
|
37
|
-
container: "
|
|
37
|
+
container: "_2rkoy0do _1h6dz9xs _12y3e4h9 _12jimuej _1qu2nqa1 _ca0qutpp _u5f3utpp _n3tdutpp _19bvutpp _syaz1fxt",
|
|
38
38
|
card: "_4cvr1h6o _1bsb1osq",
|
|
39
|
-
anchor: "_4bfu1r31 _1hmsglyw _ajmmnqa1
|
|
39
|
+
anchor: "_4bfu1r31 _1hmsglyw _ajmmnqa1 _2rkoy0do _1bsb1osq _syaz1fxt _10531fxt _1hvw1bk5 _nt751p6i _49pcnqa1 _1bg4v77o _30l31fxt",
|
|
40
40
|
iconWrapper: "_1bsbzwfg _4t3izwfg _1ul9zwfg _1tkezwfg",
|
|
41
41
|
crossIconWrapper: "_1e0c1txw _4cvr1h6o _1bahesu3 _18u01wug",
|
|
42
42
|
showMoreIconWrapper: "_1e0c1txw _4cvr1h6o _1bahesu3 _18u01wug",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
|
-
.
|
|
3
|
-
.
|
|
2
|
+
._2rko1mok{border-radius:var(--ds-radius-large,8px)}
|
|
3
|
+
._2rkogqwt{border-radius:var(--ds-border-radius-050,2px)}._12jimuej{outline-color:var(--ds-border,#091e4224)}
|
|
4
4
|
._18u0v77o{margin-left:var(--ds-space-025,2px)}
|
|
5
5
|
._19pkv77o{margin-top:var(--ds-space-025,2px)}
|
|
6
6
|
._1bah1h6o{justify-content:center}
|
|
@@ -7,9 +7,9 @@ import LinkIcon from '@atlaskit/icon/core/link';
|
|
|
7
7
|
import { Box } from '@atlaskit/primitives/compiled';
|
|
8
8
|
import { LoomSpaceAvatar } from '../loom-avatar';
|
|
9
9
|
const styles = {
|
|
10
|
-
linkIconWrapperMedium: "
|
|
10
|
+
linkIconWrapperMedium: "_2rko1mok _1bsb1u1b _4t3i1u1b _1e0c1txw _4cvr1h6o _1bah1h6o _12jimuej _1qu2nqa1 _bfhkqbzx",
|
|
11
11
|
linkIconWrapperSmall: "_2rkogqwt _1bsb1tcg _4t3i1tcg _1e0c1txw _4cvr1h6o _1bah1h6o _19pkv77o _2hwxv77o _otyrv77o _18u0v77o _12jimuej _1qu2nqa1 _bfhkqbzx",
|
|
12
|
-
skeletonMedium: "
|
|
12
|
+
skeletonMedium: "_2rko1mok _bfhkn82g _1bsb1u1b _4t3i1u1b",
|
|
13
13
|
skeletonSmall: "_2rkogqwt _bfhkn82g _1bsb1tcg _4t3i1tcg"
|
|
14
14
|
};
|
|
15
15
|
const IconSkeleton = ({
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
._11c8140y{font:var(--ds-font-heading-xsmall,normal 600 14px/1pc ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
|
|
2
2
|
._11c8lodh{font:var(--ds-font-heading-medium,normal 500 20px/24px ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
|
|
3
|
-
.
|
|
3
|
+
._2rko12b0{border-radius:var(--ds-radius-small,4px)}
|
|
4
4
|
._189ee4h9{border-width:var(--ds-border-width,1px)}
|
|
5
5
|
._1dqonqa1{border-style:solid}
|
|
6
6
|
._1h6dmuej{border-color:var(--ds-border,#091e4224)}
|
|
@@ -18,6 +18,6 @@ export function LoomSpaceAvatar({
|
|
|
18
18
|
backgroundColor: containerColor,
|
|
19
19
|
color: textColor
|
|
20
20
|
},
|
|
21
|
-
className: ax(["
|
|
21
|
+
className: ax(["_2rko12b0 _189ee4h9 _1dqonqa1 _1h6dmuej _1e0c1txw _4cvr1h6o _1bah1h6o", size === 'small' ? "_11c8140y _4t3i1tcg _1bsb1tcg" : "_11c8lodh _4t3izwfg _1bsbzwfg"])
|
|
22
22
|
}, avatarText);
|
|
23
23
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
|
|
2
|
+
._2rko12b0{border-radius:var(--ds-radius-small,4px)}
|
|
2
3
|
._2rko1rr0{border-radius:var(--ds-radius-full,9999px)}
|
|
3
4
|
._2rkoglpi{border-radius:var(--ds-border-radius,4px)}
|
|
4
|
-
._2rkoiti9{border-radius:var(--ds-border-radius-100,4px)}
|
|
5
5
|
._1h6dz9xs{border-color:var(--ds-border-accent-gray,#758195)}
|
|
6
6
|
._1rjc1b66{padding-block:var(--ds-space-050,4px)}._12jimuej{outline-color:var(--ds-border,#091e4224)}
|
|
7
7
|
._12y3e4h9{outline-width:var(--ds-border-width,1px)}
|
package/dist/es2019/common/ui/team-containers-skeleton/linked-container-card-skeleton/index.js
CHANGED
|
@@ -5,7 +5,7 @@ import React from 'react';
|
|
|
5
5
|
import { Box, Flex, Inline, Stack, Text } from '@atlaskit/primitives/compiled';
|
|
6
6
|
import { getContainerProperties } from '../../../../common/utils/get-container-properties';
|
|
7
7
|
const styles = {
|
|
8
|
-
container: "
|
|
8
|
+
container: "_2rko12b0 _1h6dz9xs _12y3e4h9 _12jimuej _1qu2nqa1 _syaz1fxt _ca0qpxbi _u5f3pxbi _n3tdpxbi _19bvpxbi",
|
|
9
9
|
avatarSkeleton: "_2rkoglpi _ca0qpxbi _u5f3pxbi _n3tdpxbi _19bvpxbi",
|
|
10
10
|
firstLineSkeleton: "_2rko1rr0 _1rjc1b66",
|
|
11
11
|
secondLineSkeleton: "_2rko1rr0 _1rjc1b66 _1bsbqkoa"
|
package/dist/es2019/i18n/en.js
CHANGED
|
@@ -7,15 +7,19 @@
|
|
|
7
7
|
*/
|
|
8
8
|
//
|
|
9
9
|
export default {
|
|
10
|
+
'platform.teams.containers.add-web-link': 'Add Web Link',
|
|
10
11
|
'platform.teams.containers.empty-web-link-description': 'Add any web link',
|
|
11
12
|
'platform.teams.containers.web-link-title-description': 'Web link',
|
|
12
13
|
'ptc-directory.team-containers.disconnect-button.tooltip': 'Disconnect',
|
|
13
14
|
'ptc-directory.team-containers.edit-link': 'Edit link',
|
|
14
15
|
'ptc-directory.team-containers.remove-link': 'Remove',
|
|
16
|
+
'ptc-directory.team-profile-page.team-containers.add-confluence-space': 'Add Confluence Space',
|
|
15
17
|
'ptc-directory.team-profile-page.team-containers.add-confluence-space-description': 'Confluence',
|
|
16
18
|
'ptc-directory.team-profile-page.team-containers.add-confluence-space-title': 'Add space',
|
|
19
|
+
'ptc-directory.team-profile-page.team-containers.add-jira-project': 'Add Jira Project',
|
|
17
20
|
'ptc-directory.team-profile-page.team-containers.add-jira-project-description': 'Jira',
|
|
18
21
|
'ptc-directory.team-profile-page.team-containers.add-jira-project-title': 'Add project',
|
|
22
|
+
'ptc-directory.team-profile-page.team-containers.add-loom-space': 'Add Loom Space',
|
|
19
23
|
'ptc-directory.team-profile-page.team-containers.add-loom-space-description': 'Loom',
|
|
20
24
|
'ptc-directory.team-profile-page.team-containers.add-loom-space-title': 'Add space',
|
|
21
25
|
'ptc-directory.team-profile-page.team-containers.create.add-confluence-space-description': 'Create a knowledge bank',
|
|
@@ -7,15 +7,19 @@
|
|
|
7
7
|
*/
|
|
8
8
|
//English (United Kingdom)
|
|
9
9
|
export default {
|
|
10
|
+
'platform.teams.containers.add-web-link': 'Add Web Link',
|
|
10
11
|
'platform.teams.containers.empty-web-link-description': 'Add any web link',
|
|
11
12
|
'platform.teams.containers.web-link-title-description': 'Web link',
|
|
12
13
|
'ptc-directory.team-containers.disconnect-button.tooltip': 'Disconnect',
|
|
13
14
|
'ptc-directory.team-containers.edit-link': 'Edit link',
|
|
14
15
|
'ptc-directory.team-containers.remove-link': 'Remove',
|
|
16
|
+
'ptc-directory.team-profile-page.team-containers.add-confluence-space': 'Add Confluence Space',
|
|
15
17
|
'ptc-directory.team-profile-page.team-containers.add-confluence-space-description': 'Confluence',
|
|
16
18
|
'ptc-directory.team-profile-page.team-containers.add-confluence-space-title': 'Add space',
|
|
19
|
+
'ptc-directory.team-profile-page.team-containers.add-jira-project': 'Add Jira Project',
|
|
17
20
|
'ptc-directory.team-profile-page.team-containers.add-jira-project-description': 'Jira',
|
|
18
21
|
'ptc-directory.team-profile-page.team-containers.add-jira-project-title': 'Add project',
|
|
22
|
+
'ptc-directory.team-profile-page.team-containers.add-loom-space': 'Add Loom Space',
|
|
19
23
|
'ptc-directory.team-profile-page.team-containers.add-loom-space-description': 'Loom',
|
|
20
24
|
'ptc-directory.team-profile-page.team-containers.add-loom-space-title': 'Add space',
|
|
21
25
|
'ptc-directory.team-profile-page.team-containers.create.add-confluence-space-description': 'Create a knowledge bank',
|
|
@@ -7,15 +7,19 @@
|
|
|
7
7
|
*/
|
|
8
8
|
//
|
|
9
9
|
export default {
|
|
10
|
+
'platform.teams.containers.add-web-link': 'Add Web Link',
|
|
10
11
|
'platform.teams.containers.empty-web-link-description': 'Add any web link',
|
|
11
12
|
'platform.teams.containers.web-link-title-description': 'Web link',
|
|
12
13
|
'ptc-directory.team-containers.disconnect-button.tooltip': 'Disconnect',
|
|
13
14
|
'ptc-directory.team-containers.edit-link': 'Edit link',
|
|
14
15
|
'ptc-directory.team-containers.remove-link': 'Remove',
|
|
16
|
+
'ptc-directory.team-profile-page.team-containers.add-confluence-space': 'Add Confluence Space',
|
|
15
17
|
'ptc-directory.team-profile-page.team-containers.add-confluence-space-description': 'Confluence',
|
|
16
18
|
'ptc-directory.team-profile-page.team-containers.add-confluence-space-title': 'Add space',
|
|
19
|
+
'ptc-directory.team-profile-page.team-containers.add-jira-project': 'Add Jira Project',
|
|
17
20
|
'ptc-directory.team-profile-page.team-containers.add-jira-project-description': 'Jira',
|
|
18
21
|
'ptc-directory.team-profile-page.team-containers.add-jira-project-title': 'Add project',
|
|
22
|
+
'ptc-directory.team-profile-page.team-containers.add-loom-space': 'Add Loom Space',
|
|
19
23
|
'ptc-directory.team-profile-page.team-containers.add-loom-space-description': 'Loom',
|
|
20
24
|
'ptc-directory.team-profile-page.team-containers.add-loom-space-title': 'Add space',
|
|
21
25
|
'ptc-directory.team-profile-page.team-containers.create.add-confluence-space-description': 'Create a knowledge bank',
|