@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.
Files changed (166) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/dist/cjs/client/getOrgIdForCloudIdFromAGG.js +1 -1
  3. package/dist/cjs/client/getTeamFromAGG.js +1 -1
  4. package/dist/cjs/components/Team/TeamProfileCard.js +1 -1
  5. package/dist/cjs/components/User/ProfileCardDetails.js +1 -1
  6. package/dist/cjs/i18n/cs.js +3 -1
  7. package/dist/cjs/i18n/da.js +3 -1
  8. package/dist/cjs/i18n/de.js +3 -1
  9. package/dist/cjs/i18n/en.js +2 -0
  10. package/dist/cjs/i18n/en_GB.js +2 -0
  11. package/dist/cjs/i18n/en_ZZ.js +2 -0
  12. package/dist/cjs/i18n/es.js +3 -1
  13. package/dist/cjs/i18n/fi.js +3 -1
  14. package/dist/cjs/i18n/fr.js +3 -1
  15. package/dist/cjs/i18n/hu.js +3 -1
  16. package/dist/cjs/i18n/it.js +3 -1
  17. package/dist/cjs/i18n/ja.js +3 -1
  18. package/dist/cjs/i18n/ko.js +3 -1
  19. package/dist/cjs/i18n/nb.js +3 -1
  20. package/dist/cjs/i18n/nl.js +3 -1
  21. package/dist/cjs/i18n/pl.js +3 -1
  22. package/dist/cjs/i18n/pt_BR.js +3 -1
  23. package/dist/cjs/i18n/ru.js +3 -1
  24. package/dist/cjs/i18n/sv.js +3 -1
  25. package/dist/cjs/i18n/th.js +3 -1
  26. package/dist/cjs/i18n/tr.js +3 -1
  27. package/dist/cjs/i18n/uk.js +3 -1
  28. package/dist/cjs/i18n/vi.js +3 -1
  29. package/dist/cjs/i18n/zh.js +3 -1
  30. package/dist/cjs/i18n/zh_TW.js +3 -1
  31. package/dist/cjs/styled/Card.compiled.css +2 -2
  32. package/dist/cjs/styled/Card.js +6 -6
  33. package/dist/cjs/styled/Error.compiled.css +1 -1
  34. package/dist/cjs/styled/Error.js +2 -2
  35. package/dist/cjs/styled/ReportingLines.compiled.css +1 -1
  36. package/dist/cjs/styled/ReportingLines.js +2 -2
  37. package/dist/cjs/styled/TeamCard.compiled.css +1 -1
  38. package/dist/cjs/styled/TeamCard.js +2 -2
  39. package/dist/cjs/util/analytics.js +1 -1
  40. package/dist/es2019/client/getOrgIdForCloudIdFromAGG.js +1 -1
  41. package/dist/es2019/client/getTeamFromAGG.js +1 -1
  42. package/dist/es2019/components/Team/TeamProfileCard.js +1 -1
  43. package/dist/es2019/components/User/ProfileCardDetails.js +1 -1
  44. package/dist/es2019/i18n/cs.js +3 -1
  45. package/dist/es2019/i18n/da.js +3 -1
  46. package/dist/es2019/i18n/de.js +3 -1
  47. package/dist/es2019/i18n/en.js +2 -0
  48. package/dist/es2019/i18n/en_GB.js +2 -0
  49. package/dist/es2019/i18n/en_ZZ.js +2 -0
  50. package/dist/es2019/i18n/es.js +3 -1
  51. package/dist/es2019/i18n/fi.js +3 -1
  52. package/dist/es2019/i18n/fr.js +3 -1
  53. package/dist/es2019/i18n/hu.js +3 -1
  54. package/dist/es2019/i18n/it.js +3 -1
  55. package/dist/es2019/i18n/ja.js +3 -1
  56. package/dist/es2019/i18n/ko.js +3 -1
  57. package/dist/es2019/i18n/nb.js +3 -1
  58. package/dist/es2019/i18n/nl.js +3 -1
  59. package/dist/es2019/i18n/pl.js +3 -1
  60. package/dist/es2019/i18n/pt_BR.js +3 -1
  61. package/dist/es2019/i18n/ru.js +3 -1
  62. package/dist/es2019/i18n/sv.js +3 -1
  63. package/dist/es2019/i18n/th.js +3 -1
  64. package/dist/es2019/i18n/tr.js +3 -1
  65. package/dist/es2019/i18n/uk.js +3 -1
  66. package/dist/es2019/i18n/vi.js +3 -1
  67. package/dist/es2019/i18n/zh.js +3 -1
  68. package/dist/es2019/i18n/zh_TW.js +3 -1
  69. package/dist/es2019/styled/Card.compiled.css +2 -2
  70. package/dist/es2019/styled/Card.js +6 -6
  71. package/dist/es2019/styled/Error.compiled.css +1 -1
  72. package/dist/es2019/styled/Error.js +2 -2
  73. package/dist/es2019/styled/ReportingLines.compiled.css +1 -1
  74. package/dist/es2019/styled/ReportingLines.js +2 -2
  75. package/dist/es2019/styled/TeamCard.compiled.css +1 -1
  76. package/dist/es2019/styled/TeamCard.js +2 -2
  77. package/dist/es2019/util/analytics.js +1 -1
  78. package/dist/esm/client/getOrgIdForCloudIdFromAGG.js +1 -1
  79. package/dist/esm/client/getTeamFromAGG.js +1 -1
  80. package/dist/esm/components/Team/TeamProfileCard.js +1 -1
  81. package/dist/esm/components/User/ProfileCardDetails.js +1 -1
  82. package/dist/esm/i18n/cs.js +3 -1
  83. package/dist/esm/i18n/da.js +3 -1
  84. package/dist/esm/i18n/de.js +3 -1
  85. package/dist/esm/i18n/en.js +2 -0
  86. package/dist/esm/i18n/en_GB.js +2 -0
  87. package/dist/esm/i18n/en_ZZ.js +2 -0
  88. package/dist/esm/i18n/es.js +3 -1
  89. package/dist/esm/i18n/fi.js +3 -1
  90. package/dist/esm/i18n/fr.js +3 -1
  91. package/dist/esm/i18n/hu.js +3 -1
  92. package/dist/esm/i18n/it.js +3 -1
  93. package/dist/esm/i18n/ja.js +3 -1
  94. package/dist/esm/i18n/ko.js +3 -1
  95. package/dist/esm/i18n/nb.js +3 -1
  96. package/dist/esm/i18n/nl.js +3 -1
  97. package/dist/esm/i18n/pl.js +3 -1
  98. package/dist/esm/i18n/pt_BR.js +3 -1
  99. package/dist/esm/i18n/ru.js +3 -1
  100. package/dist/esm/i18n/sv.js +3 -1
  101. package/dist/esm/i18n/th.js +3 -1
  102. package/dist/esm/i18n/tr.js +3 -1
  103. package/dist/esm/i18n/uk.js +3 -1
  104. package/dist/esm/i18n/vi.js +3 -1
  105. package/dist/esm/i18n/zh.js +3 -1
  106. package/dist/esm/i18n/zh_TW.js +3 -1
  107. package/dist/esm/styled/Card.compiled.css +2 -2
  108. package/dist/esm/styled/Card.js +6 -6
  109. package/dist/esm/styled/Error.compiled.css +1 -1
  110. package/dist/esm/styled/Error.js +2 -2
  111. package/dist/esm/styled/ReportingLines.compiled.css +1 -1
  112. package/dist/esm/styled/ReportingLines.js +2 -2
  113. package/dist/esm/styled/TeamCard.compiled.css +1 -1
  114. package/dist/esm/styled/TeamCard.js +2 -2
  115. package/dist/esm/util/analytics.js +1 -1
  116. package/dist/types/i18n/cs.d.ts +2 -0
  117. package/dist/types/i18n/da.d.ts +2 -0
  118. package/dist/types/i18n/de.d.ts +2 -0
  119. package/dist/types/i18n/en.d.ts +2 -0
  120. package/dist/types/i18n/en_GB.d.ts +2 -0
  121. package/dist/types/i18n/en_ZZ.d.ts +2 -0
  122. package/dist/types/i18n/es.d.ts +2 -0
  123. package/dist/types/i18n/fi.d.ts +2 -0
  124. package/dist/types/i18n/fr.d.ts +2 -0
  125. package/dist/types/i18n/hu.d.ts +2 -0
  126. package/dist/types/i18n/it.d.ts +2 -0
  127. package/dist/types/i18n/ja.d.ts +2 -0
  128. package/dist/types/i18n/ko.d.ts +2 -0
  129. package/dist/types/i18n/nb.d.ts +2 -0
  130. package/dist/types/i18n/nl.d.ts +2 -0
  131. package/dist/types/i18n/pl.d.ts +2 -0
  132. package/dist/types/i18n/pt_BR.d.ts +2 -0
  133. package/dist/types/i18n/ru.d.ts +2 -0
  134. package/dist/types/i18n/sv.d.ts +2 -0
  135. package/dist/types/i18n/th.d.ts +2 -0
  136. package/dist/types/i18n/tr.d.ts +2 -0
  137. package/dist/types/i18n/uk.d.ts +2 -0
  138. package/dist/types/i18n/vi.d.ts +2 -0
  139. package/dist/types/i18n/zh.d.ts +2 -0
  140. package/dist/types/i18n/zh_TW.d.ts +2 -0
  141. package/dist/types-ts4.5/i18n/cs.d.ts +2 -0
  142. package/dist/types-ts4.5/i18n/da.d.ts +2 -0
  143. package/dist/types-ts4.5/i18n/de.d.ts +2 -0
  144. package/dist/types-ts4.5/i18n/en.d.ts +2 -0
  145. package/dist/types-ts4.5/i18n/en_GB.d.ts +2 -0
  146. package/dist/types-ts4.5/i18n/en_ZZ.d.ts +2 -0
  147. package/dist/types-ts4.5/i18n/es.d.ts +2 -0
  148. package/dist/types-ts4.5/i18n/fi.d.ts +2 -0
  149. package/dist/types-ts4.5/i18n/fr.d.ts +2 -0
  150. package/dist/types-ts4.5/i18n/hu.d.ts +2 -0
  151. package/dist/types-ts4.5/i18n/it.d.ts +2 -0
  152. package/dist/types-ts4.5/i18n/ja.d.ts +2 -0
  153. package/dist/types-ts4.5/i18n/ko.d.ts +2 -0
  154. package/dist/types-ts4.5/i18n/nb.d.ts +2 -0
  155. package/dist/types-ts4.5/i18n/nl.d.ts +2 -0
  156. package/dist/types-ts4.5/i18n/pl.d.ts +2 -0
  157. package/dist/types-ts4.5/i18n/pt_BR.d.ts +2 -0
  158. package/dist/types-ts4.5/i18n/ru.d.ts +2 -0
  159. package/dist/types-ts4.5/i18n/sv.d.ts +2 -0
  160. package/dist/types-ts4.5/i18n/th.d.ts +2 -0
  161. package/dist/types-ts4.5/i18n/tr.d.ts +2 -0
  162. package/dist/types-ts4.5/i18n/uk.d.ts +2 -0
  163. package/dist/types-ts4.5/i18n/vi.d.ts +2 -0
  164. package/dist/types-ts4.5/i18n/zh.d.ts +2 -0
  165. package/dist/types-ts4.5/i18n/zh_TW.d.ts +2 -0
  166. package/package.json +5 -8
