@atlaskit/profilecard 19.2.1 → 19.3.0

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 (125) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist/cjs/client/TeamCentralCardClient.js +34 -38
  3. package/dist/cjs/client/UserProfileCardClient.js +17 -19
  4. package/dist/cjs/client/getTeamFromAGG.js +12 -14
  5. package/dist/cjs/components/Team/lazyTeamProfileCard.js +2 -1
  6. package/dist/cjs/components/User/lazyProfileCard.js +2 -1
  7. package/dist/cjs/i18n/cs.js +32 -30
  8. package/dist/cjs/i18n/da.js +32 -30
  9. package/dist/cjs/i18n/de.js +32 -30
  10. package/dist/cjs/i18n/en.js +32 -30
  11. package/dist/cjs/i18n/en_GB.js +32 -30
  12. package/dist/cjs/i18n/es.js +32 -30
  13. package/dist/cjs/i18n/fi.js +32 -30
  14. package/dist/cjs/i18n/fr.js +32 -30
  15. package/dist/cjs/i18n/hu.js +32 -30
  16. package/dist/cjs/i18n/it.js +32 -30
  17. package/dist/cjs/i18n/ja.js +32 -30
  18. package/dist/cjs/i18n/ko.js +32 -30
  19. package/dist/cjs/i18n/nb.js +32 -30
  20. package/dist/cjs/i18n/nl.js +32 -30
  21. package/dist/cjs/i18n/pl.js +32 -30
  22. package/dist/cjs/i18n/pt_BR.js +32 -30
  23. package/dist/cjs/i18n/ru.js +32 -30
  24. package/dist/cjs/i18n/sv.js +32 -30
  25. package/dist/cjs/i18n/th.js +32 -30
  26. package/dist/cjs/i18n/tr.js +32 -30
  27. package/dist/cjs/i18n/uk.js +32 -30
  28. package/dist/cjs/i18n/vi.js +32 -30
  29. package/dist/cjs/i18n/zh.js +32 -30
  30. package/dist/cjs/i18n/zh_TW.js +32 -30
  31. package/dist/cjs/styled/Card.js +12 -12
  32. package/dist/cjs/styled/Error.js +3 -3
  33. package/dist/cjs/styled/ReportingLines.js +5 -5
  34. package/dist/cjs/styled/TeamCard.js +7 -7
  35. package/dist/cjs/util/analytics.js +1 -1
  36. package/dist/cjs/version.json +1 -1
  37. package/dist/es2019/i18n/cs.js +32 -30
  38. package/dist/es2019/i18n/da.js +32 -30
  39. package/dist/es2019/i18n/de.js +32 -30
  40. package/dist/es2019/i18n/en.js +32 -30
  41. package/dist/es2019/i18n/en_GB.js +32 -30
  42. package/dist/es2019/i18n/es.js +32 -30
  43. package/dist/es2019/i18n/fi.js +32 -30
  44. package/dist/es2019/i18n/fr.js +32 -30
  45. package/dist/es2019/i18n/hu.js +32 -30
  46. package/dist/es2019/i18n/it.js +32 -30
  47. package/dist/es2019/i18n/ja.js +32 -30
  48. package/dist/es2019/i18n/ko.js +32 -30
  49. package/dist/es2019/i18n/nb.js +32 -30
  50. package/dist/es2019/i18n/nl.js +32 -30
  51. package/dist/es2019/i18n/pl.js +32 -30
  52. package/dist/es2019/i18n/pt_BR.js +32 -30
  53. package/dist/es2019/i18n/ru.js +32 -30
  54. package/dist/es2019/i18n/sv.js +32 -30
  55. package/dist/es2019/i18n/th.js +32 -30
  56. package/dist/es2019/i18n/tr.js +32 -30
  57. package/dist/es2019/i18n/uk.js +32 -30
  58. package/dist/es2019/i18n/vi.js +32 -30
  59. package/dist/es2019/i18n/zh.js +32 -30
  60. package/dist/es2019/i18n/zh_TW.js +32 -30
  61. package/dist/es2019/styled/Card.js +19 -19
  62. package/dist/es2019/styled/Error.js +3 -3
  63. package/dist/es2019/styled/ReportingLines.js +7 -7
  64. package/dist/es2019/styled/TeamCard.js +8 -7
  65. package/dist/es2019/util/analytics.js +1 -1
  66. package/dist/es2019/version.json +1 -1
  67. package/dist/esm/client/TeamCentralCardClient.js +34 -38
  68. package/dist/esm/client/UserProfileCardClient.js +17 -19
  69. package/dist/esm/client/getTeamFromAGG.js +12 -14
  70. package/dist/esm/i18n/cs.js +32 -30
  71. package/dist/esm/i18n/da.js +32 -30
  72. package/dist/esm/i18n/de.js +32 -30
  73. package/dist/esm/i18n/en.js +32 -30
  74. package/dist/esm/i18n/en_GB.js +32 -30
  75. package/dist/esm/i18n/es.js +32 -30
  76. package/dist/esm/i18n/fi.js +32 -30
  77. package/dist/esm/i18n/fr.js +32 -30
  78. package/dist/esm/i18n/hu.js +32 -30
  79. package/dist/esm/i18n/it.js +32 -30
  80. package/dist/esm/i18n/ja.js +32 -30
  81. package/dist/esm/i18n/ko.js +32 -30
  82. package/dist/esm/i18n/nb.js +32 -30
  83. package/dist/esm/i18n/nl.js +32 -30
  84. package/dist/esm/i18n/pl.js +32 -30
  85. package/dist/esm/i18n/pt_BR.js +32 -30
  86. package/dist/esm/i18n/ru.js +32 -30
  87. package/dist/esm/i18n/sv.js +32 -30
  88. package/dist/esm/i18n/th.js +32 -30
  89. package/dist/esm/i18n/tr.js +32 -30
  90. package/dist/esm/i18n/uk.js +32 -30
  91. package/dist/esm/i18n/vi.js +32 -30
  92. package/dist/esm/i18n/zh.js +32 -30
  93. package/dist/esm/i18n/zh_TW.js +32 -30
  94. package/dist/esm/styled/Card.js +12 -12
  95. package/dist/esm/styled/Error.js +3 -3
  96. package/dist/esm/styled/ReportingLines.js +5 -5
  97. package/dist/esm/styled/TeamCard.js +7 -7
  98. package/dist/esm/util/analytics.js +1 -1
  99. package/dist/esm/version.json +1 -1
  100. package/dist/types/i18n/cs.d.ts +32 -30
  101. package/dist/types/i18n/da.d.ts +32 -30
  102. package/dist/types/i18n/de.d.ts +32 -30
  103. package/dist/types/i18n/en.d.ts +32 -30
  104. package/dist/types/i18n/en_GB.d.ts +32 -30
  105. package/dist/types/i18n/es.d.ts +32 -30
  106. package/dist/types/i18n/fi.d.ts +32 -30
  107. package/dist/types/i18n/fr.d.ts +32 -30
  108. package/dist/types/i18n/hu.d.ts +32 -30
  109. package/dist/types/i18n/it.d.ts +32 -30
  110. package/dist/types/i18n/ja.d.ts +32 -30
  111. package/dist/types/i18n/ko.d.ts +32 -30
  112. package/dist/types/i18n/nb.d.ts +32 -30
  113. package/dist/types/i18n/nl.d.ts +32 -30
  114. package/dist/types/i18n/pl.d.ts +32 -30
  115. package/dist/types/i18n/pt_BR.d.ts +32 -30
  116. package/dist/types/i18n/ru.d.ts +32 -30
  117. package/dist/types/i18n/sv.d.ts +32 -30
  118. package/dist/types/i18n/th.d.ts +32 -30
  119. package/dist/types/i18n/tr.d.ts +32 -30
  120. package/dist/types/i18n/uk.d.ts +32 -30
  121. package/dist/types/i18n/vi.d.ts +32 -30
  122. package/dist/types/i18n/zh.d.ts +32 -30
  123. package/dist/types/i18n/zh_TW.d.ts +32 -30
  124. package/package.json +20 -20
  125. package/tmp/api-report-tmp.d.ts +0 -570
@@ -13,35 +13,37 @@ exports.default = void 0;
13
13
  */
14
14
  //Turkish (Turkey)
