@atlaskit/mention 25.0.1 → 25.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 +12 -0
- package/afm-cc/tsconfig.json +0 -1
- package/afm-products/tsconfig.json +0 -1
- package/dist/cjs/components/i18n.js +1 -1
- package/dist/es2019/components/i18n.js +1 -1
- package/dist/esm/components/i18n.js +1 -1
- package/i18n/package.json +5 -5
- package/package.json +8 -8
- package/afm-jira/tsconfig.json +0 -72
- package/dist/cjs/i18n.js +0 -16
- package/dist/es2019/i18n.js +0 -2
- package/dist/esm/i18n.js +0 -2
- package/dist/types/i18n.d.ts +0 -1
- package/dist/types-ts4.5/i18n.d.ts +0 -1
package/CHANGELOG.md
CHANGED
package/afm-cc/tsconfig.json
CHANGED
|
@@ -19,7 +19,7 @@ var messages = exports.messages = (0, _reactIntl.defineMessages)({
|
|
|
19
19
|
noAccessLabel: {
|
|
20
20
|
id: 'fabric.mention.noAccess.label',
|
|
21
21
|
defaultMessage: 'No access',
|
|
22
|
-
description: '
|
|
22
|
+
description: 'Accessible label shown next to the no-access icon on a mention, indicating the mentioned user does not have access to the current content.'
|
|
23
23
|
},
|
|
24
24
|
defaultHeadline: {
|
|
25
25
|
id: 'fabric.mention.error.defaultHeadline',
|
|
@@ -13,7 +13,7 @@ export const messages = defineMessages({
|
|
|
13
13
|
noAccessLabel: {
|
|
14
14
|
id: 'fabric.mention.noAccess.label',
|
|
15
15
|
defaultMessage: 'No access',
|
|
16
|
-
description: '
|
|
16
|
+
description: 'Accessible label shown next to the no-access icon on a mention, indicating the mentioned user does not have access to the current content.'
|
|
17
17
|
},
|
|
18
18
|
defaultHeadline: {
|
|
19
19
|
id: 'fabric.mention.error.defaultHeadline',
|
|
@@ -13,7 +13,7 @@ export var messages = defineMessages({
|
|
|
13
13
|
noAccessLabel: {
|
|
14
14
|
id: 'fabric.mention.noAccess.label',
|
|
15
15
|
defaultMessage: 'No access',
|
|
16
|
-
description: '
|
|
16
|
+
description: 'Accessible label shown next to the no-access icon on a mention, indicating the mentioned user does not have access to the current content.'
|
|
17
17
|
},
|
|
18
18
|
defaultHeadline: {
|
|
19
19
|
id: 'fabric.mention.error.defaultHeadline',
|
package/i18n/package.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/mention/i18n",
|
|
3
|
-
"main": "../dist/cjs/i18n.js",
|
|
4
|
-
"module": "../dist/esm/i18n.js",
|
|
5
|
-
"module:es2019": "../dist/es2019/i18n.js",
|
|
3
|
+
"main": "../dist/cjs/i18n/index.js",
|
|
4
|
+
"module": "../dist/esm/i18n/index.js",
|
|
5
|
+
"module:es2019": "../dist/es2019/i18n/index.js",
|
|
6
6
|
"sideEffects": [
|
|
7
7
|
"*.compiled.css"
|
|
8
8
|
],
|
|
9
|
-
"types": "../dist/types/i18n.d.ts",
|
|
9
|
+
"types": "../dist/types/i18n/index.d.ts",
|
|
10
10
|
"typesVersions": {
|
|
11
11
|
">=4.5 <5.9": {
|
|
12
12
|
"*": [
|
|
13
|
-
"../dist/types-ts4.5/i18n.d.ts"
|
|
13
|
+
"../dist/types-ts4.5/i18n/index.d.ts"
|
|
14
14
|
]
|
|
15
15
|
}
|
|
16
16
|
}
|
package/package.json
CHANGED
|
@@ -22,18 +22,18 @@
|
|
|
22
22
|
"@atlaskit/afm-i18n-platform-elements-mention": "2.87.0",
|
|
23
23
|
"@atlaskit/analytics-gas-types": "^5.1.0",
|
|
24
24
|
"@atlaskit/analytics-next": "^11.2.0",
|
|
25
|
-
"@atlaskit/avatar": "^25.
|
|
25
|
+
"@atlaskit/avatar": "^25.14.0",
|
|
26
26
|
"@atlaskit/focus-ring": "^3.1.0",
|
|
27
27
|
"@atlaskit/heading": "^5.4.0",
|
|
28
|
-
"@atlaskit/icon": "^34.
|
|
29
|
-
"@atlaskit/lozenge": "^13.
|
|
28
|
+
"@atlaskit/icon": "^34.5.0",
|
|
29
|
+
"@atlaskit/lozenge": "^13.8.0",
|
|
30
30
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
31
31
|
"@atlaskit/primitives": "^19.0.0",
|
|
32
|
-
"@atlaskit/tag": "^14.
|
|
32
|
+
"@atlaskit/tag": "^14.13.0",
|
|
33
33
|
"@atlaskit/teams-avatar": "^2.6.0",
|
|
34
34
|
"@atlaskit/tokens": "^13.0.0",
|
|
35
|
-
"@atlaskit/tooltip": "^
|
|
36
|
-
"@atlaskit/ufo": "^0.
|
|
35
|
+
"@atlaskit/tooltip": "^22.2.0",
|
|
36
|
+
"@atlaskit/ufo": "^0.5.0",
|
|
37
37
|
"@atlaskit/util-service-support": "^6.3.0",
|
|
38
38
|
"@babel/runtime": "^7.0.0",
|
|
39
39
|
"@emotion/react": "^11.7.1",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"@atlaskit/elements-test-helpers": "workspace:^",
|
|
50
50
|
"@atlassian/a11y-jest-testing": "^0.11.0",
|
|
51
51
|
"@atlassian/a11y-playwright-testing": "^0.9.0",
|
|
52
|
-
"@atlassian/feature-flags-test-utils": "^1.
|
|
52
|
+
"@atlassian/feature-flags-test-utils": "^1.1.0",
|
|
53
53
|
"@testing-library/react": "^16.3.0",
|
|
54
54
|
"@testing-library/user-event": "^14.4.3",
|
|
55
55
|
"@types/query-string": "^4.3.1",
|
|
@@ -113,5 +113,5 @@
|
|
|
113
113
|
]
|
|
114
114
|
}
|
|
115
115
|
},
|
|
116
|
-
"version": "25.0.
|
|
116
|
+
"version": "25.0.3"
|
|
117
117
|
}
|
package/afm-jira/tsconfig.json
DELETED
|
@@ -1,72 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"extends": "../../../../tsconfig.local-consumption.json",
|
|
3
|
-
"compilerOptions": {
|
|
4
|
-
"target": "es5",
|
|
5
|
-
"outDir": "../../../../../jira/tsDist/@atlaskit__mention/app",
|
|
6
|
-
"rootDir": "../",
|
|
7
|
-
"composite": true,
|
|
8
|
-
"noCheck": true
|
|
9
|
-
},
|
|
10
|
-
"include": [
|
|
11
|
-
"../src/**/*.ts",
|
|
12
|
-
"../src/**/*.tsx"
|
|
13
|
-
],
|
|
14
|
-
"exclude": [
|
|
15
|
-
"../src/**/__tests__/*",
|
|
16
|
-
"../src/**/*.test.*",
|
|
17
|
-
"../src/**/test.*",
|
|
18
|
-
"../src/**/examples.*",
|
|
19
|
-
"../src/**/examples/*",
|
|
20
|
-
"../src/**/examples/**/*",
|
|
21
|
-
"../src/**/*.stories.*",
|
|
22
|
-
"../src/**/stories/*",
|
|
23
|
-
"../src/**/stories/**/*"
|
|
24
|
-
],
|
|
25
|
-
"references": [
|
|
26
|
-
{
|
|
27
|
-
"path": "../../../analytics/analytics-gas-types/afm-jira/tsconfig.json"
|
|
28
|
-
},
|
|
29
|
-
{
|
|
30
|
-
"path": "../../../analytics/analytics-next/afm-jira/tsconfig.json"
|
|
31
|
-
},
|
|
32
|
-
{
|
|
33
|
-
"path": "../../../design-system/avatar/afm-jira/tsconfig.json"
|
|
34
|
-
},
|
|
35
|
-
{
|
|
36
|
-
"path": "../../../design-system/focus-ring/afm-jira/tsconfig.json"
|
|
37
|
-
},
|
|
38
|
-
{
|
|
39
|
-
"path": "../../../design-system/heading/afm-jira/tsconfig.json"
|
|
40
|
-
},
|
|
41
|
-
{
|
|
42
|
-
"path": "../../../design-system/icon/afm-jira/tsconfig.json"
|
|
43
|
-
},
|
|
44
|
-
{
|
|
45
|
-
"path": "../../../design-system/lozenge/afm-jira/tsconfig.json"
|
|
46
|
-
},
|
|
47
|
-
{
|
|
48
|
-
"path": "../../../platform/feature-flags/afm-jira/tsconfig.json"
|
|
49
|
-
},
|
|
50
|
-
{
|
|
51
|
-
"path": "../../../design-system/primitives/afm-jira/tsconfig.json"
|
|
52
|
-
},
|
|
53
|
-
{
|
|
54
|
-
"path": "../../../design-system/tag/afm-jira/tsconfig.json"
|
|
55
|
-
},
|
|
56
|
-
{
|
|
57
|
-
"path": "../../../people-and-teams/teams-avatar/afm-jira/tsconfig.json"
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
"path": "../../../design-system/tokens/afm-jira/tsconfig.json"
|
|
61
|
-
},
|
|
62
|
-
{
|
|
63
|
-
"path": "../../../design-system/tooltip/afm-jira/tsconfig.json"
|
|
64
|
-
},
|
|
65
|
-
{
|
|
66
|
-
"path": "../../../data/ufo-external/afm-jira/tsconfig.json"
|
|
67
|
-
},
|
|
68
|
-
{
|
|
69
|
-
"path": "../../util-service-support/afm-jira/tsconfig.json"
|
|
70
|
-
}
|
|
71
|
-
]
|
|
72
|
-
}
|
package/dist/cjs/i18n.js
DELETED
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
var _i18n = require("./i18n");
|
|
7
|
-
Object.keys(_i18n).forEach(function (key) {
|
|
8
|
-
if (key === "default" || key === "__esModule") return;
|
|
9
|
-
if (key in exports && exports[key] === _i18n[key]) return;
|
|
10
|
-
Object.defineProperty(exports, key, {
|
|
11
|
-
enumerable: true,
|
|
12
|
-
get: function get() {
|
|
13
|
-
return _i18n[key];
|
|
14
|
-
}
|
|
15
|
-
});
|
|
16
|
-
});
|
package/dist/es2019/i18n.js
DELETED
package/dist/esm/i18n.js
DELETED
package/dist/types/i18n.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './i18n';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './i18n';
|