@atlaskit/profilecard 17.1.1 → 17.2.1

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 (102) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/client/package.json +8 -1
  3. package/dist/cjs/mocks/mock-profile-client.js +5 -0
  4. package/dist/cjs/util/analytics.js +1 -1
  5. package/dist/cjs/version.json +1 -1
  6. package/dist/es2019/mocks/mock-profile-client.js +4 -0
  7. package/dist/es2019/util/analytics.js +1 -1
  8. package/dist/es2019/version.json +1 -1
  9. package/dist/esm/mocks/mock-profile-client.js +5 -0
  10. package/dist/esm/util/analytics.js +1 -1
  11. package/dist/esm/version.json +1 -1
  12. package/dist/types-ts4.0/client/CachingClient.d.ts +18 -0
  13. package/dist/types-ts4.0/client/ProfileCardClient.d.ts +18 -0
  14. package/dist/types-ts4.0/client/TeamCentralCardClient.d.ts +31 -0
  15. package/dist/types-ts4.0/client/TeamProfileCardClient.d.ts +10 -0
  16. package/dist/types-ts4.0/client/UserProfileCardClient.d.ts +18 -0
  17. package/dist/types-ts4.0/client/errorUtils.d.ts +6 -0
  18. package/dist/types-ts4.0/client/getTeamFromAGG.d.ts +28 -0
  19. package/dist/types-ts4.0/client/graphqlUtils.d.ts +16 -0
  20. package/dist/types-ts4.0/client/index.d.ts +6 -0
  21. package/dist/types-ts4.0/components/Error/ErrorBoundary.d.ts +10 -0
  22. package/dist/types-ts4.0/components/Error/ErrorIllustration.d.ts +2 -0
  23. package/dist/types-ts4.0/components/Error/ErrorMessage.d.ts +10 -0
  24. package/dist/types-ts4.0/components/Error/index.d.ts +3 -0
  25. package/dist/types-ts4.0/components/Icon/IconLabel.d.ts +12 -0
  26. package/dist/types-ts4.0/components/Icon/index.d.ts +1 -0
  27. package/dist/types-ts4.0/components/Team/TeamLoadingState.d.ts +6 -0
  28. package/dist/types-ts4.0/components/Team/TeamProfileCard.d.ts +4 -0
  29. package/dist/types-ts4.0/components/Team/TeamProfileCardTrigger.d.ts +50 -0
  30. package/dist/types-ts4.0/components/Team/index.d.ts +4 -0
  31. package/dist/types-ts4.0/components/Team/lazyTeamProfileCard.d.ts +2 -0
  32. package/dist/types-ts4.0/components/User/OverflowProfileCardButtons.d.ts +9 -0
  33. package/dist/types-ts4.0/components/User/ProfileCard.d.ts +5 -0
  34. package/dist/types-ts4.0/components/User/ProfileCardDetails.d.ts +3 -0
  35. package/dist/types-ts4.0/components/User/ProfileCardResourced.d.ts +22 -0
  36. package/dist/types-ts4.0/components/User/ProfileCardTrigger.d.ts +4 -0
  37. package/dist/types-ts4.0/components/User/ReportingLinesDetails.d.ts +5 -0
  38. package/dist/types-ts4.0/components/User/UserLoadingState.d.ts +7 -0
  39. package/dist/types-ts4.0/components/User/index.d.ts +4 -0
  40. package/dist/types-ts4.0/components/User/lazyProfileCard.d.ts +2 -0
  41. package/dist/types-ts4.0/i18n/cs.d.ts +38 -0
  42. package/dist/types-ts4.0/i18n/da.d.ts +38 -0
  43. package/dist/types-ts4.0/i18n/de.d.ts +38 -0
  44. package/dist/types-ts4.0/i18n/en.d.ts +39 -0
  45. package/dist/types-ts4.0/i18n/en_GB.d.ts +39 -0
  46. package/dist/types-ts4.0/i18n/en_ZZ.d.ts +39 -0
  47. package/dist/types-ts4.0/i18n/es.d.ts +38 -0
  48. package/dist/types-ts4.0/i18n/et.d.ts +27 -0
  49. package/dist/types-ts4.0/i18n/fi.d.ts +38 -0
  50. package/dist/types-ts4.0/i18n/fr.d.ts +38 -0
  51. package/dist/types-ts4.0/i18n/hu.d.ts +38 -0
  52. package/dist/types-ts4.0/i18n/index.d.ts +36 -0
  53. package/dist/types-ts4.0/i18n/is.d.ts +27 -0
  54. package/dist/types-ts4.0/i18n/it.d.ts +38 -0
  55. package/dist/types-ts4.0/i18n/ja.d.ts +38 -0
  56. package/dist/types-ts4.0/i18n/ko.d.ts +38 -0
  57. package/dist/types-ts4.0/i18n/languages.d.ts +33 -0
  58. package/dist/types-ts4.0/i18n/nb.d.ts +38 -0
  59. package/dist/types-ts4.0/i18n/nl.d.ts +38 -0
  60. package/dist/types-ts4.0/i18n/pl.d.ts +38 -0
  61. package/dist/types-ts4.0/i18n/pt_BR.d.ts +38 -0
  62. package/dist/types-ts4.0/i18n/pt_PT.d.ts +27 -0
  63. package/dist/types-ts4.0/i18n/ro.d.ts +27 -0
  64. package/dist/types-ts4.0/i18n/ru.d.ts +38 -0
  65. package/dist/types-ts4.0/i18n/sk.d.ts +27 -0
  66. package/dist/types-ts4.0/i18n/sv.d.ts +38 -0
  67. package/dist/types-ts4.0/i18n/th.d.ts +38 -0
  68. package/dist/types-ts4.0/i18n/tr.d.ts +38 -0
  69. package/dist/types-ts4.0/i18n/uk.d.ts +38 -0
  70. package/dist/types-ts4.0/i18n/vi.d.ts +38 -0
  71. package/dist/types-ts4.0/i18n/zh.d.ts +38 -0
  72. package/dist/types-ts4.0/i18n/zh_TW.d.ts +38 -0
  73. package/dist/types-ts4.0/index.d.ts +18 -0
  74. package/dist/types-ts4.0/internal/filterActions.d.ts +3 -0
  75. package/dist/types-ts4.0/internal/relative-date.d.ts +3 -0
  76. package/dist/types-ts4.0/messages.d.ts +153 -0
  77. package/dist/types-ts4.0/mocks/index.d.ts +4 -0
  78. package/dist/types-ts4.0/mocks/mock-profile-client.d.ts +1 -0
  79. package/dist/types-ts4.0/mocks/mock-team-client.d.ts +7 -0
  80. package/dist/types-ts4.0/mocks/profile-data.d.ts +41 -0
  81. package/dist/types-ts4.0/mocks/reporting-lines-data.d.ts +2 -0
  82. package/dist/types-ts4.0/mocks/simple-mock-clients.d.ts +14 -0
  83. package/dist/types-ts4.0/mocks/team-data.d.ts +7 -0
  84. package/dist/types-ts4.0/mocks/util.d.ts +6 -0
  85. package/dist/types-ts4.0/styled/Card.d.ts +31 -0
  86. package/dist/types-ts4.0/styled/Error.d.ts +6 -0
  87. package/dist/types-ts4.0/styled/ReportingLines.d.ts +6 -0
  88. package/dist/types-ts4.0/styled/TeamCard.d.ts +20 -0
  89. package/dist/types-ts4.0/styled/constants.d.ts +14 -0
  90. package/dist/types-ts4.0/types.d.ts +355 -0
  91. package/dist/types-ts4.0/util/analytics.d.ts +58 -0
  92. package/dist/types-ts4.0/util/click.d.ts +4 -0
  93. package/dist/types-ts4.0/util/config.d.ts +2 -0
  94. package/dist/types-ts4.0/util/performance.d.ts +1 -0
  95. package/dist/types-ts4.0/util/withOuterListeners.d.ts +6 -0
  96. package/messages/package.json +8 -1
  97. package/mocks/package.json +8 -1
  98. package/package.json +9 -2
  99. package/report.api.md +364 -291
  100. package/team/package.json +8 -1
  101. package/types/package.json +8 -1
  102. package/user/package.json +8 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/profilecard",
3
- "version": "17.1.1",
3
+ "version": "17.2.1",
4
4
  "description": "A React component to display a card with user information.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -12,6 +12,13 @@
12
12
  "module": "dist/esm/index.js",
13
13
  "module:es2019": "dist/es2019/index.js",
14
14
  "types": "dist/types/index.d.ts",
15
+ "typesVersions": {
16
+ ">=4.0 <4.5": {
17
+ "*": [
18
+ "dist/types-ts4.0/*"
19
+ ]
20
+ }
21
+ },
15
22
  "atlaskit:src": "src/index.ts",
16
23
  "atlassian": {
17
24
  "team": "People and Teams Collective",
@@ -77,7 +84,7 @@
77
84
  "loader-utils": "^1.1.0",
78
85
  "react-router-dom": "^4.2.2",
79
86
  "sinon": "^2.2.0",
80
- "typescript": "4.3.5",
87
+ "typescript": "4.5.5",
81
88
  "uid": "^0.0.2"
82
89
  },
83
90
  "keywords": [