15
15
  var _default = {
16
- "pt.profile-card.closed.account": "Hesap silindi",
17
- "pt.profile-card.closed.account.has.date.a.few.months": "Bu kullanıcının hesabı birkaç ay önce silindi.",
18
- "pt.profile-card.closed.account.has.date.last.month": "Bu kullanıcının hesabı geçen ay silindi.",
19
- "pt.profile-card.closed.account.has.date.more.than.a.year": "Bu kullanıcının hesabı bir yıldan uzun bir süre önce silindi.",
20
- "pt.profile-card.closed.account.has.date.several.months": "Bu kullanıcının hesabı birkaç ay önce silindi.",
21
- "pt.profile-card.closed.account.has.date.this.month": "Bu kullanıcının hesabı bu ay silindi.",
22
- "pt.profile-card.closed.account.has.date.this.week": "Bu kullanıcının hesabı bu hafta silindi.",
23
- "pt.profile-card.closed.account.no.date": "Bu kullanıcının hesabı silindi.",
24
- "pt.profile-card.disabled.account.default.name": "Eski kullanıcı",
25
- "pt.profile-card.general.msg.disabled.user": "Artık bu kişiyle iş birliği yapamazsınız.",
26
- "pt.profile-card.give-kudos": "Tebrik edin",
27
- "pt.profile-card.inactive.account": "Hesap devre dışı bırakıldı",
28
- "pt.profile-card.inactive.account.has.date.a.few.months": "Bu kullanıcının hesabı birkaç ay önce devre dışı bırakıldı.",
29
- "pt.profile-card.inactive.account.has.date.last.month": "Bu kullanıcının hesabı geçen ay devre dışı bırakıldı.",
30
- "pt.profile-card.inactive.account.has.date.more.than.a.year": "Bu kullanıcının hesabı bir yıldan uzun bir süre önce devre dışı bırakıldı.",
31
- "pt.profile-card.inactive.account.has.date.several.months": "Bu kullanıcının hesabı birkaç ay önce devre dışı bırakıldı.",
32
- "pt.profile-card.inactive.account.has.date.this.month": "Bu kullanıcının hesabı bu ay devre dışı bırakıldı.",
33
- "pt.profile-card.inactive.account.has.date.this.week": "Bu kullanıcının hesabı bu hafta devre dışı bırakıldı.",
34
- "pt.profile-card.inactive.account.no.date": "Bu kullanıcının hesabı devre dışı bırakıldı.",
35
- "pt.profile-card.more-icon-label": "Daha fazlası",
36
- "pt.team-profile-card.directReports.heading": "Astlar",
37
- "pt.team-profile-card.error.refresh-button": "Yeniden deneyin",
38
- "pt.team-profile-card.error.suggestion": "Lütfen birkaç dakika bekleyip yeniden deneyin.",
39
- "pt.team-profile-card.error.title": "Bu takımın bilgileri alınırken bir sorunla karşılaşıldı",
40
- "pt.team-profile-card.manager.heading": "Yönetici",
41
- "pt.team-profile-card.team.action.view-profile": "Profili görüntüle",
42
- "pt.team-profile-card.team.member.count": "{count, plural, one {Takım • {count} üye} other {Takım • {count} üye}}",
43
- "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}}",
44
- "pt.team-profile-card.team.member.many": "Takım • 50'den fazla üye",
45
- "pt.team-profile-card.team.member.many-including-you": "Takım • Siz de dahil olmak üzere 50'den fazla üye"
16
+ 'pt.profile-card.closed.account': 'Hesap silindi',
17
+ 'pt.profile-card.closed.account.has.date.a.few.months': 'Bu kullanıcının hesabı birkaç ay önce silindi.',
18
+ 'pt.profile-card.closed.account.has.date.last.month': 'Bu kullanıcının hesabı geçen ay silindi.',
19
+ 'pt.profile-card.closed.account.has.date.more.than.a.year': 'Bu kullanıcının hesabı bir yıldan uzun bir süre önce silindi.',
20
+ 'pt.profile-card.closed.account.has.date.several.months': 'Bu kullanıcının hesabı birkaç ay önce silindi.',
21
+ 'pt.profile-card.closed.account.has.date.this.month': 'Bu kullanıcının hesabı bu ay silindi.',
22
+ 'pt.profile-card.closed.account.has.date.this.week': 'Bu kullanıcının hesabı bu hafta silindi.',
23
+ 'pt.profile-card.closed.account.no.date': 'Bu kullanıcının hesabı silindi.',
24
+ 'pt.profile-card.disabled.account.default.name': 'Eski kullanıcı',
25
+ 'pt.profile-card.general.msg.disabled.user': 'Artık bu kişiyle iş birliği yapamazsınız.',
26
+ 'pt.profile-card.give-kudos': 'Tebrik edin',
27
+ 'pt.profile-card.inactive.account': 'Hesap devre dışı bırakıldı',
28
+ 'pt.profile-card.inactive.account.has.date.a.few.months': 'Bu kullanıcının hesabı birkaç ay önce devre dışı bırakıldı.',
29
+ 'pt.profile-card.inactive.account.has.date.last.month': 'Bu kullanıcının hesabı geçen ay devre dışı bırakıldı.',
30
+ 'pt.profile-card.inactive.account.has.date.more.than.a.year': 'Bu kullanıcının hesabı bir yıldan uzun bir süre önce devre dışı bırakıldı.',
31
+ 'pt.profile-card.inactive.account.has.date.several.months': 'Bu kullanıcının hesabı birkaç ay önce devre dışı bırakıldı.',
32
+ 'pt.profile-card.inactive.account.has.date.this.month': 'Bu kullanıcının hesabı bu ay devre dışı bırakıldı.',
33
+ 'pt.profile-card.inactive.account.has.date.this.week': 'Bu kullanıcının hesabı bu hafta devre dışı bırakıldı.',
34
+ 'pt.profile-card.inactive.account.no.date': 'Bu kullanıcının hesabı devre dışı bırakıldı.',
35
+ 'pt.profile-card.more-icon-label': 'Daha fazlası',
36
+ 'pt.team-profile-card.directReports.heading': 'Astlar',
37
+ 'pt.team-profile-card.error.refresh-button': 'Yeniden deneyin',
38
+ 'pt.team-profile-card.error.suggestion': 'Lütfen birkaç dakika bekleyip yeniden deneyin.',
39
+ 'pt.team-profile-card.error.title': 'Bu takımın bilgileri alınırken bir sorunla karşılaşıldı',
40
+ 'pt.team-profile-card.forbidden-error-state.description': 'Bu takımı görüntüleme erişiminiz yok.',
41
+ 'pt.team-profile-card.forbidden-error-state.title': 'Bu takım size gösterilemiyor',
42
+ 'pt.team-profile-card.manager.heading': 'Yönetici',
43
+ 'pt.team-profile-card.team.action.view-profile': 'Profili görüntüle',
44
+ 'pt.team-profile-card.team.member.count': '{count, plural, one {Takım • {count} üye} other {Takım • {count} üye}}',
45
+ '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}}',
46
+ 'pt.team-profile-card.team.member.many': "Takım • 50'den fazla üye",
47
+ 'pt.team-profile-card.team.member.many-including-you': "Takım • Siz de dahil olmak üzere 50'den fazla üye"
46
48
  };
47
49
  exports.default = _default;
@@ -13,35 +13,37 @@ exports.default = void 0;
13
13
  */
14
14
  //Ukrainian (Ukraine)
