@atlaskit/profilecard 24.6.0 → 24.7.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 (157) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/afm-cc/tsconfig.json +2 -2
  3. package/dist/cjs/client/getOrgIdForCloudIdFromAGG.js +1 -1
  4. package/dist/cjs/client/getTeamFromAGG.js +1 -1
  5. package/dist/cjs/components/User/ProfileCardDetails.js +1 -1
  6. package/dist/cjs/components/User/ProfileCardTrigger.compiled.css +1 -0
  7. package/dist/cjs/components/User/ProfileCardTrigger.js +90 -3
  8. package/dist/cjs/i18n/cs.js +1 -0
  9. package/dist/cjs/i18n/da.js +1 -0
  10. package/dist/cjs/i18n/de.js +1 -0
  11. package/dist/cjs/i18n/es.js +1 -0
  12. package/dist/cjs/i18n/fi.js +1 -0
  13. package/dist/cjs/i18n/fr.js +1 -0
  14. package/dist/cjs/i18n/hr.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/sl.js +1 -0
  25. package/dist/cjs/i18n/sr_RS.js +1 -0
  26. package/dist/cjs/i18n/sr_YR.js +1 -0
  27. package/dist/cjs/i18n/sv.js +1 -0
  28. package/dist/cjs/i18n/th.js +1 -0
  29. package/dist/cjs/i18n/tr.js +1 -0
  30. package/dist/cjs/i18n/uk.js +1 -0
  31. package/dist/cjs/i18n/vi.js +1 -0
  32. package/dist/cjs/i18n/zh.js +1 -0
  33. package/dist/cjs/i18n/zh_TW.js +1 -0
  34. package/dist/cjs/styled/Card.compiled.css +2 -0
  35. package/dist/cjs/styled/Card.js +10 -3
  36. package/dist/cjs/util/analytics.js +1 -1
  37. package/dist/es2019/client/getOrgIdForCloudIdFromAGG.js +1 -1
  38. package/dist/es2019/client/getTeamFromAGG.js +1 -1
  39. package/dist/es2019/components/User/ProfileCardDetails.js +1 -1
  40. package/dist/es2019/components/User/ProfileCardTrigger.compiled.css +1 -0
  41. package/dist/es2019/components/User/ProfileCardTrigger.js +87 -0
  42. package/dist/es2019/i18n/cs.js +1 -0
  43. package/dist/es2019/i18n/da.js +1 -0
  44. package/dist/es2019/i18n/de.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/hr.js +1 -0
  49. package/dist/es2019/i18n/hu.js +1 -0
  50. package/dist/es2019/i18n/it.js +1 -0
  51. package/dist/es2019/i18n/ja.js +1 -0
  52. package/dist/es2019/i18n/ko.js +1 -0
  53. package/dist/es2019/i18n/nb.js +1 -0
  54. package/dist/es2019/i18n/nl.js +1 -0
  55. package/dist/es2019/i18n/pl.js +1 -0
  56. package/dist/es2019/i18n/pt_BR.js +1 -0
  57. package/dist/es2019/i18n/ru.js +1 -0
  58. package/dist/es2019/i18n/sl.js +1 -0
  59. package/dist/es2019/i18n/sr_RS.js +1 -0
  60. package/dist/es2019/i18n/sr_YR.js +1 -0
  61. package/dist/es2019/i18n/sv.js +1 -0
  62. package/dist/es2019/i18n/th.js +1 -0
  63. package/dist/es2019/i18n/tr.js +1 -0
  64. package/dist/es2019/i18n/uk.js +1 -0
  65. package/dist/es2019/i18n/vi.js +1 -0
  66. package/dist/es2019/i18n/zh.js +1 -0
  67. package/dist/es2019/i18n/zh_TW.js +1 -0
  68. package/dist/es2019/styled/Card.compiled.css +2 -0
  69. package/dist/es2019/styled/Card.js +10 -3
  70. package/dist/es2019/util/analytics.js +1 -1
  71. package/dist/esm/client/getOrgIdForCloudIdFromAGG.js +1 -1
  72. package/dist/esm/client/getTeamFromAGG.js +1 -1
  73. package/dist/esm/components/User/ProfileCardDetails.js +1 -1
  74. package/dist/esm/components/User/ProfileCardTrigger.compiled.css +1 -0
  75. package/dist/esm/components/User/ProfileCardTrigger.js +90 -3
  76. package/dist/esm/i18n/cs.js +1 -0
  77. package/dist/esm/i18n/da.js +1 -0
  78. package/dist/esm/i18n/de.js +1 -0
  79. package/dist/esm/i18n/es.js +1 -0
  80. package/dist/esm/i18n/fi.js +1 -0
  81. package/dist/esm/i18n/fr.js +1 -0
  82. package/dist/esm/i18n/hr.js +1 -0
  83. package/dist/esm/i18n/hu.js +1 -0
  84. package/dist/esm/i18n/it.js +1 -0
  85. package/dist/esm/i18n/ja.js +1 -0
  86. package/dist/esm/i18n/ko.js +1 -0
  87. package/dist/esm/i18n/nb.js +1 -0
  88. package/dist/esm/i18n/nl.js +1 -0
  89. package/dist/esm/i18n/pl.js +1 -0
  90. package/dist/esm/i18n/pt_BR.js +1 -0
  91. package/dist/esm/i18n/ru.js +1 -0
  92. package/dist/esm/i18n/sl.js +1 -0
  93. package/dist/esm/i18n/sr_RS.js +1 -0
  94. package/dist/esm/i18n/sr_YR.js +1 -0
  95. package/dist/esm/i18n/sv.js +1 -0
  96. package/dist/esm/i18n/th.js +1 -0
  97. package/dist/esm/i18n/tr.js +1 -0
  98. package/dist/esm/i18n/uk.js +1 -0
  99. package/dist/esm/i18n/vi.js +1 -0
  100. package/dist/esm/i18n/zh.js +1 -0
  101. package/dist/esm/i18n/zh_TW.js +1 -0
  102. package/dist/esm/styled/Card.compiled.css +2 -0
  103. package/dist/esm/styled/Card.js +10 -3
  104. package/dist/esm/util/analytics.js +1 -1
  105. package/dist/types/i18n/cs.d.ts +1 -0
  106. package/dist/types/i18n/da.d.ts +1 -0
  107. package/dist/types/i18n/de.d.ts +1 -0
  108. package/dist/types/i18n/es.d.ts +1 -0
  109. package/dist/types/i18n/fi.d.ts +1 -0
  110. package/dist/types/i18n/fr.d.ts +1 -0
  111. package/dist/types/i18n/hr.d.ts +1 -0
  112. package/dist/types/i18n/hu.d.ts +1 -0
  113. package/dist/types/i18n/it.d.ts +1 -0
  114. package/dist/types/i18n/ja.d.ts +1 -0
  115. package/dist/types/i18n/ko.d.ts +1 -0
  116. package/dist/types/i18n/nb.d.ts +1 -0
  117. package/dist/types/i18n/nl.d.ts +1 -0
  118. package/dist/types/i18n/pl.d.ts +1 -0
  119. package/dist/types/i18n/pt_BR.d.ts +1 -0
  120. package/dist/types/i18n/ru.d.ts +1 -0
  121. package/dist/types/i18n/sl.d.ts +1 -0
  122. package/dist/types/i18n/sr_RS.d.ts +1 -0
  123. package/dist/types/i18n/sr_YR.d.ts +1 -0
  124. package/dist/types/i18n/sv.d.ts +1 -0
  125. package/dist/types/i18n/th.d.ts +1 -0
  126. package/dist/types/i18n/tr.d.ts +1 -0
  127. package/dist/types/i18n/uk.d.ts +1 -0
  128. package/dist/types/i18n/vi.d.ts +1 -0
  129. package/dist/types/i18n/zh.d.ts +1 -0
  130. package/dist/types/i18n/zh_TW.d.ts +1 -0
  131. package/dist/types-ts4.5/i18n/cs.d.ts +1 -0
  132. package/dist/types-ts4.5/i18n/da.d.ts +1 -0
  133. package/dist/types-ts4.5/i18n/de.d.ts +1 -0
  134. package/dist/types-ts4.5/i18n/es.d.ts +1 -0
  135. package/dist/types-ts4.5/i18n/fi.d.ts +1 -0
  136. package/dist/types-ts4.5/i18n/fr.d.ts +1 -0
  137. package/dist/types-ts4.5/i18n/hr.d.ts +1 -0
  138. package/dist/types-ts4.5/i18n/hu.d.ts +1 -0
  139. package/dist/types-ts4.5/i18n/it.d.ts +1 -0
  140. package/dist/types-ts4.5/i18n/ja.d.ts +1 -0
  141. package/dist/types-ts4.5/i18n/ko.d.ts +1 -0
  142. package/dist/types-ts4.5/i18n/nb.d.ts +1 -0
  143. package/dist/types-ts4.5/i18n/nl.d.ts +1 -0
  144. package/dist/types-ts4.5/i18n/pl.d.ts +1 -0
  145. package/dist/types-ts4.5/i18n/pt_BR.d.ts +1 -0
  146. package/dist/types-ts4.5/i18n/ru.d.ts +1 -0
  147. package/dist/types-ts4.5/i18n/sl.d.ts +1 -0
  148. package/dist/types-ts4.5/i18n/sr_RS.d.ts +1 -0
  149. package/dist/types-ts4.5/i18n/sr_YR.d.ts +1 -0
  150. package/dist/types-ts4.5/i18n/sv.d.ts +1 -0
  151. package/dist/types-ts4.5/i18n/th.d.ts +1 -0
  152. package/dist/types-ts4.5/i18n/tr.d.ts +1 -0
  153. package/dist/types-ts4.5/i18n/uk.d.ts +1 -0
  154. package/dist/types-ts4.5/i18n/vi.d.ts +1 -0
  155. package/dist/types-ts4.5/i18n/zh.d.ts +1 -0
  156. package/dist/types-ts4.5/i18n/zh_TW.d.ts +1 -0
  157. package/package.json +4 -1
