@atlaskit/profilecard 23.2.2 → 23.2.4
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 +14 -0
- package/dist/cjs/client/getOrgIdForCloudIdFromAGG.js +1 -1
- package/dist/cjs/client/getTeamFromAGG.js +1 -1
- package/dist/cjs/components/Team/TeamProfileCard.js +1 -1
- package/dist/cjs/components/User/ProfileCardDetails.js +1 -1
- package/dist/cjs/i18n/cs.js +3 -1
- package/dist/cjs/i18n/da.js +3 -1
- package/dist/cjs/i18n/de.js +3 -1
- package/dist/cjs/i18n/en.js +2 -0
- package/dist/cjs/i18n/en_GB.js +2 -0
- package/dist/cjs/i18n/en_ZZ.js +2 -0
- package/dist/cjs/i18n/es.js +3 -1
- package/dist/cjs/i18n/fi.js +3 -1
- package/dist/cjs/i18n/fr.js +3 -1
- package/dist/cjs/i18n/hu.js +3 -1
- package/dist/cjs/i18n/it.js +3 -1
- package/dist/cjs/i18n/ja.js +3 -1
- package/dist/cjs/i18n/ko.js +3 -1
- package/dist/cjs/i18n/nb.js +3 -1
- package/dist/cjs/i18n/nl.js +3 -1
- package/dist/cjs/i18n/pl.js +3 -1
- package/dist/cjs/i18n/pt_BR.js +3 -1
- package/dist/cjs/i18n/ru.js +3 -1
- package/dist/cjs/i18n/sv.js +3 -1
- package/dist/cjs/i18n/th.js +3 -1
- package/dist/cjs/i18n/tr.js +3 -1
- package/dist/cjs/i18n/uk.js +3 -1
- package/dist/cjs/i18n/vi.js +3 -1
- package/dist/cjs/i18n/zh.js +3 -1
- package/dist/cjs/i18n/zh_TW.js +3 -1
- package/dist/cjs/styled/Card.compiled.css +2 -2
- package/dist/cjs/styled/Card.js +6 -6
- package/dist/cjs/styled/Error.compiled.css +1 -1
- package/dist/cjs/styled/Error.js +2 -2
- package/dist/cjs/styled/ReportingLines.compiled.css +1 -1
- package/dist/cjs/styled/ReportingLines.js +2 -2
- package/dist/cjs/styled/TeamCard.compiled.css +1 -1
- package/dist/cjs/styled/TeamCard.js +2 -2
- package/dist/cjs/util/analytics.js +1 -1
- package/dist/es2019/client/getOrgIdForCloudIdFromAGG.js +1 -1
- package/dist/es2019/client/getTeamFromAGG.js +1 -1
- package/dist/es2019/components/Team/TeamProfileCard.js +1 -1
- package/dist/es2019/components/User/ProfileCardDetails.js +1 -1
- package/dist/es2019/i18n/cs.js +3 -1
- package/dist/es2019/i18n/da.js +3 -1
- package/dist/es2019/i18n/de.js +3 -1
- package/dist/es2019/i18n/en.js +2 -0
- package/dist/es2019/i18n/en_GB.js +2 -0
- package/dist/es2019/i18n/en_ZZ.js +2 -0
- package/dist/es2019/i18n/es.js +3 -1
- package/dist/es2019/i18n/fi.js +3 -1
- package/dist/es2019/i18n/fr.js +3 -1
- package/dist/es2019/i18n/hu.js +3 -1
- package/dist/es2019/i18n/it.js +3 -1
- package/dist/es2019/i18n/ja.js +3 -1
- package/dist/es2019/i18n/ko.js +3 -1
- package/dist/es2019/i18n/nb.js +3 -1
- package/dist/es2019/i18n/nl.js +3 -1
- package/dist/es2019/i18n/pl.js +3 -1
- package/dist/es2019/i18n/pt_BR.js +3 -1
- package/dist/es2019/i18n/ru.js +3 -1
- package/dist/es2019/i18n/sv.js +3 -1
- package/dist/es2019/i18n/th.js +3 -1
- package/dist/es2019/i18n/tr.js +3 -1
- package/dist/es2019/i18n/uk.js +3 -1
- package/dist/es2019/i18n/vi.js +3 -1
- package/dist/es2019/i18n/zh.js +3 -1
- package/dist/es2019/i18n/zh_TW.js +3 -1
- package/dist/es2019/styled/Card.compiled.css +2 -2
- package/dist/es2019/styled/Card.js +6 -6
- package/dist/es2019/styled/Error.compiled.css +1 -1
- package/dist/es2019/styled/Error.js +2 -2
- package/dist/es2019/styled/ReportingLines.compiled.css +1 -1
- package/dist/es2019/styled/ReportingLines.js +2 -2
- package/dist/es2019/styled/TeamCard.compiled.css +1 -1
- package/dist/es2019/styled/TeamCard.js +2 -2
- package/dist/es2019/util/analytics.js +1 -1
- package/dist/esm/client/getOrgIdForCloudIdFromAGG.js +1 -1
- package/dist/esm/client/getTeamFromAGG.js +1 -1
- package/dist/esm/components/Team/TeamProfileCard.js +1 -1
- package/dist/esm/components/User/ProfileCardDetails.js +1 -1
- package/dist/esm/i18n/cs.js +3 -1
- package/dist/esm/i18n/da.js +3 -1
- package/dist/esm/i18n/de.js +3 -1
- package/dist/esm/i18n/en.js +2 -0
- package/dist/esm/i18n/en_GB.js +2 -0
- package/dist/esm/i18n/en_ZZ.js +2 -0
- package/dist/esm/i18n/es.js +3 -1
- package/dist/esm/i18n/fi.js +3 -1
- package/dist/esm/i18n/fr.js +3 -1
- package/dist/esm/i18n/hu.js +3 -1
- package/dist/esm/i18n/it.js +3 -1
- package/dist/esm/i18n/ja.js +3 -1
- package/dist/esm/i18n/ko.js +3 -1
- package/dist/esm/i18n/nb.js +3 -1
- package/dist/esm/i18n/nl.js +3 -1
- package/dist/esm/i18n/pl.js +3 -1
- package/dist/esm/i18n/pt_BR.js +3 -1
- package/dist/esm/i18n/ru.js +3 -1
- package/dist/esm/i18n/sv.js +3 -1
- package/dist/esm/i18n/th.js +3 -1
- package/dist/esm/i18n/tr.js +3 -1
- package/dist/esm/i18n/uk.js +3 -1
- package/dist/esm/i18n/vi.js +3 -1
- package/dist/esm/i18n/zh.js +3 -1
- package/dist/esm/i18n/zh_TW.js +3 -1
- package/dist/esm/styled/Card.compiled.css +2 -2
- package/dist/esm/styled/Card.js +6 -6
- package/dist/esm/styled/Error.compiled.css +1 -1
- package/dist/esm/styled/Error.js +2 -2
- package/dist/esm/styled/ReportingLines.compiled.css +1 -1
- package/dist/esm/styled/ReportingLines.js +2 -2
- package/dist/esm/styled/TeamCard.compiled.css +1 -1
- package/dist/esm/styled/TeamCard.js +2 -2
- package/dist/esm/util/analytics.js +1 -1
- package/dist/types/i18n/cs.d.ts +2 -0
- package/dist/types/i18n/da.d.ts +2 -0
- package/dist/types/i18n/de.d.ts +2 -0
- package/dist/types/i18n/en.d.ts +2 -0
- package/dist/types/i18n/en_GB.d.ts +2 -0
- package/dist/types/i18n/en_ZZ.d.ts +2 -0
- package/dist/types/i18n/es.d.ts +2 -0
- package/dist/types/i18n/fi.d.ts +2 -0
- package/dist/types/i18n/fr.d.ts +2 -0
- package/dist/types/i18n/hu.d.ts +2 -0
- package/dist/types/i18n/it.d.ts +2 -0
- package/dist/types/i18n/ja.d.ts +2 -0
- package/dist/types/i18n/ko.d.ts +2 -0
- package/dist/types/i18n/nb.d.ts +2 -0
- package/dist/types/i18n/nl.d.ts +2 -0
- package/dist/types/i18n/pl.d.ts +2 -0
- package/dist/types/i18n/pt_BR.d.ts +2 -0
- package/dist/types/i18n/ru.d.ts +2 -0
- package/dist/types/i18n/sv.d.ts +2 -0
- package/dist/types/i18n/th.d.ts +2 -0
- package/dist/types/i18n/tr.d.ts +2 -0
- package/dist/types/i18n/uk.d.ts +2 -0
- package/dist/types/i18n/vi.d.ts +2 -0
- package/dist/types/i18n/zh.d.ts +2 -0
- package/dist/types/i18n/zh_TW.d.ts +2 -0
- package/dist/types-ts4.5/i18n/cs.d.ts +2 -0
- package/dist/types-ts4.5/i18n/da.d.ts +2 -0
- package/dist/types-ts4.5/i18n/de.d.ts +2 -0
- package/dist/types-ts4.5/i18n/en.d.ts +2 -0
- package/dist/types-ts4.5/i18n/en_GB.d.ts +2 -0
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +2 -0
- package/dist/types-ts4.5/i18n/es.d.ts +2 -0
- package/dist/types-ts4.5/i18n/fi.d.ts +2 -0
- package/dist/types-ts4.5/i18n/fr.d.ts +2 -0
- package/dist/types-ts4.5/i18n/hu.d.ts +2 -0
- package/dist/types-ts4.5/i18n/it.d.ts +2 -0
- package/dist/types-ts4.5/i18n/ja.d.ts +2 -0
- package/dist/types-ts4.5/i18n/ko.d.ts +2 -0
- package/dist/types-ts4.5/i18n/nb.d.ts +2 -0
- package/dist/types-ts4.5/i18n/nl.d.ts +2 -0
- package/dist/types-ts4.5/i18n/pl.d.ts +2 -0
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +2 -0
- package/dist/types-ts4.5/i18n/ru.d.ts +2 -0
- package/dist/types-ts4.5/i18n/sv.d.ts +2 -0
- package/dist/types-ts4.5/i18n/th.d.ts +2 -0
- package/dist/types-ts4.5/i18n/tr.d.ts +2 -0
- package/dist/types-ts4.5/i18n/uk.d.ts +2 -0
- package/dist/types-ts4.5/i18n/vi.d.ts +2 -0
- package/dist/types-ts4.5/i18n/zh.d.ts +2 -0
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +2 -0
- package/package.json +5 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @atlaskit/profilecard
|
|
2
2
|
|
|
3
|
+
## 23.2.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 23.2.3
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [#121658](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/121658)
|
|
14
|
+
[`87935efc5eab4`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/87935efc5eab4) -
|
|
15
|
+
PTC-20 Clean up verified teams feature gate
|
|
16
|
+
|
|
3
17
|
## 23.2.2
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
|
@@ -11,7 +11,7 @@ var _graphqlUtils = require("./graphqlUtils");
|
|
|
11
11
|
var ORG_ID_FROM_CLOUD_ID_QUERY = "query OrgIdFromCloudId($cloudId: ID!) {\n\ttenantContexts(cloudIds: [$cloudId]) {\n\t\torgId\n\t}\n}";
|
|
12
12
|
var addHeaders = function addHeaders(headers) {
|
|
13
13
|
headers.append('atl-client-name', "@atlaskit/profilecard");
|
|
14
|
-
headers.append('atl-client-version', "23.2.
|
|
14
|
+
headers.append('atl-client-version', "23.2.4");
|
|
15
15
|
return headers;
|
|
16
16
|
};
|
|
17
17
|
function getOrgIdForCloudIdFromAGG(_x, _x2) {
|
|
@@ -66,7 +66,7 @@ var addHeaders = exports.addHeaders = function addHeaders(headers) {
|
|
|
66
66
|
headers.append('X-ExperimentalApi', 'teams-beta');
|
|
67
67
|
headers.append('X-ExperimentalApi', 'team-members-beta');
|
|
68
68
|
headers.append('atl-client-name', "@atlaskit/profilecard");
|
|
69
|
-
headers.append('atl-client-version', "23.2.
|
|
69
|
+
headers.append('atl-client-version', "23.2.4");
|
|
70
70
|
return headers;
|
|
71
71
|
};
|
|
72
72
|
function getTeamFromAGG(_x, _x2, _x3) {
|
|
@@ -264,7 +264,7 @@ var TeamProfilecardContent = function TeamProfilecardContent(_ref5) {
|
|
|
264
264
|
label: team.displayName
|
|
265
265
|
}), /*#__PURE__*/_react.default.createElement(_TeamCard.CardContent, null, /*#__PURE__*/_react.default.createElement(_tooltip.default, {
|
|
266
266
|
content: team.displayName
|
|
267
|
-
}, /*#__PURE__*/_react.default.createElement(_compiled.Inline, null, /*#__PURE__*/_react.default.createElement(_TeamCard.TeamName, null, team.displayName), team.isVerified &&
|
|
267
|
+
}, /*#__PURE__*/_react.default.createElement(_compiled.Inline, null, /*#__PURE__*/_react.default.createElement(_TeamCard.TeamName, null, team.displayName), team.isVerified && /*#__PURE__*/_react.default.createElement(_verifiedTeamIcon.VerifiedTeamIcon, null))), /*#__PURE__*/_react.default.createElement(TeamMembers, {
|
|
268
268
|
analytics: analytics,
|
|
269
269
|
members: team.members,
|
|
270
270
|
generateUserLink: generateUserLink,
|
|
@@ -25,7 +25,7 @@ var fullNameLabelStyles = (0, _primitives.xcss)({
|
|
|
25
25
|
overflow: 'hidden',
|
|
26
26
|
textOverflow: 'ellipsis',
|
|
27
27
|
whiteSpace: 'nowrap',
|
|
28
|
-
font: "var(--ds-font-body-large, normal 400 16px/24px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu,
|
|
28
|
+
font: "var(--ds-font-body-large, normal 400 16px/24px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)"
|
|
29
29
|
});
|
|
30
30
|
var noMetaLabelStyles = (0, _primitives.xcss)({
|
|
31
31
|
marginTop: 'space.400',
|
package/dist/cjs/i18n/cs.js
CHANGED
|
@@ -59,5 +59,7 @@ var _default = exports.default = {
|
|
|
59
59
|
'pt.team-profile-card.team.member.count': '{count, plural, one {Tým • {count} člen} few {Tým • {count} členové} many {Tým • {count} člena} other {Tým • {count} členů}}',
|
|
60
60
|
'pt.team-profile-card.team.member.count-including-you': '{count, plural, one {Tým • {count} člen včetně vás} few {Tým • {count} členové včetně vás} many {Tým • {count} člena včetně vás} other {Tým • {count} členů včetně vás}}',
|
|
61
61
|
'pt.team-profile-card.team.member.many': 'Tým • 50 a více členů',
|
|
62
|
-
'pt.team-profile-card.team.member.many-including-you': 'Tým • 50 a více členů včetně vás'
|
|
62
|
+
'pt.team-profile-card.team.member.many-including-you': 'Tým • 50 a více členů včetně vás',
|
|
63
|
+
'pt.team.profile-card.members.more-icon-label': '{count, plural, one {+{count} další člen} few {+{count} další členové} many {+{count} dalšího člena} other {+{count} dalších členů}}',
|
|
64
|
+
'pt.user-profile-card.reporting-lines.more-icon-label': '{count, plural, one {+{count} další profil} few {+{count} další profily} many {+{count} dalšího profilu} other {+{count} dalších profilů}}'
|
|
63
65
|
};
|
package/dist/cjs/i18n/da.js
CHANGED
|
@@ -59,5 +59,7 @@ var _default = exports.default = {
|
|
|
59
59
|
'pt.team-profile-card.team.member.count': '{count, plural, one {Team • {count} medlem} other {Team • {count} medlemmer}}',
|
|
60
60
|
'pt.team-profile-card.team.member.count-including-you': '{count, plural, one {Team • {count} medlem, inklusive dig} other {Team • {count} medlemmer, inklusive dig}}',
|
|
61
61
|
'pt.team-profile-card.team.member.many': 'Team • Over 50 medlemmer',
|
|
62
|
-
'pt.team-profile-card.team.member.many-including-you': 'Team • Over 50 medlemmer, inklusive dig'
|
|
62
|
+
'pt.team-profile-card.team.member.many-including-you': 'Team • Over 50 medlemmer, inklusive dig',
|
|
63
|
+
'pt.team.profile-card.members.more-icon-label': '{count, plural, one {+{count} medlem mere} other {+{count} medlemmer mere}}',
|
|
64
|
+
'pt.user-profile-card.reporting-lines.more-icon-label': '{count, plural, one {+{count} profil mere} other {+{count} profiler mere}}'
|
|
63
65
|
};
|
package/dist/cjs/i18n/de.js
CHANGED
|
@@ -59,5 +59,7 @@ var _default = exports.default = {
|
|
|
59
59
|
'pt.team-profile-card.team.member.count': '{count, plural, one {Team • {count} Mitglied} other {Team • {count} Mitglieder}}',
|
|
60
60
|
'pt.team-profile-card.team.member.count-including-you': '{count, plural, one {Team • {count} Mitglied, einschließlich Ihnen} other {Team • {count} Mitglieder, einschließlich Ihnen}}',
|
|
61
61
|
'pt.team-profile-card.team.member.many': 'Team • über 50 Mitglieder',
|
|
62
|
-
'pt.team-profile-card.team.member.many-including-you': 'Team • über 50 Mitglieder, einschließlich Ihnen'
|
|
62
|
+
'pt.team-profile-card.team.member.many-including-you': 'Team • über 50 Mitglieder, einschließlich Ihnen',
|
|
63
|
+
'pt.team.profile-card.members.more-icon-label': '{count, plural, one {+ {count} weiteres Mitglied} other {+ {count} weitere Mitglieder}}',
|
|
64
|
+
'pt.user-profile-card.reporting-lines.more-icon-label': '{count, plural, one {+ {count} weiteres Profil} other {+ {count} weitere Profile}}'
|
|
63
65
|
};
|
package/dist/cjs/i18n/en.js
CHANGED
|
@@ -60,6 +60,8 @@ var _default = exports.default = {
|
|
|
60
60
|
'pt.team-profile-card.team.member.count-including-you': 'Team • {count} {count, plural, one {member} other {members}}, including you',
|
|
61
61
|
'pt.team-profile-card.team.member.many': 'Team • 50+ members',
|
|
62
62
|
'pt.team-profile-card.team.member.many-including-you': 'Team • 50+ members, including you',
|
|
63
|
+
'pt.team.profile-card.members.more-icon-label': '+{count} more {count, plural, one {members} other {members}}',
|
|
64
|
+
'pt.user-profile-card.reporting-lines.more-icon-label': '+{count} more {count, plural, one {profile} other {profiles}}',
|
|
63
65
|
'ptc-directory.agent-profile.action.dropdown.chat-to-agent.nonfinal': 'Chat to Agent',
|
|
64
66
|
'ptc-directory.agent-profile.action.dropdown.copy-link.nonfinal': 'Copy link',
|
|
65
67
|
'ptc-directory.agent-profile.action.dropdown.delete.nonfinal': 'Delete Agent',
|
package/dist/cjs/i18n/en_GB.js
CHANGED
|
@@ -60,6 +60,8 @@ var _default = exports.default = {
|
|
|
60
60
|
'pt.team-profile-card.team.member.count-including-you': 'Team • {count} {count, plural, one {member} other {members}}, including you',
|
|
61
61
|
'pt.team-profile-card.team.member.many': 'Team • 50+ members',
|
|
62
62
|
'pt.team-profile-card.team.member.many-including-you': 'Team • 50+ members, including you',
|
|
63
|
+
'pt.team.profile-card.members.more-icon-label': '+{count} more {count, plural, one {members} other {members}}',
|
|
64
|
+
'pt.user-profile-card.reporting-lines.more-icon-label': '+{count} more {count, plural, one {profile} other {profiles}}',
|
|
63
65
|
'ptc-directory.agent-profile.action.dropdown.chat-to-agent.nonfinal': 'Chat to Agent',
|
|
64
66
|
'ptc-directory.agent-profile.action.dropdown.copy-link.nonfinal': 'Copy link',
|
|
65
67
|
'ptc-directory.agent-profile.action.dropdown.delete.nonfinal': 'Delete Agent',
|
package/dist/cjs/i18n/en_ZZ.js
CHANGED
|
@@ -60,6 +60,8 @@ var _default = exports.default = {
|
|
|
60
60
|
'pt.team-profile-card.team.member.count-including-you': '{count, plural, one {Team • {count} member, including you} other {Team • {count} members, including you}}',
|
|
61
61
|
'pt.team-profile-card.team.member.many': 'Team • 50+ members',
|
|
62
62
|
'pt.team-profile-card.team.member.many-including-you': 'Team • 50+ members, including you',
|
|
63
|
+
'pt.team.profile-card.members.more-icon-label': '{count, plural, one {+{count} more members} other {+{count} more members}}',
|
|
64
|
+
'pt.user-profile-card.reporting-lines.more-icon-label': '{count, plural, one {+{count} more profile} other {+{count} more profiles}}',
|
|
63
65
|
'ptc-directory.agent-profile.action.dropdown.chat-to-agent.nonfinal': 'Chat to Agent',
|
|
64
66
|
'ptc-directory.agent-profile.action.dropdown.copy-link.nonfinal': 'Copy link',
|
|
65
67
|
'ptc-directory.agent-profile.action.dropdown.delete.nonfinal': 'Delete Agent',
|
package/dist/cjs/i18n/es.js
CHANGED
|
@@ -59,5 +59,7 @@ var _default = exports.default = {
|
|
|
59
59
|
'pt.team-profile-card.team.member.count': '{count, plural, one {Equipo • {count} miembro} other {Equipo • {count} miembros}}',
|
|
60
60
|
'pt.team-profile-card.team.member.count-including-you': '{count, plural, one {Equipo • {count} miembro, incluyéndote a ti} other {Equipo • {count} miembros, incluyéndote a ti}}',
|
|
61
61
|
'pt.team-profile-card.team.member.many': 'Equipo • Más de 50 miembros',
|
|
62
|
-
'pt.team-profile-card.team.member.many-including-you': 'Equipo • Más de 50 miembros, incluyéndote a ti'
|
|
62
|
+
'pt.team-profile-card.team.member.many-including-you': 'Equipo • Más de 50 miembros, incluyéndote a ti',
|
|
63
|
+
'pt.team.profile-card.members.more-icon-label': '{count, plural, one {{count} miembro más} other {{count} miembros más}}',
|
|
64
|
+
'pt.user-profile-card.reporting-lines.more-icon-label': '{count, plural, one {{count} perfil más} other {{count} perfiles más}}'
|
|
63
65
|
};
|
package/dist/cjs/i18n/fi.js
CHANGED
|
@@ -59,5 +59,7 @@ var _default = exports.default = {
|
|
|
59
59
|
'pt.team-profile-card.team.member.count': '{count, plural, one {Tiimi • {count} jäsen} other {Tiimi • {count} jäsentä}}',
|
|
60
60
|
'pt.team-profile-card.team.member.count-including-you': '{count, plural, one {Tiimi • {count} jäsen sinä mukaan lukien} other {Tiimi • {count} jäsentä sinä mukaan lukien}}',
|
|
61
61
|
'pt.team-profile-card.team.member.many': 'Tiimi • 50+ jäsentä',
|
|
62
|
-
'pt.team-profile-card.team.member.many-including-you': 'Tiimi • 50+ jäsentä sinä mukaan lukien'
|
|
62
|
+
'pt.team-profile-card.team.member.many-including-you': 'Tiimi • 50+ jäsentä sinä mukaan lukien',
|
|
63
|
+
'pt.team.profile-card.members.more-icon-label': '{count, plural, one {+{count} jäsen lisää} other {+{count} jäsentä lisää}}',
|
|
64
|
+
'pt.user-profile-card.reporting-lines.more-icon-label': '{count, plural, one {+{count} profiili lisää} other {+{count} profiilia lisää}}'
|
|
63
65
|
};
|
package/dist/cjs/i18n/fr.js
CHANGED
|
@@ -59,5 +59,7 @@ var _default = exports.default = {
|
|
|
59
59
|
'pt.team-profile-card.team.member.count': '{count, plural, one {Équipe • {count} membre} other {Équipe • {count} membres}}',
|
|
60
60
|
'pt.team-profile-card.team.member.count-including-you': '{count, plural, one {Équipe • {count} membre, dont vous} other {Équipe • {count} membres, dont vous}}',
|
|
61
61
|
'pt.team-profile-card.team.member.many': 'Équipe • Plus de 50 membres',
|
|
62
|
-
'pt.team-profile-card.team.member.many-including-you': 'Équipe • Plus de 50 membres, dont vous'
|
|
62
|
+
'pt.team-profile-card.team.member.many-including-you': 'Équipe • Plus de 50 membres, dont vous',
|
|
63
|
+
'pt.team.profile-card.members.more-icon-label': '{count, plural, one {+{count} membre supplémentaire} other {+{count} membres supplémentaires}}',
|
|
64
|
+
'pt.user-profile-card.reporting-lines.more-icon-label': '{count, plural, one {+{count} profil supplémentaire} other {+{count} profils supplémentaires}}'
|
|
63
65
|
};
|
package/dist/cjs/i18n/hu.js
CHANGED
|
@@ -59,5 +59,7 @@ var _default = exports.default = {
|
|
|
59
59
|
'pt.team-profile-card.team.member.count': '{count, plural, one {Csapat • {count} tag} other {Csapat • {count} tag}}',
|
|
60
60
|
'pt.team-profile-card.team.member.count-including-you': '{count, plural, one {Csapat • {count} tag veled együtt} other {Csapat • {count} tag veled együtt}}',
|
|
61
61
|
'pt.team-profile-card.team.member.many': 'Csapat • 50+ tag',
|
|
62
|
-
'pt.team-profile-card.team.member.many-including-you': 'Csapat • 50+ tag veled együtt'
|
|
62
|
+
'pt.team-profile-card.team.member.many-including-you': 'Csapat • 50+ tag veled együtt',
|
|
63
|
+
'pt.team.profile-card.members.more-icon-label': '{count, plural, one {+{count} további tag} other {+{count} további tag}}',
|
|
64
|
+
'pt.user-profile-card.reporting-lines.more-icon-label': '{count, plural, one {+{count} további profil} other {+{count} további profil}}'
|
|
63
65
|
};
|
package/dist/cjs/i18n/it.js
CHANGED
|
@@ -59,5 +59,7 @@ var _default = exports.default = {
|
|
|
59
59
|
'pt.team-profile-card.team.member.count': '{count, plural, one {Team • {count} membro} other {Team • {count} membri}}',
|
|
60
60
|
'pt.team-profile-card.team.member.count-including-you': '{count, plural, one {Team • {count} membro, te compreso} other {Team • {count} membri, te compreso}}',
|
|
61
61
|
'pt.team-profile-card.team.member.many': 'Team • 50+ membri',
|
|
62
|
-
'pt.team-profile-card.team.member.many-including-you': 'Team • 50+ membri, te compreso'
|
|
62
|
+
'pt.team-profile-card.team.member.many-including-you': 'Team • 50+ membri, te compreso',
|
|
63
|
+
'pt.team.profile-card.members.more-icon-label': '{count, plural, one {+{count} altro membro} other {+{count} altri membri}}',
|
|
64
|
+
'pt.user-profile-card.reporting-lines.more-icon-label': '{count, plural, one {+{count} altro profilo} other {+{count} altri profili}}'
|
|
63
65
|
};
|
package/dist/cjs/i18n/ja.js
CHANGED
|
@@ -59,5 +59,7 @@ var _default = exports.default = {
|
|
|
59
59
|
'pt.team-profile-card.team.member.count': '{count, plural, other {チーム • {count} 人のメンバー}}',
|
|
60
60
|
'pt.team-profile-card.team.member.count-including-you': '{count, plural, other {チーム • {count} 人のメンバー (あなたを含む)}}',
|
|
61
61
|
'pt.team-profile-card.team.member.many': 'チーム • 50 人以上のメンバー',
|
|
62
|
-
'pt.team-profile-card.team.member.many-including-you': 'チーム • 50 人以上のメンバー (あなたを含む)'
|
|
62
|
+
'pt.team-profile-card.team.member.many-including-you': 'チーム • 50 人以上のメンバー (あなたを含む)',
|
|
63
|
+
'pt.team.profile-card.members.more-icon-label': '{count, plural, other {他 {count} 人のメンバー}}',
|
|
64
|
+
'pt.user-profile-card.reporting-lines.more-icon-label': '{count, plural, other {他 {count} 人のプロファイル}}'
|
|
63
65
|
};
|
package/dist/cjs/i18n/ko.js
CHANGED
|
@@ -59,5 +59,7 @@ var _default = exports.default = {
|
|
|
59
59
|
'pt.team-profile-card.team.member.count': '{count, plural, other {팀 • 구성원 {count}명}}',
|
|
60
60
|
'pt.team-profile-card.team.member.count-including-you': '{count, plural, other {팀 • 자신을 포함하여 구성원 {count}명}}',
|
|
61
61
|
'pt.team-profile-card.team.member.many': '팀 • 구성원 50명 이상',
|
|
62
|
-
'pt.team-profile-card.team.member.many-including-you': '팀 • 자신을 포함하여 구성원 50명 이상'
|
|
62
|
+
'pt.team-profile-card.team.member.many-including-you': '팀 • 자신을 포함하여 구성원 50명 이상',
|
|
63
|
+
'pt.team.profile-card.members.more-icon-label': '{count, plural, other {+{count}명의 구성원}}',
|
|
64
|
+
'pt.user-profile-card.reporting-lines.more-icon-label': '{count, plural, other {+{count}개의 프로필}}'
|
|
63
65
|
};
|
package/dist/cjs/i18n/nb.js
CHANGED
|
@@ -59,5 +59,7 @@ var _default = exports.default = {
|
|
|
59
59
|
'pt.team-profile-card.team.member.count': '{count, plural, one {Team • {count} medlem} other {Team • {count} medlemmer}}',
|
|
60
60
|
'pt.team-profile-card.team.member.count-including-you': '{count, plural, one {Team • {count} medlem, inkludert deg} other {Team • {count} medlemmer, inkludert deg}}',
|
|
61
61
|
'pt.team-profile-card.team.member.many': 'Team • flere enn 50 medlemmer',
|
|
62
|
-
'pt.team-profile-card.team.member.many-including-you': 'Team • flere enn 50 medlemmer, inkludert deg'
|
|
62
|
+
'pt.team-profile-card.team.member.many-including-you': 'Team • flere enn 50 medlemmer, inkludert deg',
|
|
63
|
+
'pt.team.profile-card.members.more-icon-label': '{count, plural, one {{count} medlem til} other {{count} medlemmer til}}',
|
|
64
|
+
'pt.user-profile-card.reporting-lines.more-icon-label': '{count, plural, one {{count} profil til} other {{count} profiler til}}'
|
|
63
65
|
};
|
package/dist/cjs/i18n/nl.js
CHANGED
|
@@ -59,5 +59,7 @@ var _default = exports.default = {
|
|
|
59
59
|
'pt.team-profile-card.team.member.count': '{count, plural, one {Team • {count} lid} other {Team • {count} leden.}}',
|
|
60
60
|
'pt.team-profile-card.team.member.count-including-you': '{count, plural, one {Team • {count} lid, inclusief jezelf} other {Team •{count} leden, inclusief jezelf}}',
|
|
61
61
|
'pt.team-profile-card.team.member.many': 'Team • 50+ leden',
|
|
62
|
-
'pt.team-profile-card.team.member.many-including-you': 'Team • 50+ leden, inclusief jezelf.'
|
|
62
|
+
'pt.team-profile-card.team.member.many-including-you': 'Team • 50+ leden, inclusief jezelf.',
|
|
63
|
+
'pt.team.profile-card.members.more-icon-label': '{count, plural, one {+{count} lid} other {+{count} leden}}',
|
|
64
|
+
'pt.user-profile-card.reporting-lines.more-icon-label': '{count, plural, one {+{count} profiel} other {+{count} profielen}}'
|
|
63
65
|
};
|
package/dist/cjs/i18n/pl.js
CHANGED
|
@@ -59,5 +59,7 @@ var _default = exports.default = {
|
|
|
59
59
|
'pt.team-profile-card.team.member.count': '{count, plural, one {Zespół z {count} członkiem} few {Zespół z {count} członkami} many {Zespół z {count} członkami} other {Zespół z {count} członka}}',
|
|
60
60
|
'pt.team-profile-card.team.member.count-including-you': '{count, plural, one {Zespół z {count} członkiem, łącznie z Tobą} few {Zespół z {count} członkami, łącznie z Tobą} many {Zespół z {count} członkami, łącznie z Tobą} other {Zespół z {count} członka, łącznie z Tobą}}',
|
|
61
61
|
'pt.team-profile-card.team.member.many': 'Zespół z ponad 50 członkami',
|
|
62
|
-
'pt.team-profile-card.team.member.many-including-you': 'Zespół z ponad 50 członkami, łącznie z Tobą'
|
|
62
|
+
'pt.team-profile-card.team.member.many-including-you': 'Zespół z ponad 50 członkami, łącznie z Tobą',
|
|
63
|
+
'pt.team.profile-card.members.more-icon-label': '{count, plural, one {i jeszcze {count} członek} few {i jeszcze {count} członków} many {i jeszcze {count} członków} other {i jeszcze {count} członka}}',
|
|
64
|
+
'pt.user-profile-card.reporting-lines.more-icon-label': '{count, plural, one {i jeszcze {count} profil} few {i jeszcze {count} profile} many {i jeszcze {count} profile} other {i jeszcze {count} profilu}}'
|
|
63
65
|
};
|
package/dist/cjs/i18n/pt_BR.js
CHANGED
|
@@ -59,5 +59,7 @@ var _default = exports.default = {
|
|
|
59
59
|
'pt.team-profile-card.team.member.count': '{count, plural, one {Equipe • {count} membro} other {Equipe • {count} membros}}',
|
|
60
60
|
'pt.team-profile-card.team.member.count-including-you': '{count, plural, one {Equipe • {count} membro, incluindo você} other {Equipe • {count} membros, incluindo você}}',
|
|
61
61
|
'pt.team-profile-card.team.member.many': 'Equipe • Mais de 50 membros',
|
|
62
|
-
'pt.team-profile-card.team.member.many-including-you': 'Equipe • Mais de 50 membros, incluindo você'
|
|
62
|
+
'pt.team-profile-card.team.member.many-including-you': 'Equipe • Mais de 50 membros, incluindo você',
|
|
63
|
+
'pt.team.profile-card.members.more-icon-label': '{count, plural, one {Mais {count} membro} other {Mais {count} membros}}',
|
|
64
|
+
'pt.user-profile-card.reporting-lines.more-icon-label': '{count, plural, one {Mais {count} perfil} other {Mais {count} perfis}}'
|
|
63
65
|
};
|
package/dist/cjs/i18n/ru.js
CHANGED
|
@@ -59,5 +59,7 @@ var _default = exports.default = {
|
|
|
59
59
|
'pt.team-profile-card.team.member.count': '{count, plural, one {Команда • {count} участник} few {Команда • {count} участника} many {Команда • {count} участников} other {Команда • {count} участника}}',
|
|
60
60
|
'pt.team-profile-card.team.member.count-including-you': '{count, plural, one {Команда • {count} участник, включая вас} few {Команда • {count} участника, включая вас} many {Команда • {count} участников, включая вас} other {Команда • {count} участника, включая вас}}',
|
|
61
61
|
'pt.team-profile-card.team.member.many': 'Команда • более 50 участников',
|
|
62
|
-
'pt.team-profile-card.team.member.many-including-you': 'Команда • более 50 участников, включая вас'
|
|
62
|
+
'pt.team-profile-card.team.member.many-including-you': 'Команда • более 50 участников, включая вас',
|
|
63
|
+
'pt.team.profile-card.members.more-icon-label': '{count, plural, one {и еще {count} участник} few {и еще {count} участника} many {и еще {count} участников} other {и еще {count} участника}}',
|
|
64
|
+
'pt.user-profile-card.reporting-lines.more-icon-label': '{count, plural, one {и еще {count} профиль} few {и еще {count} профиля} many {и еще {count} профилей} other {и еще {count} профиля}}'
|
|
63
65
|
};
|
package/dist/cjs/i18n/sv.js
CHANGED
|
@@ -59,5 +59,7 @@ var _default = exports.default = {
|
|
|
59
59
|
'pt.team-profile-card.team.member.count': '{count, plural, one {Team • {count} medlem} other {Team • {count} medlemmar}}',
|
|
60
60
|
'pt.team-profile-card.team.member.count-including-you': '{count, plural, one {Team • {count} medlem, inklusive dig} other {Team • {count} medlemmar, inklusive dig}}',
|
|
61
61
|
'pt.team-profile-card.team.member.many': 'Team • 50+ medlemmar',
|
|
62
|
-
'pt.team-profile-card.team.member.many-including-you': 'Team • 50+ medlemmar, inklusive dig'
|
|
62
|
+
'pt.team-profile-card.team.member.many-including-you': 'Team • 50+ medlemmar, inklusive dig',
|
|
63
|
+
'pt.team.profile-card.members.more-icon-label': '{count, plural, one {{count} medlem till} other {{count} medlemmar till}}',
|
|
64
|
+
'pt.user-profile-card.reporting-lines.more-icon-label': '{count, plural, one {{count} profil till} other {{count} profiler till}}'
|
|
63
65
|
};
|
package/dist/cjs/i18n/th.js
CHANGED
|
@@ -59,5 +59,7 @@ var _default = exports.default = {
|
|
|
59
59
|
'pt.team-profile-card.team.member.count': '{count, plural, other {ทีม • สมาชิก {count} คน}}',
|
|
60
60
|
'pt.team-profile-card.team.member.count-including-you': '{count, plural, other {ทีม • สมาชิก {count} คน รวมคุณด้วย}}',
|
|
61
61
|
'pt.team-profile-card.team.member.many': 'ทีม • สมาชิกมากกว่า 50 คน',
|
|
62
|
-
'pt.team-profile-card.team.member.many-including-you': 'ทีม • สมาชิกมากกว่า 50 คน รวมคุณด้วย'
|
|
62
|
+
'pt.team-profile-card.team.member.many-including-you': 'ทีม • สมาชิกมากกว่า 50 คน รวมคุณด้วย',
|
|
63
|
+
'pt.team.profile-card.members.more-icon-label': '{count, plural, other {สมาชิกอีก {count} คน}}',
|
|
64
|
+
'pt.user-profile-card.reporting-lines.more-icon-label': '{count, plural, other {โปรไฟล์อีก {count} รายการ}}'
|
|
63
65
|
};
|
package/dist/cjs/i18n/tr.js
CHANGED
|
@@ -59,5 +59,7 @@ var _default = exports.default = {
|
|
|
59
59
|
'pt.team-profile-card.team.member.count': '{count, plural, one {Takım • {count} üye} other {Takım • {count} üye}}',
|
|
60
60
|
'pt.team-profile-card.team.member.count-including-you': '{count, plural, one {Takım • Siz de dahil olmak üzere {count} üye} other {Takım • Siz de dahil olmak üzere {count} üye}}',
|
|
61
61
|
'pt.team-profile-card.team.member.many': "Takım • 50'den fazla üye",
|
|
62
|
-
'pt.team-profile-card.team.member.many-including-you': "Takım • Siz de dahil olmak üzere 50'den fazla üye"
|
|
62
|
+
'pt.team-profile-card.team.member.many-including-you': "Takım • Siz de dahil olmak üzere 50'den fazla üye",
|
|
63
|
+
'pt.team.profile-card.members.more-icon-label': '{count, plural, one {+{count} üye daha} other {+{count} üye daha}}',
|
|
64
|
+
'pt.user-profile-card.reporting-lines.more-icon-label': '{count, plural, one {+{count} profil daha} other {+{count} profil daha}}'
|
|
63
65
|
};
|
package/dist/cjs/i18n/uk.js
CHANGED
|
@@ -59,5 +59,7 @@ var _default = exports.default = {
|
|
|
59
59
|
'pt.team-profile-card.team.member.count': '{count, plural, one {Команда • {count} учасник} few {Команда • {count} учасники} many {Команда • {count} учасників} other {Команда • {count} учасника}}',
|
|
60
60
|
'pt.team-profile-card.team.member.count-including-you': '{count, plural, one {Команда • {count} учасник включно з вами} few {Команда • {count} учасники включно з вами} many {Команда • {count} учасників включно з вами} other {Команда • {count} учасника включно з вами}}',
|
|
61
61
|
'pt.team-profile-card.team.member.many': 'Команда • Понад 50 учасників',
|
|
62
|
-
'pt.team-profile-card.team.member.many-including-you': 'Команда • Понад 50 учасників включно з вами'
|
|
62
|
+
'pt.team-profile-card.team.member.many-including-you': 'Команда • Понад 50 учасників включно з вами',
|
|
63
|
+
'pt.team.profile-card.members.more-icon-label': '{count, plural, one {Ще {count} учасник} few {Ще {count} учасники} many {Ще {count} учасників} other {Ще {count} учасників}}',
|
|
64
|
+
'pt.user-profile-card.reporting-lines.more-icon-label': '{count, plural, one {Ще {count} профіль} few {Ще {count} профілі} many {Ще {count} профілів} other {Ще {count} профілів}}'
|
|
63
65
|
};
|
package/dist/cjs/i18n/vi.js
CHANGED
|
@@ -59,5 +59,7 @@ var _default = exports.default = {
|
|
|
59
59
|
'pt.team-profile-card.team.member.count': '{count, plural, other {Nhóm • {count} thành viên}}',
|
|
60
60
|
'pt.team-profile-card.team.member.count-including-you': '{count, plural, other {Nhóm • {count} thành viên, bao gồm cả bạn}}',
|
|
61
61
|
'pt.team-profile-card.team.member.many': 'Nhóm • 50+ thành viên',
|
|
62
|
-
'pt.team-profile-card.team.member.many-including-you': 'Nhóm • 50+ thành viên, bao gồm cả bạn'
|
|
62
|
+
'pt.team-profile-card.team.member.many-including-you': 'Nhóm • 50+ thành viên, bao gồm cả bạn',
|
|
63
|
+
'pt.team.profile-card.members.more-icon-label': '{count, plural, other {+{count} thành viên khác}}',
|
|
64
|
+
'pt.user-profile-card.reporting-lines.more-icon-label': '{count, plural, other {+{count} hồ sơ khác}}'
|
|
63
65
|
};
|
package/dist/cjs/i18n/zh.js
CHANGED
|
@@ -59,5 +59,7 @@ var _default = exports.default = {
|
|
|
59
59
|
'pt.team-profile-card.team.member.count': '{count, plural, other {团队 • {count} 名成员}}',
|
|
60
60
|
'pt.team-profile-card.team.member.count-including-you': '{count, plural, other {团队 • {count} 名成员,包括您自己}}',
|
|
61
61
|
'pt.team-profile-card.team.member.many': '团队 • 50 多名成员',
|
|
62
|
-
'pt.team-profile-card.team.member.many-including-you': '团队 • 50 多名成员,包括您自己'
|
|
62
|
+
'pt.team-profile-card.team.member.many-including-you': '团队 • 50 多名成员,包括您自己',
|
|
63
|
+
'pt.team.profile-card.members.more-icon-label': '{count, plural, other {+另外 {count} 位成员}}',
|
|
64
|
+
'pt.user-profile-card.reporting-lines.more-icon-label': '{count, plural, other {+另外 {count} 份个人资料}}'
|
|
63
65
|
};
|
package/dist/cjs/i18n/zh_TW.js
CHANGED
|
@@ -59,5 +59,7 @@ var _default = exports.default = {
|
|
|
59
59
|
'pt.team-profile-card.team.member.count': '{count, plural, other {團隊 • {count} 名成員}}',
|
|
60
60
|
'pt.team-profile-card.team.member.count-including-you': '{count, plural, other {團隊 • {count} 名成員,包含您}}',
|
|
61
61
|
'pt.team-profile-card.team.member.many': '團隊 • 50 名以上的成員',
|
|
62
|
-
'pt.team-profile-card.team.member.many-including-you': '團隊 • 50 名以上的成員,包含您'
|
|
62
|
+
'pt.team-profile-card.team.member.many-including-you': '團隊 • 50 名以上的成員,包含您',
|
|
63
|
+
'pt.team.profile-card.members.more-icon-label': '{count, plural, other {+其他 {count} 位成員}}',
|
|
64
|
+
'pt.user-profile-card.reporting-lines.more-icon-label': '{count, plural, other {+其他 {count} 個設定檔}}'
|
|
63
65
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
.
|
|
2
|
-
.
|
|
1
|
+
._11c81o8v{font:var(--ds-font-body-small,normal 400 11px/1pc ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
|
|
2
|
+
._11c8dcr7{font:var(--ds-font-body-UNSAFE_small,normal 400 9pt/1pc ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
|
|
3
3
|
._2rkoglpi{border-radius:var(--ds-border-radius,4px)}
|
|
4
4
|
._zulp12x7{gap:var(--ds-space-075,6px)}
|
|
5
5
|
._zulpu2gc{gap:var(--ds-space-100,8px)}
|
package/dist/cjs/styled/Card.js
CHANGED
|
@@ -34,7 +34,7 @@ var styles = {
|
|
|
34
34
|
overflowActionButtonsWrapper: "_1e0c1o8l _1bsbzwfg _4t3izwfg",
|
|
35
35
|
cardContent: "_1e0c1txw _2lx21bp4 _1tkebv7e",
|
|
36
36
|
detailsGroup: "_1e0c1txw _2lx21bp4 _18u01epz _19bvxy5q _1bsb18pt",
|
|
37
|
-
disabledInfo: "
|
|
37
|
+
disabledInfo: "_11c81o8v _syaz1fxt _19pkutpp _2hwxze3t _18u0ze3t _otyrze3t",
|
|
38
38
|
lozengeWrapper: "_19pkpxbi _1e0c1ule",
|
|
39
39
|
customLozengeContainer: "_1e0c1txw _2lx2vrvc _1n261g80 _1bah1y6m _19pkutpp",
|
|
40
40
|
spinnerContainer: "_4cvr1h6o _1e0c1txw _4t3i16xz _1bah1h6o _kqswh2mm",
|
|
@@ -45,7 +45,7 @@ var styles = {
|
|
|
45
45
|
detailsLabel: "_zulpu2gc _1e0c1txw _4cvr1h6o _1bah1y6m _19pkutpp _2hwxze3t _18u0ze3t _otyrze3t _o5721q9c",
|
|
46
46
|
detailsLabelExtraTopSpace: "_19pkxy5q",
|
|
47
47
|
detailsLabelIcon: "_1e0c1txw _1o9zidpf _syaz131l _1bsb7vkz _4t3i7vkz _s7n4jp4b _19pkze3t",
|
|
48
|
-
detailsLabelText: "_1reo15vq _18m915vq
|
|
48
|
+
detailsLabelText: "_1reo15vq _18m915vq _11c8dcr7 _1bto1l2s _syaz1fxt _19pkze3t _18u0ze3t",
|
|
49
49
|
kudosBlobAnimation: "_1e0cglyw _4t3i1w81 _1bsb1w81 _1pby1mrw _kqswstnw _j7hq1q51 _tip8kb7n _5sagi11n _1itkq1hn",
|
|
50
50
|
jobTitleLabel: "_19pkze3t _otyrze3t _18u0utpp _2hwxze3t",
|
|
51
51
|
appTitleLabel: "_2rkoglpi _syaz1fxt _u5f312x7 _19bv12x7 _1bsb1ns9 _19pk1b66 _otyrze3t _18u0utpp _2hwxze3t"
|
|
@@ -172,7 +172,7 @@ var DisabledInfo = exports.DisabledInfo = function DisabledInfo(_ref9) {
|
|
|
172
172
|
}, children) : /*#__PURE__*/_react.default.createElement(DisabledInfoLegacy, null, children);
|
|
173
173
|
};
|
|
174
174
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
175
|
-
var DisabledInfoLegacy = _styled.default.div(_templateObject12 || (_templateObject12 = (0, _taggedTemplateLiteral2.default)(["\n\tfont: ", ";\n\tcolor: ", ";\n\tmargin: ", " 0 0 0;\n\tline-height: 16px;\n"])), "var(--ds-font-body-small, normal 400 11px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu,
|
|
175
|
+
var DisabledInfoLegacy = _styled.default.div(_templateObject12 || (_templateObject12 = (0, _taggedTemplateLiteral2.default)(["\n\tfont: ", ";\n\tcolor: ", ";\n\tmargin: ", " 0 0 0;\n\tline-height: 16px;\n"])), "var(--ds-font-body-small, normal 400 11px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)", _constants2.labelTextColor, "var(--ds-space-150, 12px)");
|
|
176
176
|
var LozengeWrapper = exports.LozengeWrapper = function LozengeWrapper(_ref10) {
|
|
177
177
|
var children = _ref10.children;
|
|
178
178
|
return (0, _platformFeatureFlags.fg)('compiled-migration-profilecard') ? /*#__PURE__*/_react.default.createElement(_compiled.Box, {
|
|
@@ -199,7 +199,7 @@ var JobTitleLabel = exports.JobTitleLabel = function JobTitleLabel(_ref12) {
|
|
|
199
199
|
}, children)) : /*#__PURE__*/_react.default.createElement(JobTitleLabelLegacy, null, children);
|
|
200
200
|
};
|
|
201
201
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
202
|
-
var JobTitleLabelLegacy = _styled.default.span(_templateObject15 || (_templateObject15 = (0, _taggedTemplateLiteral2.default)(["\n\toverflow: hidden;\n\ttext-overflow: ellipsis;\n\twhite-space: nowrap;\n\n\tfont: ", ";\n\tcolor: ", ";\n\tmargin: 0 0 ", " 0;\n"])), "var(--ds-font-body, normal 400 14px/20px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu,
|
|
202
|
+
var JobTitleLabelLegacy = _styled.default.span(_templateObject15 || (_templateObject15 = (0, _taggedTemplateLiteral2.default)(["\n\toverflow: hidden;\n\ttext-overflow: ellipsis;\n\twhite-space: nowrap;\n\n\tfont: ", ";\n\tcolor: ", ";\n\tmargin: 0 0 ", " 0;\n"])), "var(--ds-font-body, normal 400 14px/20px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)", _constants2.headerTextColor, "var(--ds-space-150, 12px)");
|
|
203
203
|
var AppTitleLabel = exports.AppTitleLabel = function AppTitleLabel(_ref13) {
|
|
204
204
|
var children = _ref13.children;
|
|
205
205
|
return (0, _platformFeatureFlags.fg)('compiled-migration-profilecard') ? /*#__PURE__*/_react.default.createElement(_compiled.Box, {
|
|
@@ -212,7 +212,7 @@ var AppTitleLabel = exports.AppTitleLabel = function AppTitleLabel(_ref13) {
|
|
|
212
212
|
}, children)) : /*#__PURE__*/_react.default.createElement(AppTitleLabelLegacy, null, children);
|
|
213
213
|
};
|
|
214
214
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
215
|
-
var AppTitleLabelLegacy = _styled.default.span(_templateObject16 || (_templateObject16 = (0, _taggedTemplateLiteral2.default)(["\n\tbackground: ", ";\n\tcolor: ", ";\n\tborder-radius: ", ";\n\tpadding: 0 ", ";\n\twidth: fit-content;\n\tfont-weight: ", ";\n\ttext-transform: uppercase;\n\n\tfont: ", ";\n\tmargin: ", " 0 ", " 0;\n"])), _constants2.appLabelBgColor, _constants2.appLabelTextColor, (0, _constants.borderRadius)(), "var(--ds-space-075, 6px)", "var(--ds-font-weight-bold, 700)", "var(--ds-font-body-UNSAFE_small, normal 400 12px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu,
|
|
215
|
+
var AppTitleLabelLegacy = _styled.default.span(_templateObject16 || (_templateObject16 = (0, _taggedTemplateLiteral2.default)(["\n\tbackground: ", ";\n\tcolor: ", ";\n\tborder-radius: ", ";\n\tpadding: 0 ", ";\n\twidth: fit-content;\n\tfont-weight: ", ";\n\ttext-transform: uppercase;\n\n\tfont: ", ";\n\tmargin: ", " 0 ", " 0;\n"])), _constants2.appLabelBgColor, _constants2.appLabelTextColor, (0, _constants.borderRadius)(), "var(--ds-space-075, 6px)", "var(--ds-font-weight-bold, 700)", "var(--ds-font-body-UNSAFE_small, normal 400 12px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)", "var(--ds-space-050, 4px)", "var(--ds-space-150, 12px)");
|
|
216
216
|
var SpinnerContainer = exports.SpinnerContainer = function SpinnerContainer(_ref14) {
|
|
217
217
|
var children = _ref14.children,
|
|
218
218
|
testId = _ref14.testId;
|
|
@@ -273,4 +273,4 @@ var DetailsLabelText = exports.DetailsLabelText = function DetailsLabelText(_ref
|
|
|
273
273
|
}, children) : /*#__PURE__*/_react.default.createElement(DetailsLabelTextLegacy, null, children);
|
|
274
274
|
};
|
|
275
275
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
276
|
-
var DetailsLabelTextLegacy = _styled.default.dd(_templateObject21 || (_templateObject21 = (0, _taggedTemplateLiteral2.default)(["\n\toverflow: hidden;\n\ttext-overflow: ellipsis;\n\tcolor: ", ";\n\tfont: ", ";\n\tpadding-block: ", ";\n\tpadding-left: ", ";\n\tmargin-inline-start: 0;\n\tmargin-top: 0;\n"])), _constants2.labelTextColor, "var(--ds-font-body-UNSAFE_small, normal 400 12px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu,
|
|
276
|
+
var DetailsLabelTextLegacy = _styled.default.dd(_templateObject21 || (_templateObject21 = (0, _taggedTemplateLiteral2.default)(["\n\toverflow: hidden;\n\ttext-overflow: ellipsis;\n\tcolor: ", ";\n\tfont: ", ";\n\tpadding-block: ", ";\n\tpadding-left: ", ";\n\tmargin-inline-start: 0;\n\tmargin-top: 0;\n"])), _constants2.labelTextColor, "var(--ds-font-body-UNSAFE_small, normal 400 12px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)", "var(--ds-space-050, 4px)", "var(--ds-space-050, 4px)");
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
.
|
|
1
|
+
._11c82smr{font:var(--ds-font-body,normal 400 14px/20px ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
|
|
2
2
|
._19bv1ejb{padding-left:var(--ds-space-300,24px)}
|
|
3
3
|
._19pku2gc{margin-top:var(--ds-space-100,8px)}
|
|
4
4
|
._ca0q1ejb{padding-top:var(--ds-space-300,24px)}
|
package/dist/cjs/styled/Error.js
CHANGED
|
@@ -19,7 +19,7 @@ var _constants = require("./constants");
|
|
|
19
19
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
20
20
|
var styles = {
|
|
21
21
|
errorWrapper: "_y3gn1h6o _ca0q1ejb _u5f31ejb _n3td1ejb _19bv1ejb",
|
|
22
|
-
errorTitle: "
|
|
22
|
+
errorTitle: "_11c82smr _syaz1fxt _19pku2gc",
|
|
23
23
|
teamErrorText: "_syaz1wmz _19pku2gc"
|
|
24
24
|
};
|
|
25
25
|
var ErrorWrapper = exports.ErrorWrapper = function ErrorWrapper(props) {
|
|
@@ -43,7 +43,7 @@ var ErrorTitle = exports.ErrorTitle = function ErrorTitle(props) {
|
|
|
43
43
|
};
|
|
44
44
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
45
45
|
var ErrorTitleLegacy = _styled.default.p({
|
|
46
|
-
font: "var(--ds-font-body, normal 400 14px/20px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu,
|
|
46
|
+
font: "var(--ds-font-body, normal 400 14px/20px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)",
|
|
47
47
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
48
48
|
color: _constants.errorTitleColor,
|
|
49
49
|
margin: "var(--ds-space-100, 8px)".concat(" 0")
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
.
|
|
1
|
+
._11c81o8v{font:var(--ds-font-body-small,normal 400 11px/1pc ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
|
|
2
2
|
._18u01b66{margin-left:var(--ds-space-050,4px)}
|
|
3
3
|
._18u0r5cr{margin-left:var(--ds-space-negative-050,-4px)}
|
|
4
4
|
._18u0u2gc{margin-left:var(--ds-space-100,8px)}
|
|
@@ -17,7 +17,7 @@ var _compiled = require("@atlaskit/primitives/compiled");
|
|
|
17
17
|
var styles = {
|
|
18
18
|
reportingLinesSection: "_18u01b66 _19pku2gc",
|
|
19
19
|
managerSection: "_1e0c1txw _4cvr1h6o _18u01b66 _19pk1b66 _otyr1b66 _2hwx1b66",
|
|
20
|
-
managerName: "
|
|
20
|
+
managerName: "_11c81o8v _18u0u2gc",
|
|
21
21
|
offsetWrapper: "_19pk1b66 _18u0r5cr"
|
|
22
22
|
};
|
|
23
23
|
|
|
@@ -49,7 +49,7 @@ var ManagerSection = exports.ManagerSection = function ManagerSection(_ref2) {
|
|
|
49
49
|
|
|
50
50
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
51
51
|
var ManagerNameLegacy = _styled.default.span({
|
|
52
|
-
font: "var(--ds-font-body-small, normal 400 11px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu,
|
|
52
|
+
font: "var(--ds-font-body-small, normal 400 11px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)",
|
|
53
53
|
marginLeft: "var(--ds-space-100, 8px)"
|
|
54
54
|
});
|
|
55
55
|
var ManagerName = exports.ManagerName = function ManagerName(_ref3) {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
.
|
|
1
|
+
._11c8lodh{font:var(--ds-font-heading-medium,normal 500 20px/24px ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
|
|
2
2
|
._2rkoglpi{border-radius:var(--ds-border-radius,4px)}
|
|
3
3
|
._16jlkb7n{flex-grow:1}
|
|
4
4
|
._18m915vq{overflow-y:hidden}
|
|
@@ -26,7 +26,7 @@ var styles = {
|
|
|
26
26
|
teamforbiddenerrorstatewrapper: "_1bsbnklw _kqswh2mm",
|
|
27
27
|
cardheader: "_4t3i1qr7 _1bsb1osq",
|
|
28
28
|
cardcontent: "_1e0c1txw _2lx21bp4 _ca0q1ejb _u5f31ejb _n3td1ejb _19bv1ejb _1tke1l8a",
|
|
29
|
-
teamname: "
|
|
29
|
+
teamname: "_11c8lodh _1reo15vq _18m915vq _1p1dglyw _c71lckbl _1e0ccj1k",
|
|
30
30
|
membercount: "_syaz1wmz _19pk1b66",
|
|
31
31
|
avatarsection: "_19pkpxbi _18u01i6y",
|
|
32
32
|
descriptionwrapper: "_19pkpxbi _4cvr1h6o _1e0c1txw",
|
|
@@ -124,7 +124,7 @@ var TeamName = exports.TeamName = function TeamName(props) {
|
|
|
124
124
|
};
|
|
125
125
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles, @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
126
126
|
var TeamNameLegacy = _styled.default.h6({
|
|
127
|
-
font: "var(--ds-font-heading-medium, normal 500 20px/24px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu,
|
|
127
|
+
font: "var(--ds-font-heading-medium, normal 500 20px/24px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)",
|
|
128
128
|
textTransform: 'none',
|
|
129
129
|
overflow: 'hidden',
|
|
130
130
|
maxHeight: '48px',
|
|
@@ -45,7 +45,7 @@ var createEvent = function createEvent(eventType, action, actionSubject, actionS
|
|
|
45
45
|
actionSubjectId: actionSubjectId,
|
|
46
46
|
attributes: _objectSpread(_objectSpread({
|
|
47
47
|
packageName: "@atlaskit/profilecard",
|
|
48
|
-
packageVersion: "23.2.
|
|
48
|
+
packageVersion: "23.2.4"
|
|
49
49
|
}, attributes), {}, {
|
|
50
50
|
firedAt: Math.round((0, _performance.getPageTime)())
|
|
51
51
|
})
|
|
@@ -6,7 +6,7 @@ const ORG_ID_FROM_CLOUD_ID_QUERY = `query OrgIdFromCloudId($cloudId: ID!) {
|
|
|
6
6
|
}`;
|
|
7
7
|
const addHeaders = headers => {
|
|
8
8
|
headers.append('atl-client-name', "@atlaskit/profilecard");
|
|
9
|
-
headers.append('atl-client-version', "23.2.
|
|
9
|
+
headers.append('atl-client-version', "23.2.4");
|
|
10
10
|
return headers;
|
|
11
11
|
};
|
|
12
12
|
export async function getOrgIdForCloudIdFromAGG(url, cloudId) {
|
|
@@ -75,7 +75,7 @@ export const addHeaders = headers => {
|
|
|
75
75
|
headers.append('X-ExperimentalApi', 'teams-beta');
|
|
76
76
|
headers.append('X-ExperimentalApi', 'team-members-beta');
|
|
77
77
|
headers.append('atl-client-name', "@atlaskit/profilecard");
|
|
78
|
-
headers.append('atl-client-version', "23.2.
|
|
78
|
+
headers.append('atl-client-version', "23.2.4");
|
|
79
79
|
return headers;
|
|
80
80
|
};
|
|
81
81
|
export async function getTeamFromAGG(url, teamId, siteId) {
|
|
@@ -230,7 +230,7 @@ const TeamProfilecardContent = ({
|
|
|
230
230
|
label: team.displayName
|
|
231
231
|
}), /*#__PURE__*/React.createElement(CardContent, null, /*#__PURE__*/React.createElement(Tooltip, {
|
|
232
232
|
content: team.displayName
|
|
233
|
-
}, /*#__PURE__*/React.createElement(Inline, null, /*#__PURE__*/React.createElement(TeamName, null, team.displayName), team.isVerified &&
|
|
233
|
+
}, /*#__PURE__*/React.createElement(Inline, null, /*#__PURE__*/React.createElement(TeamName, null, team.displayName), team.isVerified && /*#__PURE__*/React.createElement(VerifiedTeamIcon, null))), /*#__PURE__*/React.createElement(TeamMembers, {
|
|
234
234
|
analytics: analytics,
|
|
235
235
|
members: team.members,
|
|
236
236
|
generateUserLink: generateUserLink,
|
|
@@ -16,7 +16,7 @@ const fullNameLabelStyles = xcss({
|
|
|
16
16
|
overflow: 'hidden',
|
|
17
17
|
textOverflow: 'ellipsis',
|
|
18
18
|
whiteSpace: 'nowrap',
|
|
19
|
-
font: "var(--ds-font-body-large, normal 400 16px/24px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu,
|
|
19
|
+
font: "var(--ds-font-body-large, normal 400 16px/24px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)"
|
|
20
20
|
});
|
|
21
21
|
const noMetaLabelStyles = xcss({
|
|
22
22
|
marginTop: 'space.400',
|
package/dist/es2019/i18n/cs.js
CHANGED
|
@@ -53,5 +53,7 @@ export default {
|
|
|
53
53
|
'pt.team-profile-card.team.member.count': '{count, plural, one {Tým • {count} člen} few {Tým • {count} členové} many {Tým • {count} člena} other {Tým • {count} členů}}',
|
|
54
54
|
'pt.team-profile-card.team.member.count-including-you': '{count, plural, one {Tým • {count} člen včetně vás} few {Tým • {count} členové včetně vás} many {Tým • {count} člena včetně vás} other {Tým • {count} členů včetně vás}}',
|
|
55
55
|
'pt.team-profile-card.team.member.many': 'Tým • 50 a více členů',
|
|
56
|
-
'pt.team-profile-card.team.member.many-including-you': 'Tým • 50 a více členů včetně vás'
|
|
56
|
+
'pt.team-profile-card.team.member.many-including-you': 'Tým • 50 a více členů včetně vás',
|
|
57
|
+
'pt.team.profile-card.members.more-icon-label': '{count, plural, one {+{count} další člen} few {+{count} další členové} many {+{count} dalšího člena} other {+{count} dalších členů}}',
|
|
58
|
+
'pt.user-profile-card.reporting-lines.more-icon-label': '{count, plural, one {+{count} další profil} few {+{count} další profily} many {+{count} dalšího profilu} other {+{count} dalších profilů}}'
|
|
57
59
|
};
|
package/dist/es2019/i18n/da.js
CHANGED
|
@@ -53,5 +53,7 @@ export default {
|
|
|
53
53
|
'pt.team-profile-card.team.member.count': '{count, plural, one {Team • {count} medlem} other {Team • {count} medlemmer}}',
|
|
54
54
|
'pt.team-profile-card.team.member.count-including-you': '{count, plural, one {Team • {count} medlem, inklusive dig} other {Team • {count} medlemmer, inklusive dig}}',
|
|
55
55
|
'pt.team-profile-card.team.member.many': 'Team • Over 50 medlemmer',
|
|
56
|
-
'pt.team-profile-card.team.member.many-including-you': 'Team • Over 50 medlemmer, inklusive dig'
|
|
56
|
+
'pt.team-profile-card.team.member.many-including-you': 'Team • Over 50 medlemmer, inklusive dig',
|
|
57
|
+
'pt.team.profile-card.members.more-icon-label': '{count, plural, one {+{count} medlem mere} other {+{count} medlemmer mere}}',
|
|
58
|
+
'pt.user-profile-card.reporting-lines.more-icon-label': '{count, plural, one {+{count} profil mere} other {+{count} profiler mere}}'
|
|
57
59
|
};
|
package/dist/es2019/i18n/de.js
CHANGED
|
@@ -53,5 +53,7 @@ export default {
|
|
|
53
53
|
'pt.team-profile-card.team.member.count': '{count, plural, one {Team • {count} Mitglied} other {Team • {count} Mitglieder}}',
|
|
54
54
|
'pt.team-profile-card.team.member.count-including-you': '{count, plural, one {Team • {count} Mitglied, einschließlich Ihnen} other {Team • {count} Mitglieder, einschließlich Ihnen}}',
|
|
55
55
|
'pt.team-profile-card.team.member.many': 'Team • über 50 Mitglieder',
|
|
56
|
-
'pt.team-profile-card.team.member.many-including-you': 'Team • über 50 Mitglieder, einschließlich Ihnen'
|
|
56
|
+
'pt.team-profile-card.team.member.many-including-you': 'Team • über 50 Mitglieder, einschließlich Ihnen',
|
|
57
|
+
'pt.team.profile-card.members.more-icon-label': '{count, plural, one {+ {count} weiteres Mitglied} other {+ {count} weitere Mitglieder}}',
|
|
58
|
+
'pt.user-profile-card.reporting-lines.more-icon-label': '{count, plural, one {+ {count} weiteres Profil} other {+ {count} weitere Profile}}'
|
|
57
59
|
};
|
package/dist/es2019/i18n/en.js
CHANGED
|
@@ -54,6 +54,8 @@ export default {
|
|
|
54
54
|
'pt.team-profile-card.team.member.count-including-you': 'Team • {count} {count, plural, one {member} other {members}}, including you',
|
|
55
55
|
'pt.team-profile-card.team.member.many': 'Team • 50+ members',
|
|
56
56
|
'pt.team-profile-card.team.member.many-including-you': 'Team • 50+ members, including you',
|
|
57
|
+
'pt.team.profile-card.members.more-icon-label': '+{count} more {count, plural, one {members} other {members}}',
|
|
58
|
+
'pt.user-profile-card.reporting-lines.more-icon-label': '+{count} more {count, plural, one {profile} other {profiles}}',
|
|
57
59
|
'ptc-directory.agent-profile.action.dropdown.chat-to-agent.nonfinal': 'Chat to Agent',
|
|
58
60
|
'ptc-directory.agent-profile.action.dropdown.copy-link.nonfinal': 'Copy link',
|
|
59
61
|
'ptc-directory.agent-profile.action.dropdown.delete.nonfinal': 'Delete Agent',
|