@@ -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',
@@ -54,6 +54,8 @@ export default {
54
54
  'pt.team-profile-card.team.member.count-including-you': '{count, plural, one {⁣⁢Team • {count} member, including you⁡⁠‍⁡‌⁠؜⁡⁣⁤} other {⁣⁢Team • {count} 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, plural, one {⁣⁢+{count} more members⁡‌⁠⁠⁡؜‌‌⁠⁠‍⁡⁣⁤} other {⁣⁢+{count} more members⁡‌⁠⁠⁡؜‌‌⁠⁠‍⁡⁣⁤}}',
58
+ 'pt.user-profile-card.reporting-lines.more-icon-label': '{count, plural, one {⁣⁢+{count} more profile⁠‍⁡⁡؜⁡⁡⁣⁤} other {⁣⁢+{count} more 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؜‌⁠؜‌‌⁠‌⁡‍‍⁣⁤',
@@ -53,5 +53,7 @@ export default {
53
53
  'pt.team-profile-card.team.member.count': '{count, plural, one {Equipo • {count} miembro} other {Equipo • {count} miembros}}',
54
54
  '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}}',
55
55
  'pt.team-profile-card.team.member.many': 'Equipo • Más de 50 miembros',
56
- 'pt.team-profile-card.team.member.many-including-you': 'Equipo • Más de 50 miembros, incluyéndote a ti'
56
+ 'pt.team-profile-card.team.member.many-including-you': 'Equipo • Más de 50 miembros, incluyéndote a ti',
57
+ 'pt.team.profile-card.members.more-icon-label': '{count, plural, one {{count} miembro más} other {{count} miembros más}}',
58
+ 'pt.user-profile-card.reporting-lines.more-icon-label': '{count, plural, one {{count} perfil más} other {{count} perfiles más}}'
57
59
  };
@@ -53,5 +53,7 @@ export default {
53
53
  'pt.team-profile-card.team.member.count': '{count, plural, one {Tiimi • {count} jäsen} other {Tiimi • {count} jäsentä}}',
54
54
  '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}}',
55
55
  'pt.team-profile-card.team.member.many': 'Tiimi • 50+ jäsentä',
56
- 'pt.team-profile-card.team.member.many-including-you': 'Tiimi • 50+ jäsentä sinä mukaan lukien'
56
+ 'pt.team-profile-card.team.member.many-including-you': 'Tiimi • 50+ jäsentä sinä mukaan lukien',
57
+ 'pt.team.profile-card.members.more-icon-label': '{count, plural, one {+{count} jäsen lisää} other {+{count} jäsentä lisää}}',
58
+ 'pt.user-profile-card.reporting-lines.more-icon-label': '{count, plural, one {+{count} profiili lisää} other {+{count} profiilia lisää}}'
57
59
  };
@@ -53,5 +53,7 @@ export default {
53
53
  'pt.team-profile-card.team.member.count': '{count, plural, one {Équipe • {count} membre} other {Équipe • {count} membres}}',
54
54
  'pt.team-profile-card.team.member.count-including-you': '{count, plural, one {Équipe • {count} membre, dont vous} other {Équipe • {count} membres, dont vous}}',
55
55
  'pt.team-profile-card.team.member.many': 'Équipe • Plus de 50 membres',
56
- 'pt.team-profile-card.team.member.many-including-you': 'Équipe • Plus de 50 membres, dont vous'
56
+ 'pt.team-profile-card.team.member.many-including-you': 'Équipe • Plus de 50 membres, dont vous',
57
+ 'pt.team.profile-card.members.more-icon-label': '{count, plural, one {+{count} membre supplémentaire} other {+{count} membres supplémentaires}}',
58
+ 'pt.user-profile-card.reporting-lines.more-icon-label': '{count, plural, one {+{count} profil supplémentaire} other {+{count} profils supplémentaires}}'
57
59
  };
@@ -53,5 +53,7 @@ export default {
53
53
  'pt.team-profile-card.team.member.count': '{count, plural, one {Csapat • {count} tag} other {Csapat • {count} tag}}',
54
54
  '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}}',
55
55
  'pt.team-profile-card.team.member.many': 'Csapat • 50+ tag',
56
- 'pt.team-profile-card.team.member.many-including-you': 'Csapat • 50+ tag veled együtt'
56
+ 'pt.team-profile-card.team.member.many-including-you': 'Csapat • 50+ tag veled együtt',
57
+ 'pt.team.profile-card.members.more-icon-label': '{count, plural, one {+{count} további tag} other {+{count} további tag}}',
58
+ 'pt.user-profile-card.reporting-lines.more-icon-label': '{count, plural, one {+{count} további profil} other {+{count} további profil}}'
57
59
  };
@@ -53,5 +53,7 @@ export default {
53
53
  'pt.team-profile-card.team.member.count': '{count, plural, one {Team • {count} membro} other {Team • {count} membri}}',
54
54
  'pt.team-profile-card.team.member.count-including-you': '{count, plural, one {Team • {count} membro, te compreso} other {Team • {count} membri, te compreso}}',
55
55
  'pt.team-profile-card.team.member.many': 'Team • 50+ membri',
56
- 'pt.team-profile-card.team.member.many-including-you': 'Team • 50+ membri, te compreso'
56
+ 'pt.team-profile-card.team.member.many-including-you': 'Team • 50+ membri, te compreso',
57
+ 'pt.team.profile-card.members.more-icon-label': '{count, plural, one {+{count} altro membro} other {+{count} altri membri}}',
58
+ 'pt.user-profile-card.reporting-lines.more-icon-label': '{count, plural, one {+{count} altro profilo} other {+{count} altri profili}}'
57
59
  };
@@ -53,5 +53,7 @@ export default {
53
53
  'pt.team-profile-card.team.member.count': '{count, plural, other {チーム • {count} 人のメンバー}}',
54
54
  'pt.team-profile-card.team.member.count-including-you': '{count, plural, other {チーム • {count} 人のメンバー (あなたを含む)}}',
55
55
  'pt.team-profile-card.team.member.many': 'チーム • 50 人以上のメンバー',
56
- 'pt.team-profile-card.team.member.many-including-you': 'チーム • 50 人以上のメンバー (あなたを含む)'
56
+ 'pt.team-profile-card.team.member.many-including-you': 'チーム • 50 人以上のメンバー (あなたを含む)',
57
+ 'pt.team.profile-card.members.more-icon-label': '{count, plural, other {他 {count} 人のメンバー}}',
58
+ 'pt.user-profile-card.reporting-lines.more-icon-label': '{count, plural, other {他 {count} 人のプロファイル}}'
57
59
  };
@@ -53,5 +53,7 @@ export default {
53
53
  'pt.team-profile-card.team.member.count': '{count, plural, other {팀 • 구성원 {count}명}}',
54
54
  'pt.team-profile-card.team.member.count-including-you': '{count, plural, other {팀 • 자신을 포함하여 구성원 {count}명}}',
55
55
  'pt.team-profile-card.team.member.many': '팀 • 구성원 50명 이상',
56
- 'pt.team-profile-card.team.member.many-including-you': '팀 • 자신을 포함하여 구성원 50명 이상'
56
+ 'pt.team-profile-card.team.member.many-including-you': '팀 • 자신을 포함하여 구성원 50명 이상',
57
+ 'pt.team.profile-card.members.more-icon-label': '{count, plural, other {+{count}명의 구성원}}',
58
+ 'pt.user-profile-card.reporting-lines.more-icon-label': '{count, plural, other {+{count}개의 프로필}}'
57
59
  };
@@ -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, inkludert deg} other {Team • {count} medlemmer, inkludert deg}}',
55
55
  'pt.team-profile-card.team.member.many': 'Team • flere enn 50 medlemmer',
