@atlaskit/profilecard 24.49.12 → 25.0.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.
- package/CHANGELOG.md +26 -0
- package/dist/cjs/client/getOrgIdForCloudIdFromAGG.js +1 -1
- package/dist/cjs/client/getTeamFromAGG.js +1 -1
- package/dist/cjs/components/Agent/Actions.js +3 -3
- package/dist/cjs/components/Agent/AgentDeleteConfirmationModal.js +3 -3
- package/dist/cjs/components/Agent/AgentProfileCard.js +2 -2
- package/dist/cjs/components/Agent/messages.js +2 -2
- package/dist/cjs/components/Error/ErrorMessage.js +5 -5
- package/dist/cjs/components/Team/TeamForbiddenErrorState.js +2 -2
- package/dist/cjs/components/Team/TeamProfileCard.js +8 -10
- package/dist/cjs/components/Team/TeamProfileCardTrigger.js +4 -4
- package/dist/cjs/components/User/OverflowProfileCardButtons.js +2 -2
- package/dist/cjs/components/User/ProfileCard.js +3 -3
- package/dist/cjs/components/User/ProfileCardDetails.js +7 -7
- package/dist/cjs/components/User/ProfileCardTrigger.js +2 -6
- package/dist/cjs/components/User/ReportingLinesDetails.js +4 -4
- package/dist/cjs/components/team-profile-card/main.js +5 -5
- package/dist/cjs/components/team-profile-card/team-actions/index.js +2 -2
- package/dist/cjs/components/team-profile-card/team-actions/messages.js +2 -2
- package/dist/cjs/components/team-profile-card/team-actions/more-actions/index.js +2 -2
- package/dist/cjs/components/team-profile-card/team-actions/more-actions/messages.js +2 -2
- package/dist/cjs/internal/getLabelMessage.js +2 -2
- package/dist/cjs/messages.js +2 -2
- package/dist/cjs/util/analytics.js +2 -2
- package/dist/es2019/client/getOrgIdForCloudIdFromAGG.js +1 -1
- package/dist/es2019/client/getTeamFromAGG.js +1 -1
- package/dist/es2019/components/Agent/Actions.js +1 -1
- package/dist/es2019/components/Agent/AgentDeleteConfirmationModal.js +1 -1
- package/dist/es2019/components/Agent/AgentProfileCard.js +1 -1
- package/dist/es2019/components/Agent/messages.js +1 -1
- package/dist/es2019/components/Error/ErrorMessage.js +1 -1
- package/dist/es2019/components/Team/TeamForbiddenErrorState.js +1 -1
- package/dist/es2019/components/Team/TeamProfileCard.js +2 -4
- package/dist/es2019/components/Team/TeamProfileCardTrigger.js +2 -2
- package/dist/es2019/components/User/OverflowProfileCardButtons.js +1 -1
- package/dist/es2019/components/User/ProfileCard.js +1 -1
- package/dist/es2019/components/User/ProfileCardDetails.js +1 -1
- package/dist/es2019/components/User/ProfileCardTrigger.js +1 -5
- package/dist/es2019/components/User/ReportingLinesDetails.js +1 -1
- package/dist/es2019/components/team-profile-card/main.js +1 -1
- package/dist/es2019/components/team-profile-card/team-actions/index.js +1 -1
- package/dist/es2019/components/team-profile-card/team-actions/messages.js +1 -1
- package/dist/es2019/components/team-profile-card/team-actions/more-actions/index.js +1 -1
- package/dist/es2019/components/team-profile-card/team-actions/more-actions/messages.js +1 -1
- package/dist/es2019/internal/getLabelMessage.js +1 -1
- package/dist/es2019/messages.js +1 -1
- package/dist/es2019/util/analytics.js +2 -2
- package/dist/esm/client/getOrgIdForCloudIdFromAGG.js +1 -1
- package/dist/esm/client/getTeamFromAGG.js +1 -1
- package/dist/esm/components/Agent/Actions.js +1 -1
- package/dist/esm/components/Agent/AgentDeleteConfirmationModal.js +1 -1
- package/dist/esm/components/Agent/AgentProfileCard.js +1 -1
- package/dist/esm/components/Agent/messages.js +1 -1
- package/dist/esm/components/Error/ErrorMessage.js +1 -1
- package/dist/esm/components/Team/TeamForbiddenErrorState.js +1 -1
- package/dist/esm/components/Team/TeamProfileCard.js +2 -4
- package/dist/esm/components/Team/TeamProfileCardTrigger.js +2 -2
- package/dist/esm/components/User/OverflowProfileCardButtons.js +1 -1
- package/dist/esm/components/User/ProfileCard.js +1 -1
- package/dist/esm/components/User/ProfileCardDetails.js +1 -1
- package/dist/esm/components/User/ProfileCardTrigger.js +1 -5
- package/dist/esm/components/User/ReportingLinesDetails.js +1 -1
- package/dist/esm/components/team-profile-card/main.js +1 -1
- package/dist/esm/components/team-profile-card/team-actions/index.js +1 -1
- package/dist/esm/components/team-profile-card/team-actions/messages.js +1 -1
- package/dist/esm/components/team-profile-card/team-actions/more-actions/index.js +1 -1
- package/dist/esm/components/team-profile-card/team-actions/more-actions/messages.js +1 -1
- package/dist/esm/internal/getLabelMessage.js +1 -1
- package/dist/esm/messages.js +1 -1
- package/dist/esm/util/analytics.js +2 -2
- package/dist/types/components/Team/TeamProfileCardTrigger.d.ts +1 -1
- package/dist/types/internal/getLabelMessage.d.ts +1 -1
- package/dist/types/types.d.ts +1 -1
- package/dist/types-ts4.5/components/Team/TeamProfileCardTrigger.d.ts +1 -1
- package/dist/types-ts4.5/internal/getLabelMessage.d.ts +1 -1
- package/dist/types-ts4.5/types.d.ts +1 -1
- package/package.json +12 -14
- package/report.api.md +1 -1
- package/stories/agent-profilecard.stories.tsx +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/profilecard",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "25.0.1",
|
|
4
4
|
"description": "A React component to display a card with user information.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -46,15 +46,15 @@
|
|
|
46
46
|
"@atlaskit/button": "^23.11.0",
|
|
47
47
|
"@atlaskit/css": "^0.19.0",
|
|
48
48
|
"@atlaskit/dropdown-menu": "^16.8.0",
|
|
49
|
-
"@atlaskit/empty-state": "^10.
|
|
49
|
+
"@atlaskit/empty-state": "^10.2.0",
|
|
50
50
|
"@atlaskit/give-kudos": "^5.1.0",
|
|
51
51
|
"@atlaskit/heading": "^5.4.0",
|
|
52
|
-
"@atlaskit/icon": "^34.
|
|
52
|
+
"@atlaskit/icon": "^34.2.0",
|
|
53
53
|
"@atlaskit/link": "3.4.2",
|
|
54
54
|
"@atlaskit/lozenge": "^13.7.0",
|
|
55
|
-
"@atlaskit/menu": "^8.
|
|
55
|
+
"@atlaskit/menu": "^8.5.0",
|
|
56
56
|
"@atlaskit/modal-dialog": "^14.15.0",
|
|
57
|
-
"@atlaskit/people-teams-ui-public": "^
|
|
57
|
+
"@atlaskit/people-teams-ui-public": "^4.0.0",
|
|
58
58
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
59
59
|
"@atlaskit/popup": "^4.16.0",
|
|
60
60
|
"@atlaskit/primitives": "^19.0.0",
|
|
@@ -65,9 +65,9 @@
|
|
|
65
65
|
"@atlaskit/teams-app-internal-analytics": "^1.27.0",
|
|
66
66
|
"@atlaskit/teams-app-internal-navigation": "^1.8.0",
|
|
67
67
|
"@atlaskit/teams-avatar": "^2.5.0",
|
|
68
|
-
"@atlaskit/teams-public": "^0.
|
|
69
|
-
"@atlaskit/theme": "^23.
|
|
70
|
-
"@atlaskit/tmp-editor-statsig": "^62.
|
|
68
|
+
"@atlaskit/teams-public": "^1.0.0",
|
|
69
|
+
"@atlaskit/theme": "^23.1.0",
|
|
70
|
+
"@atlaskit/tmp-editor-statsig": "^62.4.0",
|
|
71
71
|
"@atlaskit/tokens": "^13.0.0",
|
|
72
72
|
"@atlaskit/tooltip": "^21.1.0",
|
|
73
73
|
"@babel/runtime": "^7.0.0",
|
|
@@ -77,12 +77,12 @@
|
|
|
77
77
|
"graphql": "^15.8.0",
|
|
78
78
|
"graphql-tag": "^2.10.1",
|
|
79
79
|
"lodash": "^4.17.21",
|
|
80
|
-
"lru_map": "^0.4.1"
|
|
81
|
-
"react-intl-next": "npm:react-intl@^5.18.1"
|
|
80
|
+
"lru_map": "^0.4.1"
|
|
82
81
|
},
|
|
83
82
|
"peerDependencies": {
|
|
84
83
|
"react": "^18.2.0",
|
|
85
|
-
"react-dom": "^18.2.0"
|
|
84
|
+
"react-dom": "^18.2.0",
|
|
85
|
+
"react-intl": "^5.25.1 || ^6.0.0 || ^7.0.0"
|
|
86
86
|
},
|
|
87
87
|
"devDependencies": {
|
|
88
88
|
"@af/visual-regression": "workspace:^",
|
|
@@ -100,6 +100,7 @@
|
|
|
100
100
|
"es6-promise": "^4.0.5",
|
|
101
101
|
"fetch-mock": "^8.0.0",
|
|
102
102
|
"loader-utils": "^1.1.0",
|
|
103
|
+
"react-intl": "^6.6.2",
|
|
103
104
|
"sinon": "^2.2.0",
|
|
104
105
|
"typescript": "5.9.2",
|
|
105
106
|
"uid": "^0.0.2"
|
|
@@ -126,9 +127,6 @@
|
|
|
126
127
|
"ptc-links-migrate-atlaskit-link-button": {
|
|
127
128
|
"type": "boolean"
|
|
128
129
|
},
|
|
129
|
-
"enable_appropriate_reading_order_in_profile_card": {
|
|
130
|
-
"type": "boolean"
|
|
131
|
-
},
|
|
132
130
|
"enable_ptc_townsquare_reporting_lines_unsharded": {
|
|
133
131
|
"type": "boolean"
|
|
134
132
|
},
|
package/report.api.md
CHANGED
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
import { AnalyticsEventPayload } from '@atlaskit/analytics-next';
|
|
22
22
|
import { ComponentType } from 'react';
|
|
23
23
|
import { CreateUIAnalyticsEvent } from '@atlaskit/analytics-next';
|
|
24
|
-
import { IntlShape } from 'react-intl
|
|
24
|
+
import { IntlShape } from 'react-intl';
|
|
25
25
|
import { LRUMap } from 'lru_map';
|
|
26
26
|
import { default as React_2 } from 'react';
|
|
27
27
|
import { WithAnalyticsEventsProps } from '@atlaskit/analytics-next';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
|
|
3
3
|
import type { Meta, StoryObj } from '@storybook/react';
|
|
4
|
-
import { IntlProvider } from 'react-intl
|
|
4
|
+
import { IntlProvider } from 'react-intl';
|
|
5
5
|
|
|
6
6
|
import { withPlatformFeatureGates } from '@atlassian/feature-flags-storybook-utils';
|
|
7
7
|
import {
|