@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
@@ -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)}
@@ -27,7 +27,7 @@ var styles = {
27
27
  overflowActionButtonsWrapper: "_1e0c1o8l _1bsbzwfg _4t3izwfg",
28
28
  cardContent: "_1e0c1txw _2lx21bp4 _1tkebv7e",
29
29
  detailsGroup: "_1e0c1txw _2lx21bp4 _18u01epz _19bvxy5q _1bsb18pt",
30
- disabledInfo: "_11c81vlj _syaz1fxt _19pkutpp _2hwxze3t _18u0ze3t _otyrze3t",
30
+ disabledInfo: "_11c81o8v _syaz1fxt _19pkutpp _2hwxze3t _18u0ze3t _otyrze3t",
31
31
  lozengeWrapper: "_19pkpxbi _1e0c1ule",
32
32
  customLozengeContainer: "_1e0c1txw _2lx2vrvc _1n261g80 _1bah1y6m _19pkutpp",
33
33
  spinnerContainer: "_4cvr1h6o _1e0c1txw _4t3i16xz _1bah1h6o _kqswh2mm",
@@ -38,7 +38,7 @@ var styles = {
38
38
  detailsLabel: "_zulpu2gc _1e0c1txw _4cvr1h6o _1bah1y6m _19pkutpp _2hwxze3t _18u0ze3t _otyrze3t _o5721q9c",
39
39
  detailsLabelExtraTopSpace: "_19pkxy5q",
40
40
  detailsLabelIcon: "_1e0c1txw _1o9zidpf _syaz131l _1bsb7vkz _4t3i7vkz _s7n4jp4b _19pkze3t",
41
- detailsLabelText: "_1reo15vq _18m915vq _11c8qk37 _1bto1l2s _syaz1fxt _19pkze3t _18u0ze3t",
41
+ detailsLabelText: "_1reo15vq _18m915vq _11c8dcr7 _1bto1l2s _syaz1fxt _19pkze3t _18u0ze3t",
42
42
  kudosBlobAnimation: "_1e0cglyw _4t3i1w81 _1bsb1w81 _1pby1mrw _kqswstnw _j7hq1q51 _tip8kb7n _5sagi11n _1itkq1hn",
43
43
  jobTitleLabel: "_19pkze3t _otyrze3t _18u0utpp _2hwxze3t",
44
44
  appTitleLabel: "_2rkoglpi _syaz1fxt _u5f312x7 _19bv12x7 _1bsb1ns9 _19pk1b66 _otyrze3t _18u0utpp _2hwxze3t"
@@ -165,7 +165,7 @@ export var DisabledInfo = function DisabledInfo(_ref9) {
165
165
  }, children) : /*#__PURE__*/React.createElement(DisabledInfoLegacy, null, children);
166
166
  };
