@atlaskit/mention 24.3.3 → 24.4.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.
Files changed (31) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/afm-products/tsconfig.json +72 -0
  3. package/compass.yml +3 -0
  4. package/dist/cjs/components/MentionList/index.js +16 -48
  5. package/dist/cjs/components/Popup/index.js +21 -84
  6. package/dist/cjs/components/Scrollable/index.js +0 -16
  7. package/dist/cjs/util/analytics.js +1 -1
  8. package/dist/cjs/util/id.js +2 -0
  9. package/dist/es2019/components/MentionList/index.js +16 -46
  10. package/dist/es2019/components/Popup/index.js +21 -76
  11. package/dist/es2019/components/Scrollable/index.js +0 -16
  12. package/dist/es2019/util/analytics.js +1 -1
  13. package/dist/es2019/util/id.js +3 -0
  14. package/dist/esm/components/MentionList/index.js +16 -46
  15. package/dist/esm/components/Popup/index.js +21 -82
  16. package/dist/esm/components/Scrollable/index.js +0 -16
  17. package/dist/esm/util/analytics.js +1 -1
  18. package/dist/esm/util/id.js +3 -0
  19. package/dist/types/components/MentionList/index.d.ts +1 -2
  20. package/dist/types/components/Popup/index.d.ts +1 -5
  21. package/dist/types/components/Scrollable/index.d.ts +0 -2
  22. package/dist/types-ts4.5/components/MentionList/index.d.ts +1 -2
  23. package/dist/types-ts4.5/components/Popup/index.d.ts +1 -5
  24. package/dist/types-ts4.5/components/Scrollable/index.d.ts +0 -2
  25. package/package.json +8 -11
  26. package/afm-dev-agents/tsconfig.json +0 -72
  27. package/afm-passionfruit/tsconfig.json +0 -72
  28. package/afm-post-office/tsconfig.json +0 -72
  29. package/afm-rovo-extension/tsconfig.json +0 -72
  30. package/afm-townsquare/tsconfig.json +0 -72
  31. package/afm-volt/tsconfig.json +0 -72