@@ -46,6 +46,7 @@ declare const _default: {
46
46
  'pt.profile-card.inactive.account.has.date.this.week': string;
47
47
  'pt.profile-card.inactive.account.no.date': string;
48
48
  'pt.profile-card.more-icon-label': string;
49
+ 'pt.profile-card.more-icon-label-with-name': string;
49
50
  'pt.team-profile-card.aria-label': string;
50
51
  'pt.team-profile-card.directReports.heading': string;
51
52
  'pt.team-profile-card.error.refresh-button': string;
@@ -46,6 +46,7 @@ declare const _default: {
46
46
  'pt.profile-card.inactive.account.has.date.this.week': string;
47
47
  'pt.profile-card.inactive.account.no.date': string;
48
48
  'pt.profile-card.more-icon-label': string;
49
+ 'pt.profile-card.more-icon-label-with-name': string;
49
50
  'pt.team-profile-card.aria-label': string;
50
51
  'pt.team-profile-card.directReports.heading': string;
51
52
  'pt.team-profile-card.error.refresh-button': string;
@@ -46,6 +46,7 @@ declare const _default: {
46
46
  'pt.profile-card.inactive.account.has.date.this.week': string;
47
47
  'pt.profile-card.inactive.account.no.date': string;
48
48
  'pt.profile-card.more-icon-label': string;
49
+ 'pt.profile-card.more-icon-label-with-name': string;
49
50
  'pt.team-profile-card.aria-label': string;
50
51
  'pt.team-profile-card.directReports.heading': string;
51
52
  'pt.team-profile-card.error.refresh-button': string;
@@ -46,6 +46,7 @@ declare const _default: {
46
46
  'pt.profile-card.inactive.account.has.date.this.week': string;
47
47
  'pt.profile-card.inactive.account.no.date': string;
48
48
  'pt.profile-card.more-icon-label': string;
49
+ 'pt.profile-card.more-icon-label-with-name': string;
49
50
  'pt.team-profile-card.aria-label': string;
50
51
  'pt.team-profile-card.directReports.heading': string;
51
52
  'pt.team-profile-card.error.refresh-button': string;
@@ -46,6 +46,7 @@ declare const _default: {
46
46
  'pt.profile-card.inactive.account.has.date.this.week': string;
47
47
  'pt.profile-card.inactive.account.no.date': string;
48
48
  'pt.profile-card.more-icon-label': string;
49
+ 'pt.profile-card.more-icon-label-with-name': string;
49
50
  'pt.team-profile-card.aria-label': string;
50
51
  'pt.team-profile-card.directReports.heading': string;
51
52
  'pt.team-profile-card.error.refresh-button': string;
@@ -46,6 +46,7 @@ declare const _default: {
46
46
  'pt.profile-card.inactive.account.has.date.this.week': string;
47
47
  'pt.profile-card.inactive.account.no.date': string;
48
48
  'pt.profile-card.more-icon-label': string;
49
+ 'pt.profile-card.more-icon-label-with-name': string;
49
50
  'pt.team-profile-card.aria-label': string;
50
51
  'pt.team-profile-card.directReports.heading': string;
51
52
  'pt.team-profile-card.error.refresh-button': string;
@@ -46,6 +46,7 @@ declare const _default: {
46
46
  'pt.profile-card.inactive.account.has.date.this.week': string;
47
47
  'pt.profile-card.inactive.account.no.date': string;
48
48
  'pt.profile-card.more-icon-label': string;
49
+ 'pt.profile-card.more-icon-label-with-name': string;
49
50
  'pt.team-profile-card.aria-label': string;
50
51
  'pt.team-profile-card.directReports.heading': string;
51
52
  'pt.team-profile-card.error.refresh-button': string;
@@ -46,6 +46,7 @@ declare const _default: {
46
46
  'pt.profile-card.inactive.account.has.date.this.week': string;
47
47
  'pt.profile-card.inactive.account.no.date': string;
48
48
  'pt.profile-card.more-icon-label': string;
49
+ 'pt.profile-card.more-icon-label-with-name': string;
49
50
  'pt.team-profile-card.aria-label': string;
50
51
  'pt.team-profile-card.directReports.heading': string;
51
52
  'pt.team-profile-card.error.refresh-button': string;
@@ -46,6 +46,7 @@ declare const _default: {
46
46
  'pt.profile-card.inactive.account.has.date.this.week': string;
47
47
  'pt.profile-card.inactive.account.no.date': string;
48
48
  'pt.profile-card.more-icon-label': string;
49
+ 'pt.profile-card.more-icon-label-with-name': string;
49
50
  'pt.team-profile-card.aria-label': string;
50
51
  'pt.team-profile-card.directReports.heading': string;
51
52
  'pt.team-profile-card.error.refresh-button': string;
@@ -46,6 +46,7 @@ declare const _default: {
46
46
  'pt.profile-card.inactive.account.has.date.this.week': string;
47
47
  'pt.profile-card.inactive.account.no.date': string;
48
48
  'pt.profile-card.more-icon-label': string;
49
+ 'pt.profile-card.more-icon-label-with-name': string;
49
50
  'pt.team-profile-card.aria-label': string;
50
51
  'pt.team-profile-card.directReports.heading': string;
51
52
  'pt.team-profile-card.error.refresh-button': string;
@@ -46,6 +46,7 @@ declare const _default: {
46
46
  'pt.profile-card.inactive.account.has.date.this.week': string;
47
47
  'pt.profile-card.inactive.account.no.date': string;
48
48
  'pt.profile-card.more-icon-label': string;
49
+ 'pt.profile-card.more-icon-label-with-name': string;
49
50
  'pt.team-profile-card.aria-label': string;
50
51
  'pt.team-profile-card.directReports.heading': string;
51
52
  'pt.team-profile-card.error.refresh-button': string;
@@ -46,6 +46,7 @@ declare const _default: {
46
46
  'pt.profile-card.inactive.account.has.date.this.week': string;
47
47
  'pt.profile-card.inactive.account.no.date': string;
48
48
  'pt.profile-card.more-icon-label': string;
49
+ 'pt.profile-card.more-icon-label-with-name': string;
49
50
  'pt.team-profile-card.aria-label': string;
50
51
  'pt.team-profile-card.directReports.heading': string;
51
52
  'pt.team-profile-card.error.refresh-button': string;
@@ -46,6 +46,7 @@ declare const _default: {
46
46
  'pt.profile-card.inactive.account.has.date.this.week': string;
47
47
  'pt.profile-card.inactive.account.no.date': string;
48
48
  'pt.profile-card.more-icon-label': string;
49
+ 'pt.profile-card.more-icon-label-with-name': string;
49
50
  'pt.team-profile-card.aria-label': string;
50
51
  'pt.team-profile-card.directReports.heading': string;
51
52
  'pt.team-profile-card.error.refresh-button': string;
@@ -46,6 +46,7 @@ declare const _default: {
46
46
  'pt.profile-card.inactive.account.has.date.this.week': string;
47
47
  'pt.profile-card.inactive.account.no.date': string;
48
48
  'pt.profile-card.more-icon-label': string;
49
+ 'pt.profile-card.more-icon-label-with-name': string;
49
50
  'pt.team-profile-card.aria-label': string;
50
51
  'pt.team-profile-card.directReports.heading': string;
51
52
  'pt.team-profile-card.error.refresh-button': string;
@@ -46,6 +46,7 @@ declare const _default: {
46
46
  'pt.profile-card.inactive.account.has.date.this.week': string;
47
47
  'pt.profile-card.inactive.account.no.date': string;
48
48
  'pt.profile-card.more-icon-label': string;
49
+ 'pt.profile-card.more-icon-label-with-name': string;
49
50
  'pt.team-profile-card.aria-label': string;
50
51
  'pt.team-profile-card.directReports.heading': string;
51
52
  'pt.team-profile-card.error.refresh-button': string;
@@ -46,6 +46,7 @@ declare const _default: {
46
46
  'pt.profile-card.inactive.account.has.date.this.week': string;
47
47
  'pt.profile-card.inactive.account.no.date': string;
48
48
  'pt.profile-card.more-icon-label': string;
49
+ 'pt.profile-card.more-icon-label-with-name': string;
49
50
  'pt.team-profile-card.aria-label': string;
50
51
  'pt.team-profile-card.directReports.heading': string;
51
52
  'pt.team-profile-card.error.refresh-button': string;
@@ -46,6 +46,7 @@ declare const _default: {
46
46
  'pt.profile-card.inactive.account.has.date.this.week': string;
47
47
  'pt.profile-card.inactive.account.no.date': string;
48
48
  'pt.profile-card.more-icon-label': string;
49
+ 'pt.profile-card.more-icon-label-with-name': string;
49
50
  'pt.team-profile-card.aria-label': string;
50
51
  'pt.team-profile-card.directReports.heading': string;
51
52
  'pt.team-profile-card.error.refresh-button': string;
@@ -46,6 +46,7 @@ declare const _default: {
46
46
  'pt.profile-card.inactive.account.has.date.this.week': string;
47
47
  'pt.profile-card.inactive.account.no.date': string;
48
48
  'pt.profile-card.more-icon-label': string;
49
+ 'pt.profile-card.more-icon-label-with-name': string;
49
50
  'pt.team-profile-card.aria-label': string;
50
51
  'pt.team-profile-card.directReports.heading': string;
51
52
  'pt.team-profile-card.error.refresh-button': string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/profilecard",
3
- "version": "24.6.0",
3
+ "version": "24.7.0",
4
4
  "description": "A React component to display a card with user information.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -179,6 +179,9 @@
179
179
  },
180
180
  "jfp_a11y_team_profile_card_actions_label": {
181
181
  "type": "boolean"
182
+ },
183
+ "enable_absolute_positioning_profile_card": {
184
+ "type": "boolean"
182
185
  }
183
186
  },
184
187
  "sideEffects": [