@atlaskit/profilecard 22.0.1 → 22.0.3
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.
- package/CHANGELOG.md +14 -0
- package/dist/cjs/client/UserProfileCardClient.js +8 -1
- package/dist/cjs/client/getOrgIdForCloudIdFromAGG.js +1 -1
- package/dist/cjs/client/getTeamFromAGG.js +1 -1
- package/dist/cjs/util/analytics.js +1 -1
- package/dist/es2019/client/UserProfileCardClient.js +37 -3
- package/dist/es2019/client/getOrgIdForCloudIdFromAGG.js +1 -1
- package/dist/es2019/client/getTeamFromAGG.js +1 -1
- package/dist/es2019/util/analytics.js +1 -1
- package/dist/esm/client/UserProfileCardClient.js +8 -1
- package/dist/esm/client/getOrgIdForCloudIdFromAGG.js +1 -1
- package/dist/esm/client/getTeamFromAGG.js +1 -1
- package/dist/esm/util/analytics.js +1 -1
- package/dist/types/components/Agent/Actions.d.ts +2 -2
- package/dist/types/components/Agent/AgentDeleteConfirmationModal.d.ts +2 -2
- package/dist/types/components/Agent/AgentProfileCard.d.ts +2 -2
- package/dist/types/components/Agent/AgentProfileCardResourced.d.ts +1 -1
- package/dist/types/components/Agent/AgentProfileCardTrigger.d.ts +2 -2
- package/dist/types/components/Agent/AgentProfileCardWrapper.d.ts +1 -1
- package/dist/types/components/Agent/ConversationStarters.d.ts +2 -2
- package/dist/types/components/Agent/lazyAgentProfileCard.d.ts +1 -1
- package/dist/types/components/Error/AccessLockSVG.d.ts +2 -2
- package/dist/types/components/Error/ErrorIllustration.d.ts +2 -2
- package/dist/types/components/Error/ErrorMessage.d.ts +2 -2
- package/dist/types/components/Icon/IconLabel.d.ts +1 -1
- package/dist/types/components/Team/TeamForbiddenErrorState.d.ts +2 -2
- package/dist/types/components/Team/TeamLoadingState.d.ts +2 -2
- package/dist/types/components/Team/TeamProfileCard.d.ts +2 -2
- package/dist/types/components/Team/TeamProfileCardTrigger.d.ts +5 -5
- package/dist/types/components/Team/lazyTeamProfileCard.d.ts +1 -1
- package/dist/types/components/User/OverflowProfileCardButtons.d.ts +1 -1
- package/dist/types/components/User/ProfileCard.d.ts +1 -1
- package/dist/types/components/User/ProfileCardDetails.d.ts +2 -2
- package/dist/types/components/User/ProfileCardTrigger.d.ts +2 -2
- package/dist/types/components/User/ReportingLinesDetails.d.ts +2 -2
- package/dist/types/components/User/UserLoadingState.d.ts +2 -2
- package/dist/types/components/common/LoadingState.d.ts +2 -2
- package/dist/types/components/common/ProfileCardTrigger.d.ts +2 -2
- package/dist/types/components/common/ProfileCardWrapper.d.ts +1 -1
- package/dist/types/styled/Card.d.ts +20 -20
- package/dist/types/styled/Error.d.ts +3 -3
- package/dist/types/styled/ReportingLines.d.ts +4 -4
- package/dist/types/styled/TeamCard.d.ts +15 -15
- package/dist/types-ts4.5/components/Agent/Actions.d.ts +2 -2
- package/dist/types-ts4.5/components/Agent/AgentDeleteConfirmationModal.d.ts +2 -2
- package/dist/types-ts4.5/components/Agent/AgentProfileCard.d.ts +2 -2
- package/dist/types-ts4.5/components/Agent/AgentProfileCardResourced.d.ts +1 -1
- package/dist/types-ts4.5/components/Agent/AgentProfileCardTrigger.d.ts +2 -2
- package/dist/types-ts4.5/components/Agent/AgentProfileCardWrapper.d.ts +1 -1
- package/dist/types-ts4.5/components/Agent/ConversationStarters.d.ts +2 -2
- package/dist/types-ts4.5/components/Agent/lazyAgentProfileCard.d.ts +1 -1
- package/dist/types-ts4.5/components/Error/AccessLockSVG.d.ts +2 -2
- package/dist/types-ts4.5/components/Error/ErrorIllustration.d.ts +2 -2
- package/dist/types-ts4.5/components/Error/ErrorMessage.d.ts +2 -2
- package/dist/types-ts4.5/components/Icon/IconLabel.d.ts +1 -1
- package/dist/types-ts4.5/components/Team/TeamForbiddenErrorState.d.ts +2 -2
- package/dist/types-ts4.5/components/Team/TeamLoadingState.d.ts +2 -2
- package/dist/types-ts4.5/components/Team/TeamProfileCard.d.ts +2 -2
- package/dist/types-ts4.5/components/Team/TeamProfileCardTrigger.d.ts +5 -5
- package/dist/types-ts4.5/components/Team/lazyTeamProfileCard.d.ts +1 -1
- package/dist/types-ts4.5/components/User/OverflowProfileCardButtons.d.ts +1 -1
- package/dist/types-ts4.5/components/User/ProfileCard.d.ts +1 -1
- package/dist/types-ts4.5/components/User/ProfileCardDetails.d.ts +2 -2
- package/dist/types-ts4.5/components/User/ProfileCardTrigger.d.ts +2 -2
- package/dist/types-ts4.5/components/User/ReportingLinesDetails.d.ts +2 -2
- package/dist/types-ts4.5/components/User/UserLoadingState.d.ts +2 -2
- package/dist/types-ts4.5/components/common/LoadingState.d.ts +2 -2
- package/dist/types-ts4.5/components/common/ProfileCardTrigger.d.ts +2 -2
- package/dist/types-ts4.5/components/common/ProfileCardWrapper.d.ts +1 -1
- package/dist/types-ts4.5/styled/Card.d.ts +20 -20
- package/dist/types-ts4.5/styled/Error.d.ts +3 -3
- package/dist/types-ts4.5/styled/ReportingLines.d.ts +4 -4
- package/dist/types-ts4.5/styled/TeamCard.d.ts +15 -15
- package/package.json +9 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/profilecard",
|
|
3
|
-
"version": "22.0.
|
|
3
|
+
"version": "22.0.3",
|
|
4
4
|
"description": "A React component to display a card with user information.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -54,12 +54,12 @@
|
|
|
54
54
|
"@atlaskit/atlassian-context": "^0.1.0",
|
|
55
55
|
"@atlaskit/avatar": "^21.18.0",
|
|
56
56
|
"@atlaskit/avatar-group": "^11.1.0",
|
|
57
|
-
"@atlaskit/button": "^20.
|
|
57
|
+
"@atlaskit/button": "^20.5.0",
|
|
58
58
|
"@atlaskit/dropdown-menu": "^12.26.0",
|
|
59
59
|
"@atlaskit/empty-state": "^8.2.0",
|
|
60
60
|
"@atlaskit/focus-ring": "^2.1.0",
|
|
61
61
|
"@atlaskit/give-kudos": "^3.1.0",
|
|
62
|
-
"@atlaskit/icon": "^23.
|
|
62
|
+
"@atlaskit/icon": "^23.7.0",
|
|
63
63
|
"@atlaskit/lozenge": "^11.13.0",
|
|
64
64
|
"@atlaskit/menu": "^2.14.0",
|
|
65
65
|
"@atlaskit/modal-dialog": "^12.20.0",
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"@atlaskit/rovo-agent-components": "^1.17.0",
|
|
71
71
|
"@atlaskit/rovo-triggers": "^1.5.0",
|
|
72
72
|
"@atlaskit/spinner": "^17.1.0",
|
|
73
|
-
"@atlaskit/theme": "^
|
|
73
|
+
"@atlaskit/theme": "^15.0.0",
|
|
74
74
|
"@atlaskit/tokens": "^3.3.0",
|
|
75
75
|
"@atlaskit/tooltip": "^19.1.0",
|
|
76
76
|
"@babel/runtime": "^7.0.0",
|
|
@@ -78,6 +78,8 @@
|
|
|
78
78
|
"@emotion/styled": "^11.0.0",
|
|
79
79
|
"date-fns": "^2.17.0",
|
|
80
80
|
"date-fns-tz": "^2.0.0",
|
|
81
|
+
"graphql": "^15.8.0",
|
|
82
|
+
"graphql-tag": "^2.10.1",
|
|
81
83
|
"lodash": "^4.17.21",
|
|
82
84
|
"lru_map": "^0.4.1",
|
|
83
85
|
"react-intl-next": "npm:react-intl@^5.18.1"
|
|
@@ -128,6 +130,9 @@
|
|
|
128
130
|
"enable_ptc_townsquare_reporting_lines_unsharded": {
|
|
129
131
|
"type": "boolean"
|
|
130
132
|
},
|
|
133
|
+
"platform_agg_user_query_doc_change": {
|
|
134
|
+
"type": "boolean"
|
|
135
|
+
},
|
|
131
136
|
"rovo_use_agent_permissions": {
|
|
132
137
|
"type": "boolean"
|
|
133
138
|
},
|