@atlaskit/profilecard 16.6.1 → 16.9.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 (132) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/dist/cjs/components/Team/TeamProfileCard.js +15 -3
  3. package/dist/cjs/components/Team/TeamProfileCardTrigger.js +78 -12
  4. package/dist/cjs/components/User/OverflowProfileCardButtons.js +69 -0
  5. package/dist/cjs/components/User/ProfileCard.js +42 -18
  6. package/dist/cjs/i18n/cs.js +1 -0
  7. package/dist/cjs/i18n/da.js +1 -0
  8. package/dist/cjs/i18n/de.js +1 -0
  9. package/dist/cjs/i18n/en.js +1 -0
  10. package/dist/cjs/i18n/en_GB.js +1 -0
  11. package/dist/cjs/i18n/en_ZZ.js +1 -0
  12. package/dist/cjs/i18n/es.js +1 -0
  13. package/dist/cjs/i18n/fi.js +1 -0
  14. package/dist/cjs/i18n/fr.js +1 -0
  15. package/dist/cjs/i18n/hu.js +1 -0
  16. package/dist/cjs/i18n/it.js +1 -0
  17. package/dist/cjs/i18n/ja.js +1 -0
  18. package/dist/cjs/i18n/ko.js +1 -0
  19. package/dist/cjs/i18n/nb.js +1 -0
  20. package/dist/cjs/i18n/nl.js +1 -0
  21. package/dist/cjs/i18n/pl.js +1 -0
  22. package/dist/cjs/i18n/pt_BR.js +1 -0
  23. package/dist/cjs/i18n/ru.js +1 -0
  24. package/dist/cjs/i18n/sv.js +1 -0
  25. package/dist/cjs/i18n/th.js +1 -0
  26. package/dist/cjs/i18n/tr.js +1 -0
  27. package/dist/cjs/i18n/uk.js +1 -0
  28. package/dist/cjs/i18n/vi.js +1 -0
  29. package/dist/cjs/i18n/zh.js +1 -0
  30. package/dist/cjs/i18n/zh_TW.js +1 -0
  31. package/dist/cjs/messages.js +5 -0
  32. package/dist/cjs/styled/Card.js +32 -17
  33. package/dist/cjs/util/analytics.js +1 -1
  34. package/dist/cjs/version.json +1 -1
  35. package/dist/es2019/components/Team/TeamProfileCard.js +13 -3
  36. package/dist/es2019/components/Team/TeamProfileCardTrigger.js +69 -9
  37. package/dist/es2019/components/User/OverflowProfileCardButtons.js +33 -0
  38. package/dist/es2019/components/User/ProfileCard.js +34 -17
  39. package/dist/es2019/i18n/cs.js +1 -0
  40. package/dist/es2019/i18n/da.js +1 -0
  41. package/dist/es2019/i18n/de.js +1 -0
  42. package/dist/es2019/i18n/en.js +1 -0
  43. package/dist/es2019/i18n/en_GB.js +1 -0
  44. package/dist/es2019/i18n/en_ZZ.js +1 -0
  45. package/dist/es2019/i18n/es.js +1 -0
  46. package/dist/es2019/i18n/fi.js +1 -0
  47. package/dist/es2019/i18n/fr.js +1 -0
  48. package/dist/es2019/i18n/hu.js +1 -0
  49. package/dist/es2019/i18n/it.js +1 -0
  50. package/dist/es2019/i18n/ja.js +1 -0
  51. package/dist/es2019/i18n/ko.js +1 -0
  52. package/dist/es2019/i18n/nb.js +1 -0
  53. package/dist/es2019/i18n/nl.js +1 -0
  54. package/dist/es2019/i18n/pl.js +1 -0
  55. package/dist/es2019/i18n/pt_BR.js +1 -0
  56. package/dist/es2019/i18n/ru.js +1 -0
  57. package/dist/es2019/i18n/sv.js +1 -0
  58. package/dist/es2019/i18n/th.js +1 -0
  59. package/dist/es2019/i18n/tr.js +1 -0
  60. package/dist/es2019/i18n/uk.js +1 -0
  61. package/dist/es2019/i18n/vi.js +1 -0
  62. package/dist/es2019/i18n/zh.js +1 -0
  63. package/dist/es2019/i18n/zh_TW.js +1 -0
  64. package/dist/es2019/messages.js +5 -0
  65. package/dist/es2019/styled/Card.js +44 -1
  66. package/dist/es2019/util/analytics.js +1 -1
  67. package/dist/es2019/version.json +1 -1
  68. package/dist/esm/components/Team/TeamProfileCard.js +13 -3
  69. package/dist/esm/components/Team/TeamProfileCardTrigger.js +78 -12
  70. package/dist/esm/components/User/OverflowProfileCardButtons.js +43 -0
  71. package/dist/esm/components/User/ProfileCard.js +41 -19
  72. package/dist/esm/i18n/cs.js +1 -0
  73. package/dist/esm/i18n/da.js +1 -0
  74. package/dist/esm/i18n/de.js +1 -0
  75. package/dist/esm/i18n/en.js +1 -0
  76. package/dist/esm/i18n/en_GB.js +1 -0
  77. package/dist/esm/i18n/en_ZZ.js +1 -0
  78. package/dist/esm/i18n/es.js +1 -0
  79. package/dist/esm/i18n/fi.js +1 -0
  80. package/dist/esm/i18n/fr.js +1 -0
  81. package/dist/esm/i18n/hu.js +1 -0
  82. package/dist/esm/i18n/it.js +1 -0
  83. package/dist/esm/i18n/ja.js +1 -0
  84. package/dist/esm/i18n/ko.js +1 -0
  85. package/dist/esm/i18n/nb.js +1 -0
  86. package/dist/esm/i18n/nl.js +1 -0
  87. package/dist/esm/i18n/pl.js +1 -0
  88. package/dist/esm/i18n/pt_BR.js +1 -0
  89. package/dist/esm/i18n/ru.js +1 -0
  90. package/dist/esm/i18n/sv.js +1 -0
  91. package/dist/esm/i18n/th.js +1 -0
  92. package/dist/esm/i18n/tr.js +1 -0
  93. package/dist/esm/i18n/uk.js +1 -0
  94. package/dist/esm/i18n/vi.js +1 -0
  95. package/dist/esm/i18n/zh.js +1 -0
  96. package/dist/esm/i18n/zh_TW.js +1 -0
  97. package/dist/esm/messages.js +5 -0
  98. package/dist/esm/styled/Card.js +22 -17
  99. package/dist/esm/util/analytics.js +1 -1
  100. package/dist/esm/version.json +1 -1
  101. package/dist/types/components/Team/TeamProfileCardTrigger.d.ts +5 -1
  102. package/dist/types/components/User/OverflowProfileCardButtons.d.ts +8 -0
  103. package/dist/types/components/User/ProfileCard.d.ts +2 -0
  104. package/dist/types/i18n/cs.d.ts +1 -0
  105. package/dist/types/i18n/da.d.ts +1 -0
  106. package/dist/types/i18n/de.d.ts +1 -0
  107. package/dist/types/i18n/en.d.ts +1 -0
  108. package/dist/types/i18n/en_GB.d.ts +1 -0
  109. package/dist/types/i18n/en_ZZ.d.ts +1 -0
  110. package/dist/types/i18n/es.d.ts +1 -0
  111. package/dist/types/i18n/fi.d.ts +1 -0
  112. package/dist/types/i18n/fr.d.ts +1 -0
  113. package/dist/types/i18n/hu.d.ts +1 -0
  114. package/dist/types/i18n/it.d.ts +1 -0
  115. package/dist/types/i18n/ja.d.ts +1 -0
  116. package/dist/types/i18n/ko.d.ts +1 -0
  117. package/dist/types/i18n/nb.d.ts +1 -0
  118. package/dist/types/i18n/nl.d.ts +1 -0
  119. package/dist/types/i18n/pl.d.ts +1 -0
  120. package/dist/types/i18n/pt_BR.d.ts +1 -0
  121. package/dist/types/i18n/ru.d.ts +1 -0
  122. package/dist/types/i18n/sv.d.ts +1 -0
  123. package/dist/types/i18n/th.d.ts +1 -0
  124. package/dist/types/i18n/tr.d.ts +1 -0
  125. package/dist/types/i18n/uk.d.ts +1 -0
  126. package/dist/types/i18n/vi.d.ts +1 -0
  127. package/dist/types/i18n/zh.d.ts +1 -0
  128. package/dist/types/i18n/zh_TW.d.ts +1 -0
  129. package/dist/types/messages.d.ts +5 -0
  130. package/dist/types/styled/Card.d.ts +3 -0
  131. package/dist/types/types.d.ts +11 -0
  132. package/package.json +2 -1