15
15
  var _default = {
16
- "pt.profile-card.closed.account": "Обліковий запис видалено",
17
- "pt.profile-card.closed.account.has.date.a.few.months": "Обліковий запис користувача видалено кілька місяців тому.",
18
- "pt.profile-card.closed.account.has.date.last.month": "Обліковий запис користувача видалено минулого місяця.",
19
- "pt.profile-card.closed.account.has.date.more.than.a.year": "Обліковий запис користувача видалено понад рік тому.",
20
- "pt.profile-card.closed.account.has.date.several.months": "Обліковий запис користувача видалено кілька місяців тому.",
21
- "pt.profile-card.closed.account.has.date.this.month": "Обліковий запис користувача видалено цього місяця.",
22
- "pt.profile-card.closed.account.has.date.this.week": "Обліковий запис користувача видалено цього тижня.",
23
- "pt.profile-card.closed.account.no.date": "Обліковий запис користувача видалено.",
24
- "pt.profile-card.disabled.account.default.name": "Колишній користувач",
25
- "pt.profile-card.general.msg.disabled.user": "Ви більше не можете співпрацювати з цим користувачем.",
26
- "pt.profile-card.give-kudos": "Похвалити",
27
- "pt.profile-card.inactive.account": "Обліковий запис деактивовано",
28
- "pt.profile-card.inactive.account.has.date.a.few.months": "Обліковий запис користувача деактивовано кілька місяців тому.",
29
- "pt.profile-card.inactive.account.has.date.last.month": "Обліковий запис користувача деактивовано минулого місяця.",
30
- "pt.profile-card.inactive.account.has.date.more.than.a.year": "Обліковий запис користувача деактивовано понад рік тому.",
31
- "pt.profile-card.inactive.account.has.date.several.months": "Обліковий запис користувача деактивовано кілька місяців тому.",
32
- "pt.profile-card.inactive.account.has.date.this.month": "Обліковий запис користувача деактивовано цього місяця.",
33
- "pt.profile-card.inactive.account.has.date.this.week": "Обліковий запис користувача деактивовано цього тижня.",
34
- "pt.profile-card.inactive.account.no.date": "Обліковий запис користувача деактивовано.",
35
- "pt.profile-card.more-icon-label": "Більше варіантів",
36
- "pt.team-profile-card.directReports.heading": "Безпосередні підлеглі",
37
- "pt.team-profile-card.error.refresh-button": "Повторіть спробу",
38
- "pt.team-profile-card.error.suggestion": "Повторіть спробу за кілька хвилин.",
39
- "pt.team-profile-card.error.title": "Не вдалось отримати інформацію про цю команду",
40
- "pt.team-profile-card.manager.heading": "Керівник",
41
- "pt.team-profile-card.team.action.view-profile": "Переглянути профіль",
42
- "pt.team-profile-card.team.member.count": "{count, plural, one {Команда • {count} учасник} few {Команда • {count} учасники} many {Команда • {count} учасників} other {Команда • {count} учасника}}",
43
- "pt.team-profile-card.team.member.count-including-you": "{count, plural, one {Команда • {count} учасник включно з вами} few {Команда • {count} учасники включно з вами} many {Команда • {count} учасників включно з вами} other {Команда • {count} учасника включно з вами}}",
44
- "pt.team-profile-card.team.member.many": "Команда • Понад 50 учасників",
45
- "pt.team-profile-card.team.member.many-including-you": "Команда • Понад 50 учасників включно з вами"
16
+ 'pt.profile-card.closed.account': 'Обліковий запис видалено',
17
+ 'pt.profile-card.closed.account.has.date.a.few.months': 'Обліковий запис користувача видалено кілька місяців тому.',
18
+ 'pt.profile-card.closed.account.has.date.last.month': 'Обліковий запис користувача видалено минулого місяця.',
19
+ 'pt.profile-card.closed.account.has.date.more.than.a.year': 'Обліковий запис користувача видалено понад рік тому.',
20
+ 'pt.profile-card.closed.account.has.date.several.months': 'Обліковий запис користувача видалено кілька місяців тому.',
21
+ 'pt.profile-card.closed.account.has.date.this.month': 'Обліковий запис користувача видалено цього місяця.',
22
+ 'pt.profile-card.closed.account.has.date.this.week': 'Обліковий запис користувача видалено цього тижня.',
23
+ 'pt.profile-card.closed.account.no.date': 'Обліковий запис користувача видалено.',
24
+ 'pt.profile-card.disabled.account.default.name': 'Колишній користувач',
25
+ 'pt.profile-card.general.msg.disabled.user': 'Ви більше не можете співпрацювати з цим користувачем.',
26
+ 'pt.profile-card.give-kudos': 'Похвалити',
27
+ 'pt.profile-card.inactive.account': 'Обліковий запис деактивовано',
28
+ 'pt.profile-card.inactive.account.has.date.a.few.months': 'Обліковий запис користувача деактивовано кілька місяців тому.',
29
+ 'pt.profile-card.inactive.account.has.date.last.month': 'Обліковий запис користувача деактивовано минулого місяця.',
30
+ 'pt.profile-card.inactive.account.has.date.more.than.a.year': 'Обліковий запис користувача деактивовано понад рік тому.',
31
+ 'pt.profile-card.inactive.account.has.date.several.months': 'Обліковий запис користувача деактивовано кілька місяців тому.',
32
+ 'pt.profile-card.inactive.account.has.date.this.month': 'Обліковий запис користувача деактивовано цього місяця.',
33
+ 'pt.profile-card.inactive.account.has.date.this.week': 'Обліковий запис користувача деактивовано цього тижня.',
34
+ 'pt.profile-card.inactive.account.no.date': 'Обліковий запис користувача деактивовано.',
35
+ 'pt.profile-card.more-icon-label': 'Більше варіантів',
36
+ 'pt.team-profile-card.directReports.heading': 'Безпосередні підлеглі',
37
+ 'pt.team-profile-card.error.refresh-button': 'Повторіть спробу',
38
+ 'pt.team-profile-card.error.suggestion': 'Повторіть спробу за кілька хвилин.',
39
+ 'pt.team-profile-card.error.title': 'Не вдалось отримати інформацію про цю команду',
40
+ 'pt.team-profile-card.forbidden-error-state.description': 'Ви не маєте доступу до перегляду цієї команди.',
41
+ 'pt.team-profile-card.forbidden-error-state.title': 'Ми не можемо показати вам цю команду',
42
+ 'pt.team-profile-card.manager.heading': 'Керівник',
43
+ 'pt.team-profile-card.team.action.view-profile': 'Переглянути профіль',
44
+ 'pt.team-profile-card.team.member.count': '{count, plural, one {Команда • {count} учасник} few {Команда • {count} учасники} many {Команда • {count} учасників} other {Команда • {count} учасника}}',
45
+ 'pt.team-profile-card.team.member.count-including-you': '{count, plural, one {Команда • {count} учасник включно з вами} few {Команда • {count} учасники включно з вами} many {Команда • {count} учасників включно з вами} other {Команда • {count} учасника включно з вами}}',
46
+ 'pt.team-profile-card.team.member.many': 'Команда • Понад 50 учасників',
47
+ 'pt.team-profile-card.team.member.many-including-you': 'Команда • Понад 50 учасників включно з вами'
46
48
  };
47
49
  exports.default = _default;
@@ -13,35 +13,37 @@ exports.default = void 0;
13
13
  */
14
14
  //Vietnamese (Vietnam)
15
15
  var _default = {
16
- "pt.profile-card.closed.account": "Tài khoản đã bị xóa",
17
- "pt.profile-card.closed.account.has.date.a.few.months": "Tài khoản của họ đã bị xóa một vài tháng.",
18
- "pt.profile-card.closed.account.has.date.last.month": "Tài khoản của họ đã bị xóa tháng trước.",
19
- "pt.profile-card.closed.account.has.date.more.than.a.year": "Tài khoản của họ đã bị xóa hơn một năm.",
20
- "pt.profile-card.closed.account.has.date.several.months": "Tài khoản của họ đã bị xóa vài tháng.",
21
- "pt.profile-card.closed.account.has.date.this.month": "Tài khoản của họ đã bị xóa trong tháng này.",
22
- "pt.profile-card.closed.account.has.date.this.week": "Tài khoản của họ đã bị xóa trong tuần này.",
23
- "pt.profile-card.closed.account.no.date": "Tài khoản của họ đã bị xóa.",
24
- "pt.profile-card.disabled.account.default.name": "Người dùng cũ",
25
- "pt.profile-card.general.msg.disabled.user": "Bạn không thể hợp tác với người này được nữa.",
26
- "pt.profile-card.give-kudos": "Khen ngợi",
27
- "pt.profile-card.inactive.account": "Tài khoản đã bị hủy kích hoạt",
28
- "pt.profile-card.inactive.account.has.date.a.few.months": "Tài khoản của họ đã bị hủy kích hoạt một vài tháng.",
29
- "pt.profile-card.inactive.account.has.date.last.month": "Tài khoản của họ đã bị hủy kích hoạt tháng trước.",
30
- "pt.profile-card.inactive.account.has.date.more.than.a.year": "Tài khoản của họ đã bị hủy kích hoạt hơn một năm.",
31
- "pt.profile-card.inactive.account.has.date.several.months": "Tài khoản của họ đã bị hủy kích hoạt vài tháng.",
32
- "pt.profile-card.inactive.account.has.date.this.month": "Tài khoản của họ đã bị hủy kích hoạt trong tháng này.",
33
- "pt.profile-card.inactive.account.has.date.this.week": "Tài khoản của họ đã bị hủy kích hoạt trong tuần này.",
34
- "pt.profile-card.inactive.account.no.date": "Tài khoản của họ đã bị hủy kích hoạt.",
35
- "pt.profile-card.more-icon-label": "Khác",
36
- "pt.team-profile-card.directReports.heading": "Báo cáo trực tiếp",
37
- "pt.team-profile-card.error.refresh-button": "Thử lại",
38
- "pt.team-profile-card.error.suggestion": "Hãy đợi một lát, rồi thử lại.",
39
- "pt.team-profile-card.error.title": "Chúng tôi đang gặp sự cố khi truy xuất thông tin nhóm này",
40
- "pt.team-profile-card.manager.heading": "Nhà quản lý",
41
- "pt.team-profile-card.team.action.view-profile": "Xem hồ sơ",
42
- "pt.team-profile-card.team.member.count": "{count, plural, other {Nhóm • {count} thành viên}}",
43
- "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}}",
44
- "pt.team-profile-card.team.member.many": "Nhóm • 50+ thành viên",
45
- "pt.team-profile-card.team.member.many-including-you": "Nhóm • 50+ thành viên, bao gồm cả bạn"
16
+ 'pt.profile-card.closed.account': 'Tài khoản đã bị xóa',
17
+ 'pt.profile-card.closed.account.has.date.a.few.months': 'Tài khoản của họ đã bị xóa một vài tháng.',
18
+ 'pt.profile-card.closed.account.has.date.last.month': 'Tài khoản của họ đã bị xóa tháng trước.',
19
+ 'pt.profile-card.closed.account.has.date.more.than.a.year': 'Tài khoản của họ đã bị xóa hơn một năm.',
20
+ 'pt.profile-card.closed.account.has.date.several.months': 'Tài khoản của họ đã bị xóa vài tháng.',
21
+ 'pt.profile-card.closed.account.has.date.this.month': 'Tài khoản của họ đã bị xóa trong tháng này.',
22
+ 'pt.profile-card.closed.account.has.date.this.week': 'Tài khoản của họ đã bị xóa trong tuần này.',
23
+ 'pt.profile-card.closed.account.no.date': 'Tài khoản của họ đã bị xóa.',
24
+ 'pt.profile-card.disabled.account.default.name': 'Người dùng cũ',
25
+ 'pt.profile-card.general.msg.disabled.user': 'Bạn không thể hợp tác với người này được nữa.',
26
+ 'pt.profile-card.give-kudos': 'Khen ngợi',
27
+ 'pt.profile-card.inactive.account': 'Tài khoản đã bị hủy kích hoạt',
28
+ 'pt.profile-card.inactive.account.has.date.a.few.months': 'Tài khoản của họ đã bị hủy kích hoạt một vài tháng.',
29
+ 'pt.profile-card.inactive.account.has.date.last.month': 'Tài khoản của họ đã bị hủy kích hoạt tháng trước.',
30
+ 'pt.profile-card.inactive.account.has.date.more.than.a.year': 'Tài khoản của họ đã bị hủy kích hoạt hơn một năm.',
31
+ 'pt.profile-card.inactive.account.has.date.several.months': 'Tài khoản của họ đã bị hủy kích hoạt vài tháng.',
32
+ 'pt.profile-card.inactive.account.has.date.this.month': 'Tài khoản của họ đã bị hủy kích hoạt trong tháng này.',
33
+ 'pt.profile-card.inactive.account.has.date.this.week': 'Tài khoản của họ đã bị hủy kích hoạt trong tuần này.',
34
+ 'pt.profile-card.inactive.account.no.date': 'Tài khoản của họ đã bị hủy kích hoạt.',
35
+ 'pt.profile-card.more-icon-label': 'Khác',
36
+ 'pt.team-profile-card.directReports.heading': 'Báo cáo trực tiếp',
37
+ 'pt.team-profile-card.error.refresh-button': 'Thử lại',
38
+ 'pt.team-profile-card.error.suggestion': 'Hãy đợi một lát, rồi thử lại.',
39
+ 'pt.team-profile-card.error.title': 'Chúng tôi đang gặp sự cố khi truy xuất thông tin nhóm này',
40
+ 'pt.team-profile-card.forbidden-error-state.description': 'Bạn không có quyền truy cập để xem nhóm này.',
41
+ 'pt.team-profile-card.forbidden-error-state.title': 'Chúng tôi không thể hiển thị cho bạn nhóm này',
42
+ 'pt.team-profile-card.manager.heading': 'Nhà quản lý',
43
+ 'pt.team-profile-card.team.action.view-profile': 'Xem hồ sơ',
44
+ 'pt.team-profile-card.team.member.count': '{count, plural, other {Nhóm • {count} thành viên}}',
45
+ '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}}',
46
+ 'pt.team-profile-card.team.member.many': 'Nhóm • 50+ thành viên',
47
+ 'pt.team-profile-card.team.member.many-including-you': 'Nhóm • 50+ thành viên, bao gồm cả bạn'
46
48
  };