56
- 'pt.team-profile-card.team.member.many-including-you': 'Team • flere enn 50 medlemmer, inkludert deg'
56
+ 'pt.team-profile-card.team.member.many-including-you': 'Team • flere enn 50 medlemmer, inkludert deg',
57
+ 'pt.team.profile-card.members.more-icon-label': '{count, plural, one {{count} medlem til} other {{count} medlemmer til}}',
58
+ 'pt.user-profile-card.reporting-lines.more-icon-label': '{count, plural, one {{count} profil til} other {{count} profiler til}}'
57
59
  };
@@ -53,5 +53,7 @@ export default {
53
53
  'pt.team-profile-card.team.member.count': '{count, plural, one {Team • {count} lid} other {Team • {count} leden.}}',
54
54
  'pt.team-profile-card.team.member.count-including-you': '{count, plural, one {Team • {count} lid, inclusief jezelf} other {Team •{count} leden, inclusief jezelf}}',
55
55
  'pt.team-profile-card.team.member.many': 'Team • 50+ leden',
56
- 'pt.team-profile-card.team.member.many-including-you': 'Team • 50+ leden, inclusief jezelf.'
56
+ 'pt.team-profile-card.team.member.many-including-you': 'Team • 50+ leden, inclusief jezelf.',
57
+ 'pt.team.profile-card.members.more-icon-label': '{count, plural, one {+{count} lid} other {+{count} leden}}',
58
+ 'pt.user-profile-card.reporting-lines.more-icon-label': '{count, plural, one {+{count} profiel} other {+{count} profielen}}'
57
59
  };
