@atlaskit/profilecard 19.27.0 → 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 +8 -0
- package/dist/cjs/client/getTeamFromAGG.js +1 -1
- package/dist/cjs/components/Agent/hooks/useAgentActions.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/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/util/analytics.js +1 -1
- package/dist/es2019/client/getTeamFromAGG.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/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/getTeamFromAGG.js +1 -1
- package/dist/esm/components/Agent/hooks/useAgentActions.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/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/util/analytics.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/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/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 +2 -2
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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/"
|
|
@@ -68,7 +68,7 @@
|
|
|
68
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",
|