47
49
  exports.default = _default;
@@ -13,35 +13,37 @@ exports.default = void 0;
13
13
  */
14
14
  //Chinese (Simplified)
15
15
  var _default = {
16
- "pt.profile-card.closed.account": "已删除的帐户",
17
- "pt.profile-card.closed.account.has.date.a.few.months": "他们的帐户已被删除数月。",
18
- "pt.profile-card.closed.account.has.date.last.month": "他们的帐户已在上月删除。",
19
- "pt.profile-card.closed.account.has.date.more.than.a.year": "他们的帐户已被删除超过一年。",
20
- "pt.profile-card.closed.account.has.date.several.months": "他们的帐户已被删除数月。",
21
- "pt.profile-card.closed.account.has.date.this.month": "他的帐户已在本月删除。",
22
- "pt.profile-card.closed.account.has.date.this.week": "他们的帐户本周已被删除。",
23
- "pt.profile-card.closed.account.no.date": "他们的帐户已被删除。",
24
- "pt.profile-card.disabled.account.default.name": "前用户",
25
- "pt.profile-card.general.msg.disabled.user": "您无法再与此人合作。",
26
- "pt.profile-card.give-kudos": "给予称赞",
27
- "pt.profile-card.inactive.account": "帐户已停用",
28
- "pt.profile-card.inactive.account.has.date.a.few.months": "他们的帐户已被停用数月。",
29
- "pt.profile-card.inactive.account.has.date.last.month": "他们的帐户上月已被停用。",
30
- "pt.profile-card.inactive.account.has.date.more.than.a.year": "他们的帐户已被停用超过一年。",
31
- "pt.profile-card.inactive.account.has.date.several.months": "他们的帐户已被停用数月。",
32
- "pt.profile-card.inactive.account.has.date.this.month": "他们的帐户本月已被停用。",
33
- "pt.profile-card.inactive.account.has.date.this.week": "他们的帐户本周已被停用。",
34
- "pt.profile-card.inactive.account.no.date": "他们的帐户已被停用。",
35
- "pt.profile-card.more-icon-label": "更多",
36
- "pt.team-profile-card.directReports.heading": "直接下属",
37
- "pt.team-profile-card.error.refresh-button": "请重试",
38
- "pt.team-profile-card.error.suggestion": "请稍等,然后重试。",
39
- "pt.team-profile-card.error.title": "检索此团队信息时遇到问题",
40
- "pt.team-profile-card.manager.heading": "经理",
41
- "pt.team-profile-card.team.action.view-profile": "查看个人资料",
42
- "pt.team-profile-card.team.member.count": "{count, plural, other {团队 • {count} 名成员}}",
43
- "pt.team-profile-card.team.member.count-including-you": "{count, plural, other {团队 • {count} 名成员,包括您自己}}",
44
- "pt.team-profile-card.team.member.many": "团队 • 50 多名成员",
45
- "pt.team-profile-card.team.member.many-including-you": "团队 • 50 多名成员,包括您自己"
16
+ 'pt.profile-card.closed.account': '已删除的帐户',
17
+ 'pt.profile-card.closed.account.has.date.a.few.months': '他们的帐户已被删除数月。',
18
+ 'pt.profile-card.closed.account.has.date.last.month': '他们的帐户已在上月删除。',
19
+ 'pt.profile-card.closed.account.has.date.more.than.a.year': '他们的帐户已被删除超过一年。',
20
+ 'pt.profile-card.closed.account.has.date.several.months': '他们的帐户已被删除数月。',
21
+ 'pt.profile-card.closed.account.has.date.this.month': '他的帐户已在本月删除。',
22
+ 'pt.profile-card.closed.account.has.date.this.week': '他们的帐户本周已被删除。',
23
+ 'pt.profile-card.closed.account.no.date': '他们的帐户已被删除。',
24
+ 'pt.profile-card.disabled.account.default.name': '前用户',
25
+ 'pt.profile-card.general.msg.disabled.user': '您无法再与此人合作。',
26
+ 'pt.profile-card.give-kudos': '给予称赞',
27
+ 'pt.profile-card.inactive.account': '帐户已停用',
28
+ 'pt.profile-card.inactive.account.has.date.a.few.months': '他们的帐户已被停用数月。',
29
+ 'pt.profile-card.inactive.account.has.date.last.month': '他们的帐户上月已被停用。',
30
+ 'pt.profile-card.inactive.account.has.date.more.than.a.year': '他们的帐户已被停用超过一年。',
31
+ 'pt.profile-card.inactive.account.has.date.several.months': '他们的帐户已被停用数月。',
32
+ 'pt.profile-card.inactive.account.has.date.this.month': '他们的帐户本月已被停用。',
33
+ 'pt.profile-card.inactive.account.has.date.this.week': '他们的帐户本周已被停用。',
34
+ 'pt.profile-card.inactive.account.no.date': '他们的帐户已被停用。',
35
+ 'pt.profile-card.more-icon-label': '更多',
36
+ 'pt.team-profile-card.directReports.heading': '直接下属',
37
+ 'pt.team-profile-card.error.refresh-button': '请重试',
38
+ 'pt.team-profile-card.error.suggestion': '请稍等,然后重试。',
39
+ 'pt.team-profile-card.error.title': '检索此团队信息时遇到问题',
40
+ 'pt.team-profile-card.forbidden-error-state.description': '您无权查看此团队。',
41
+ 'pt.team-profile-card.forbidden-error-state.title': '无法向您显示此团队',
42
+ 'pt.team-profile-card.manager.heading': '经理',
43
+ 'pt.team-profile-card.team.action.view-profile': '查看个人资料',
44
+ 'pt.team-profile-card.team.member.count': '{count, plural, other {团队 • {count} 名成员}}',
45
+ 'pt.team-profile-card.team.member.count-including-you': '{count, plural, other {团队 • {count} 名成员,包括您自己}}',
46
+ 'pt.team-profile-card.team.member.many': '团队 • 50 多名成员',
47
+ 'pt.team-profile-card.team.member.many-including-you': '团队 • 50 多名成员,包括您自己'
46
48
  };