167
167
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
168
- var DisabledInfoLegacy = styled.div(_templateObject12 || (_templateObject12 = _taggedTemplateLiteral(["\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, system-ui, \"Helvetica Neue\", sans-serif)", labelTextColor, "var(--ds-space-150, 12px)");
168
+ var DisabledInfoLegacy = styled.div(_templateObject12 || (_templateObject12 = _taggedTemplateLiteral(["\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)", labelTextColor, "var(--ds-space-150, 12px)");
169
169
  export var LozengeWrapper = function LozengeWrapper(_ref10) {
170
170
  var children = _ref10.children;
171
171
  return fg('compiled-migration-profilecard') ? /*#__PURE__*/React.createElement(Box, {
@@ -192,7 +192,7 @@ export var JobTitleLabel = function JobTitleLabel(_ref12) {
192
192
  }, children)) : /*#__PURE__*/React.createElement(JobTitleLabelLegacy, null, children);
193
193
  };
194
194
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
195
- var JobTitleLabelLegacy = styled.span(_templateObject15 || (_templateObject15 = _taggedTemplateLiteral(["\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, system-ui, \"Helvetica Neue\", sans-serif)", headerTextColor, "var(--ds-space-150, 12px)");
195
+ var JobTitleLabelLegacy = styled.span(_templateObject15 || (_templateObject15 = _taggedTemplateLiteral(["\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)", headerTextColor, "var(--ds-space-150, 12px)");
196
196
  export var AppTitleLabel = function AppTitleLabel(_ref13) {
197
197
  var children = _ref13.children;
198
198
  return fg('compiled-migration-profilecard') ? /*#__PURE__*/React.createElement(Box, {
@@ -205,7 +205,7 @@ export var AppTitleLabel = function AppTitleLabel(_ref13) {
205
205
  }, children)) : /*#__PURE__*/React.createElement(AppTitleLabelLegacy, null, children);
206
206
  };
207
207
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
208
- var AppTitleLabelLegacy = styled.span(_templateObject16 || (_templateObject16 = _taggedTemplateLiteral(["\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"])), appLabelBgColor, appLabelTextColor, 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, system-ui, \"Helvetica Neue\", sans-serif)", "var(--ds-space-050, 4px)", "var(--ds-space-150, 12px)");
208
+ var AppTitleLabelLegacy = styled.span(_templateObject16 || (_templateObject16 = _taggedTemplateLiteral(["\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"])), appLabelBgColor, appLabelTextColor, 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)");
209
209
  export var SpinnerContainer = function SpinnerContainer(_ref14) {
210
210
  var children = _ref14.children,
211
211
  testId = _ref14.testId;
@@ -266,4 +266,4 @@ export var DetailsLabelText = function DetailsLabelText(_ref18) {
266
266
  }, children) : /*#__PURE__*/React.createElement(DetailsLabelTextLegacy, null, children);
267
267
  };
268
268
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
269
- var DetailsLabelTextLegacy = styled.dd(_templateObject21 || (_templateObject21 = _taggedTemplateLiteral(["\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"])), labelTextColor, "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)", "var(--ds-space-050, 4px)", "var(--ds-space-050, 4px)");
269
+ var DetailsLabelTextLegacy = styled.dd(_templateObject21 || (_templateObject21 = _taggedTemplateLiteral(["\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"])), 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
- ._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
  var 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 var ErrorWrapper = function ErrorWrapper(props) {
@@ -37,7 +37,7 @@ export var ErrorTitle = function ErrorTitle(props) {
37
37
  };
38
38
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
39
39
  var ErrorTitleLegacy = styled.p({
40
- font: "var(--ds-font-body, normal 400 14px/20px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)",
40
+ font: "var(--ds-font-body, normal 400 14px/20px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)",
41
41
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
42
42
  color: errorTitleColor,
43
43
  margin: "var(--ds-space-100, 8px)".concat(" 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
  var 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
 
@@ -43,7 +43,7 @@ export var ManagerSection = function ManagerSection(_ref2) {
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 ManagerNameLegacy = styled.span({
46
- 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)",
46
+ font: "var(--ds-font-body-small, normal 400 11px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)",
47
47
  marginLeft: "var(--ds-space-100, 8px)"
48
48
  });
49
49
  export var ManagerName = function ManagerName(_ref3) {
@@ -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}
@@ -21,7 +21,7 @@ var styles = {
21
21
  teamforbiddenerrorstatewrapper: "_1bsbnklw _kqswh2mm",
22
22
  cardheader: "_4t3i1qr7 _1bsb1osq",
23
23
  cardcontent: "_1e0c1txw _2lx21bp4 _ca0q1ejb _u5f31ejb _n3td1ejb _19bv1ejb _1tke1l8a",
24
- teamname: "_11c8o0gd _1reo15vq _18m915vq _1p1dglyw _c71lckbl _1e0ccj1k",
24
+ teamname: "_11c8lodh _1reo15vq _18m915vq _1p1dglyw _c71lckbl _1e0ccj1k",
25
25
  membercount: "_syaz1wmz _19pk1b66",
26
26
  avatarsection: "_19pkpxbi _18u01i6y",
27
27
  descriptionwrapper: "_19pkpxbi _4cvr1h6o _1e0c1txw",
@@ -119,7 +119,7 @@ export var TeamName = function TeamName(props) {
119
119
  };
120
120
  // 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
121
121
  var TeamNameLegacy = styled.h6({
122
- 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)",
122
+ font: "var(--ds-font-heading-medium, normal 500 20px/24px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)",
123
123
  textTransform: 'none',
124
124
  overflow: 'hidden',
125
125
  maxHeight: '48px',
@@ -39,7 +39,7 @@ var createEvent = function createEvent(eventType, action, actionSubject, actionS
39
39
  actionSubjectId: actionSubjectId,
40
40
  attributes: _objectSpread(_objectSpread({
41
41
  packageName: "@atlaskit/profilecard",
42
- packageVersion: "23.2.2"
42
+ packageVersion: "23.2.4"
43
43
  }, attributes), {}, {
44
44
  firedAt: Math.round(getPageTime())
45
45
  })
@@ -52,5 +52,7 @@ declare const _default: {
52
52
  'pt.team-profile-card.team.member.count-including-you': string;
53
53
  'pt.team-profile-card.team.member.many': string;
54
54
  'pt.team-profile-card.team.member.many-including-you': string;
55
+ 'pt.team.profile-card.members.more-icon-label': string;
56
+ 'pt.user-profile-card.reporting-lines.more-icon-label': string;
55
57
  };
56
58
  export default _default;
@@ -52,5 +52,7 @@ declare const _default: {
52
52
  'pt.team-profile-card.team.member.count-including-you': string;
53
53
  'pt.team-profile-card.team.member.many': string;
54
54
  'pt.team-profile-card.team.member.many-including-you': string;
55
+ 'pt.team.profile-card.members.more-icon-label': string;
56
+ 'pt.user-profile-card.reporting-lines.more-icon-label': string;
55
57
  };
56
58
  export default _default;
@@ -52,5 +52,7 @@ declare const _default: {
52
52
  'pt.team-profile-card.team.member.count-including-you': string;
53
53
  'pt.team-profile-card.team.member.many': string;
54
54
  'pt.team-profile-card.team.member.many-including-you': string;
55
+ 'pt.team.profile-card.members.more-icon-label': string;
56
+ 'pt.user-profile-card.reporting-lines.more-icon-label': string;
55
57
  };
56
58
  export default _default;
@@ -52,6 +52,8 @@ declare const _default: {
52
52
  'pt.team-profile-card.team.member.count-including-you': string;
53
53
  'pt.team-profile-card.team.member.many': string;
54
54
  'pt.team-profile-card.team.member.many-including-you': string;
55
+ 'pt.team.profile-card.members.more-icon-label': string;
56
+ 'pt.user-profile-card.reporting-lines.more-icon-label': string;
55
57
  'ptc-directory.agent-profile.action.dropdown.chat-to-agent.nonfinal': string;
56
58
  'ptc-directory.agent-profile.action.dropdown.copy-link.nonfinal': string;
57
59
  'ptc-directory.agent-profile.action.dropdown.delete.nonfinal': string;
@@ -52,6 +52,8 @@ declare const _default: {
52
52
  'pt.team-profile-card.team.member.count-including-you': string;
53
53
  'pt.team-profile-card.team.member.many': string;
54
54
  'pt.team-profile-card.team.member.many-including-you': string;
55
+ 'pt.team.profile-card.members.more-icon-label': string;
56
+ 'pt.user-profile-card.reporting-lines.more-icon-label': string;
55
57
  'ptc-directory.agent-profile.action.dropdown.chat-to-agent.nonfinal': string;
56
58
  'ptc-directory.agent-profile.action.dropdown.copy-link.nonfinal': string;
57
59
  'ptc-directory.agent-profile.action.dropdown.delete.nonfinal': string;
@@ -52,6 +52,8 @@ declare const _default: {
52
52
  'pt.team-profile-card.team.member.count-including-you': string;
53
53
  'pt.team-profile-card.team.member.many': string;
54
54
  'pt.team-profile-card.team.member.many-including-you': string;
55
+ 'pt.team.profile-card.members.more-icon-label': string;
56
+ 'pt.user-profile-card.reporting-lines.more-icon-label': string;
55
57
  'ptc-directory.agent-profile.action.dropdown.chat-to-agent.nonfinal': string;
56
58
  'ptc-directory.agent-profile.action.dropdown.copy-link.nonfinal': string;
57
59
  'ptc-directory.agent-profile.action.dropdown.delete.nonfinal': string;
@@ -52,5 +52,7 @@ declare const _default: {
52
52
  'pt.team-profile-card.team.member.count-including-you': string;
53
53
  'pt.team-profile-card.team.member.many': string;
54
54
  'pt.team-profile-card.team.member.many-including-you': string;
55
+ 'pt.team.profile-card.members.more-icon-label': string;
56
+ 'pt.user-profile-card.reporting-lines.more-icon-label': string;
55
57
  };
56
58
  export default _default;
@@ -52,5 +52,7 @@ declare const _default: {
52
52
  'pt.team-profile-card.team.member.count-including-you': string;
53
53
  'pt.team-profile-card.team.member.many': string;
54
54
  'pt.team-profile-card.team.member.many-including-you': string;
55
+ 'pt.team.profile-card.members.more-icon-label': string;
56
+ 'pt.user-profile-card.reporting-lines.more-icon-label': string;
55
57
  };
56
58
  export default _default;
@@ -52,5 +52,7 @@ declare const _default: {
52
52
  'pt.team-profile-card.team.member.count-including-you': string;
53
53
  'pt.team-profile-card.team.member.many': string;
54
54
  'pt.team-profile-card.team.member.many-including-you': string;
55
+ 'pt.team.profile-card.members.more-icon-label': string;
56
+ 'pt.user-profile-card.reporting-lines.more-icon-label': string;
55
57
  };
56
58
  export default _default;
@@ -52,5 +52,7 @@ declare const _default: {
52
52
  'pt.team-profile-card.team.member.count-including-you': string;
53
53
  'pt.team-profile-card.team.member.many': string;
54
54
  'pt.team-profile-card.team.member.many-including-you': string;
55
+ 'pt.team.profile-card.members.more-icon-label': string;
56
+ 'pt.user-profile-card.reporting-lines.more-icon-label': string;
55
57
  };
56
58
  export default _default;
@@ -52,5 +52,7 @@ declare const _default: {
52
52
  'pt.team-profile-card.team.member.count-including-you': string;
53
53
  'pt.team-profile-card.team.member.many': string;
54
54
  'pt.team-profile-card.team.member.many-including-you': string;
55
+ 'pt.team.profile-card.members.more-icon-label': string;
56
+ 'pt.user-profile-card.reporting-lines.more-icon-label': string;
55
57
  };
56
58
  export default _default;
@@ -52,5 +52,7 @@ declare const _default: {
52
52
  'pt.team-profile-card.team.member.count-including-you': string;
53
53
  'pt.team-profile-card.team.member.many': string;
54
54
  'pt.team-profile-card.team.member.many-including-you': string;
55
+ 'pt.team.profile-card.members.more-icon-label': string;
56
+ 'pt.user-profile-card.reporting-lines.more-icon-label': string;
55
57
  };
56
58
  export default _default;
@@ -52,5 +52,7 @@ declare const _default: {
52
52
  'pt.team-profile-card.team.member.count-including-you': string;
53
53
  'pt.team-profile-card.team.member.many': string;
54
54
  'pt.team-profile-card.team.member.many-including-you': string;
55
+ 'pt.team.profile-card.members.more-icon-label': string;
56
+ 'pt.user-profile-card.reporting-lines.more-icon-label': string;
55
57
  };
56
58
  export default _default;
@@ -52,5 +52,7 @@ declare const _default: {
52
52
  'pt.team-profile-card.team.member.count-including-you': string;
53
53
  'pt.team-profile-card.team.member.many': string;
54
54
  'pt.team-profile-card.team.member.many-including-you': string;
55
+ 'pt.team.profile-card.members.more-icon-label': string;
56
+ 'pt.user-profile-card.reporting-lines.more-icon-label': string;
55
57
  };
56
58
  export default _default;
@@ -52,5 +52,7 @@ declare const _default: {
52
52
  'pt.team-profile-card.team.member.count-including-you': string;
53
53
  'pt.team-profile-card.team.member.many': string;
54
54
  'pt.team-profile-card.team.member.many-including-you': string;
55
+ 'pt.team.profile-card.members.more-icon-label': string;
56
+ 'pt.user-profile-card.reporting-lines.more-icon-label': string;
55
57
  };
56
58
  export default _default;
@@ -52,5 +52,7 @@ declare const _default: {
52
52
  'pt.team-profile-card.team.member.count-including-you': string;
53
53
  'pt.team-profile-card.team.member.many': string;
54
54
  'pt.team-profile-card.team.member.many-including-you': string;
55
+ 'pt.team.profile-card.members.more-icon-label': string;
56
+ 'pt.user-profile-card.reporting-lines.more-icon-label': string;
55
57
  };
56
58
  export default _default;
@@ -52,5 +52,7 @@ declare const _default: {
52
52
  'pt.team-profile-card.team.member.count-including-you': string;
53
53
  'pt.team-profile-card.team.member.many': string;
54
54
  'pt.team-profile-card.team.member.many-including-you': string;
55
+ 'pt.team.profile-card.members.more-icon-label': string;
56
+ 'pt.user-profile-card.reporting-lines.more-icon-label': string;
55
57
  };
56
58
  export default _default;
@@ -52,5 +52,7 @@ declare const _default: {
52
52
  'pt.team-profile-card.team.member.count-including-you': string;
53
53
  'pt.team-profile-card.team.member.many': string;
54
54
  'pt.team-profile-card.team.member.many-including-you': string;
55
+ 'pt.team.profile-card.members.more-icon-label': string;
56
+ 'pt.user-profile-card.reporting-lines.more-icon-label': string;
55
57
  };
56
58
  export default _default;
@@ -52,5 +52,7 @@ declare const _default: {
52
52
  'pt.team-profile-card.team.member.count-including-you': string;
53
53
  'pt.team-profile-card.team.member.many': string;
54
54
  'pt.team-profile-card.team.member.many-including-you': string;
55
+ 'pt.team.profile-card.members.more-icon-label': string;
56
+ 'pt.user-profile-card.reporting-lines.more-icon-label': string;
55
57
  };
56
58
  export default _default;
@@ -52,5 +52,7 @@ declare const _default: {
52
52
  'pt.team-profile-card.team.member.count-including-you': string;
53
53
  'pt.team-profile-card.team.member.many': string;
54
54
  'pt.team-profile-card.team.member.many-including-you': string;
55
+ 'pt.team.profile-card.members.more-icon-label': string;
56
+ 'pt.user-profile-card.reporting-lines.more-icon-label': string;
55
57
  };
56
58
  export default _default;
@@ -52,5 +52,7 @@ declare const _default: {
52
52
  'pt.team-profile-card.team.member.count-including-you': string;
53
53
  'pt.team-profile-card.team.member.many': string;
54
54
  'pt.team-profile-card.team.member.many-including-you': string;
55
+ 'pt.team.profile-card.members.more-icon-label': string;
56
+ 'pt.user-profile-card.reporting-lines.more-icon-label': string;
55
57
  };
56
58
  export default _default;
@@ -52,5 +52,7 @@ declare const _default: {
52
52
  'pt.team-profile-card.team.member.count-including-you': string;
53
53
  'pt.team-profile-card.team.member.many': string;
54
54
  'pt.team-profile-card.team.member.many-including-you': string;
55
+ 'pt.team.profile-card.members.more-icon-label': string;
56
+ 'pt.user-profile-card.reporting-lines.more-icon-label': string;
55
57
  };
56
58
  export default _default;
@@ -52,5 +52,7 @@ declare const _default: {
52
52
  'pt.team-profile-card.team.member.count-including-you': string;
53
53
  'pt.team-profile-card.team.member.many': string;
54
54
  'pt.team-profile-card.team.member.many-including-you': string;
55
+ 'pt.team.profile-card.members.more-icon-label': string;
56
+ 'pt.user-profile-card.reporting-lines.more-icon-label': string;
55
57
  };
56
58
  export default _default;
@@ -52,5 +52,7 @@ declare const _default: {
52
52
  'pt.team-profile-card.team.member.count-including-you': string;
53
53
  'pt.team-profile-card.team.member.many': string;
54
54
  'pt.team-profile-card.team.member.many-including-you': string;
55
+ 'pt.team.profile-card.members.more-icon-label': string;
56
+ 'pt.user-profile-card.reporting-lines.more-icon-label': string;
55
57
  };
56
58
  export default _default;
@@ -52,5 +52,7 @@ declare const _default: {
52
52
  'pt.team-profile-card.team.member.count-including-you': string;
53
53
  'pt.team-profile-card.team.member.many': string;
54
54
  'pt.team-profile-card.team.member.many-including-you': string;
55
+ 'pt.team.profile-card.members.more-icon-label': string;
56
+ 'pt.user-profile-card.reporting-lines.more-icon-label': string;
55
57
  };
56
58
  export default _default;
@@ -52,5 +52,7 @@ declare const _default: {
52
52
  'pt.team-profile-card.team.member.count-including-you': string;
53
53
  'pt.team-profile-card.team.member.many': string;
54
54
  'pt.team-profile-card.team.member.many-including-you': string;
55
+ 'pt.team.profile-card.members.more-icon-label': string;
56
+ 'pt.user-profile-card.reporting-lines.more-icon-label': string;
55
57
  };
56
58
  export default _default;
@@ -52,5 +52,7 @@ declare const _default: {
52
52
  'pt.team-profile-card.team.member.count-including-you': string;
53
53
  'pt.team-profile-card.team.member.many': string;
54
54
  'pt.team-profile-card.team.member.many-including-you': string;
55
+ 'pt.team.profile-card.members.more-icon-label': string;
56
+ 'pt.user-profile-card.reporting-lines.more-icon-label': string;
55
57
  };
56
58
  export default _default;
@@ -52,5 +52,7 @@ declare const _default: {
52
52
  'pt.team-profile-card.team.member.count-including-you': string;
53
53
  'pt.team-profile-card.team.member.many': string;
54
54
  'pt.team-profile-card.team.member.many-including-you': string;
55
+ 'pt.team.profile-card.members.more-icon-label': string;
56
+ 'pt.user-profile-card.reporting-lines.more-icon-label': string;
55
57
  };
56
58
  export default _default;
@@ -52,6 +52,8 @@ declare const _default: {
52
52
  'pt.team-profile-card.team.member.count-including-you': string;
53
53
  'pt.team-profile-card.team.member.many': string;
54
54
  'pt.team-profile-card.team.member.many-including-you': string;
55
+ 'pt.team.profile-card.members.more-icon-label': string;
56
+ 'pt.user-profile-card.reporting-lines.more-icon-label': string;
55
57
  'ptc-directory.agent-profile.action.dropdown.chat-to-agent.nonfinal': string;
56
58
  'ptc-directory.agent-profile.action.dropdown.copy-link.nonfinal': string;
57
59
  'ptc-directory.agent-profile.action.dropdown.delete.nonfinal': string;
@@ -52,6 +52,8 @@ declare const _default: {
52
52
  'pt.team-profile-card.team.member.count-including-you': string;
53
53
  'pt.team-profile-card.team.member.many': string;
54
54
  'pt.team-profile-card.team.member.many-including-you': string;
55
+ 'pt.team.profile-card.members.more-icon-label': string;
56
+ 'pt.user-profile-card.reporting-lines.more-icon-label': string;
55
57
  'ptc-directory.agent-profile.action.dropdown.chat-to-agent.nonfinal': string;
56
58
  'ptc-directory.agent-profile.action.dropdown.copy-link.nonfinal': string;
57
59
  'ptc-directory.agent-profile.action.dropdown.delete.nonfinal': string;
@@ -52,6 +52,8 @@ declare const _default: {
52
52
  'pt.team-profile-card.team.member.count-including-you': string;
53
53
  'pt.team-profile-card.team.member.many': string;
54
54
  'pt.team-profile-card.team.member.many-including-you': string;
55
+ 'pt.team.profile-card.members.more-icon-label': string;
56
+ 'pt.user-profile-card.reporting-lines.more-icon-label': string;
55
57
  'ptc-directory.agent-profile.action.dropdown.chat-to-agent.nonfinal': string;
56
58
  'ptc-directory.agent-profile.action.dropdown.copy-link.nonfinal': string;
57
59
  'ptc-directory.agent-profile.action.dropdown.delete.nonfinal': string;
@@ -52,5 +52,7 @@ declare const _default: {
52
52
  'pt.team-profile-card.team.member.count-including-you': string;
53
53
  'pt.team-profile-card.team.member.many': string;
54
54
  'pt.team-profile-card.team.member.many-including-you': string;
55
+ 'pt.team.profile-card.members.more-icon-label': string;
56
+ 'pt.user-profile-card.reporting-lines.more-icon-label': string;
55
57
  };
56
58
  export default _default;
@@ -52,5 +52,7 @@ declare const _default: {
52
52
  'pt.team-profile-card.team.member.count-including-you': string;
53
53
  'pt.team-profile-card.team.member.many': string;
54
54
  'pt.team-profile-card.team.member.many-including-you': string;
55
+ 'pt.team.profile-card.members.more-icon-label': string;
56
+ 'pt.user-profile-card.reporting-lines.more-icon-label': string;
55
57
  };
56
58
  export default _default;
@@ -52,5 +52,7 @@ declare const _default: {
52
52
  'pt.team-profile-card.team.member.count-including-you': string;
53
53
  'pt.team-profile-card.team.member.many': string;
54
54
  'pt.team-profile-card.team.member.many-including-you': string;
55
+ 'pt.team.profile-card.members.more-icon-label': string;
56
+ 'pt.user-profile-card.reporting-lines.more-icon-label': string;
55
57
  };
56
58
  export default _default;