@@ -53,5 +53,7 @@ export default {
53
53
  '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}}',
54
54
  '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ą}}',
55
55
  'pt.team-profile-card.team.member.many': 'Zespół z ponad 50 członkami',
56
- 'pt.team-profile-card.team.member.many-including-you': 'Zespół z ponad 50 członkami, łącznie z Tobą'
56
+ 'pt.team-profile-card.team.member.many-including-you': 'Zespół z ponad 50 członkami, łącznie z Tobą',
57
+ '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}}',
58
+ '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}}'
57
59
  };
@@ -53,5 +53,7 @@ export default {
53
53
  'pt.team-profile-card.team.member.count': '{count, plural, one {Equipe • {count} membro} other {Equipe • {count} membros}}',
54
54
  'pt.team-profile-card.team.member.count-including-you': '{count, plural, one {Equipe • {count} membro, incluindo você} other {Equipe • {count} membros, incluindo você}}',
55
55
  'pt.team-profile-card.team.member.many': 'Equipe • Mais de 50 membros',
56
- 'pt.team-profile-card.team.member.many-including-you': 'Equipe • Mais de 50 membros, incluindo você'
56
+ 'pt.team-profile-card.team.member.many-including-you': 'Equipe • Mais de 50 membros, incluindo você',
57
+ 'pt.team.profile-card.members.more-icon-label': '{count, plural, one {Mais {count} membro} other {Mais {count} membros}}',
58
+ 'pt.user-profile-card.reporting-lines.more-icon-label': '{count, plural, one {Mais {count} perfil} other {Mais {count} perfis}}'
57
59
  };
@@ -53,5 +53,7 @@ export default {
53
53
  'pt.team-profile-card.team.member.count': '{count, plural, one {Команда • {count} участник} few {Команда • {count} участника} many {Команда • {count} участников} other {Команда • {count} участника}}',
54
54
  'pt.team-profile-card.team.member.count-including-you': '{count, plural, one {Команда • {count} участник, включая вас} few {Команда • {count} участника, включая вас} many {Команда • {count} участников, включая вас} other {Команда • {count} участника, включая вас}}',
55
55
  'pt.team-profile-card.team.member.many': 'Команда • более 50 участников',
56
- 'pt.team-profile-card.team.member.many-including-you': 'Команда • более 50 участников, включая вас'
56
+ 'pt.team-profile-card.team.member.many-including-you': 'Команда • более 50 участников, включая вас',
57
+ 'pt.team.profile-card.members.more-icon-label': '{count, plural, one {и еще {count} участник} few {и еще {count} участника} many {и еще {count} участников} other {и еще {count} участника}}',
58
+ 'pt.user-profile-card.reporting-lines.more-icon-label': '{count, plural, one {и еще {count} профиль} few {и еще {count} профиля} many {и еще {count} профилей} other {и еще {count} профиля}}'
57
59
  };
@@ -53,5 +53,7 @@ export default {
53
53
  'pt.team-profile-card.team.member.count': '{count, plural, one {Team • {count} medlem} other {Team • {count} medlemmar}}',
54
54
  'pt.team-profile-card.team.member.count-including-you': '{count, plural, one {Team • {count} medlem, inklusive dig} other {Team • {count} medlemmar, inklusive dig}}',
55
55
  'pt.team-profile-card.team.member.many': 'Team • 50+ medlemmar',
56
- 'pt.team-profile-card.team.member.many-including-you': 'Team • 50+ medlemmar, inklusive dig'
56
+ 'pt.team-profile-card.team.member.many-including-you': 'Team • 50+ medlemmar, inklusive dig',
57
+ 'pt.team.profile-card.members.more-icon-label': '{count, plural, one {{count} medlem till} other {{count} medlemmar till}}',
58
+ 'pt.user-profile-card.reporting-lines.more-icon-label': '{count, plural, one {{count} profil till} other {{count} profiler till}}'
57
59
  };
@@ -53,5 +53,7 @@ export default {
53
53
  'pt.team-profile-card.team.member.count': '{count, plural, other {ทีม • สมาชิก {count} คน}}',
54
54
  'pt.team-profile-card.team.member.count-including-you': '{count, plural, other {ทีม • สมาชิก {count} คน รวมคุณด้วย}}',
55
55
  'pt.team-profile-card.team.member.many': 'ทีม • สมาชิกมากกว่า 50 คน',
56
- 'pt.team-profile-card.team.member.many-including-you': 'ทีม • สมาชิกมากกว่า 50 คน รวมคุณด้วย'
56
+ 'pt.team-profile-card.team.member.many-including-you': 'ทีม • สมาชิกมากกว่า 50 คน รวมคุณด้วย',
57
+ 'pt.team.profile-card.members.more-icon-label': '{count, plural, other {สมาชิกอีก {count} คน}}',
58
+ 'pt.user-profile-card.reporting-lines.more-icon-label': '{count, plural, other {โปรไฟล์อีก {count} รายการ}}'
57
59
  };