47
49
  exports.default = _default;
@@ -13,35 +13,37 @@ exports.default = void 0;
13
13
  */
14
14
  //Chinese (Traditional)
15
15
  var _default = {
16
- "pt.profile-card.closed.account": "帳戶已刪除",
17
- "pt.profile-card.closed.account.has.date.a.few.months": "其帳戶已刪除幾個月了。",
18
- "pt.profile-card.closed.account.has.date.last.month": "其帳戶在上個月已刪除。",
19
- "pt.profile-card.closed.account.has.date.more.than.a.year": "其帳戶已刪除超過一年。",
20
- "pt.profile-card.closed.account.has.date.several.months": "其帳戶已刪除好幾個月。",
21
- "pt.profile-card.closed.account.has.date.this.month": "其帳戶在本月已刪除。",
22
- "pt.profile-card.closed.account.has.date.this.week": "其帳戶在本週已刪除。",
23
- "pt.profile-card.closed.account.no.date": "其帳戶已刪除。",
24
- "pt.profile-card.disabled.account.default.name": "舊使用者",
25
- "pt.profile-card.general.msg.disabled.user": "您無法再與此人員合作。",
26
- "pt.profile-card.give-kudos": "給予讚美",
27
- "pt.profile-card.inactive.account": "帳戶已停用",
28
- "pt.profile-card.inactive.account.has.date.a.few.months": "其帳戶已停用幾個月了。",
29
- "pt.profile-card.inactive.account.has.date.last.month": "其帳戶在上個月已停用。",
30
- "pt.profile-card.inactive.account.has.date.more.than.a.year": "其帳戶已停用超過一年。",
31
- "pt.profile-card.inactive.account.has.date.several.months": "其帳戶已停用好幾個月。",
32
- "pt.profile-card.inactive.account.has.date.this.month": "其帳戶在這個月已停用。",
33
- "pt.profile-card.inactive.account.has.date.this.week": "其帳戶在本週已停用。",
34
- "pt.profile-card.inactive.account.no.date": "其帳戶已停用。",
35
- "pt.profile-card.more-icon-label": "更多",
36
- "pt.team-profile-card.directReports.heading": "直接報告",
37
- "pt.team-profile-card.error.refresh-button": "再試一次",
38
- "pt.team-profile-card.error.suggestion": "請稍候,然後再試一次。",
39
- "pt.team-profile-card.error.title": "擷取此團隊資訊時發生問題",
40
- "pt.team-profile-card.manager.heading": "經理",
41
- "pt.team-profile-card.team.action.view-profile": "檢視設定檔",
42
- "pt.team-profile-card.team.member.count": "{count, plural, other {團隊 • {count} 名成員}}",
43
- "pt.team-profile-card.team.member.count-including-you": "{count, plural, other {團隊 • {count} 名成員,包含您}}",
44
- "pt.team-profile-card.team.member.many": "團隊 • 50 名以上的成員",
45
- "pt.team-profile-card.team.member.many-including-you": "團隊 • 50 名以上的成員,包含您"
16
+ 'pt.profile-card.closed.account': '帳戶已刪除',
17
+ 'pt.profile-card.closed.account.has.date.a.few.months': '其帳戶已刪除幾個月了。',
18
+ 'pt.profile-card.closed.account.has.date.last.month': '其帳戶在上個月已刪除。',
19
+ 'pt.profile-card.closed.account.has.date.more.than.a.year': '其帳戶已刪除超過一年。',
20
+ 'pt.profile-card.closed.account.has.date.several.months': '其帳戶已刪除好幾個月。',
21
+ 'pt.profile-card.closed.account.has.date.this.month': '其帳戶在本月已刪除。',
22
+ 'pt.profile-card.closed.account.has.date.this.week': '其帳戶在本週已刪除。',
23
+ 'pt.profile-card.closed.account.no.date': '其帳戶已刪除。',
24
+ 'pt.profile-card.disabled.account.default.name': '舊使用者',
25
+ 'pt.profile-card.general.msg.disabled.user': '您無法再與此人員合作。',
26
+ 'pt.profile-card.give-kudos': '給予讚美',
27
+ 'pt.profile-card.inactive.account': '帳戶已停用',
28
+ 'pt.profile-card.inactive.account.has.date.a.few.months': '其帳戶已停用幾個月了。',
29
+ 'pt.profile-card.inactive.account.has.date.last.month': '其帳戶在上個月已停用。',
30
+ 'pt.profile-card.inactive.account.has.date.more.than.a.year': '其帳戶已停用超過一年。',
31
+ 'pt.profile-card.inactive.account.has.date.several.months': '其帳戶已停用好幾個月。',
32
+ 'pt.profile-card.inactive.account.has.date.this.month': '其帳戶在這個月已停用。',
33
+ 'pt.profile-card.inactive.account.has.date.this.week': '其帳戶在本週已停用。',
34
+ 'pt.profile-card.inactive.account.no.date': '其帳戶已停用。',
35
+ 'pt.profile-card.more-icon-label': '更多',
36
+ 'pt.team-profile-card.directReports.heading': '直接報告',
37
+ 'pt.team-profile-card.error.refresh-button': '再試一次',
38
+ 'pt.team-profile-card.error.suggestion': '請稍候,然後再試一次。',
39
+ 'pt.team-profile-card.error.title': '擷取此團隊資訊時發生問題',
40
+ 'pt.team-profile-card.forbidden-error-state.description': '您沒有檢視此團隊的存取權。',
41
+ 'pt.team-profile-card.forbidden-error-state.title': '我們無法向您顯示此團隊',
42
+ 'pt.team-profile-card.manager.heading': '經理',
43
+ 'pt.team-profile-card.team.action.view-profile': '檢視設定檔',
44
+ 'pt.team-profile-card.team.member.count': '{count, plural, other {團隊 • {count} 名成員}}',
45
+ 'pt.team-profile-card.team.member.count-including-you': '{count, plural, other {團隊 • {count} 名成員,包含您}}',
46
+ 'pt.team-profile-card.team.member.many': '團隊 • 50 名以上的成員',
47
+ 'pt.team-profile-card.team.member.many-including-you': '團隊 • 50 名以上的成員,包含您'
46
48
  };
47
49
  exports.default = _default;