@@ -16,6 +16,7 @@ export default {
16
16
  'pt.profile-card.closed.account.no.date': 'Their account has been deleted.',
17
17
  'pt.profile-card.disabled.account.default.name': 'Former user',
18
18
  'pt.profile-card.general.msg.disabled.user': 'You can no longer collaborate with this person.',
19
+ 'pt.profile-card.give-kudos': 'Give kudos',
19
20
  'pt.profile-card.inactive.account': 'Account deactivated',
20
21
  'pt.profile-card.inactive.account.has.date.a.few.months': 'Their account has been deactivated for a few months.',
21
22
  'pt.profile-card.inactive.account.has.date.last.month': 'Their account was deactivated last month.',
@@ -16,6 +16,7 @@ export default {
16
16
  'pt.profile-card.closed.account.no.date': 'Their account has been deleted.',
17
17
  'pt.profile-card.disabled.account.default.name': 'Former user',
18
18
  'pt.profile-card.general.msg.disabled.user': 'You can no longer collaborate with this person.',
19
+ 'pt.profile-card.give-kudos': 'Give kudos',
19
20
  'pt.profile-card.inactive.account': 'Account deactivated',
20
21
  'pt.profile-card.inactive.account.has.date.a.few.months': 'Their account has been deactivated for a few months.',
21
22
  'pt.profile-card.inactive.account.has.date.last.month': 'Their account was deactivated last month.',
@@ -16,6 +16,7 @@ export default {
16
16
  'pt.profile-card.closed.account.no.date': '⁣⁢Their account has been deleted.‌؜⁠⁡‌‌‌‌⁡⁡‌؜؜؜⁠⁣⁤',
17
17
  'pt.profile-card.disabled.account.default.name': '⁣⁢Former user‍‌⁠⁡‍⁡‌‌‍⁡⁣⁤',
18
18
  'pt.profile-card.general.msg.disabled.user': '⁣⁢You can no longer collaborate with this person.⁠⁠⁡؜⁠⁠⁣⁤',
19
+ 'pt.profile-card.give-kudos': '⁣⁢Give kudos‌⁡‍‌‍‌⁠؜‍؜؜⁣⁤',
19
20
  'pt.profile-card.inactive.account': '⁣⁢Account deactivated‍؜⁡⁠‌؜‍⁡⁣⁤',
20
21
  'pt.profile-card.inactive.account.has.date.a.few.months': '⁣⁢Their account has been deactivated for a few months.‌‌⁡⁠⁡⁠؜⁣⁤',
21
22
  'pt.profile-card.inactive.account.has.date.last.month': '⁣⁢Their account was deactivated last month.‌‍‍⁠‍⁡؜‌⁡⁡⁠⁣⁤',
@@ -16,6 +16,7 @@ export default {
16
16
  'pt.profile-card.closed.account.no.date': 'Su cuenta está eliminada.',
17
17
  'pt.profile-card.disabled.account.default.name': 'Antiguo usuario',
18
18
  'pt.profile-card.general.msg.disabled.user': 'Ya no puedes colaborar con esta persona.',
19
+ 'pt.profile-card.give-kudos': 'Felicitar',
19
20
  'pt.profile-card.inactive.account': 'Cuenta desactivada',
20
21
  'pt.profile-card.inactive.account.has.date.a.few.months': 'Su cuenta se desactivó hace algunos meses.',
21
22
  'pt.profile-card.inactive.account.has.date.last.month': 'Su cuenta se desactivó el mes pasado.',
@@ -16,6 +16,7 @@ export default {
16
16
  'pt.profile-card.closed.account.no.date': 'Hänen tilinsä on poistettu.',
17
17
  'pt.profile-card.disabled.account.default.name': 'Entinen käyttäjä',
18
18
  'pt.profile-card.general.msg.disabled.user': 'Et voi enää tehdä yhteistyötä tämän henkilön kanssa.',
19
+ 'pt.profile-card.give-kudos': 'Anna kehuja',
19
20
  'pt.profile-card.inactive.account': 'Tili poistettu käytöstä',
20
21
  'pt.profile-card.inactive.account.has.date.a.few.months': 'Hänen tilinsä on ollut poissa käytöstä muutaman kuukauden ajan.',
21
22
  'pt.profile-card.inactive.account.has.date.last.month': 'Hänen tilinsä poistettiin käytöstä viime kuussa.',
@@ -16,6 +16,7 @@ export default {
16
16
  'pt.profile-card.closed.account.no.date': 'Son compte a été supprimé.',
17
17
  'pt.profile-card.disabled.account.default.name': 'Ancien utilisateur',
18
18
  'pt.profile-card.general.msg.disabled.user': 'Vous ne pouvez plus collaborer avec cette personne.',
19
+ 'pt.profile-card.give-kudos': 'Féliciter',
19
20
  'pt.profile-card.inactive.account': 'Compte désactivé',
20
21
  'pt.profile-card.inactive.account.has.date.a.few.months': 'Son compte a été désactivé il y a quelques mois.',
21
22
  'pt.profile-card.inactive.account.has.date.last.month': 'Son compte a été désactivé le mois dernier.',
@@ -16,6 +16,7 @@ export default {
16
16
  'pt.profile-card.closed.account.no.date': 'A fiókját töröltük.',
17
17
  'pt.profile-card.disabled.account.default.name': 'Korábbi felhasználó',
18
18
  'pt.profile-card.general.msg.disabled.user': 'A továbbiakban nem működhet együtt ezzel a személlyel.',
19
+ 'pt.profile-card.give-kudos': 'Dicséret',
19
20
  'pt.profile-card.inactive.account': 'A fiók inaktiválva.',
20
21
  'pt.profile-card.inactive.account.has.date.a.few.months': 'A fiókját néhány hónapja inaktiváltuk.',
21
22
  'pt.profile-card.inactive.account.has.date.last.month': 'A fiókját a múlt hónapban inaktiváltuk.',
@@ -16,6 +16,7 @@ export default {
16
16
  'pt.profile-card.closed.account.no.date': 'Il suo account è stato eliminato.',
17
17
  'pt.profile-card.disabled.account.default.name': 'Ex utente',
18
18
  'pt.profile-card.general.msg.disabled.user': 'Non puoi più collaborare con questa persona.',
19
+ 'pt.profile-card.give-kudos': 'Complimentati',
19
20
  'pt.profile-card.inactive.account': 'Account disattivato',
20
21
  'pt.profile-card.inactive.account.has.date.a.few.months': 'Il suo account è disattivato da qualche mese.',
21
22
  'pt.profile-card.inactive.account.has.date.last.month': 'Il suo account è stato disattivato il mese scorso.',
@@ -16,6 +16,7 @@ export default {
16
16
  'pt.profile-card.closed.account.no.date': 'アカウントは削除されています。',
17
17
  'pt.profile-card.disabled.account.default.name': '元ユーザー',
18
18
  'pt.profile-card.general.msg.disabled.user': 'もうこの人とコラボレーションすることはできません。',
19
+ 'pt.profile-card.give-kudos': '賞賛を送る',
19
20
  'pt.profile-card.inactive.account': '無効なアカウント',
20
21
  'pt.profile-card.inactive.account.has.date.a.few.months': 'アカウントは 2〜3 か月前に無効になりました。',
21
22
  'pt.profile-card.inactive.account.has.date.last.month': 'アカウントは先月無効になりました。',
@@ -16,6 +16,7 @@ export default {
16
16
  'pt.profile-card.closed.account.no.date': '계정이 삭제되었습니다.',
17
17
  'pt.profile-card.disabled.account.default.name': '이전 사용자',
18
18
  'pt.profile-card.general.msg.disabled.user': '더 이상 이 사람과 협업할 수 없습니다.',
19
+ 'pt.profile-card.give-kudos': '칭찬하기',
19
20
  'pt.profile-card.inactive.account': '계정이 비활성화됨',
20
21
  'pt.profile-card.inactive.account.has.date.a.few.months': '계정이 몇 달 전에 비활성화되었습니다.',
21
22
  'pt.profile-card.inactive.account.has.date.last.month': '계정이 지난달에 비활성화되었습니다.',
@@ -16,6 +16,7 @@ export default {
16
16
  'pt.profile-card.closed.account.no.date': 'Vedkommendes konto er slettet.',
17
17
  'pt.profile-card.disabled.account.default.name': 'Tidligere bruker',
18
18
  'pt.profile-card.general.msg.disabled.user': 'Du kan ikke lenger samarbeide med denne personen.',
19
+ 'pt.profile-card.give-kudos': 'Gi kudos',
19
20
  'pt.profile-card.inactive.account': 'Kontoen er deaktivert',
20
21
  'pt.profile-card.inactive.account.has.date.a.few.months': 'Vedkommendes konto har vært deaktivert i noen måneder.',
21
22
  'pt.profile-card.inactive.account.has.date.last.month': 'Vedkommendes konto ble deaktivert denne måneden.',
@@ -16,6 +16,7 @@ export default {
16
16
  'pt.profile-card.closed.account.no.date': 'Zijn/haar account is verwijderd.',
17
17
  'pt.profile-card.disabled.account.default.name': 'Voormalige gebruiker',
18
18
  'pt.profile-card.general.msg.disabled.user': 'Je kunt niet meer samenwerken met deze persoon.',
19
+ 'pt.profile-card.give-kudos': 'Geef kudos',
19
20
  'pt.profile-card.inactive.account': 'Account gedeactiveerd',
20
21
  'pt.profile-card.inactive.account.has.date.a.few.months': 'Zijn/haar account is al een paar maanden gedeactiveerd.',
21
22
  'pt.profile-card.inactive.account.has.date.last.month': 'Zijn/haar account is vorige maand gedeactiveerd.',
@@ -16,6 +16,7 @@ export default {
16
16
  'pt.profile-card.closed.account.no.date': 'Jej konto zostało usunięte.',
17
17
  'pt.profile-card.disabled.account.default.name': 'Były użytkownik',
18
18
  'pt.profile-card.general.msg.disabled.user': 'Nie możesz już współpracować z tą osobą.',
19
+ 'pt.profile-card.give-kudos': 'Przekaż wyrazy uznania',
19
20
  'pt.profile-card.inactive.account': 'Konto zdezaktywowane',
20
21
  'pt.profile-card.inactive.account.has.date.a.few.months': 'Jej konto zostało zdezaktywowane przynajmniej kilka miesięcy temu.',
21
22
  'pt.profile-card.inactive.account.has.date.last.month': 'Jej konto zdezaktywowane w zeszłym miesiącu.',
@@ -16,6 +16,7 @@ export default {
16
16
  'pt.profile-card.closed.account.no.date': 'A conta do usuário foi excluída.',
17
17
  'pt.profile-card.disabled.account.default.name': 'Ex-usuário',
18
18
  'pt.profile-card.general.msg.disabled.user': 'Você não pode mais colaborar com essa pessoa.',
19
+ 'pt.profile-card.give-kudos': 'Envie elogios',
19
20
  'pt.profile-card.inactive.account': 'Conta desativada',
20
21
  'pt.profile-card.inactive.account.has.date.a.few.months': 'A conta do usuário foi desativada há alguns meses.',
21
22
  'pt.profile-card.inactive.account.has.date.last.month': 'A conta do usuário foi desativada no mês passado.',
@@ -16,6 +16,7 @@ export default {
16
16
  'pt.profile-card.closed.account.no.date': 'Его аккаунт был удален.',
17
17
  'pt.profile-card.disabled.account.default.name': 'Бывший пользователь',
18
18
  'pt.profile-card.general.msg.disabled.user': 'Вы больше не можете работать с этим пользователем.',
19
+ 'pt.profile-card.give-kudos': 'Похвалить',
19
20
  'pt.profile-card.inactive.account': 'Аккаунт отключен',
20
21
  'pt.profile-card.inactive.account.has.date.a.few.months': 'Его аккаунт был отключен несколько месяцев назад.',
21
22
  'pt.profile-card.inactive.account.has.date.last.month': 'Его аккаунт был отключен в прошлом месяце.',
@@ -16,6 +16,7 @@ export default {
16
16
  'pt.profile-card.closed.account.no.date': 'Personens konto har tagits bort.',
17
17
  'pt.profile-card.disabled.account.default.name': 'Före detta användare',
18
18
  'pt.profile-card.general.msg.disabled.user': 'Du kan inte längre samarbeta med den här personen.',
19
+ 'pt.profile-card.give-kudos': 'Ge beröm',
19
20
  'pt.profile-card.inactive.account': 'Kontot är inaktiverat',
20
21
  'pt.profile-card.inactive.account.has.date.a.few.months': 'Personens konto har varit inaktiverat i några få månader.',
21
22
  'pt.profile-card.inactive.account.has.date.last.month': 'Personens konto inaktiverades förra månaden.',
@@ -16,6 +16,7 @@ export default {
16
16
  'pt.profile-card.closed.account.no.date': 'บัญชีของผู้ใช้ถูกลบไปแล้ว',
17
17
  'pt.profile-card.disabled.account.default.name': 'ผู้ใช้เดิม',
18
18
  'pt.profile-card.general.msg.disabled.user': 'คุณไม่สามารถทำงานร่วมกับบุคคลนี้ได้อีก',
19
+ 'pt.profile-card.give-kudos': 'แสดงความชื่นชม',
19
20
  'pt.profile-card.inactive.account': 'ปิดใช้งานบัญชีแล้ว',
20
21
  'pt.profile-card.inactive.account.has.date.a.few.months': 'บัญชีของผู้ใช้ถูกปิดใช้งานไปแล้วไม่กี่เดือน',
21
22
  'pt.profile-card.inactive.account.has.date.last.month': 'บัญชีของผู้ใช้ถูกปิดใช้งานไปเมื่อเดือนที่แล้ว',
@@ -16,6 +16,7 @@ export default {
16
16
  'pt.profile-card.closed.account.no.date': 'Bu kullanıcının hesabı silindi.',
17
17
  'pt.profile-card.disabled.account.default.name': 'Eski kullanıcı',
18
18
  'pt.profile-card.general.msg.disabled.user': 'Artık bu kişiyle iş birliği yapamazsınız.',
19
+ 'pt.profile-card.give-kudos': 'Tebrik edin',
19
20
  'pt.profile-card.inactive.account': 'Hesap devre dışı bırakıldı',
20
21
  'pt.profile-card.inactive.account.has.date.a.few.months': 'Bu kullanıcının hesabı birkaç ay önce devre dışı bırakıldı.',
21
22
  'pt.profile-card.inactive.account.has.date.last.month': 'Bu kullanıcının hesabı geçen ay devre dışı bırakıldı.',
@@ -16,6 +16,7 @@ export default {
16
16
  'pt.profile-card.closed.account.no.date': 'Обліковий запис користувача видалено.',
17
17
  'pt.profile-card.disabled.account.default.name': 'Колишній користувач',
18
18
  'pt.profile-card.general.msg.disabled.user': 'Ви більше не можете співпрацювати з цим користувачем.',
19
+ 'pt.profile-card.give-kudos': 'Похвалити',
19
20
  'pt.profile-card.inactive.account': 'Обліковий запис деактивовано',
20
21
  'pt.profile-card.inactive.account.has.date.a.few.months': 'Обліковий запис користувача деактивовано кілька місяців тому.',
21
22
  'pt.profile-card.inactive.account.has.date.last.month': 'Обліковий запис користувача деактивовано минулого місяця.',
@@ -16,6 +16,7 @@ export default {
16
16
  'pt.profile-card.closed.account.no.date': 'Tài khoản của họ đã bị xóa.',
17
17
  'pt.profile-card.disabled.account.default.name': 'Người dùng cũ',
18
18
  '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.',
19
+ 'pt.profile-card.give-kudos': 'Khen ngợi',
19
20
  'pt.profile-card.inactive.account': 'Tài khoản đã bị hủy kích hoạt',
20
21
  '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.',
21
22
  '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.',
@@ -16,6 +16,7 @@ export default {
16
16
  'pt.profile-card.closed.account.no.date': '他们的帐户已被删除。',
17
17
  'pt.profile-card.disabled.account.default.name': '前用户',
18
18
  'pt.profile-card.general.msg.disabled.user': '您无法再与此人合作。',
19
+ 'pt.profile-card.give-kudos': '给予称赞',
19
20
  'pt.profile-card.inactive.account': '帐户已停用',
20
21
  'pt.profile-card.inactive.account.has.date.a.few.months': '他们的帐户已被停用数月。',
21
22
  'pt.profile-card.inactive.account.has.date.last.month': '他们的帐户上月已被停用。',
@@ -16,6 +16,7 @@ export default {
16
16
  'pt.profile-card.closed.account.no.date': '其帳戶已刪除。',
17
17
  'pt.profile-card.disabled.account.default.name': '舊使用者',
18
18
  'pt.profile-card.general.msg.disabled.user': '您無法再與此人員合作。',
19
+ 'pt.profile-card.give-kudos': '給予讚美',
19
20
  'pt.profile-card.inactive.account': '帳戶已停用',
20
21
  'pt.profile-card.inactive.account.has.date.a.few.months': '其帳戶已停用幾個月了。',
21
22
  'pt.profile-card.inactive.account.has.date.last.month': '其帳戶在上個月已停用。',
@@ -144,6 +144,11 @@ var messages = defineMessages({
144
144
  id: 'pt.profile-card.give-kudos',
145
145
  defaultMessage: 'Give kudos',
146
146
  description: 'Title for the button on the profile card for a user to give a kudos'
147
+ },
148
+ profileCardMoreIconLabel: {
149
+ id: 'pt.profile-card.more-icon-label',
150
+ defaultMessage: 'More',
151
+ description: 'Label for the meatballs icon on the profile card, which when clicked will provide more options'
147
152
  }
148
153
  });
149
154
  export default messages;
@@ -1,9 +1,10 @@
1
1
  import _taggedTemplateLiteral from "@babel/runtime/helpers/taggedTemplateLiteral";
2
2
 
3
- var _templateObject, _templateObject2, _templateObject3, _templateObject4, _templateObject5, _templateObject6, _templateObject7, _templateObject8, _templateObject9, _templateObject10, _templateObject11, _templateObject12, _templateObject13, _templateObject14, _templateObject15, _templateObject16, _templateObject17, _templateObject18, _templateObject19;
3
+ var _templateObject, _templateObject2, _templateObject3, _templateObject4, _templateObject5, _templateObject6, _templateObject7, _templateObject8, _templateObject9, _templateObject10, _templateObject11, _templateObject12, _templateObject13, _templateObject14, _templateObject15, _templateObject16, _templateObject17, _templateObject18, _templateObject19, _templateObject20, _templateObject21, _templateObject22, _templateObject23;
4
4
 
5
- import styled, { css } from 'styled-components';
5
+ import styled, { css, keyframes } from 'styled-components';
6
6
  import { borderRadius, fontSizeSmall, gridSize } from '@atlaskit/theme/constants';
7
+ import { token } from '@atlaskit/tokens';
7
8
  import { appLabelBgColor, appLabelTextColor, bgColor, boxShadow, headerBgColor, headerBgColorDisabledUser, headerTextColor, headerTextColorInactive, labelIconColor, labelTextColor } from '../styled/constants';
8
9
 
9
10
  var getFullNameMargin = function getFullNameMargin(props) {
@@ -14,21 +15,25 @@ export var CardContainerEmpty = styled.div(_templateObject || (_templateObject =
14
15
  export var CardWrapper = styled.div(_templateObject2 || (_templateObject2 = _taggedTemplateLiteral(["\n background-color: ", ";\n border-radius: ", "px;\n width: ", "px;\n"])), bgColor, borderRadius, gridSize() * 45);
15
16
  export var ProfileImage = styled.div(_templateObject3 || (_templateObject3 = _taggedTemplateLiteral(["\n position: absolute;\n top: ", "px;\n left: ", "px;\n"])), gridSize() * 3, gridSize() * 3);
16
17
  export var ActionsFlexSpacer = styled.div(_templateObject4 || (_templateObject4 = _taggedTemplateLiteral(["\n flex: 1 0 auto;\n"])));
17
- export var ActionButtonGroup = styled.div(_templateObject5 || (_templateObject5 = _taggedTemplateLiteral(["\n user-select: none;\n margin: ", "px 0 0 0;\n text-align: right;\n\n button,\n a,\n span {\n margin-left: ", "px;\n\n &:first-child {\n margin-left: 0;\n }\n }\n"])), 2 * gridSize(), gridSize);
18
- export var CardContent = styled.div(_templateObject6 || (_templateObject6 = _taggedTemplateLiteral(["\n display: flex;\n flex-direction: column;\n min-height: ", "px;\n"])), gridSize() * 17);
19
- export var DetailsGroup = styled.div(_templateObject7 || (_templateObject7 = _taggedTemplateLiteral(["\n display: flex;\n flex-direction: column;\n margin-left: ", "px;\n width: ", "px;\n"])), gridSize() * 14.5, gridSize() * 24.5);
20
- export var DisabledInfo = styled.div(_templateObject8 || (_templateObject8 = _taggedTemplateLiteral(["\n font-size: ", "px;\n color: ", ";\n margin: ", "px 0 0 0;\n line-height: ", "px;\n"])), fontSizeSmall, labelTextColor, gridSize() * 1.5, gridSize() * 2);
21
- export var FullNameLabel = styled.span(_templateObject9 || (_templateObject9 = _taggedTemplateLiteral(["\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) {
18
+ var kudosButtonAnimationTransformation = keyframes(_templateObject5 || (_templateObject5 = _taggedTemplateLiteral(["{\n 0% { transform: translate(-80px, -50px); }\n 100% { transform: translate(90px, -70px); }\n}"])));
19
+ export var KudosBlobAnimation = styled.div(_templateObject6 || (_templateObject6 = _taggedTemplateLiteral(["\n display: none;\n height: 150px;\n width: 150px;\n z-index: -1;\n position: absolute;\n animation-name: ", ";\n animation-iteration-count: 1;\n animation-duration: 3s;\n background-image: radial-gradient(\n circle,\n ", " 0%,\n ", " 25%,\n transparent 50%\n );\n overflow: hidden;\n"])), kudosButtonAnimationTransformation, token('color.background.information.pressed', '#85B8FF'), token('color.background.discovery.pressed', '#B8ACF6'));
20
+ export var AnimatedKudosButton = styled.div(_templateObject7 || (_templateObject7 = _taggedTemplateLiteral(["\n margin-left: ", "px;\n &:hover ", " {\n display: block;\n }\n\n button,\n a {\n clip-path: inset(0px 0px 0px 0px round ", "px);\n }\n overflow: hidden;\n"])), gridSize, KudosBlobAnimation, borderRadius);
21
+ export var ActionButtonGroup = styled.div(_templateObject8 || (_templateObject8 = _taggedTemplateLiteral(["\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 * gridSize(), gridSize);
22
+ export var OverflowActionButtonsWrapper = styled.div(_templateObject9 || (_templateObject9 = _taggedTemplateLiteral(["\n display: inline-block;\n width: 32px;\n height: 32px;\n margin-left: ", "px;\n"])), gridSize);
23
+ export var CardContent = styled.div(_templateObject10 || (_templateObject10 = _taggedTemplateLiteral(["\n display: flex;\n flex-direction: column;\n min-height: ", "px;\n"])), gridSize() * 17);
24
+ export var DetailsGroup = styled.div(_templateObject11 || (_templateObject11 = _taggedTemplateLiteral(["\n display: flex;\n flex-direction: column;\n margin-left: ", "px;\n width: ", "px;\n"])), gridSize() * 14.5, gridSize() * 24.5);
25
+ export var DisabledInfo = styled.div(_templateObject12 || (_templateObject12 = _taggedTemplateLiteral(["\n font-size: ", "px;\n color: ", ";\n margin: ", "px 0 0 0;\n line-height: ", "px;\n"])), fontSizeSmall, labelTextColor, gridSize() * 1.5, gridSize() * 2);
26
+ export var FullNameLabel = styled.span(_templateObject13 || (_templateObject13 = _taggedTemplateLiteral(["\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) {
22
27
  return props.isDisabledAccount ? headerTextColorInactive : headerTextColor;
23
28
  }, function (props) {
24
29
  return getFullNameMargin(props);
25
30
  }, 24 / 18);
26
- export var LozengeWrapper = styled.div(_templateObject10 || (_templateObject10 = _taggedTemplateLiteral(["\n margin-top: ", "px;\n text-transform: uppercase;\n display: block;\n"])), gridSize() * 2);
27
- export var CustomLozengeContainer = styled(LozengeWrapper)(_templateObject11 || (_templateObject11 = _taggedTemplateLiteral(["\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"])), gridSize() * 1.5, gridSize() / 2, gridSize() / 2);
28
- export var JobTitleLabel = styled.span(_templateObject12 || (_templateObject12 = _taggedTemplateLiteral(["\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"])), headerTextColor, gridSize() * 1.5, 24 / 14);
29
- export var AppTitleLabel = styled.span(_templateObject13 || (_templateObject13 = _taggedTemplateLiteral(["\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"])), appLabelBgColor, appLabelTextColor, borderRadius(), gridSize() * 1.5, 24 / 14);
30
- export var SpinnerContainer = styled.div(_templateObject14 || (_templateObject14 = _taggedTemplateLiteral(["\n align-items: center;\n display: flex;\n height: ", "px;\n justify-content: center;\n position: relative;\n"])), gridSize() * 12);
31
- export var CardContainer = styled.div(_templateObject15 || (_templateObject15 = _taggedTemplateLiteral(["\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 ", "\n"])), function (props) {
31
+ export var LozengeWrapper = styled.div(_templateObject14 || (_templateObject14 = _taggedTemplateLiteral(["\n margin-top: ", "px;\n text-transform: uppercase;\n display: block;\n"])), gridSize() * 2);
32
+ export var CustomLozengeContainer = styled(LozengeWrapper)(_templateObject15 || (_templateObject15 = _taggedTemplateLiteral(["\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"])), gridSize() * 1.5, gridSize() / 2, gridSize() / 2);
33
+ export var JobTitleLabel = styled.span(_templateObject16 || (_templateObject16 = _taggedTemplateLiteral(["\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"])), headerTextColor, gridSize() * 1.5, 24 / 14);
34
+ export var AppTitleLabel = styled.span(_templateObject17 || (_templateObject17 = _taggedTemplateLiteral(["\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"])), appLabelBgColor, appLabelTextColor, borderRadius(), gridSize() * 1.5, 24 / 14);
35
+ export var SpinnerContainer = styled.div(_templateObject18 || (_templateObject18 = _taggedTemplateLiteral(["\n align-items: center;\n display: flex;\n height: ", "px;\n justify-content: center;\n position: relative;\n"])), gridSize() * 12);
36
+ export var CardContainer = styled.div(_templateObject19 || (_templateObject19 = _taggedTemplateLiteral(["\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 ", "\n overflow: hidden;\n"])), function (props) {
32
37
  return props.isDisabledUser ? headerBgColorDisabledUser : headerBgColor;
33
38
  }, function (props) {
34
39
  return props.isDisabledUser ? headerBgColorDisabledUser : headerBgColor;
@@ -37,8 +42,8 @@ export var CardContainer = styled.div(_templateObject15 || (_templateObject15 =
37
42
  return '';
38
43
  }
39
44
 
40
- return css(_templateObject16 || (_templateObject16 = _taggedTemplateLiteral(["\n box-shadow: ", ";\n border-radius: ", "px;\n "])), boxShadow, borderRadius);
45
+ return css(_templateObject20 || (_templateObject20 = _taggedTemplateLiteral(["\n box-shadow: ", ";\n border-radius: ", "px;\n "])), boxShadow, borderRadius);
41
46
  });
42
- export var DetailsLabel = styled.div(_templateObject17 || (_templateObject17 = _taggedTemplateLiteral(["\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"])), gridSize() * 3, gridSize() * 1.5, gridSize() * 2, gridSize() / 4);
43
- export var DetailsLabelIcon = styled.div(_templateObject18 || (_templateObject18 = _taggedTemplateLiteral(["\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"])), labelIconColor, gridSize() * 2, gridSize() * 2, gridSize() / 2);
44
- export var DetailsLabelText = styled.span(_templateObject19 || (_templateObject19 = _taggedTemplateLiteral(["\n overflow: hidden;\n text-overflow: ellipsis;\n color: ", ";\n padding-left: ", "px;\n"])), labelTextColor, gridSize() / 2);
47
+ export var DetailsLabel = styled.div(_templateObject21 || (_templateObject21 = _taggedTemplateLiteral(["\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"])), gridSize() * 3, gridSize() * 1.5, gridSize() * 2, gridSize() / 4);
48
+ export var DetailsLabelIcon = styled.div(_templateObject22 || (_templateObject22 = _taggedTemplateLiteral(["\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"])), labelIconColor, gridSize() * 2, gridSize() * 2, gridSize() / 2);
49
+ export var DetailsLabelText = styled.span(_templateObject23 || (_templateObject23 = _taggedTemplateLiteral(["\n overflow: hidden;\n text-overflow: ellipsis;\n color: ", ";\n padding-left: ", "px;\n"])), labelTextColor, gridSize() / 2);
@@ -45,7 +45,7 @@ var createEvent = function createEvent(eventType, action, actionSubject, actionS
45
45
  actionSubjectId: actionSubjectId,
46
46
  attributes: _objectSpread(_objectSpread({
47
47
  packageName: "@atlaskit/profilecard",
48
- packageVersion: "16.6.1"
48
+ packageVersion: "16.9.0"
49
49
  }, attributes), {}, {
50
50
  firedAt: getPageTime()
51
51
  })
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "name": "@atlaskit/profilecard",
3
- "version": "16.6.1"
3
+ "version": "16.9.0"
4
4
  }
@@ -18,6 +18,9 @@ export declare class TeamProfileCardTriggerInternal extends React.PureComponent<
18
18
  onClick: (event: React.MouseEvent<HTMLElement>) => void;
19
19
  onMouseEnter: () => void;
20
20
  onMouseLeave: () => void;
21
+ openKudosDrawer: () => void;
22
+ closeKudosDrawer: () => void;
23
+ kudosUrl: () => string;
21
24
  stopPropagation: (event: React.MouseEvent<HTMLElement>) => void;
22
25
  triggerListeners: {
23
26
  onClick: (event: React.MouseEvent<HTMLElement>) => void;
@@ -35,10 +38,11 @@ export declare class TeamProfileCardTriggerInternal extends React.PureComponent<
35
38
  componentWillUnmount(): void;
36
39
  clientFetchProfile: () => void;
37
40
  onErrorBoundary: () => void;
38
- handleClientSuccess(res: Team): void;
41
+ handleClientSuccess(team: Team, shouldShowGiveKudos: boolean): void;
39
42
  handleClientError(err: any): void;
40
43
  filterActions(): ProfileCardAction[];
41
44
  renderProfileCard: () => JSX.Element;
45
+ renderKudosLauncher: () => false | JSX.Element | undefined;
42
46
  renderTrigger: (triggerProps: TriggerProps) => JSX.Element;
43
47
  renderPopup(): React.ReactNode;
44
48
  render(): React.ReactNode;
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ import { ProfileCardAction } from '../../types';
3
+ declare type OverflowButtonsProps = {
4
+ actions: ProfileCardAction[];
5
+ onItemClick: (action: ProfileCardAction, args: any, event: React.MouseEvent | React.KeyboardEvent) => void;
6
+ };
7
+ export declare const OverflowProfileCardButtons: (props: OverflowButtonsProps) => JSX.Element;
8
+ export {};
@@ -2,6 +2,7 @@ import React, { ReactElement } from 'react';
2
2
  import { LozengeProps, ProfileCardAction, ProfilecardProps } from '../../types';
3
3
  export default class Profilecard extends React.PureComponent<ProfilecardProps> {
4
4
  static defaultProps: ProfilecardProps;
5
+ GIVE_KUDOS_ACTION_ID: string;
5
6
  private timeOpen;
6
7
  clientFetchProfile: () => void;
7
8
  constructor(props: ProfilecardProps);
@@ -15,6 +16,7 @@ export default class Profilecard extends React.PureComponent<ProfilecardProps> {
15
16
  getActions(): ProfileCardAction[];
16
17
  renderButton: (action: ProfileCardAction, idx: number) => ReactElement;
17
18
  renderActionsButtons(): JSX.Element | null;
19
+ private onActionClick;
18
20
  renderCardDetailsDefault(): JSX.Element;
19
21
  renderCardDetailsForDisabledAccount(): JSX.Element;
20
22
  getDisabledAccountName(): string | JSX.Element | null | undefined;
@@ -9,6 +9,7 @@ declare const _default: {
9
9
  'pt.profile-card.closed.account.no.date': string;
10
10
  'pt.profile-card.disabled.account.default.name': string;
11
11
  'pt.profile-card.general.msg.disabled.user': string;
12
+ 'pt.profile-card.give-kudos': string;
12
13
  'pt.profile-card.inactive.account': string;
13
14
  'pt.profile-card.inactive.account.has.date.a.few.months': string;
14
15
  'pt.profile-card.inactive.account.has.date.last.month': string;
@@ -9,6 +9,7 @@ declare const _default: {
9
9
  'pt.profile-card.closed.account.no.date': string;
10
10
  'pt.profile-card.disabled.account.default.name': string;
11
11
  'pt.profile-card.general.msg.disabled.user': string;
12
+ 'pt.profile-card.give-kudos': string;
12
13
  'pt.profile-card.inactive.account': string;
13
14
  'pt.profile-card.inactive.account.has.date.a.few.months': string;
14
15
  'pt.profile-card.inactive.account.has.date.last.month': string;
@@ -9,6 +9,7 @@ declare const _default: {
9
9
  'pt.profile-card.closed.account.no.date': string;
10
10
  'pt.profile-card.disabled.account.default.name': string;
11
11
  'pt.profile-card.general.msg.disabled.user': string;
12
+ 'pt.profile-card.give-kudos': string;
12
13
  'pt.profile-card.inactive.account': string;
13
14
  'pt.profile-card.inactive.account.has.date.a.few.months': string;
14
15
  'pt.profile-card.inactive.account.has.date.last.month': string;
@@ -9,6 +9,7 @@ declare const _default: {
9
9
  'pt.profile-card.closed.account.no.date': string;
10
10
  'pt.profile-card.disabled.account.default.name': string;
11
11
  'pt.profile-card.general.msg.disabled.user': string;
12
+ 'pt.profile-card.give-kudos': string;
12
13
  'pt.profile-card.inactive.account': string;
13
14
  'pt.profile-card.inactive.account.has.date.a.few.months': string;
14
15
  'pt.profile-card.inactive.account.has.date.last.month': string;
@@ -9,6 +9,7 @@ declare const _default: {
9
9
  'pt.profile-card.closed.account.no.date': string;
10
10
  'pt.profile-card.disabled.account.default.name': string;
11
11
  'pt.profile-card.general.msg.disabled.user': string;
12
+ 'pt.profile-card.give-kudos': string;
12
13
  'pt.profile-card.inactive.account': string;
13
14
  'pt.profile-card.inactive.account.has.date.a.few.months': string;
14
15
  'pt.profile-card.inactive.account.has.date.last.month': string;
@@ -9,6 +9,7 @@ declare const _default: {
9
9
  'pt.profile-card.closed.account.no.date': string;
10
10
  'pt.profile-card.disabled.account.default.name': string;
11
11
  'pt.profile-card.general.msg.disabled.user': string;
12
+ 'pt.profile-card.give-kudos': string;
12
13
  'pt.profile-card.inactive.account': string;
13
14
  'pt.profile-card.inactive.account.has.date.a.few.months': string;
14
15
  'pt.profile-card.inactive.account.has.date.last.month': string;
@@ -9,6 +9,7 @@ declare const _default: {
9
9
  'pt.profile-card.closed.account.no.date': string;
10
10
  'pt.profile-card.disabled.account.default.name': string;
11
11
  'pt.profile-card.general.msg.disabled.user': string;
12
+ 'pt.profile-card.give-kudos': string;
12
13
  'pt.profile-card.inactive.account': string;
13
14
  'pt.profile-card.inactive.account.has.date.a.few.months': string;
14
15
  'pt.profile-card.inactive.account.has.date.last.month': string;
@@ -9,6 +9,7 @@ declare const _default: {
9
9
  'pt.profile-card.closed.account.no.date': string;
10
10
  'pt.profile-card.disabled.account.default.name': string;
11
11
  'pt.profile-card.general.msg.disabled.user': string;
12
+ 'pt.profile-card.give-kudos': string;
12
13
  'pt.profile-card.inactive.account': string;
13
14
  'pt.profile-card.inactive.account.has.date.a.few.months': string;
14
15
  'pt.profile-card.inactive.account.has.date.last.month': string;
@@ -9,6 +9,7 @@ declare const _default: {
9
9
  'pt.profile-card.closed.account.no.date': string;
10
10
  'pt.profile-card.disabled.account.default.name': string;
11
11
  'pt.profile-card.general.msg.disabled.user': string;
12
+ 'pt.profile-card.give-kudos': string;
12
13
  'pt.profile-card.inactive.account': string;
13
14
  'pt.profile-card.inactive.account.has.date.a.few.months': string;
14
15
  'pt.profile-card.inactive.account.has.date.last.month': string;
@@ -9,6 +9,7 @@ declare const _default: {
9
9
  'pt.profile-card.closed.account.no.date': string;
10
10
  'pt.profile-card.disabled.account.default.name': string;
11
11
  'pt.profile-card.general.msg.disabled.user': string;
12
+ 'pt.profile-card.give-kudos': string;
12
13
  'pt.profile-card.inactive.account': string;
13
14
  'pt.profile-card.inactive.account.has.date.a.few.months': string;
14
15
  'pt.profile-card.inactive.account.has.date.last.month': string;
@@ -9,6 +9,7 @@ declare const _default: {
9
9
  'pt.profile-card.closed.account.no.date': string;
10
10
  'pt.profile-card.disabled.account.default.name': string;
11
11
  'pt.profile-card.general.msg.disabled.user': string;
12
+ 'pt.profile-card.give-kudos': string;
12
13
  'pt.profile-card.inactive.account': string;
13
14
  'pt.profile-card.inactive.account.has.date.a.few.months': string;
14
15
  'pt.profile-card.inactive.account.has.date.last.month': string;
@@ -9,6 +9,7 @@ declare const _default: {
9
9
  'pt.profile-card.closed.account.no.date': string;
10
10
  'pt.profile-card.disabled.account.default.name': string;
11
11
  'pt.profile-card.general.msg.disabled.user': string;
12
+ 'pt.profile-card.give-kudos': string;
12
13
  'pt.profile-card.inactive.account': string;
13
14
  'pt.profile-card.inactive.account.has.date.a.few.months': string;
14
15
  'pt.profile-card.inactive.account.has.date.last.month': string;
@@ -9,6 +9,7 @@ declare const _default: {
9
9
  'pt.profile-card.closed.account.no.date': string;
10
10
  'pt.profile-card.disabled.account.default.name': string;
11
11
  'pt.profile-card.general.msg.disabled.user': string;
12
+ 'pt.profile-card.give-kudos': string;
12
13
  'pt.profile-card.inactive.account': string;
13
14
  'pt.profile-card.inactive.account.has.date.a.few.months': string;
14
15
  'pt.profile-card.inactive.account.has.date.last.month': string;
@@ -9,6 +9,7 @@ declare const _default: {
9
9
  'pt.profile-card.closed.account.no.date': string;
10
10
  'pt.profile-card.disabled.account.default.name': string;
11
11
  'pt.profile-card.general.msg.disabled.user': string;
12
+ 'pt.profile-card.give-kudos': string;
12
13
  'pt.profile-card.inactive.account': string;
13
14
  'pt.profile-card.inactive.account.has.date.a.few.months': string;
14
15
  'pt.profile-card.inactive.account.has.date.last.month': string;
@@ -9,6 +9,7 @@ declare const _default: {
9
9
  'pt.profile-card.closed.account.no.date': string;
10
10
  'pt.profile-card.disabled.account.default.name': string;
11
11
  'pt.profile-card.general.msg.disabled.user': string;
12
+ 'pt.profile-card.give-kudos': string;
12
13
  'pt.profile-card.inactive.account': string;
13
14
  'pt.profile-card.inactive.account.has.date.a.few.months': string;
14
15
  'pt.profile-card.inactive.account.has.date.last.month': string;
@@ -9,6 +9,7 @@ declare const _default: {
9
9
  'pt.profile-card.closed.account.no.date': string;
10
10
  'pt.profile-card.disabled.account.default.name': string;
11
11
  'pt.profile-card.general.msg.disabled.user': string;
12
+ 'pt.profile-card.give-kudos': string;
12
13
  'pt.profile-card.inactive.account': string;
13
14
  'pt.profile-card.inactive.account.has.date.a.few.months': string;
14
15
  'pt.profile-card.inactive.account.has.date.last.month': string;
@@ -9,6 +9,7 @@ declare const _default: {
9
9
  'pt.profile-card.closed.account.no.date': string;
10
10
  'pt.profile-card.disabled.account.default.name': string;
11
11
  'pt.profile-card.general.msg.disabled.user': string;
12
+ 'pt.profile-card.give-kudos': string;
12
13
  'pt.profile-card.inactive.account': string;
13
14
  'pt.profile-card.inactive.account.has.date.a.few.months': string;
14
15
  'pt.profile-card.inactive.account.has.date.last.month': string;
@@ -9,6 +9,7 @@ declare const _default: {
9
9
  'pt.profile-card.closed.account.no.date': string;
10
10
  'pt.profile-card.disabled.account.default.name': string;
11
11
  'pt.profile-card.general.msg.disabled.user': string;
12
+ 'pt.profile-card.give-kudos': string;
12
13
  'pt.profile-card.inactive.account': string;
13
14
  'pt.profile-card.inactive.account.has.date.a.few.months': string;
14
15
  'pt.profile-card.inactive.account.has.date.last.month': string;
@@ -9,6 +9,7 @@ declare const _default: {
9
9
  'pt.profile-card.closed.account.no.date': string;
10
10
  'pt.profile-card.disabled.account.default.name': string;
11
11
  'pt.profile-card.general.msg.disabled.user': string;
12
+ 'pt.profile-card.give-kudos': string;
12
13
  'pt.profile-card.inactive.account': string;
13
14
  'pt.profile-card.inactive.account.has.date.a.few.months': string;
14
15
  'pt.profile-card.inactive.account.has.date.last.month': string;
@@ -9,6 +9,7 @@ declare const _default: {
9
9
  'pt.profile-card.closed.account.no.date': string;
10
10
  'pt.profile-card.disabled.account.default.name': string;
11
11
  'pt.profile-card.general.msg.disabled.user': string;
12
+ 'pt.profile-card.give-kudos': string;
12
13
  'pt.profile-card.inactive.account': string;
13
14
  'pt.profile-card.inactive.account.has.date.a.few.months': string;
14
15
  'pt.profile-card.inactive.account.has.date.last.month': string;
@@ -9,6 +9,7 @@ declare const _default: {
9
9
  'pt.profile-card.closed.account.no.date': string;
10
10
  'pt.profile-card.disabled.account.default.name': string;
11
11
  'pt.profile-card.general.msg.disabled.user': string;
12
+ 'pt.profile-card.give-kudos': string;
12
13
  'pt.profile-card.inactive.account': string;
13
14
  'pt.profile-card.inactive.account.has.date.a.few.months': string;
14
15
  'pt.profile-card.inactive.account.has.date.last.month': string;
@@ -9,6 +9,7 @@ declare const _default: {
9
9
  'pt.profile-card.closed.account.no.date': string;
10
10
  'pt.profile-card.disabled.account.default.name': string;
11
11
  'pt.profile-card.general.msg.disabled.user': string;
12
+ 'pt.profile-card.give-kudos': string;
12
13
  'pt.profile-card.inactive.account': string;
13
14
  'pt.profile-card.inactive.account.has.date.a.few.months': string;
14
15
  'pt.profile-card.inactive.account.has.date.last.month': string;
@@ -9,6 +9,7 @@ declare const _default: {
9
9
  'pt.profile-card.closed.account.no.date': string;
10
10
  'pt.profile-card.disabled.account.default.name': string;
11
11
  'pt.profile-card.general.msg.disabled.user': string;
12
+ 'pt.profile-card.give-kudos': string;
12
13
  'pt.profile-card.inactive.account': string;
13
14
  'pt.profile-card.inactive.account.has.date.a.few.months': string;
14
15
  'pt.profile-card.inactive.account.has.date.last.month': string;
@@ -9,6 +9,7 @@ declare const _default: {
9
9
  'pt.profile-card.closed.account.no.date': string;
10
10
  'pt.profile-card.disabled.account.default.name': string;
11
11
  'pt.profile-card.general.msg.disabled.user': string;
12
+ 'pt.profile-card.give-kudos': string;
12
13
  'pt.profile-card.inactive.account': string;
13
14
  'pt.profile-card.inactive.account.has.date.a.few.months': string;
14
15
  'pt.profile-card.inactive.account.has.date.last.month': string;