@@ -53,5 +53,7 @@ export default {
53
53
  'pt.team-profile-card.team.member.count': '{count, plural, one {Takım • {count} üye} other {Takım • {count} üye}}',
54
54
  '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}}',
55
55
  'pt.team-profile-card.team.member.many': "Takım • 50'den fazla üye",
56
- 'pt.team-profile-card.team.member.many-including-you': "Takım • Siz de dahil olmak üzere 50'den fazla üye"
56
+ 'pt.team-profile-card.team.member.many-including-you': "Takım • Siz de dahil olmak üzere 50'den fazla üye",
57
+ 'pt.team.profile-card.members.more-icon-label': '{count, plural, one {+{count} üye daha} other {+{count} üye daha}}',
58
+ 'pt.user-profile-card.reporting-lines.more-icon-label': '{count, plural, one {+{count} profil daha} other {+{count} profil daha}}'
57
59
  };
@@ -53,5 +53,7 @@ export default {
53
53
  'pt.team-profile-card.team.member.count': '{count, plural, one {Команда • {count} учасник} few {Команда • {count} учасники} many {Команда • {count} учасників} other {Команда • {count} учасника}}',
54
54
  'pt.team-profile-card.team.member.count-including-you': '{count, plural, one {Команда • {count} учасник включно з вами} few {Команда • {count} учасники включно з вами} many {Команда • {count} учасників включно з вами} other {Команда • {count} учасника включно з вами}}',
55
55
  'pt.team-profile-card.team.member.many': 'Команда • Понад 50 учасників',
56
- 'pt.team-profile-card.team.member.many-including-you': 'Команда • Понад 50 учасників включно з вами'
56
+ 'pt.team-profile-card.team.member.many-including-you': 'Команда • Понад 50 учасників включно з вами',
57
+ 'pt.team.profile-card.members.more-icon-label': '{count, plural, one {Ще {count} учасник} few {Ще {count} учасники} many {Ще {count} учасників} other {Ще {count} учасників}}',
58
+ 'pt.user-profile-card.reporting-lines.more-icon-label': '{count, plural, one {Ще {count} профіль} few {Ще {count} профілі} many {Ще {count} профілів} other {Ще {count} профілів}}'
57
59
  };
@@ -53,5 +53,7 @@ export default {
53
53
  'pt.team-profile-card.team.member.count': '{count, plural, other {Nhóm • {count} thành viên}}',
54
54
  '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}}',
55
55
  'pt.team-profile-card.team.member.many': 'Nhóm • 50+ thành viên',
56
- 'pt.team-profile-card.team.member.many-including-you': 'Nhóm • 50+ thành viên, bao gồm cả bạn'
56
+ 'pt.team-profile-card.team.member.many-including-you': 'Nhóm • 50+ thành viên, bao gồm cả bạn',
57
+ 'pt.team.profile-card.members.more-icon-label': '{count, plural, other {+{count} thành viên khác}}',
58
+ 'pt.user-profile-card.reporting-lines.more-icon-label': '{count, plural, other {+{count} hồ sơ khác}}'
57
59
  };
@@ -53,5 +53,7 @@ export default {
53
53
  'pt.team-profile-card.team.member.count': '{count, plural, other {团队 • {count} 名成员}}',
54
54
  'pt.team-profile-card.team.member.count-including-you': '{count, plural, other {团队 • {count} 名成员,包括您自己}}',
55
55
  'pt.team-profile-card.team.member.many': '团队 • 50 多名成员',
56
- 'pt.team-profile-card.team.member.many-including-you': '团队 • 50 多名成员,包括您自己'
56
+ 'pt.team-profile-card.team.member.many-including-you': '团队 • 50 多名成员,包括您自己',
57
+ 'pt.team.profile-card.members.more-icon-label': '{count, plural, other {+另外 {count} 位成员}}',
58
+ 'pt.user-profile-card.reporting-lines.more-icon-label': '{count, plural, other {+另外 {count} 份个人资料}}'
57
59
  };
@@ -53,5 +53,7 @@ export default {
53
53
  'pt.team-profile-card.team.member.count': '{count, plural, other {團隊 • {count} 名成員}}',
54
54
  'pt.team-profile-card.team.member.count-including-you': '{count, plural, other {團隊 • {count} 名成員,包含您}}',
55
55
  'pt.team-profile-card.team.member.many': '團隊 • 50 名以上的成員',
56
- 'pt.team-profile-card.team.member.many-including-you': '團隊 • 50 名以上的成員,包含您'
56
+ 'pt.team-profile-card.team.member.many-including-you': '團隊 • 50 名以上的成員,包含您',
57
+ 'pt.team.profile-card.members.more-icon-label': '{count, plural, other {+其他 {count} 位成員}}',
58
+ 'pt.user-profile-card.reporting-lines.more-icon-label': '{count, plural, other {+其他 {count} 個設定檔}}'
57
59
  };
