@atlaskit/profilecard 19.26.1 → 19.28.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.
- package/CHANGELOG.md +20 -0
- package/dist/cjs/client/RovoAgentCardClient.js +1 -1
- package/dist/cjs/client/TeamCentralCardClient.js +1 -1
- package/dist/cjs/client/TeamProfileCardClient.js +1 -1
- package/dist/cjs/client/UserProfileCardClient.js +1 -1
- package/dist/cjs/client/getTeamFromAGG.js +1 -1
- package/dist/cjs/client/index.js +1 -1
- package/dist/cjs/components/Agent/Actions.js +1 -1
- package/dist/cjs/components/Agent/AgentDeleteConfirmationModal.js +1 -1
- package/dist/cjs/components/Agent/AgentProfileCard.js +1 -1
- package/dist/cjs/components/Agent/AgentProfileCardResourced.js +1 -1
- package/dist/cjs/components/Agent/AgentProfileCardTrigger.js +2 -2
- package/dist/cjs/components/Agent/hooks/useAgentActions.js +1 -1
- package/dist/cjs/components/Agent/lazyAgentProfileCard.js +1 -1
- package/dist/cjs/components/Error/ErrorBoundary.js +1 -1
- package/dist/cjs/components/Error/ErrorMessage.js +1 -1
- package/dist/cjs/components/Icon/IconLabel.js +1 -1
- package/dist/cjs/components/Team/TeamForbiddenErrorState.js +1 -1
- package/dist/cjs/components/Team/TeamLoadingState.js +1 -1
- package/dist/cjs/components/Team/TeamProfileCard.js +1 -1
- package/dist/cjs/components/Team/TeamProfileCardTrigger.js +2 -2
- package/dist/cjs/components/Team/lazyTeamProfileCard.js +1 -1
- package/dist/cjs/components/User/OverflowProfileCardButtons.js +1 -1
- package/dist/cjs/components/User/ProfileCard.js +1 -1
- package/dist/cjs/components/User/ProfileCardResourced.js +2 -2
- package/dist/cjs/components/User/ProfileCardTrigger.js +1 -1
- package/dist/cjs/components/User/UserLoadingState.js +1 -1
- package/dist/cjs/components/User/lazyProfileCard.js +1 -1
- package/dist/cjs/components/common/LoadingState.js +1 -1
- package/dist/cjs/components/common/PopupTrigger.js +1 -1
- package/dist/cjs/components/common/ProfileCardTrigger.js +1 -1
- package/dist/cjs/i18n/cs.js +13 -0
- package/dist/cjs/i18n/da.js +13 -0
- package/dist/cjs/i18n/de.js +13 -0
- package/dist/cjs/i18n/en.js +19 -1
- package/dist/cjs/i18n/en_GB.js +19 -1
- package/dist/cjs/i18n/en_ZZ.js +19 -1
- package/dist/cjs/i18n/es.js +13 -0
- package/dist/cjs/i18n/fi.js +13 -0
- package/dist/cjs/i18n/fr.js +13 -0
- package/dist/cjs/i18n/hu.js +13 -0
- package/dist/cjs/i18n/it.js +13 -0
- package/dist/cjs/i18n/ja.js +13 -0
- package/dist/cjs/i18n/ko.js +13 -0
- package/dist/cjs/i18n/nb.js +13 -0
- package/dist/cjs/i18n/nl.js +13 -0
- package/dist/cjs/i18n/pl.js +13 -0
- package/dist/cjs/i18n/pt_BR.js +13 -0
- package/dist/cjs/i18n/ru.js +13 -0
- package/dist/cjs/i18n/sv.js +13 -0
- package/dist/cjs/i18n/th.js +13 -0
- package/dist/cjs/i18n/tr.js +13 -0
- package/dist/cjs/i18n/uk.js +13 -0
- package/dist/cjs/i18n/vi.js +13 -0
- package/dist/cjs/i18n/zh.js +13 -0
- package/dist/cjs/i18n/zh_TW.js +13 -0
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/mocks/mock-profile-client.js +1 -1
- package/dist/cjs/mocks/mock-team-client.js +1 -1
- package/dist/cjs/mocks/simple-mock-clients.js +1 -1
- package/dist/cjs/util/analytics.js +1 -1
- package/dist/cjs/util/errors.js +1 -1
- package/dist/cjs/util/withOuterListeners.js +1 -1
- package/dist/es2019/client/getTeamFromAGG.js +1 -1
- package/dist/es2019/components/Agent/AgentProfileCardTrigger.js +1 -1
- package/dist/es2019/components/Agent/hooks/useAgentActions.js +1 -1
- package/dist/es2019/i18n/cs.js +13 -0
- package/dist/es2019/i18n/da.js +13 -0
- package/dist/es2019/i18n/de.js +13 -0
- package/dist/es2019/i18n/en.js +19 -1
- package/dist/es2019/i18n/en_GB.js +19 -1
- package/dist/es2019/i18n/en_ZZ.js +19 -1
- package/dist/es2019/i18n/es.js +13 -0
- package/dist/es2019/i18n/fi.js +13 -0
- package/dist/es2019/i18n/fr.js +13 -0
- package/dist/es2019/i18n/hu.js +13 -0
- package/dist/es2019/i18n/it.js +13 -0
- package/dist/es2019/i18n/ja.js +13 -0
- package/dist/es2019/i18n/ko.js +13 -0
- package/dist/es2019/i18n/nb.js +13 -0
- package/dist/es2019/i18n/nl.js +13 -0
- package/dist/es2019/i18n/pl.js +13 -0
- package/dist/es2019/i18n/pt_BR.js +13 -0
- package/dist/es2019/i18n/ru.js +13 -0
- package/dist/es2019/i18n/sv.js +13 -0
- package/dist/es2019/i18n/th.js +13 -0
- package/dist/es2019/i18n/tr.js +13 -0
- package/dist/es2019/i18n/uk.js +13 -0
- package/dist/es2019/i18n/vi.js +13 -0
- package/dist/es2019/i18n/zh.js +13 -0
- package/dist/es2019/i18n/zh_TW.js +13 -0
- package/dist/es2019/util/analytics.js +1 -1
- package/dist/esm/client/RovoAgentCardClient.js +1 -1
- package/dist/esm/client/TeamCentralCardClient.js +1 -1
- package/dist/esm/client/TeamProfileCardClient.js +1 -1
- package/dist/esm/client/UserProfileCardClient.js +1 -1
- package/dist/esm/client/getTeamFromAGG.js +1 -1
- package/dist/esm/components/Agent/AgentProfileCardTrigger.js +1 -1
- package/dist/esm/components/Agent/hooks/useAgentActions.js +1 -1
- package/dist/esm/components/Error/ErrorBoundary.js +1 -1
- package/dist/esm/components/Icon/IconLabel.js +1 -1
- package/dist/esm/components/Team/TeamProfileCardTrigger.js +1 -1
- package/dist/esm/components/User/ProfileCardResourced.js +1 -1
- package/dist/esm/i18n/cs.js +13 -0
- package/dist/esm/i18n/da.js +13 -0
- package/dist/esm/i18n/de.js +13 -0
- package/dist/esm/i18n/en.js +19 -1
- package/dist/esm/i18n/en_GB.js +19 -1
- package/dist/esm/i18n/en_ZZ.js +19 -1
- package/dist/esm/i18n/es.js +13 -0
- package/dist/esm/i18n/fi.js +13 -0
- package/dist/esm/i18n/fr.js +13 -0
- package/dist/esm/i18n/hu.js +13 -0
- package/dist/esm/i18n/it.js +13 -0
- package/dist/esm/i18n/ja.js +13 -0
- package/dist/esm/i18n/ko.js +13 -0
- package/dist/esm/i18n/nb.js +13 -0
- package/dist/esm/i18n/nl.js +13 -0
- package/dist/esm/i18n/pl.js +13 -0
- package/dist/esm/i18n/pt_BR.js +13 -0
- package/dist/esm/i18n/ru.js +13 -0
- package/dist/esm/i18n/sv.js +13 -0
- package/dist/esm/i18n/th.js +13 -0
- package/dist/esm/i18n/tr.js +13 -0
- package/dist/esm/i18n/uk.js +13 -0
- package/dist/esm/i18n/vi.js +13 -0
- package/dist/esm/i18n/zh.js +13 -0
- package/dist/esm/i18n/zh_TW.js +13 -0
- package/dist/esm/mocks/mock-profile-client.js +1 -1
- package/dist/esm/mocks/mock-team-client.js +1 -1
- package/dist/esm/mocks/simple-mock-clients.js +1 -1
- package/dist/esm/util/analytics.js +1 -1
- package/dist/esm/util/errors.js +1 -1
- package/dist/esm/util/withOuterListeners.js +1 -1
- package/dist/types/i18n/cs.d.ts +13 -0
- package/dist/types/i18n/da.d.ts +13 -0
- package/dist/types/i18n/de.d.ts +13 -0
- package/dist/types/i18n/en.d.ts +18 -0
- package/dist/types/i18n/en_GB.d.ts +18 -0
- package/dist/types/i18n/en_ZZ.d.ts +18 -0
- package/dist/types/i18n/es.d.ts +13 -0
- package/dist/types/i18n/fi.d.ts +13 -0
- package/dist/types/i18n/fr.d.ts +13 -0
- package/dist/types/i18n/hu.d.ts +13 -0
- package/dist/types/i18n/it.d.ts +13 -0
- package/dist/types/i18n/ja.d.ts +13 -0
- package/dist/types/i18n/ko.d.ts +13 -0
- package/dist/types/i18n/nb.d.ts +13 -0
- package/dist/types/i18n/nl.d.ts +13 -0
- package/dist/types/i18n/pl.d.ts +13 -0
- package/dist/types/i18n/pt_BR.d.ts +13 -0
- package/dist/types/i18n/ru.d.ts +13 -0
- package/dist/types/i18n/sv.d.ts +13 -0
- package/dist/types/i18n/th.d.ts +13 -0
- package/dist/types/i18n/tr.d.ts +13 -0
- package/dist/types/i18n/uk.d.ts +13 -0
- package/dist/types/i18n/vi.d.ts +13 -0
- package/dist/types/i18n/zh.d.ts +13 -0
- package/dist/types/i18n/zh_TW.d.ts +13 -0
- package/dist/types-ts4.5/i18n/cs.d.ts +13 -0
- package/dist/types-ts4.5/i18n/da.d.ts +13 -0
- package/dist/types-ts4.5/i18n/de.d.ts +13 -0
- package/dist/types-ts4.5/i18n/en.d.ts +18 -0
- package/dist/types-ts4.5/i18n/en_GB.d.ts +18 -0
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +18 -0
- package/dist/types-ts4.5/i18n/es.d.ts +13 -0
- package/dist/types-ts4.5/i18n/fi.d.ts +13 -0
- package/dist/types-ts4.5/i18n/fr.d.ts +13 -0
- package/dist/types-ts4.5/i18n/hu.d.ts +13 -0
- package/dist/types-ts4.5/i18n/it.d.ts +13 -0
- package/dist/types-ts4.5/i18n/ja.d.ts +13 -0
- package/dist/types-ts4.5/i18n/ko.d.ts +13 -0
- package/dist/types-ts4.5/i18n/nb.d.ts +13 -0
- package/dist/types-ts4.5/i18n/nl.d.ts +13 -0
- package/dist/types-ts4.5/i18n/pl.d.ts +13 -0
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +13 -0
- package/dist/types-ts4.5/i18n/ru.d.ts +13 -0
- package/dist/types-ts4.5/i18n/sv.d.ts +13 -0
- package/dist/types-ts4.5/i18n/th.d.ts +13 -0
- package/dist/types-ts4.5/i18n/tr.d.ts +13 -0
- package/dist/types-ts4.5/i18n/uk.d.ts +13 -0
- package/dist/types-ts4.5/i18n/vi.d.ts +13 -0
- package/dist/types-ts4.5/i18n/zh.d.ts +13 -0
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +13 -0
- package/package.json +7 -7
|
@@ -5,6 +5,19 @@
|
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
7
|
declare const _default: {
|
|
8
|
+
'profilecard.agent-profile-card.delete-agent-error-flag-description': string;
|
|
9
|
+
'profilecard.agent-profile-card.delete-agent-error-flag-title': string;
|
|
10
|
+
'profilecard.agent-profile-card.delete-agent-success-flag-description': string;
|
|
11
|
+
'profilecard.agent-profile-card.delete-agent-success-flag-title': string;
|
|
12
|
+
'profilecard.agent-profile.agent-delete-confirm.cancel-text': string;
|
|
13
|
+
'profilecard.agent-profile.agent-delete-confirm.confirm-text': string;
|
|
14
|
+
'profilecard.agent-profile.delete-agent-confirm-body': string;
|
|
15
|
+
'profilecard.agent-profile.delete-agent-confirm-title': string;
|
|
16
|
+
'profilecard.agent-profile.delete-agent-error': string;
|
|
17
|
+
'profilecard.agent-profile.delete-agent-error.agent-in-use': string;
|
|
18
|
+
'profilecard.agent-profile.delete-agent-error.agent-not-found': string;
|
|
19
|
+
'profilecard.agent-profile.delete-agent-error.incorrect-owner': string;
|
|
20
|
+
'profilecard.agent-profile.delete-agent-success': string;
|
|
8
21
|
'profilecard.user.trigger.aria-label': string;
|
|
9
22
|
'profilecard.user.trigger.fallback-aria-label': string;
|
|
10
23
|
'pt.profile-card.closed.account': string;
|
|
@@ -5,6 +5,19 @@
|
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
7
|
declare const _default: {
|
|
8
|
+
'profilecard.agent-profile-card.delete-agent-error-flag-description': string;
|
|
9
|
+
'profilecard.agent-profile-card.delete-agent-error-flag-title': string;
|
|
10
|
+
'profilecard.agent-profile-card.delete-agent-success-flag-description': string;
|
|
11
|
+
'profilecard.agent-profile-card.delete-agent-success-flag-title': string;
|
|
12
|
+
'profilecard.agent-profile.agent-delete-confirm.cancel-text': string;
|
|
13
|
+
'profilecard.agent-profile.agent-delete-confirm.confirm-text': string;
|
|
14
|
+
'profilecard.agent-profile.delete-agent-confirm-body': string;
|
|
15
|
+
'profilecard.agent-profile.delete-agent-confirm-title': string;
|
|
16
|
+
'profilecard.agent-profile.delete-agent-error': string;
|
|
17
|
+
'profilecard.agent-profile.delete-agent-error.agent-in-use': string;
|
|
18
|
+
'profilecard.agent-profile.delete-agent-error.agent-not-found': string;
|
|
19
|
+
'profilecard.agent-profile.delete-agent-error.incorrect-owner': string;
|
|
20
|
+
'profilecard.agent-profile.delete-agent-success': string;
|
|
8
21
|
'profilecard.user.trigger.aria-label': string;
|
|
9
22
|
'profilecard.user.trigger.fallback-aria-label': string;
|
|
10
23
|
'pt.profile-card.closed.account': string;
|
|
@@ -5,6 +5,19 @@
|
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
7
|
declare const _default: {
|
|
8
|
+
'profilecard.agent-profile-card.delete-agent-error-flag-description': string;
|
|
9
|
+
'profilecard.agent-profile-card.delete-agent-error-flag-title': string;
|
|
10
|
+
'profilecard.agent-profile-card.delete-agent-success-flag-description': string;
|
|
11
|
+
'profilecard.agent-profile-card.delete-agent-success-flag-title': string;
|
|
12
|
+
'profilecard.agent-profile.agent-delete-confirm.cancel-text': string;
|
|
13
|
+
'profilecard.agent-profile.agent-delete-confirm.confirm-text': string;
|
|
14
|
+
'profilecard.agent-profile.delete-agent-confirm-body': string;
|
|
15
|
+
'profilecard.agent-profile.delete-agent-confirm-title': string;
|
|
16
|
+
'profilecard.agent-profile.delete-agent-error': string;
|
|
17
|
+
'profilecard.agent-profile.delete-agent-error.agent-in-use': string;
|
|
18
|
+
'profilecard.agent-profile.delete-agent-error.agent-not-found': string;
|
|
19
|
+
'profilecard.agent-profile.delete-agent-error.incorrect-owner': string;
|
|
20
|
+
'profilecard.agent-profile.delete-agent-success': string;
|
|
8
21
|
'profilecard.user.trigger.aria-label': string;
|
|
9
22
|
'profilecard.user.trigger.fallback-aria-label': string;
|
|
10
23
|
'pt.profile-card.closed.account': string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/profilecard",
|
|
3
|
-
"version": "19.
|
|
3
|
+
"version": "19.28.0",
|
|
4
4
|
"description": "A React component to display a card with user information.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -58,17 +58,17 @@
|
|
|
58
58
|
"@atlaskit/empty-state": "^7.11.0",
|
|
59
59
|
"@atlaskit/focus-ring": "^1.6.0",
|
|
60
60
|
"@atlaskit/give-kudos": "^2.1.1",
|
|
61
|
-
"@atlaskit/icon": "^22.
|
|
61
|
+
"@atlaskit/icon": "^22.18.0",
|
|
62
62
|
"@atlaskit/lozenge": "^11.10.0",
|
|
63
63
|
"@atlaskit/menu": "^2.12.0",
|
|
64
|
-
"@atlaskit/modal-dialog": "^12.
|
|
64
|
+
"@atlaskit/modal-dialog": "^12.16.0",
|
|
65
65
|
"@atlaskit/platform-feature-flags": "^0.3.0",
|
|
66
|
-
"@atlaskit/popup": "^1.
|
|
67
|
-
"@atlaskit/primitives": "^12.
|
|
68
|
-
"@atlaskit/rovo-agent-components": "^1.
|
|
66
|
+
"@atlaskit/popup": "^1.27.0",
|
|
67
|
+
"@atlaskit/primitives": "^12.2.0",
|
|
68
|
+
"@atlaskit/rovo-agent-components": "^1.4.0",
|
|
69
69
|
"@atlaskit/spinner": "^16.3.0",
|
|
70
70
|
"@atlaskit/theme": "^13.0.0",
|
|
71
|
-
"@atlaskit/tokens": "^1.
|
|
71
|
+
"@atlaskit/tokens": "^1.61.0",
|
|
72
72
|
"@atlaskit/tooltip": "^18.7.0",
|
|
73
73
|
"@babel/runtime": "^7.0.0",
|
|
74
74
|
"@emotion/react": "^11.7.1",
|