@@ -21,7 +21,7 @@ var CardContainerEmpty = _styled.default.div(_templateObject || (_templateObject
21
21
  exports.CardContainerEmpty = CardContainerEmpty;
22
22
  var CardWrapper = _styled.default.div(_templateObject2 || (_templateObject2 = (0, _taggedTemplateLiteral2.default)(["\n background-color: ", ";\n border-radius: ", "px;\n width: ", "px;\n"])), _constants2.bgColor, _constants.borderRadius, (0, _constants.gridSize)() * 45);
23
23
  exports.CardWrapper = CardWrapper;
24
- var ProfileImage = _styled.default.div(_templateObject3 || (_templateObject3 = (0, _taggedTemplateLiteral2.default)(["\n position: absolute;\n top: ", "px;\n left: ", "px;\n"])), (0, _constants.gridSize)() * 3, (0, _constants.gridSize)() * 3);
24
+ var ProfileImage = _styled.default.div(_templateObject3 || (_templateObject3 = (0, _taggedTemplateLiteral2.default)(["\n position: absolute;\n top: ", ";\n left: ", ";\n"])), "var(--ds-space-300, 24px)", "var(--ds-space-300, 24px)");
25
25
  exports.ProfileImage = ProfileImage;
26
26
  var ActionsFlexSpacer = _styled.default.div(_templateObject4 || (_templateObject4 = (0, _taggedTemplateLiteral2.default)(["\n flex: 1 0 auto;\n"])));
27
27
  exports.ActionsFlexSpacer = ActionsFlexSpacer;
@@ -36,7 +36,7 @@ var KudosBlobAnimation = function KudosBlobAnimation(props) {
36
36
  exports.KudosBlobAnimation = KudosBlobAnimation;
37
37
  var AnimatedKudosButton = _styled.default.div(_templateObject7 || (_templateObject7 = (0, _taggedTemplateLiteral2.default)(["\n margin-left: ", "px;\n\n /* Need babel-plugin-emotion to use component selector */\n /* Previously with styled-components: &:hover {KudosBlobAnimation} { */\n &:hover .kudos-blob-animation {\n display: block;\n }\n\n button,\n a {\n clip-path: inset(0px 0px 0px 0px round ", "px);\n }\n overflow: hidden;\n"])), _constants.gridSize, _constants.borderRadius);
38
38
  exports.AnimatedKudosButton = AnimatedKudosButton;
39
- var ActionButtonGroup = _styled.default.div(_templateObject8 || (_templateObject8 = (0, _taggedTemplateLiteral2.default)(["\n user-select: none;\n margin: ", "px 0 0 0;\n text-align: right;\n display: flex;\n justify-content: flex-end;\n\n button,\n a,\n span {\n margin-left: ", "px;\n\n &:first-child {\n margin-left: 0;\n }\n }\n"])), 2 * (0, _constants.gridSize)(), _constants.gridSize);
39
+ var ActionButtonGroup = _styled.default.div(_templateObject8 || (_templateObject8 = (0, _taggedTemplateLiteral2.default)(["\n user-select: none;\n margin: ", " 0 0 0;\n text-align: right;\n display: flex;\n justify-content: flex-end;\n\n button,\n a,\n span {\n margin-left: ", "px;\n\n &:first-child {\n margin-left: 0;\n }\n }\n"])), "var(--ds-space-200, 16px)", _constants.gridSize);
40
40
  exports.ActionButtonGroup = ActionButtonGroup;
41
41
  var OverflowActionButtonsWrapper = _styled.default.div(_templateObject9 || (_templateObject9 = (0, _taggedTemplateLiteral2.default)(["\n display: inline-block;\n width: 32px;\n height: 32px;\n margin-left: ", "px;\n"])), _constants.gridSize);
42
42
  exports.OverflowActionButtonsWrapper = OverflowActionButtonsWrapper;
@@ -44,7 +44,7 @@ var CardContent = _styled.default.div(_templateObject10 || (_templateObject10 =
44
44
  exports.CardContent = CardContent;
45
45
  var DetailsGroup = _styled.default.div(_templateObject11 || (_templateObject11 = (0, _taggedTemplateLiteral2.default)(["\n display: flex;\n flex-direction: column;\n margin-left: ", "px;\n width: ", "px;\n"])), (0, _constants.gridSize)() * 14.5, (0, _constants.gridSize)() * 24.5);
46
46
  exports.DetailsGroup = DetailsGroup;
47
- var DisabledInfo = _styled.default.div(_templateObject12 || (_templateObject12 = (0, _taggedTemplateLiteral2.default)(["\n font-size: ", "px;\n color: ", ";\n margin: ", "px 0 0 0;\n line-height: ", "px;\n"])), _constants.fontSizeSmall, _constants2.labelTextColor, (0, _constants.gridSize)() * 1.5, (0, _constants.gridSize)() * 2);
47
+ var DisabledInfo = _styled.default.div(_templateObject12 || (_templateObject12 = (0, _taggedTemplateLiteral2.default)(["\n font-size: ", "px;\n color: ", ";\n margin: ", " 0 0 0;\n line-height: ", ";\n"])), _constants.fontSizeSmall, _constants2.labelTextColor, "var(--ds-space-150, 12px)", "var(--ds-font-lineHeight-100, 16px)");
48
48
  exports.DisabledInfo = DisabledInfo;
49
49
  var FullNameLabel = _styled.default.span(_templateObject13 || (_templateObject13 = (0, _taggedTemplateLiteral2.default)(["\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n\n font-size: 18px;\n color: ", ";\n margin: ", ";\n line-height: ", "em;\n"])), function (props) {
50
50
  return props.isDisabledAccount ? _constants2.headerTextColorInactive : _constants2.headerTextColor;
@@ -52,29 +52,29 @@ var FullNameLabel = _styled.default.span(_templateObject13 || (_templateObject13
52
52
  return getFullNameMargin(props);
53
53
  }, 24 / 18);
54
54
  exports.FullNameLabel = FullNameLabel;
55
- var LozengeWrapper = _styled.default.div(_templateObject14 || (_templateObject14 = (0, _taggedTemplateLiteral2.default)(["\n margin-top: ", "px;\n text-transform: uppercase;\n display: block;\n"])), (0, _constants.gridSize)() * 2);
55
+ var LozengeWrapper = _styled.default.div(_templateObject14 || (_templateObject14 = (0, _taggedTemplateLiteral2.default)(["\n margin-top: ", ";\n text-transform: uppercase;\n display: block;\n"])), "var(--ds-space-200, 16px)");
56
56
  exports.LozengeWrapper = LozengeWrapper;
57
- var CustomLozengeContainer = (0, _styled.default)(LozengeWrapper)(_templateObject15 || (_templateObject15 = (0, _taggedTemplateLiteral2.default)(["\n display: flex;\n flex-direction: row;\n flex-wrap: wrap;\n justify-content: flex-start;\n margin-top: ", "px;\n > * {\n margin-top: ", "px;\n &:not(:last-child) {\n margin-right: ", "px;\n }\n }\n"])), (0, _constants.gridSize)() * 1.5, (0, _constants.gridSize)() / 2, (0, _constants.gridSize)() / 2);
57
+ var CustomLozengeContainer = (0, _styled.default)(LozengeWrapper)(_templateObject15 || (_templateObject15 = (0, _taggedTemplateLiteral2.default)(["\n display: flex;\n flex-direction: row;\n flex-wrap: wrap;\n justify-content: flex-start;\n margin-top: ", ";\n > * {\n margin-top: ", ";\n &:not(:last-child) {\n margin-right: ", ";\n }\n }\n"])), "var(--ds-space-150, 12px)", "var(--ds-space-050, 4px)", "var(--ds-space-050, 4px)");
58
58
  exports.CustomLozengeContainer = CustomLozengeContainer;
59
- var JobTitleLabel = _styled.default.span(_templateObject16 || (_templateObject16 = (0, _taggedTemplateLiteral2.default)(["\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n\n font-size: 14px;\n color: ", ";\n margin: 0 0 ", "px 0;\n line-height: ", "em;\n"])), _constants2.headerTextColor, (0, _constants.gridSize)() * 1.5, 24 / 14);
59
+ var JobTitleLabel = _styled.default.span(_templateObject16 || (_templateObject16 = (0, _taggedTemplateLiteral2.default)(["\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n\n font-size: 14px;\n color: ", ";\n margin: 0 0 ", " 0;\n line-height: ", "em;\n"])), _constants2.headerTextColor, "var(--ds-space-150, 12px)", 24 / 14);
60
60
  exports.JobTitleLabel = JobTitleLabel;
61
- var AppTitleLabel = _styled.default.span(_templateObject17 || (_templateObject17 = (0, _taggedTemplateLiteral2.default)(["\n background: ", ";\n color: ", ";\n border-radius: ", ";\n padding: 0 6px;\n width: fit-content;\n font-weight: bold;\n text-transform: uppercase;\n\n font-size: 12px;\n margin: 4px 0 ", "px 0;\n line-height: ", "em;\n"])), _constants2.appLabelBgColor, _constants2.appLabelTextColor, (0, _constants.borderRadius)(), (0, _constants.gridSize)() * 1.5, 24 / 14);
61
+ var AppTitleLabel = _styled.default.span(_templateObject17 || (_templateObject17 = (0, _taggedTemplateLiteral2.default)(["\n background: ", ";\n color: ", ";\n border-radius: ", ";\n padding: 0 6px;\n width: fit-content;\n font-weight: bold;\n text-transform: uppercase;\n\n font-size: 12px;\n margin: 4px 0 ", " 0;\n line-height: ", "em;\n"])), _constants2.appLabelBgColor, _constants2.appLabelTextColor, (0, _constants.borderRadius)(), "var(--ds-space-150, 12px)", 24 / 14);
62
62
  exports.AppTitleLabel = AppTitleLabel;
63
63
  var SpinnerContainer = _styled.default.div(_templateObject18 || (_templateObject18 = (0, _taggedTemplateLiteral2.default)(["\n align-items: center;\n display: flex;\n height: ", "px;\n justify-content: center;\n position: relative;\n"])), (0, _constants.gridSize)() * 12);
64
64
  exports.SpinnerContainer = SpinnerContainer;
65
- var CardContainer = _styled.default.div(_templateObject19 || (_templateObject19 = (0, _taggedTemplateLiteral2.default)(["\n position: relative;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n background-image: linear-gradient(\n to bottom,\n ", "\n 0%,\n ", "\n 100%\n );\n background-repeat: no-repeat;\n background-size: 100% ", "px;\n box-sizing: content-box;\n padding: ", "px;\n box-shadow: ", ";\n border-radius: ", ";\n\n overflow: hidden;\n"])), function (props) {
65
+ var CardContainer = _styled.default.div(_templateObject19 || (_templateObject19 = (0, _taggedTemplateLiteral2.default)(["\n position: relative;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n background-image: linear-gradient(\n to bottom,\n ", "\n 0%,\n ", "\n 100%\n );\n background-repeat: no-repeat;\n background-size: 100% ", "px;\n box-sizing: content-box;\n padding: ", ";\n box-shadow: ", ";\n border-radius: ", ";\n\n overflow: hidden;\n"])), function (props) {
66
66
  return props.isDisabledUser ? _constants2.headerBgColorDisabledUser : _constants2.headerBgColor;
67
67
  }, function (props) {
68
68
  return props.isDisabledUser ? _constants2.headerBgColorDisabledUser : _constants2.headerBgColor;
69
- }, (0, _constants.gridSize)() * 12, (0, _constants.gridSize)() * 3, function (props) {
69
+ }, (0, _constants.gridSize)() * 12, "var(--ds-space-300, 24px)", function (props) {
70
70
  return props.withoutElevation ? '' : "".concat("var(--ds-shadow-overlay, ".concat("0 4px 8px -2px ".concat(_colors.N50A, ", 0 0 1px ").concat(_colors.N60A), ")"));
71
71
  }, function (props) {
72
72
  return props.withoutElevation ? '' : "".concat((0, _constants.borderRadius)(), "px");
73
73
  });
74
74
  exports.CardContainer = CardContainer;
75
- var DetailsLabel = _styled.default.div(_templateObject20 || (_templateObject20 = (0, _taggedTemplateLiteral2.default)(["\n display: flex;\n align-items: center;\n line-height: ", "px;\n font-size: ", "px;\n margin: ", "px 0 0 0;\n white-space: nowrap;\n\n & + & {\n margin-top: ", "px;\n }\n"])), (0, _constants.gridSize)() * 3, (0, _constants.gridSize)() * 1.5, (0, _constants.gridSize)() * 2, (0, _constants.gridSize)() / 4);
75
+ var DetailsLabel = _styled.default.div(_templateObject20 || (_templateObject20 = (0, _taggedTemplateLiteral2.default)(["\n display: flex;\n align-items: center;\n line-height: ", ";\n font-size: ", "px;\n margin: ", " 0 0 0;\n white-space: nowrap;\n\n & + & {\n margin-top: ", ";\n }\n"])), "var(--ds-font-lineHeight-300, 24px)", (0, _constants.gridSize)() * 1.5, "var(--ds-space-200, 16px)", "var(--ds-space-025, 2px)");
76
76
  exports.DetailsLabel = DetailsLabel;
77
- var DetailsLabelIcon = _styled.default.div(_templateObject21 || (_templateObject21 = (0, _taggedTemplateLiteral2.default)(["\n display: flex;\n flex-shrink: 0;\n color: ", ";\n width: ", "px;\n height: ", "px;\n padding: ", "px;\n vertical-align: top;\n\n svg {\n width: 100%;\n height: 100%;\n }\n"])), _constants2.labelIconColor, (0, _constants.gridSize)() * 2, (0, _constants.gridSize)() * 2, (0, _constants.gridSize)() / 2);
77
+ var DetailsLabelIcon = _styled.default.div(_templateObject21 || (_templateObject21 = (0, _taggedTemplateLiteral2.default)(["\n display: flex;\n flex-shrink: 0;\n color: ", ";\n width: ", ";\n height: ", ";\n padding: ", ";\n vertical-align: top;\n\n svg {\n width: 100%;\n height: 100%;\n }\n"])), _constants2.labelIconColor, "var(--ds-space-200, 16px)", "var(--ds-space-200, 16px)", "var(--ds-space-050, 4px)");
78
78
  exports.DetailsLabelIcon = DetailsLabelIcon;
79
- var DetailsLabelText = _styled.default.span(_templateObject22 || (_templateObject22 = (0, _taggedTemplateLiteral2.default)(["\n overflow: hidden;\n text-overflow: ellipsis;\n color: ", ";\n padding-left: ", "px;\n"])), _constants2.labelTextColor, (0, _constants.gridSize)() / 2);
79
+ var DetailsLabelText = _styled.default.span(_templateObject22 || (_templateObject22 = (0, _taggedTemplateLiteral2.default)(["\n overflow: hidden;\n text-overflow: ellipsis;\n color: ", ";\n padding-left: ", ";\n"])), _constants2.labelTextColor, "var(--ds-space-050, 4px)");
80
80
  exports.DetailsLabelText = DetailsLabelText;
@@ -12,13 +12,13 @@ var _constants = require("@atlaskit/theme/constants");
12
12
  var _typography = require("@atlaskit/theme/typography");
13
13
  var _constants2 = require("./constants");
14
14
  var _templateObject, _templateObject2, _templateObject3, _templateObject4, _templateObject5;
15
- var ErrorWrapper = _styled.default.div(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n text-align: center;\n padding: ", "px;\n color: ", ";\n"])), (0, _constants.gridSize)() * 3, _constants2.errorIconColor);
15
+ var ErrorWrapper = _styled.default.div(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n text-align: center;\n padding: ", ";\n color: ", ";\n"])), "var(--ds-space-300, 24px)", _constants2.errorIconColor);
16
16
  exports.ErrorWrapper = ErrorWrapper;
17
- var ErrorTitle = _styled.default.p(_templateObject2 || (_templateObject2 = (0, _taggedTemplateLiteral2.default)(["\n color: ", ";\n line-height: ", "px;\n margin: ", "px 0;\n"])), _constants2.errorTitleColor, (0, _constants.gridSize)() * 3, _constants.gridSize);
17
+ var ErrorTitle = _styled.default.p(_templateObject2 || (_templateObject2 = (0, _taggedTemplateLiteral2.default)(["\n color: ", ";\n line-height: ", "px;\n margin: ", " 0;\n"])), _constants2.errorTitleColor, (0, _constants.gridSize)() * 3, "var(--ds-space-100, 8px)");
18
18
  exports.ErrorTitle = ErrorTitle;
19
19
  var ErrorText = _styled.default.span(_templateObject3 || (_templateObject3 = (0, _taggedTemplateLiteral2.default)(["\n color: ", ";\n"])), _constants2.errorTextColor);
20
20
  exports.ErrorText = ErrorText;
21
21
  var TeamErrorTitle = _styled.default.p(_templateObject4 || (_templateObject4 = (0, _taggedTemplateLiteral2.default)(["\n ", ";\n"])), _typography.h400);
22
22
  exports.TeamErrorTitle = TeamErrorTitle;
23
- var TeamErrorText = _styled.default.p(_templateObject5 || (_templateObject5 = (0, _taggedTemplateLiteral2.default)(["\n color: ", ";\n margin-top: ", "px;\n"])), "var(--ds-text-subtlest, ".concat(_colors.N200, ")"), (0, _constants.gridSize)() * 1);
23
+ var TeamErrorText = _styled.default.p(_templateObject5 || (_templateObject5 = (0, _taggedTemplateLiteral2.default)(["\n color: ", ";\n margin-top: ", ";\n"])), "var(--ds-text-subtlest, ".concat(_colors.N200, ")"), "var(--ds-space-100, 8px)");
24
24
  exports.TeamErrorText = TeamErrorText;
@@ -10,13 +10,13 @@ var _styled = _interopRequireDefault(require("@emotion/styled"));
10
10
  var _constants = require("@atlaskit/theme/constants");
11
11
  var _constants2 = require("./constants");
12
12
  var _templateObject, _templateObject2, _templateObject3, _templateObject4, _templateObject5;
13
- var ReportingLinesSection = _styled.default.div(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n // Minor left margin to align better with existing icon fields\n margin-left: ", "px;\n margin-top: ", "px;\n"])), (0, _constants.gridSize)() / 2, (0, _constants.gridSize)());
13
+ var ReportingLinesSection = _styled.default.div(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n // Minor left margin to align better with existing icon fields\n margin-left: ", ";\n margin-top: ", ";\n"])), "var(--ds-space-050, 4px)", "var(--ds-space-100, 8px)");
14
14
  exports.ReportingLinesSection = ReportingLinesSection;
15
- var ReportingLinesHeading = _styled.default.h5(_templateObject2 || (_templateObject2 = (0, _taggedTemplateLiteral2.default)(["\n color: ", ";\n font-size: ", "px;\n font-weight: 600;\n margin-bottom: ", "px;\n"])), _constants2.appLabelTextColor, (0, _constants.gridSize)() * 1.5, (0, _constants.gridSize)());
15
+ var ReportingLinesHeading = _styled.default.h5(_templateObject2 || (_templateObject2 = (0, _taggedTemplateLiteral2.default)(["\n color: ", ";\n font-size: ", "px;\n font-weight: 600;\n margin-bottom: ", ";\n"])), _constants2.appLabelTextColor, (0, _constants.gridSize)() * 1.5, "var(--ds-space-100, 8px)");
16
16
  exports.ReportingLinesHeading = ReportingLinesHeading;
17
- var ManagerSection = _styled.default.div(_templateObject3 || (_templateObject3 = (0, _taggedTemplateLiteral2.default)(["\n display: flex;\n align-items: center;\n margin: ", "px ", "px;\n"])), (0, _constants.gridSize)() / 2, (0, _constants.gridSize)() / 2);
17
+ var ManagerSection = _styled.default.div(_templateObject3 || (_templateObject3 = (0, _taggedTemplateLiteral2.default)(["\n display: flex;\n align-items: center;\n margin: ", " ", ";\n"])), "var(--ds-space-050, 4px)", "var(--ds-space-050, 4px)");
18
18
  exports.ManagerSection = ManagerSection;
19
- var ManagerName = _styled.default.span(_templateObject4 || (_templateObject4 = (0, _taggedTemplateLiteral2.default)(["\n font-size: ", "px;\n margin-left: ", "px;\n"])), (0, _constants.gridSize)() * 1.5, (0, _constants.gridSize)());
19
+ var ManagerName = _styled.default.span(_templateObject4 || (_templateObject4 = (0, _taggedTemplateLiteral2.default)(["\n font-size: ", "px;\n margin-left: ", ";\n"])), (0, _constants.gridSize)() * 1.5, "var(--ds-space-100, 8px)");
20
20
  exports.ManagerName = ManagerName;
21
- var OffsetWrapper = _styled.default.div(_templateObject5 || (_templateObject5 = (0, _taggedTemplateLiteral2.default)(["\n margin-top: ", "px;\n // Offset left margin so the avatar aligns with the heading\n margin-left: -", "px;\n"])), (0, _constants.gridSize)() / 2, (0, _constants.gridSize)() / 2);
21
+ var OffsetWrapper = _styled.default.div(_templateObject5 || (_templateObject5 = (0, _taggedTemplateLiteral2.default)(["\n margin-top: ", ";\n // Offset left margin so the avatar aligns with the heading\n margin-left: calc(-1 * ", ");\n"])), "var(--ds-space-050, 4px)", "var(--ds-space-050, 4px)");
22
22
  exports.OffsetWrapper = OffsetWrapper;
@@ -24,27 +24,27 @@ var CardHeader = _styled.default.div(_templateObject4 || (_templateObject4 = (0,
24
24
  return props.image ? "url(".concat(props.image, ")") : '';
25
25
  }, (0, _constants.gridSize)() * 16);
26
26
  exports.CardHeader = CardHeader;
27
- var CardContent = _styled.default.div(_templateObject5 || (_templateObject5 = (0, _taggedTemplateLiteral2.default)(["\n display: flex;\n flex-direction: column;\n padding: ", "px;\n min-height: ", "px;\n"])), (0, _constants.gridSize)() * 3, (0, _constants.gridSize)() * 13);
27
+ var CardContent = _styled.default.div(_templateObject5 || (_templateObject5 = (0, _taggedTemplateLiteral2.default)(["\n display: flex;\n flex-direction: column;\n padding: ", ";\n min-height: ", "px;\n"])), "var(--ds-space-300, 24px)", (0, _constants.gridSize)() * 13);
28
28
  exports.CardContent = CardContent;
29
29
  var TeamName = _styled.default.h6(_templateObject6 || (_templateObject6 = (0, _taggedTemplateLiteral2.default)(["\n ", ";\n text-transform: none;\n overflow: hidden;\n max-height: 48px;\n display: -webkit-box;\n -webkit-line-clamp: 2;\n -webkit-box-orient: vertical;\n"])), _typography.h600);
30
30
  exports.TeamName = TeamName;
31
- var MemberCount = _styled.default.div(_templateObject7 || (_templateObject7 = (0, _taggedTemplateLiteral2.default)(["\n color: ", ";\n margin-top: ", "px;\n"])), "var(--ds-text-subtlest, ".concat(_colors.N200, ")"), (0, _constants.gridSize)() * 0.5);
31
+ var MemberCount = _styled.default.div(_templateObject7 || (_templateObject7 = (0, _taggedTemplateLiteral2.default)(["\n color: ", ";\n margin-top: ", ";\n"])), "var(--ds-text-subtlest, ".concat(_colors.N200, ")"), "var(--ds-space-050, 4px)");
32
32
  exports.MemberCount = MemberCount;
33
- var AvatarSection = _styled.default.div(_templateObject8 || (_templateObject8 = (0, _taggedTemplateLiteral2.default)(["\n margin-top: ", "px;\n margin-left: -2px;\n"])), (0, _constants.gridSize)() * 2);
33
+ var AvatarSection = _styled.default.div(_templateObject8 || (_templateObject8 = (0, _taggedTemplateLiteral2.default)(["\n margin-top: ", ";\n margin-left: -2px;\n"])), "var(--ds-space-200, 16px)");
34
34
  exports.AvatarSection = AvatarSection;
35
- var DescriptionWrapper = _styled.default.div(_templateObject9 || (_templateObject9 = (0, _taggedTemplateLiteral2.default)(["\n margin-top: ", "px;\n align-items: center;\n display: flex;\n"])), (0, _constants.gridSize)() * 2);
35
+ var DescriptionWrapper = _styled.default.div(_templateObject9 || (_templateObject9 = (0, _taggedTemplateLiteral2.default)(["\n margin-top: ", ";\n align-items: center;\n display: flex;\n"])), "var(--ds-space-200, 16px)");
36
36
  exports.DescriptionWrapper = DescriptionWrapper;
37
37
  var Description = _styled.default.span(_templateObject10 || (_templateObject10 = (0, _taggedTemplateLiteral2.default)(["\n overflow: hidden;\n max-height: 60px;\n display: -webkit-box;\n -webkit-line-clamp: 3;\n -webkit-box-orient: vertical;\n"])));
38
38
  exports.Description = Description;
39
- var ActionButtons = _styled.default.div(_templateObject11 || (_templateObject11 = (0, _taggedTemplateLiteral2.default)(["\n width: calc(100% + 8px);\n display: flex;\n justify-content: space-between;\n margin: ", "px -", "px 0 -", "px;\n background-color: ", ";\n"])), (0, _constants.gridSize)() * 3, (0, _constants.gridSize)() * 3, (0, _constants.gridSize)(), "var(--ds-surface-overlay, hsla(0, 100%, 100%, 0.2))");
39
+ var ActionButtons = _styled.default.div(_templateObject11 || (_templateObject11 = (0, _taggedTemplateLiteral2.default)(["\n width: calc(100% + 8px);\n display: flex;\n justify-content: space-between;\n margin: ", " calc(-1 * ", ")\n 0 calc(-1 * ", ");\n background-color: ", ";\n"])), "var(--ds-space-300, 24px)", "var(--ds-space-300, 24px)", "var(--ds-space-100, 8px)", "var(--ds-surface-overlay, hsla(0, 100%, 100%, 0.2))");
40
40
  exports.ActionButtons = ActionButtons;
41
41
  var WrappedButton = _styled.default.div(_templateObject12 || (_templateObject12 = (0, _taggedTemplateLiteral2.default)(["\n flex-basis: 0;\n flex-grow: 1;\n margin-left: 8px;\n"])));
42
42
  exports.WrappedButton = WrappedButton;
43
43
  var MoreButton = _styled.default.div(_templateObject13 || (_templateObject13 = (0, _taggedTemplateLiteral2.default)(["\n margin-left: 8px;\n"])));
44
44
  exports.MoreButton = MoreButton;
45
- var LoadingWrapper = _styled.default.div(_templateObject14 || (_templateObject14 = (0, _taggedTemplateLiteral2.default)(["\n text-align: center;\n margin-top: ", "px;\n"])), (0, _constants.gridSize)() * 5);
45
+ var LoadingWrapper = _styled.default.div(_templateObject14 || (_templateObject14 = (0, _taggedTemplateLiteral2.default)(["\n text-align: center;\n margin-top: ", ";\n"])), "var(--ds-space-500, 40px)");
46
46
  exports.LoadingWrapper = LoadingWrapper;
47
- var AccessLockSVGWrapper = _styled.default.div(_templateObject15 || (_templateObject15 = (0, _taggedTemplateLiteral2.default)(["\n margin-bottom: ", "px;\n"])), (0, _constants.gridSize)() * 3);
47
+ var AccessLockSVGWrapper = _styled.default.div(_templateObject15 || (_templateObject15 = (0, _taggedTemplateLiteral2.default)(["\n margin-bottom: ", ";\n"])), "var(--ds-space-300, 24px)");
48
48
 
49
49
  // export const LoadingTeamName = styled.div`
50
50
  // width: 175px;
@@ -44,7 +44,7 @@ var createEvent = function createEvent(eventType, action, actionSubject, actionS
44
44
  actionSubjectId: actionSubjectId,
45
45
  attributes: _objectSpread(_objectSpread({
46
46
  packageName: "@atlaskit/profilecard",
47
- packageVersion: "19.2.1"
47
+ packageVersion: "19.3.0"
48
48
  }, attributes), {}, {
49
49
  firedAt: Math.round((0, _performance.getPageTime)())
50
50
  })
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "name": "@atlaskit/profilecard",
3
- "version": "19.2.1"
3
+ "version": "19.3.0"
4
4
  }