@@ -1,5 +1,5 @@
1
- ._11c81vlj{font:var(--ds-font-body-small,normal 400 11px/1pc ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,system-ui,"Helvetica Neue",sans-serif)}
2
- ._11c8qk37{font:var(--ds-font-body-UNSAFE_small,normal 400 9pt/1pc ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,system-ui,"Helvetica Neue",sans-serif)}
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)}
@@ -25,7 +25,7 @@ const styles = {
25
25
  overflowActionButtonsWrapper: "_1e0c1o8l _1bsbzwfg _4t3izwfg",
26
26
  cardContent: "_1e0c1txw _2lx21bp4 _1tkebv7e",
27
27
  detailsGroup: "_1e0c1txw _2lx21bp4 _18u01epz _19bvxy5q _1bsb18pt",
28
- disabledInfo: "_11c81vlj _syaz1fxt _19pkutpp _2hwxze3t _18u0ze3t _otyrze3t",
28
+ disabledInfo: "_11c81o8v _syaz1fxt _19pkutpp _2hwxze3t _18u0ze3t _otyrze3t",
29
29
  lozengeWrapper: "_19pkpxbi _1e0c1ule",
30
30
  customLozengeContainer: "_1e0c1txw _2lx2vrvc _1n261g80 _1bah1y6m _19pkutpp",
31
31
  spinnerContainer: "_4cvr1h6o _1e0c1txw _4t3i16xz _1bah1h6o _kqswh2mm",
@@ -36,7 +36,7 @@ const styles = {
36
36
  detailsLabel: "_zulpu2gc _1e0c1txw _4cvr1h6o _1bah1y6m _19pkutpp _2hwxze3t _18u0ze3t _otyrze3t _o5721q9c",
37
37
  detailsLabelExtraTopSpace: "_19pkxy5q",
38
38
  detailsLabelIcon: "_1e0c1txw _1o9zidpf _syaz131l _1bsb7vkz _4t3i7vkz _s7n4jp4b _19pkze3t",
39
- detailsLabelText: "_1reo15vq _18m915vq _11c8qk37 _1bto1l2s _syaz1fxt _19pkze3t _18u0ze3t",
39
+ detailsLabelText: "_1reo15vq _18m915vq _11c8dcr7 _1bto1l2s _syaz1fxt _19pkze3t _18u0ze3t",
40
40
  kudosBlobAnimation: "_1e0cglyw _4t3i1w81 _1bsb1w81 _1pby1mrw _kqswstnw _j7hq1q51 _tip8kb7n _5sagi11n _1itkq1hn",
41
41
  jobTitleLabel: "_19pkze3t _otyrze3t _18u0utpp _2hwxze3t",
42
42
  appTitleLabel: "_2rkoglpi _syaz1fxt _u5f312x7 _19bv12x7 _1bsb1ns9 _19pk1b66 _otyrze3t _18u0utpp _2hwxze3t"
@@ -248,7 +248,7 @@ export const DisabledInfo = ({
248
248
  }, children) : /*#__PURE__*/React.createElement(DisabledInfoLegacy, null, children);
249
249
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
250
250
  const DisabledInfoLegacy = styled.div`
251
- font: ${"var(--ds-font-body-small, normal 400 11px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)"};
251
+ font: ${"var(--ds-font-body-small, normal 400 11px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)"};
252
252
  color: ${labelTextColor};
253
253
  margin: ${"var(--ds-space-150, 12px)"} 0 0 0;
254
254
  line-height: 16px;
@@ -297,7 +297,7 @@ const JobTitleLabelLegacy = styled.span`
297
297
  text-overflow: ellipsis;
298
298
  white-space: nowrap;
299
299
 
300
- font: ${"var(--ds-font-body, normal 400 14px/20px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)"};
300
+ font: ${"var(--ds-font-body, normal 400 14px/20px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)"};
301
301
  color: ${headerTextColor};
302
302
  margin: 0 0 ${"var(--ds-space-150, 12px)"} 0;
303
303
  `;
@@ -321,7 +321,7 @@ const AppTitleLabelLegacy = styled.span`
321
321
  font-weight: ${"var(--ds-font-weight-bold, 700)"};
322
322
  text-transform: uppercase;
323
323
 
324
- font: ${"var(--ds-font-body-UNSAFE_small, normal 400 12px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)"};
324
+ font: ${"var(--ds-font-body-UNSAFE_small, normal 400 12px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)"};
325
325
  margin: ${"var(--ds-space-050, 4px)"} 0 ${"var(--ds-space-150, 12px)"} 0;
326
326
  `;
327
327
  export const SpinnerContainer = ({
@@ -420,7 +420,7 @@ const DetailsLabelTextLegacy = styled.dd`
420
420
  overflow: hidden;
421
421
  text-overflow: ellipsis;
422
422
  color: ${labelTextColor};
423
- font: ${"var(--ds-font-body-UNSAFE_small, normal 400 12px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)"};
423
+ font: ${"var(--ds-font-body-UNSAFE_small, normal 400 12px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)"};
424
424
  padding-block: ${"var(--ds-space-050, 4px)"};
425
425
  padding-left: ${"var(--ds-space-050, 4px)"};
426
426
  margin-inline-start: 0;
@@ -1,4 +1,4 @@
1
- ._11c81oud{font:var(--ds-font-body,normal 400 14px/20px ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,system-ui,"Helvetica Neue",sans-serif)}
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)}
@@ -13,7 +13,7 @@ import { N200 } from '@atlaskit/theme/colors';
13
13
  import { errorIconColor, errorTitleColor } from './constants';
14
14
  const styles = {
15
15
  errorWrapper: "_y3gn1h6o _ca0q1ejb _u5f31ejb _n3td1ejb _19bv1ejb",
16
- errorTitle: "_11c81oud _syaz1fxt _19pku2gc",
16
+ errorTitle: "_11c82smr _syaz1fxt _19pku2gc",
17
17
  teamErrorText: "_syaz1wmz _19pku2gc"
18
18
  };
