@atlaskit/mention 21.0.16 → 21.0.17
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 +6 -0
- package/dist/cjs/i18n/en.js +13 -13
- package/dist/cjs/i18n/en_GB.js +13 -13
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/i18n/en.js +13 -13
- package/dist/es2019/i18n/en_GB.js +13 -13
- package/dist/es2019/version.json +1 -1
- package/dist/esm/i18n/en.js +13 -13
- package/dist/esm/i18n/en_GB.js +13 -13
- package/dist/esm/version.json +1 -1
- package/dist/types/i18n/en.d.ts +12 -12
- package/dist/types/i18n/en_GB.d.ts +12 -12
- package/package.json +2 -2
- package/report.api.md +15 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @atlaskit/mention
|
|
2
2
|
|
|
3
|
+
## 21.0.17
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`4ee60bafc6d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4ee60bafc6d) - ED-16603: Remove tooltips from VR tests and make them opt in. To opt-in, add `allowedSideEffects` when loading the page.
|
|
8
|
+
|
|
3
9
|
## 21.0.16
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
package/dist/cjs/i18n/en.js
CHANGED
|
@@ -8,25 +8,25 @@ exports.default = void 0;
|
|
|
8
8
|
/**
|
|
9
9
|
* NOTE:
|
|
10
10
|
*
|
|
11
|
-
* This file is automatically generated by
|
|
11
|
+
* This file is automatically generated by Traduki 2.0.
|
|
12
12
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
13
|
*/
|
|
14
|
-
//
|
|
14
|
+
//
|
|
15
15
|
var _default = {
|
|
16
|
-
'fabric.
|
|
17
|
-
'fabric.mention.noAccess.warning': "{name} won't be notified as they have no access",
|
|
18
|
-
'fabric.mention.noAccess.label': 'No access',
|
|
19
|
-
'fabric.mention.error.defaultHeadline': 'Something went wrong',
|
|
20
|
-
'fabric.mention.error.defaultAction': 'Try again in a few seconds',
|
|
21
|
-
'fabric.mention.error.loginAgain': 'Try logging out then in again',
|
|
22
|
-
'fabric.mention.error.differentText': 'Try entering different text',
|
|
23
|
-
'fabric.elements.mentions.team.member.count': '{0, plural, one{Team • 1 member} other{Team • {0} members}}',
|
|
24
|
-
'fabric.elements.mentions.team.member.count.including.you': '{0, plural, one{Team • 1 member, including you} other{Team • {0} members, including you}}',
|
|
16
|
+
'fabric.elements.mentions.team.meantion.highlight.close.button.tooltip': 'Dismiss',
|
|
25
17
|
'fabric.elements.mentions.team.member.50plus': 'Team • 50+ members',
|
|
26
18
|
'fabric.elements.mentions.team.member.50plus.including.you': 'Team • 50+ members, including you',
|
|
27
|
-
'fabric.elements.mentions.team.
|
|
19
|
+
'fabric.elements.mentions.team.member.count': 'Team • {0, plural, one {1 member} other {{0} members}}',
|
|
20
|
+
'fabric.elements.mentions.team.member.count.including.you': 'Team • {0, plural, one {1 member} other {{0} members}}, including you',
|
|
28
21
|
'fabric.elements.mentions.team.mention.highlight.description': 'Get everyone on the page with one click. No team?',
|
|
29
22
|
'fabric.elements.mentions.team.mention.highlight.description.link': 'Start one.',
|
|
30
|
-
'fabric.elements.mentions.team.
|
|
23
|
+
'fabric.elements.mentions.team.mention.highlight.title': 'Mention your team',
|
|
24
|
+
'fabric.mention.error.defaultAction': 'Try again in a few seconds',
|
|
25
|
+
'fabric.mention.error.defaultHeadline': 'Something went wrong',
|
|
26
|
+
'fabric.mention.error.differentText': 'Try entering different text',
|
|
27
|
+
'fabric.mention.error.loginAgain': 'Try logging out then in again',
|
|
28
|
+
'fabric.mention.noAccess.label': 'No access',
|
|
29
|
+
'fabric.mention.noAccess.warning': "{name} won't be notified as they have no access",
|
|
30
|
+
'fabric.mention.unknow.user.error': 'Unknown user {userId}'
|
|
31
31
|
};
|
|
32
32
|
exports.default = _default;
|
package/dist/cjs/i18n/en_GB.js
CHANGED
|
@@ -8,25 +8,25 @@ exports.default = void 0;
|
|
|
8
8
|
/**
|
|
9
9
|
* NOTE:
|
|
10
10
|
*
|
|
11
|
-
* This file is automatically generated by
|
|
11
|
+
* This file is automatically generated by Traduki 2.0.
|
|
12
12
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
13
|
*/
|
|
14
|
-
//
|
|
14
|
+
//English (United Kingdom)
|
|
15
15
|
var _default = {
|
|
16
|
-
'fabric.
|
|
17
|
-
'fabric.mention.noAccess.warning': "{name} won't be notified as they have no access",
|
|
18
|
-
'fabric.mention.noAccess.label': 'No access',
|
|
19
|
-
'fabric.mention.error.defaultHeadline': 'Something went wrong',
|
|
20
|
-
'fabric.mention.error.defaultAction': 'Try again in a few seconds',
|
|
21
|
-
'fabric.mention.error.loginAgain': 'Try logging out then in again',
|
|
22
|
-
'fabric.mention.error.differentText': 'Try entering different text',
|
|
23
|
-
'fabric.elements.mentions.team.member.count': '{0, plural, one{Team • 1 member} other{Team • {0} members}}',
|
|
24
|
-
'fabric.elements.mentions.team.member.count.including.you': '{0, plural, one{Team • 1 member, including you} other{Team • {0} members, including you}}',
|
|
16
|
+
'fabric.elements.mentions.team.meantion.highlight.close.button.tooltip': 'Dismiss',
|
|
25
17
|
'fabric.elements.mentions.team.member.50plus': 'Team • 50+ members',
|
|
26
18
|
'fabric.elements.mentions.team.member.50plus.including.you': 'Team • 50+ members, including you',
|
|
27
|
-
'fabric.elements.mentions.team.
|
|
19
|
+
'fabric.elements.mentions.team.member.count': 'Team • {0, plural, one {1 member} other {{0} members}}',
|
|
20
|
+
'fabric.elements.mentions.team.member.count.including.you': 'Team • {0, plural, one {1 member} other {{0} members}}, including you',
|
|
28
21
|
'fabric.elements.mentions.team.mention.highlight.description': 'Get everyone on the page with one click. No team?',
|
|
29
22
|
'fabric.elements.mentions.team.mention.highlight.description.link': 'Start one.',
|
|
30
|
-
'fabric.elements.mentions.team.
|
|
23
|
+
'fabric.elements.mentions.team.mention.highlight.title': 'Mention your team',
|
|
24
|
+
'fabric.mention.error.defaultAction': 'Try again in a few seconds',
|
|
25
|
+
'fabric.mention.error.defaultHeadline': 'Something went wrong',
|
|
26
|
+
'fabric.mention.error.differentText': 'Try entering different text',
|
|
27
|
+
'fabric.mention.error.loginAgain': 'Try logging out then in again',
|
|
28
|
+
'fabric.mention.noAccess.label': 'No access',
|
|
29
|
+
'fabric.mention.noAccess.warning': "{name} won't be notified as they have no access",
|
|
30
|
+
'fabric.mention.unknow.user.error': 'Unknown user {userId}'
|
|
31
31
|
};
|
|
32
32
|
exports.default = _default;
|
package/dist/cjs/version.json
CHANGED
package/dist/es2019/i18n/en.js
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* NOTE:
|
|
3
3
|
*
|
|
4
|
-
* This file is automatically generated by
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
|
-
//
|
|
7
|
+
//
|
|
8
8
|
export default {
|
|
9
|
-
'fabric.
|
|
10
|
-
'fabric.mention.noAccess.warning': "{name} won't be notified as they have no access",
|
|
11
|
-
'fabric.mention.noAccess.label': 'No access',
|
|
12
|
-
'fabric.mention.error.defaultHeadline': 'Something went wrong',
|
|
13
|
-
'fabric.mention.error.defaultAction': 'Try again in a few seconds',
|
|
14
|
-
'fabric.mention.error.loginAgain': 'Try logging out then in again',
|
|
15
|
-
'fabric.mention.error.differentText': 'Try entering different text',
|
|
16
|
-
'fabric.elements.mentions.team.member.count': '{0, plural, one{Team • 1 member} other{Team • {0} members}}',
|
|
17
|
-
'fabric.elements.mentions.team.member.count.including.you': '{0, plural, one{Team • 1 member, including you} other{Team • {0} members, including you}}',
|
|
9
|
+
'fabric.elements.mentions.team.meantion.highlight.close.button.tooltip': 'Dismiss',
|
|
18
10
|
'fabric.elements.mentions.team.member.50plus': 'Team • 50+ members',
|
|
19
11
|
'fabric.elements.mentions.team.member.50plus.including.you': 'Team • 50+ members, including you',
|
|
20
|
-
'fabric.elements.mentions.team.
|
|
12
|
+
'fabric.elements.mentions.team.member.count': 'Team • {0, plural, one {1 member} other {{0} members}}',
|
|
13
|
+
'fabric.elements.mentions.team.member.count.including.you': 'Team • {0, plural, one {1 member} other {{0} members}}, including you',
|
|
21
14
|
'fabric.elements.mentions.team.mention.highlight.description': 'Get everyone on the page with one click. No team?',
|
|
22
15
|
'fabric.elements.mentions.team.mention.highlight.description.link': 'Start one.',
|
|
23
|
-
'fabric.elements.mentions.team.
|
|
16
|
+
'fabric.elements.mentions.team.mention.highlight.title': 'Mention your team',
|
|
17
|
+
'fabric.mention.error.defaultAction': 'Try again in a few seconds',
|
|
18
|
+
'fabric.mention.error.defaultHeadline': 'Something went wrong',
|
|
19
|
+
'fabric.mention.error.differentText': 'Try entering different text',
|
|
20
|
+
'fabric.mention.error.loginAgain': 'Try logging out then in again',
|
|
21
|
+
'fabric.mention.noAccess.label': 'No access',
|
|
22
|
+
'fabric.mention.noAccess.warning': "{name} won't be notified as they have no access",
|
|
23
|
+
'fabric.mention.unknow.user.error': 'Unknown user {userId}'
|
|
24
24
|
};
|
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* NOTE:
|
|
3
3
|
*
|
|
4
|
-
* This file is automatically generated by
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
|
-
//
|
|
7
|
+
//English (United Kingdom)
|
|
8
8
|
export default {
|
|
9
|
-
'fabric.
|
|
10
|
-
'fabric.mention.noAccess.warning': "{name} won't be notified as they have no access",
|
|
11
|
-
'fabric.mention.noAccess.label': 'No access',
|
|
12
|
-
'fabric.mention.error.defaultHeadline': 'Something went wrong',
|
|
13
|
-
'fabric.mention.error.defaultAction': 'Try again in a few seconds',
|
|
14
|
-
'fabric.mention.error.loginAgain': 'Try logging out then in again',
|
|
15
|
-
'fabric.mention.error.differentText': 'Try entering different text',
|
|
16
|
-
'fabric.elements.mentions.team.member.count': '{0, plural, one{Team • 1 member} other{Team • {0} members}}',
|
|
17
|
-
'fabric.elements.mentions.team.member.count.including.you': '{0, plural, one{Team • 1 member, including you} other{Team • {0} members, including you}}',
|
|
9
|
+
'fabric.elements.mentions.team.meantion.highlight.close.button.tooltip': 'Dismiss',
|
|
18
10
|
'fabric.elements.mentions.team.member.50plus': 'Team • 50+ members',
|
|
19
11
|
'fabric.elements.mentions.team.member.50plus.including.you': 'Team • 50+ members, including you',
|
|
20
|
-
'fabric.elements.mentions.team.
|
|
12
|
+
'fabric.elements.mentions.team.member.count': 'Team • {0, plural, one {1 member} other {{0} members}}',
|
|
13
|
+
'fabric.elements.mentions.team.member.count.including.you': 'Team • {0, plural, one {1 member} other {{0} members}}, including you',
|
|
21
14
|
'fabric.elements.mentions.team.mention.highlight.description': 'Get everyone on the page with one click. No team?',
|
|
22
15
|
'fabric.elements.mentions.team.mention.highlight.description.link': 'Start one.',
|
|
23
|
-
'fabric.elements.mentions.team.
|
|
16
|
+
'fabric.elements.mentions.team.mention.highlight.title': 'Mention your team',
|
|
17
|
+
'fabric.mention.error.defaultAction': 'Try again in a few seconds',
|
|
18
|
+
'fabric.mention.error.defaultHeadline': 'Something went wrong',
|
|
19
|
+
'fabric.mention.error.differentText': 'Try entering different text',
|
|
20
|
+
'fabric.mention.error.loginAgain': 'Try logging out then in again',
|
|
21
|
+
'fabric.mention.noAccess.label': 'No access',
|
|
22
|
+
'fabric.mention.noAccess.warning': "{name} won't be notified as they have no access",
|
|
23
|
+
'fabric.mention.unknow.user.error': 'Unknown user {userId}'
|
|
24
24
|
};
|
package/dist/es2019/version.json
CHANGED
package/dist/esm/i18n/en.js
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* NOTE:
|
|
3
3
|
*
|
|
4
|
-
* This file is automatically generated by
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
|
-
//
|
|
7
|
+
//
|
|
8
8
|
export default {
|
|
9
|
-
'fabric.
|
|
10
|
-
'fabric.mention.noAccess.warning': "{name} won't be notified as they have no access",
|
|
11
|
-
'fabric.mention.noAccess.label': 'No access',
|
|
12
|
-
'fabric.mention.error.defaultHeadline': 'Something went wrong',
|
|
13
|
-
'fabric.mention.error.defaultAction': 'Try again in a few seconds',
|
|
14
|
-
'fabric.mention.error.loginAgain': 'Try logging out then in again',
|
|
15
|
-
'fabric.mention.error.differentText': 'Try entering different text',
|
|
16
|
-
'fabric.elements.mentions.team.member.count': '{0, plural, one{Team • 1 member} other{Team • {0} members}}',
|
|
17
|
-
'fabric.elements.mentions.team.member.count.including.you': '{0, plural, one{Team • 1 member, including you} other{Team • {0} members, including you}}',
|
|
9
|
+
'fabric.elements.mentions.team.meantion.highlight.close.button.tooltip': 'Dismiss',
|
|
18
10
|
'fabric.elements.mentions.team.member.50plus': 'Team • 50+ members',
|
|
19
11
|
'fabric.elements.mentions.team.member.50plus.including.you': 'Team • 50+ members, including you',
|
|
20
|
-
'fabric.elements.mentions.team.
|
|
12
|
+
'fabric.elements.mentions.team.member.count': 'Team • {0, plural, one {1 member} other {{0} members}}',
|
|
13
|
+
'fabric.elements.mentions.team.member.count.including.you': 'Team • {0, plural, one {1 member} other {{0} members}}, including you',
|
|
21
14
|
'fabric.elements.mentions.team.mention.highlight.description': 'Get everyone on the page with one click. No team?',
|
|
22
15
|
'fabric.elements.mentions.team.mention.highlight.description.link': 'Start one.',
|
|
23
|
-
'fabric.elements.mentions.team.
|
|
16
|
+
'fabric.elements.mentions.team.mention.highlight.title': 'Mention your team',
|
|
17
|
+
'fabric.mention.error.defaultAction': 'Try again in a few seconds',
|
|
18
|
+
'fabric.mention.error.defaultHeadline': 'Something went wrong',
|
|
19
|
+
'fabric.mention.error.differentText': 'Try entering different text',
|
|
20
|
+
'fabric.mention.error.loginAgain': 'Try logging out then in again',
|
|
21
|
+
'fabric.mention.noAccess.label': 'No access',
|
|
22
|
+
'fabric.mention.noAccess.warning': "{name} won't be notified as they have no access",
|
|
23
|
+
'fabric.mention.unknow.user.error': 'Unknown user {userId}'
|
|
24
24
|
};
|
package/dist/esm/i18n/en_GB.js
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* NOTE:
|
|
3
3
|
*
|
|
4
|
-
* This file is automatically generated by
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
|
-
//
|
|
7
|
+
//English (United Kingdom)
|
|
8
8
|
export default {
|
|
9
|
-
'fabric.
|
|
10
|
-
'fabric.mention.noAccess.warning': "{name} won't be notified as they have no access",
|
|
11
|
-
'fabric.mention.noAccess.label': 'No access',
|
|
12
|
-
'fabric.mention.error.defaultHeadline': 'Something went wrong',
|
|
13
|
-
'fabric.mention.error.defaultAction': 'Try again in a few seconds',
|
|
14
|
-
'fabric.mention.error.loginAgain': 'Try logging out then in again',
|
|
15
|
-
'fabric.mention.error.differentText': 'Try entering different text',
|
|
16
|
-
'fabric.elements.mentions.team.member.count': '{0, plural, one{Team • 1 member} other{Team • {0} members}}',
|
|
17
|
-
'fabric.elements.mentions.team.member.count.including.you': '{0, plural, one{Team • 1 member, including you} other{Team • {0} members, including you}}',
|
|
9
|
+
'fabric.elements.mentions.team.meantion.highlight.close.button.tooltip': 'Dismiss',
|
|
18
10
|
'fabric.elements.mentions.team.member.50plus': 'Team • 50+ members',
|
|
19
11
|
'fabric.elements.mentions.team.member.50plus.including.you': 'Team • 50+ members, including you',
|
|
20
|
-
'fabric.elements.mentions.team.
|
|
12
|
+
'fabric.elements.mentions.team.member.count': 'Team • {0, plural, one {1 member} other {{0} members}}',
|
|
13
|
+
'fabric.elements.mentions.team.member.count.including.you': 'Team • {0, plural, one {1 member} other {{0} members}}, including you',
|
|
21
14
|
'fabric.elements.mentions.team.mention.highlight.description': 'Get everyone on the page with one click. No team?',
|
|
22
15
|
'fabric.elements.mentions.team.mention.highlight.description.link': 'Start one.',
|
|
23
|
-
'fabric.elements.mentions.team.
|
|
16
|
+
'fabric.elements.mentions.team.mention.highlight.title': 'Mention your team',
|
|
17
|
+
'fabric.mention.error.defaultAction': 'Try again in a few seconds',
|
|
18
|
+
'fabric.mention.error.defaultHeadline': 'Something went wrong',
|
|
19
|
+
'fabric.mention.error.differentText': 'Try entering different text',
|
|
20
|
+
'fabric.mention.error.loginAgain': 'Try logging out then in again',
|
|
21
|
+
'fabric.mention.noAccess.label': 'No access',
|
|
22
|
+
'fabric.mention.noAccess.warning': "{name} won't be notified as they have no access",
|
|
23
|
+
'fabric.mention.unknow.user.error': 'Unknown user {userId}'
|
|
24
24
|
};
|
package/dist/esm/version.json
CHANGED
package/dist/types/i18n/en.d.ts
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
'fabric.
|
|
3
|
-
'fabric.mention.noAccess.warning': string;
|
|
4
|
-
'fabric.mention.noAccess.label': string;
|
|
5
|
-
'fabric.mention.error.defaultHeadline': string;
|
|
6
|
-
'fabric.mention.error.defaultAction': string;
|
|
7
|
-
'fabric.mention.error.loginAgain': string;
|
|
8
|
-
'fabric.mention.error.differentText': string;
|
|
9
|
-
'fabric.elements.mentions.team.member.count': string;
|
|
10
|
-
'fabric.elements.mentions.team.member.count.including.you': string;
|
|
2
|
+
'fabric.elements.mentions.team.meantion.highlight.close.button.tooltip': string;
|
|
11
3
|
'fabric.elements.mentions.team.member.50plus': string;
|
|
12
4
|
'fabric.elements.mentions.team.member.50plus.including.you': string;
|
|
13
|
-
'fabric.elements.mentions.team.
|
|
5
|
+
'fabric.elements.mentions.team.member.count': string;
|
|
6
|
+
'fabric.elements.mentions.team.member.count.including.you': string;
|
|
14
7
|
'fabric.elements.mentions.team.mention.highlight.description': string;
|
|
15
8
|
'fabric.elements.mentions.team.mention.highlight.description.link': string;
|
|
16
|
-
'fabric.elements.mentions.team.
|
|
9
|
+
'fabric.elements.mentions.team.mention.highlight.title': string;
|
|
10
|
+
'fabric.mention.error.defaultAction': string;
|
|
11
|
+
'fabric.mention.error.defaultHeadline': string;
|
|
12
|
+
'fabric.mention.error.differentText': string;
|
|
13
|
+
'fabric.mention.error.loginAgain': string;
|
|
14
|
+
'fabric.mention.noAccess.label': string;
|
|
15
|
+
'fabric.mention.noAccess.warning': string;
|
|
16
|
+
'fabric.mention.unknow.user.error': string;
|
|
17
17
|
};
|
|
18
18
|
/**
|
|
19
19
|
* NOTE:
|
|
20
20
|
*
|
|
21
|
-
* This file is automatically generated by
|
|
21
|
+
* This file is automatically generated by Traduki 2.0.
|
|
22
22
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
23
23
|
*/
|
|
24
24
|
export default _default;
|
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
'fabric.
|
|
3
|
-
'fabric.mention.noAccess.warning': string;
|
|
4
|
-
'fabric.mention.noAccess.label': string;
|
|
5
|
-
'fabric.mention.error.defaultHeadline': string;
|
|
6
|
-
'fabric.mention.error.defaultAction': string;
|
|
7
|
-
'fabric.mention.error.loginAgain': string;
|
|
8
|
-
'fabric.mention.error.differentText': string;
|
|
9
|
-
'fabric.elements.mentions.team.member.count': string;
|
|
10
|
-
'fabric.elements.mentions.team.member.count.including.you': string;
|
|
2
|
+
'fabric.elements.mentions.team.meantion.highlight.close.button.tooltip': string;
|
|
11
3
|
'fabric.elements.mentions.team.member.50plus': string;
|
|
12
4
|
'fabric.elements.mentions.team.member.50plus.including.you': string;
|
|
13
|
-
'fabric.elements.mentions.team.
|
|
5
|
+
'fabric.elements.mentions.team.member.count': string;
|
|
6
|
+
'fabric.elements.mentions.team.member.count.including.you': string;
|
|
14
7
|
'fabric.elements.mentions.team.mention.highlight.description': string;
|
|
15
8
|
'fabric.elements.mentions.team.mention.highlight.description.link': string;
|
|
16
|
-
'fabric.elements.mentions.team.
|
|
9
|
+
'fabric.elements.mentions.team.mention.highlight.title': string;
|
|
10
|
+
'fabric.mention.error.defaultAction': string;
|
|
11
|
+
'fabric.mention.error.defaultHeadline': string;
|
|
12
|
+
'fabric.mention.error.differentText': string;
|
|
13
|
+
'fabric.mention.error.loginAgain': string;
|
|
14
|
+
'fabric.mention.noAccess.label': string;
|
|
15
|
+
'fabric.mention.noAccess.warning': string;
|
|
16
|
+
'fabric.mention.unknow.user.error': string;
|
|
17
17
|
};
|
|
18
18
|
/**
|
|
19
19
|
* NOTE:
|
|
20
20
|
*
|
|
21
|
-
* This file is automatically generated by
|
|
21
|
+
* This file is automatically generated by Traduki 2.0.
|
|
22
22
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
23
23
|
*/
|
|
24
24
|
export default _default;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/mention",
|
|
3
|
-
"version": "21.0.
|
|
3
|
+
"version": "21.0.17",
|
|
4
4
|
"description": "A React component used to display user profiles in a list for 'Mention' functionality",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"@atlaskit/adf-utils": "^18.0.0",
|
|
54
54
|
"@atlaskit/docs": "^9.0.0",
|
|
55
|
-
"@atlaskit/editor-core": "^
|
|
55
|
+
"@atlaskit/editor-core": "^178.1.0",
|
|
56
56
|
"@atlaskit/editor-test-helpers": "^18.0.0",
|
|
57
57
|
"@atlaskit/elements-test-helpers": "^0.7.0",
|
|
58
58
|
"@atlaskit/section-message": "^6.3.0",
|
package/report.api.md
CHANGED
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
### Table of contents
|
|
9
9
|
|
|
10
10
|
- [Main Entry Types](#main-entry-types)
|
|
11
|
+
- [Peer Dependencies](#peer-dependencies)
|
|
11
12
|
|
|
12
13
|
### Main Entry Types
|
|
13
14
|
|
|
@@ -1104,3 +1105,17 @@ export enum UserType {
|
|
|
1104
1105
|
```
|
|
1105
1106
|
|
|
1106
1107
|
<!--SECTION END: Main Entry Types-->
|
|
1108
|
+
|
|
1109
|
+
### Peer Dependencies
|
|
1110
|
+
|
|
1111
|
+
<!--SECTION START: Peer Dependencies-->
|
|
1112
|
+
|
|
1113
|
+
```json
|
|
1114
|
+
{
|
|
1115
|
+
"react": "^16.8.0",
|
|
1116
|
+
"react-dom": "^16.8.0",
|
|
1117
|
+
"react-intl-next": "npm:react-intl@^5.18.1"
|
|
1118
|
+
}
|
|
1119
|
+
```
|
|
1120
|
+
|
|
1121
|
+
<!--SECTION END: Peer Dependencies-->
|