@@ -1,72 +0,0 @@
1
- {
2
- "extends": "../../../../tsconfig.entry-points.post-office.json",
3
- "compilerOptions": {
4
- "declaration": true,
5
- "target": "es5",
6
- "outDir": "../../../../../post-office/tsDist/@atlaskit__mention/app",
7
- "rootDir": "../",
8
- "composite": 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-post-office/tsconfig.json"
28
- },
29
- {
30
- "path": "../../../analytics/analytics-next/afm-post-office/tsconfig.json"
31
- },
32
- {
33
- "path": "../../../design-system/avatar/afm-post-office/tsconfig.json"
34
- },
35
- {
36
- "path": "../../../design-system/focus-ring/afm-post-office/tsconfig.json"
37
- },
38
- {
39
- "path": "../../../design-system/heading/afm-post-office/tsconfig.json"
40
- },
41
- {
42
- "path": "../../../design-system/icon/afm-post-office/tsconfig.json"
43
- },
44
- {
45
- "path": "../../../design-system/lozenge/afm-post-office/tsconfig.json"
46
- },
47
- {
48
- "path": "../../../platform/feature-flags/afm-post-office/tsconfig.json"
49
- },
50
- {
51
- "path": "../../../design-system/primitives/afm-post-office/tsconfig.json"
52
- },
53
- {
54
- "path": "../../../people-and-teams/teams-avatar/afm-post-office/tsconfig.json"
55
- },
56
- {
57
- "path": "../../../design-system/theme/afm-post-office/tsconfig.json"
58
- },
59
- {
60
- "path": "../../../design-system/tokens/afm-post-office/tsconfig.json"
61
- },
62
- {
63
- "path": "../../../design-system/tooltip/afm-post-office/tsconfig.json"
64
- },
65
- {
66
- "path": "../../../data/ufo-external/afm-post-office/tsconfig.json"
67
- },
68
- {
69
- "path": "../../util-service-support/afm-post-office/tsconfig.json"
70
- }
71
- ]
72
- }
@@ -1,72 +0,0 @@
1
- {
2
- "extends": "../../../../tsconfig.entry-points.rovo-extension.json",
3
- "compilerOptions": {
4
- "declaration": true,
5
- "target": "es5",
6
- "outDir": "../../../../../rovo-extension/tsDist/@atlaskit__mention/app",
7
- "rootDir": "../",
8
- "composite": 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-rovo-extension/tsconfig.json"
28
- },
29
- {
30
- "path": "../../../analytics/analytics-next/afm-rovo-extension/tsconfig.json"
31
- },
32
- {
33
- "path": "../../../design-system/avatar/afm-rovo-extension/tsconfig.json"
34
- },
35
- {
36
- "path": "../../../design-system/focus-ring/afm-rovo-extension/tsconfig.json"
37
- },
38
- {
39
- "path": "../../../design-system/heading/afm-rovo-extension/tsconfig.json"
40
- },
41
- {
42
- "path": "../../../design-system/icon/afm-rovo-extension/tsconfig.json"
43
- },
44
- {
45
- "path": "../../../design-system/lozenge/afm-rovo-extension/tsconfig.json"
46
- },
47
- {
48
- "path": "../../../platform/feature-flags/afm-rovo-extension/tsconfig.json"
49
- },
50
- {
51
- "path": "../../../design-system/primitives/afm-rovo-extension/tsconfig.json"
52
- },
53
- {
54
- "path": "../../../people-and-teams/teams-avatar/afm-rovo-extension/tsconfig.json"
55
- },
56
- {
57
- "path": "../../../design-system/theme/afm-rovo-extension/tsconfig.json"
58
- },
59
- {
60
- "path": "../../../design-system/tokens/afm-rovo-extension/tsconfig.json"
61
- },
62
- {
63
- "path": "../../../design-system/tooltip/afm-rovo-extension/tsconfig.json"
64
- },
65
- {
66
- "path": "../../../data/ufo-external/afm-rovo-extension/tsconfig.json"
67
- },
68
- {
69
- "path": "../../util-service-support/afm-rovo-extension/tsconfig.json"
70
- }
71
- ]
72
- }
@@ -1,72 +0,0 @@
1
- {
2
- "extends": "../../../../tsconfig.entry-points.townsquare.json",
3
- "compilerOptions": {
4
- "declaration": true,
5
- "target": "es5",
6
- "outDir": "../../../../../townsquare/tsDist/@atlaskit__mention/app",
7
- "rootDir": "../",
8
- "composite": 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-townsquare/tsconfig.json"
28
- },
29
- {
30
- "path": "../../../analytics/analytics-next/afm-townsquare/tsconfig.json"
31
- },
32
- {
33
- "path": "../../../design-system/avatar/afm-townsquare/tsconfig.json"
34
- },
35
- {
36
- "path": "../../../design-system/focus-ring/afm-townsquare/tsconfig.json"
37
- },
38
- {
39
- "path": "../../../design-system/heading/afm-townsquare/tsconfig.json"
40
- },
41
- {
42
- "path": "../../../design-system/icon/afm-townsquare/tsconfig.json"
43
- },
44
- {
45
- "path": "../../../design-system/lozenge/afm-townsquare/tsconfig.json"
46
- },
47
- {
48
- "path": "../../../platform/feature-flags/afm-townsquare/tsconfig.json"
49
- },
50
- {
51
- "path": "../../../design-system/primitives/afm-townsquare/tsconfig.json"
52
- },
53
- {
54
- "path": "../../../people-and-teams/teams-avatar/afm-townsquare/tsconfig.json"
55
- },
56
- {
57
- "path": "../../../design-system/theme/afm-townsquare/tsconfig.json"
58
- },
59
- {
60
- "path": "../../../design-system/tokens/afm-townsquare/tsconfig.json"
61
- },
62
- {
63
- "path": "../../../design-system/tooltip/afm-townsquare/tsconfig.json"
64
- },
65
- {
66
- "path": "../../../data/ufo-external/afm-townsquare/tsconfig.json"
67
- },
68
- {
69
- "path": "../../util-service-support/afm-townsquare/tsconfig.json"
70
- }
71
- ]
72
- }
@@ -1,72 +0,0 @@
1
- {
2
- "extends": "../../../../tsconfig.entry-points.volt.json",
3
- "compilerOptions": {
4
- "declaration": true,
5
- "target": "es5",
6
- "outDir": "../../../../../volt/tsDist/@atlaskit__mention/app",
7
- "rootDir": "../",
8
- "composite": 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-volt/tsconfig.json"
28
- },
29
- {
30
- "path": "../../../analytics/analytics-next/afm-volt/tsconfig.json"
31
- },
32
- {
33
- "path": "../../../design-system/avatar/afm-volt/tsconfig.json"
34
- },
35
- {
36
- "path": "../../../design-system/focus-ring/afm-volt/tsconfig.json"
37
- },
38
- {
39
- "path": "../../../design-system/heading/afm-volt/tsconfig.json"
40
- },
41
- {
42
- "path": "../../../design-system/icon/afm-volt/tsconfig.json"
43
- },
44
- {
45
- "path": "../../../design-system/lozenge/afm-volt/tsconfig.json"
46
- },
47
- {
48
- "path": "../../../platform/feature-flags/afm-volt/tsconfig.json"
49
- },
50
- {
51
- "path": "../../../design-system/primitives/afm-volt/tsconfig.json"
52
- },
53
- {
54
- "path": "../../../people-and-teams/teams-avatar/afm-volt/tsconfig.json"
55
- },
56
- {
57
- "path": "../../../design-system/theme/afm-volt/tsconfig.json"
58
- },
59
- {
60
- "path": "../../../design-system/tokens/afm-volt/tsconfig.json"
61
- },
62
- {
63
- "path": "../../../design-system/tooltip/afm-volt/tsconfig.json"
64
- },
65
- {
66
- "path": "../../../data/ufo-external/afm-volt/tsconfig.json"
67
- },
68
- {
69
- "path": "../../util-service-support/afm-volt/tsconfig.json"
70
- }
71
- ]
72
- }