19
19
  export const ErrorWrapper = props => fg('compiled-migration-profilecard') ? /*#__PURE__*/React.createElement(Box, _extends({
@@ -33,7 +33,7 @@ export const ErrorTitle = props => fg('compiled-migration-profilecard') ? /*#__P
33
33
  }, props.children) : /*#__PURE__*/React.createElement(ErrorTitleLegacy, null, props.children);
34
34
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
35
35
  const ErrorTitleLegacy = styled.p({
36
- font: "var(--ds-font-body, normal 400 14px/20px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)",
36
+ font: "var(--ds-font-body, normal 400 14px/20px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)",
37
37
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
38
38
  color: errorTitleColor,
39
39
  margin: `${"var(--ds-space-100, 8px)"} 0`
@@ -1,4 +1,4 @@
1
- ._11c81vlj{font:var(--ds-font-body-small,normal 400 11px/1pc ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,system-ui,"Helvetica Neue",sans-serif)}
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)}
@@ -11,7 +11,7 @@ import { Box } from '@atlaskit/primitives/compiled';
11
11
  const styles = {
12
12
  reportingLinesSection: "_18u01b66 _19pku2gc",
13
13
  managerSection: "_1e0c1txw _4cvr1h6o _18u01b66 _19pk1b66 _otyr1b66 _2hwx1b66",
14
- managerName: "_11c81vlj _18u0u2gc",
14
+ managerName: "_11c81o8v _18u0u2gc",
15
15
  offsetWrapper: "_19pk1b66 _18u0r5cr"
16
16
  };
17
17
 
@@ -41,7 +41,7 @@ export const ManagerSection = ({
41
41
 
42
42
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
43
43
  const ManagerNameLegacy = styled.span({
44
- font: "var(--ds-font-body-small, normal 400 11px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)",
44
+ font: "var(--ds-font-body-small, normal 400 11px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)",
45
45
  marginLeft: "var(--ds-space-100, 8px)"
46
46
  });
47
47
  export const ManagerName = ({
@@ -1,4 +1,4 @@
1
- ._11c8o0gd{font:var(--ds-font-heading-medium,normal 500 20px/24px ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,system-ui,"Helvetica Neue",sans-serif)}
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}
@@ -19,7 +19,7 @@ const styles = {
19
19
  teamforbiddenerrorstatewrapper: "_1bsbnklw _kqswh2mm",
20
20
  cardheader: "_4t3i1qr7 _1bsb1osq",
21
21
  cardcontent: "_1e0c1txw _2lx21bp4 _ca0q1ejb _u5f31ejb _n3td1ejb _19bv1ejb _1tke1l8a",
22
- teamname: "_11c8o0gd _1reo15vq _18m915vq _1p1dglyw _c71lckbl _1e0ccj1k",
22
+ teamname: "_11c8lodh _1reo15vq _18m915vq _1p1dglyw _c71lckbl _1e0ccj1k",
23
23
  membercount: "_syaz1wmz _19pk1b66",
24
24
  avatarsection: "_19pkpxbi _18u01i6y",
25
25
  descriptionwrapper: "_19pkpxbi _4cvr1h6o _1e0c1txw",
@@ -111,7 +111,7 @@ export const TeamName = props => fg('compiled-migration-profilecard') ? /*#__PUR
111
111
  }, props)) : /*#__PURE__*/React.createElement(TeamNameLegacy, props);
112
112
  // 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
113
113
  const TeamNameLegacy = styled.h6({
114
- font: "var(--ds-font-heading-medium, normal 500 20px/24px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)",
114
+ font: "var(--ds-font-heading-medium, normal 500 20px/24px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)",
115
115
  textTransform: 'none',
116
116
  overflow: 'hidden',
117
117
  maxHeight: '48px',
@@ -32,7 +32,7 @@ const createEvent = (eventType, action, actionSubject, actionSubjectId, attribut
32
32
  actionSubjectId,
33
33
  attributes: {
34
34
  packageName: "@atlaskit/profilecard",
35
- packageVersion: "23.2.2",
35
+ packageVersion: "23.2.4",
36
36
  ...attributes,
37
37
  firedAt: Math.round(getPageTime())
38
38
  }
@@ -4,7 +4,7 @@ import { AGGQuery } from './graphqlUtils';
4
4
  var ORG_ID_FROM_CLOUD_ID_QUERY = "query OrgIdFromCloudId($cloudId: ID!) {\n\ttenantContexts(cloudIds: [$cloudId]) {\n\t\torgId\n\t}\n}";
5
5
  var addHeaders = function addHeaders(headers) {
6
6
  headers.append('atl-client-name', "@atlaskit/profilecard");
7
- headers.append('atl-client-version', "23.2.2");
7
+ headers.append('atl-client-version', "23.2.4");
8
8
  return headers;
9
9
  };
10
10
  export function getOrgIdForCloudIdFromAGG(_x, _x2) {
@@ -57,7 +57,7 @@ export var addHeaders = function addHeaders(headers) {
57
57
  headers.append('X-ExperimentalApi', 'teams-beta');
58
58
  headers.append('X-ExperimentalApi', 'team-members-beta');
59
59
  headers.append('atl-client-name', "@atlaskit/profilecard");
60
- headers.append('atl-client-version', "23.2.2");
60
+ headers.append('atl-client-version', "23.2.4");
61
61
  return headers;
62
62
  };
63
63
  export function getTeamFromAGG(_x, _x2, _x3) {
@@ -254,7 +254,7 @@ var TeamProfilecardContent = function TeamProfilecardContent(_ref5) {
254
254
  label: team.displayName
255
255
  }), /*#__PURE__*/React.createElement(CardContent, null, /*#__PURE__*/React.createElement(Tooltip, {
256
256
  content: team.displayName
257
- }, /*#__PURE__*/React.createElement(Inline, null, /*#__PURE__*/React.createElement(TeamName, null, team.displayName), team.isVerified && fg('show_verified_team_icon_in_profile_card') && /*#__PURE__*/React.createElement(VerifiedTeamIcon, null))), /*#__PURE__*/React.createElement(TeamMembers, {
257
+ }, /*#__PURE__*/React.createElement(Inline, null, /*#__PURE__*/React.createElement(TeamName, null, team.displayName), team.isVerified && /*#__PURE__*/React.createElement(VerifiedTeamIcon, null))), /*#__PURE__*/React.createElement(TeamMembers, {
258
258
  analytics: analytics,
259
259
  members: team.members,
260
260
  generateUserLink: generateUserLink,
@@ -18,7 +18,7 @@ var fullNameLabelStyles = xcss({
18
18
  overflow: 'hidden',
19
19
  textOverflow: 'ellipsis',
20
20
  whiteSpace: 'nowrap',
21
- font: "var(--ds-font-body-large, normal 400 16px/24px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)"
21
+ font: "var(--ds-font-body-large, normal 400 16px/24px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)"
22
22
  });
23
23
  var noMetaLabelStyles = xcss({
24
24
  marginTop: 'space.400',
@@ -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
  };
@@ -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
  };
@@ -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
  };
@@ -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',
@@ -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',
@@ -54,6 +54,8 @@ export default {
54
54
  'pt.team-profile-card.team.member.count-including-you': '{count, plural, one {⁣⁢Team • {count} member, including you⁡⁠‍⁡‌⁠؜⁡⁣⁤} other {⁣⁢Team • {count} 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, plural, one {⁣⁢+{count} more members⁡‌⁠⁠⁡؜‌‌⁠⁠‍⁡⁣⁤} other {⁣⁢+{count} more members⁡‌⁠⁠⁡؜‌‌⁠⁠‍⁡⁣⁤}}',
58
+ 'pt.user-profile-card.reporting-lines.more-icon-label': '{count, plural, one {⁣⁢+{count} more profile⁠‍⁡⁡؜⁡⁡⁣⁤} other {⁣⁢+{count} more 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؜‌⁠؜‌‌⁠‌⁡‍‍⁣⁤',
@@ -53,5 +53,7 @@ export default {
53
53
  'pt.team-profile-card.team.member.count': '{count, plural, one {Equipo • {count} miembro} other {Equipo • {count} miembros}}',
54
54
  '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}}',
55
55
  'pt.team-profile-card.team.member.many': 'Equipo • Más de 50 miembros',
56
- 'pt.team-profile-card.team.member.many-including-you': 'Equipo • Más de 50 miembros, incluyéndote a ti'
56
+ 'pt.team-profile-card.team.member.many-including-you': 'Equipo • Más de 50 miembros, incluyéndote a ti',
57
+ 'pt.team.profile-card.members.more-icon-label': '{count, plural, one {{count} miembro más} other {{count} miembros más}}',
58
+ 'pt.user-profile-card.reporting-lines.more-icon-label': '{count, plural, one {{count} perfil más} other {{count} perfiles más}}'
57
59
  };
@@ -53,5 +53,7 @@ export default {
53
53
  'pt.team-profile-card.team.member.count': '{count, plural, one {Tiimi • {count} jäsen} other {Tiimi • {count} jäsentä}}',
54
54
  '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}}',
55
55
  'pt.team-profile-card.team.member.many': 'Tiimi • 50+ jäsentä',
56
- 'pt.team-profile-card.team.member.many-including-you': 'Tiimi • 50+ jäsentä sinä mukaan lukien'
56
+ 'pt.team-profile-card.team.member.many-including-you': 'Tiimi • 50+ jäsentä sinä mukaan lukien',
57
+ 'pt.team.profile-card.members.more-icon-label': '{count, plural, one {+{count} jäsen lisää} other {+{count} jäsentä lisää}}',
58
+ 'pt.user-profile-card.reporting-lines.more-icon-label': '{count, plural, one {+{count} profiili lisää} other {+{count} profiilia lisää}}'
57
59
  };
@@ -53,5 +53,7 @@ export default {
53
53
  'pt.team-profile-card.team.member.count': '{count, plural, one {Équipe • {count} membre} other {Équipe • {count} membres}}',
54
54
  'pt.team-profile-card.team.member.count-including-you': '{count, plural, one {Équipe • {count} membre, dont vous} other {Équipe • {count} membres, dont vous}}',
55
55
  'pt.team-profile-card.team.member.many': 'Équipe • Plus de 50 membres',
56
- 'pt.team-profile-card.team.member.many-including-you': 'Équipe • Plus de 50 membres, dont vous'
56
+ 'pt.team-profile-card.team.member.many-including-you': 'Équipe • Plus de 50 membres, dont vous',
57
+ 'pt.team.profile-card.members.more-icon-label': '{count, plural, one {+{count} membre supplémentaire} other {+{count} membres supplémentaires}}',
58
+ 'pt.user-profile-card.reporting-lines.more-icon-label': '{count, plural, one {+{count} profil supplémentaire} other {+{count} profils supplémentaires}}'
57
59
  };
@@ -53,5 +53,7 @@ export default {
53
53
  'pt.team-profile-card.team.member.count': '{count, plural, one {Csapat • {count} tag} other {Csapat • {count} tag}}',
54
54
  '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}}',
55
55
  'pt.team-profile-card.team.member.many': 'Csapat • 50+ tag',
56
- 'pt.team-profile-card.team.member.many-including-you': 'Csapat • 50+ tag veled együtt'
56
+ 'pt.team-profile-card.team.member.many-including-you': 'Csapat • 50+ tag veled együtt',
57
+ 'pt.team.profile-card.members.more-icon-label': '{count, plural, one {+{count} további tag} other {+{count} további tag}}',
58
+ 'pt.user-profile-card.reporting-lines.more-icon-label': '{count, plural, one {+{count} további profil} other {+{count} további profil}}'
57
59
  };
@@ -53,5 +53,7 @@ export default {
53
53
  'pt.team-profile-card.team.member.count': '{count, plural, one {Team • {count} membro} other {Team • {count} membri}}',
54
54
  'pt.team-profile-card.team.member.count-including-you': '{count, plural, one {Team • {count} membro, te compreso} other {Team • {count} membri, te compreso}}',
55
55
  'pt.team-profile-card.team.member.many': 'Team • 50+ membri',
56
- 'pt.team-profile-card.team.member.many-including-you': 'Team • 50+ membri, te compreso'
56
+ 'pt.team-profile-card.team.member.many-including-you': 'Team • 50+ membri, te compreso',
57
+ 'pt.team.profile-card.members.more-icon-label': '{count, plural, one {+{count} altro membro} other {+{count} altri membri}}',
58
+ 'pt.user-profile-card.reporting-lines.more-icon-label': '{count, plural, one {+{count} altro profilo} other {+{count} altri profili}}'
57
59
  };
@@ -53,5 +53,7 @@ export default {
53
53
  'pt.team-profile-card.team.member.count': '{count, plural, other {チーム • {count} 人のメンバー}}',
54
54
  'pt.team-profile-card.team.member.count-including-you': '{count, plural, other {チーム • {count} 人のメンバー (あなたを含む)}}',
55
55
  'pt.team-profile-card.team.member.many': 'チーム • 50 人以上のメンバー',
56
- 'pt.team-profile-card.team.member.many-including-you': 'チーム • 50 人以上のメンバー (あなたを含む)'
56
+ 'pt.team-profile-card.team.member.many-including-you': 'チーム • 50 人以上のメンバー (あなたを含む)',
57
+ 'pt.team.profile-card.members.more-icon-label': '{count, plural, other {他 {count} 人のメンバー}}',
58
+ 'pt.user-profile-card.reporting-lines.more-icon-label': '{count, plural, other {他 {count} 人のプロファイル}}'
57
59
  };
@@ -53,5 +53,7 @@ export default {
53
53
  'pt.team-profile-card.team.member.count': '{count, plural, other {팀 • 구성원 {count}명}}',
54
54
  'pt.team-profile-card.team.member.count-including-you': '{count, plural, other {팀 • 자신을 포함하여 구성원 {count}명}}',
55
55
  'pt.team-profile-card.team.member.many': '팀 • 구성원 50명 이상',
56
- 'pt.team-profile-card.team.member.many-including-you': '팀 • 자신을 포함하여 구성원 50명 이상'
56
+ 'pt.team-profile-card.team.member.many-including-you': '팀 • 자신을 포함하여 구성원 50명 이상',
57
+ 'pt.team.profile-card.members.more-icon-label': '{count, plural, other {+{count}명의 구성원}}',
58
+ 'pt.user-profile-card.reporting-lines.more-icon-label': '{count, plural, other {+{count}개의 프로필}}'
57
59
  };
@@ -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, inkludert deg} other {Team • {count} medlemmer, inkludert deg}}',
55
55
  'pt.team-profile-card.team.member.many': 'Team • flere enn 50 medlemmer',
56
- 'pt.team-profile-card.team.member.many-including-you': 'Team • flere enn 50 medlemmer, inkludert deg'
56
+ 'pt.team-profile-card.team.member.many-including-you': 'Team • flere enn 50 medlemmer, inkludert deg',
57
+ 'pt.team.profile-card.members.more-icon-label': '{count, plural, one {{count} medlem til} other {{count} medlemmer til}}',
58
+ 'pt.user-profile-card.reporting-lines.more-icon-label': '{count, plural, one {{count} profil til} other {{count} profiler til}}'
57
59
  };