@atlaskit/editor-core 215.8.5 → 215.8.6
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 +10 -0
- package/dist/cjs/ui/EditorContentContainer/styles/extensionStyles.js +1 -1
- package/dist/cjs/ui/PluginSlot/index.js +2 -1
- package/dist/cjs/version-wrapper.js +1 -1
- package/dist/es2019/ui/EditorContentContainer/styles/extensionStyles.js +1 -1
- package/dist/es2019/ui/PluginSlot/index.js +2 -1
- package/dist/es2019/version-wrapper.js +1 -1
- package/dist/esm/ui/EditorContentContainer/styles/extensionStyles.js +1 -1
- package/dist/esm/ui/PluginSlot/index.js +2 -1
- package/dist/esm/version-wrapper.js +1 -1
- package/package.json +2 -2
- package/afm-dev-agents/tsconfig.json +0 -115
- package/afm-rovo-extension/tsconfig.json +0 -115
- package/afm-volt/tsconfig.json +0 -109
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# @atlaskit/editor-core
|
|
2
2
|
|
|
3
|
+
## 215.8.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`7aff1e36b43e1`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/7aff1e36b43e1) -
|
|
8
|
+
Improve editor selection toolbar experience tracking
|
|
9
|
+
- [`627578acbbf46`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/627578acbbf46) -
|
|
10
|
+
[ux] EDITOR-2554: Fix oversized status lozenge in TOC macro in content mode
|
|
11
|
+
- Updated dependencies
|
|
12
|
+
|
|
3
13
|
## 215.8.5
|
|
4
14
|
|
|
5
15
|
### Patch Changes
|
|
@@ -374,7 +374,7 @@ var getExtensionStyles = exports.getExtensionStyles = function getExtensionStyle
|
|
|
374
374
|
var denseExtensionStyles = (0, _expValEquals.expValEquals)('cc_editor_ai_content_mode', 'variant', 'test') && (0, _platformFeatureFlags.fg)('platform_editor_content_mode_button_mvp') ? (0, _react.css)({
|
|
375
375
|
// Table of Contents Macro
|
|
376
376
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors, @atlaskit/ui-styling-standard/no-unsafe-selectors
|
|
377
|
-
'.extension-container [data-macro-name="toc"] *': {
|
|
377
|
+
'.extension-container [data-macro-name="toc"] * :not(.status-lozenge-span *)': {
|
|
378
378
|
// eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
|
|
379
379
|
fontSize: 'var(--ak-editor-base-font-size)'
|
|
380
380
|
},
|
|
@@ -48,7 +48,8 @@ var PluginSlot = function PluginSlot(_ref) {
|
|
|
48
48
|
pluginHooks: pluginHooks,
|
|
49
49
|
containerElement: containerElement
|
|
50
50
|
}), (0, _react2.jsx)("div", {
|
|
51
|
-
css: pluginsComponentsWrapper
|
|
51
|
+
css: pluginsComponentsWrapper,
|
|
52
|
+
"data-testid": (0, _expVal.expVal)('platform_editor_experience_tracking', 'isEnabled', true) ? 'plugins-components-wrapper' : undefined
|
|
52
53
|
}, items === null || items === void 0 ? void 0 : items.map(function (component, key) {
|
|
53
54
|
var props = {
|
|
54
55
|
key: key
|
|
@@ -368,7 +368,7 @@ export const getExtensionStyles = () => {
|
|
|
368
368
|
const denseExtensionStyles = expValEquals('cc_editor_ai_content_mode', 'variant', 'test') && fg('platform_editor_content_mode_button_mvp') ? css({
|
|
369
369
|
// Table of Contents Macro
|
|
370
370
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors, @atlaskit/ui-styling-standard/no-unsafe-selectors
|
|
371
|
-
'.extension-container [data-macro-name="toc"] *': {
|
|
371
|
+
'.extension-container [data-macro-name="toc"] * :not(.status-lozenge-span *)': {
|
|
372
372
|
// eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
|
|
373
373
|
fontSize: 'var(--ak-editor-base-font-size)'
|
|
374
374
|
},
|
|
@@ -41,7 +41,8 @@ const PluginSlot = ({
|
|
|
41
41
|
pluginHooks: pluginHooks,
|
|
42
42
|
containerElement: containerElement
|
|
43
43
|
}), jsx("div", {
|
|
44
|
-
css: pluginsComponentsWrapper
|
|
44
|
+
css: pluginsComponentsWrapper,
|
|
45
|
+
"data-testid": expVal('platform_editor_experience_tracking', 'isEnabled', true) ? 'plugins-components-wrapper' : undefined
|
|
45
46
|
}, items === null || items === void 0 ? void 0 : items.map((component, key) => {
|
|
46
47
|
const props = {
|
|
47
48
|
key
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export const name = "@atlaskit/editor-core";
|
|
2
|
-
export const version = "215.8.
|
|
2
|
+
export const version = "215.8.5";
|
|
@@ -368,7 +368,7 @@ export var getExtensionStyles = function getExtensionStyles() {
|
|
|
368
368
|
var denseExtensionStyles = expValEquals('cc_editor_ai_content_mode', 'variant', 'test') && fg('platform_editor_content_mode_button_mvp') ? css({
|
|
369
369
|
// Table of Contents Macro
|
|
370
370
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors, @atlaskit/ui-styling-standard/no-unsafe-selectors
|
|
371
|
-
'.extension-container [data-macro-name="toc"] *': {
|
|
371
|
+
'.extension-container [data-macro-name="toc"] * :not(.status-lozenge-span *)': {
|
|
372
372
|
// eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
|
|
373
373
|
fontSize: 'var(--ak-editor-base-font-size)'
|
|
374
374
|
},
|
|
@@ -40,7 +40,8 @@ var PluginSlot = function PluginSlot(_ref) {
|
|
|
40
40
|
pluginHooks: pluginHooks,
|
|
41
41
|
containerElement: containerElement
|
|
42
42
|
}), jsx("div", {
|
|
43
|
-
css: pluginsComponentsWrapper
|
|
43
|
+
css: pluginsComponentsWrapper,
|
|
44
|
+
"data-testid": expVal('platform_editor_experience_tracking', 'isEnabled', true) ? 'plugins-components-wrapper' : undefined
|
|
44
45
|
}, items === null || items === void 0 ? void 0 : items.map(function (component, key) {
|
|
45
46
|
var props = {
|
|
46
47
|
key: key
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export var name = "@atlaskit/editor-core";
|
|
2
|
-
export var version = "215.8.
|
|
2
|
+
export var version = "215.8.5";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-core",
|
|
3
|
-
"version": "215.8.
|
|
3
|
+
"version": "215.8.6",
|
|
4
4
|
"description": "A package contains Atlassian editor core functionality",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
"@atlaskit/primitives": "^16.0.0",
|
|
108
108
|
"@atlaskit/renderer": "^124.9.0",
|
|
109
109
|
"@atlaskit/section-message": "^8.7.0",
|
|
110
|
-
"@atlaskit/smart-card": "^43.
|
|
110
|
+
"@atlaskit/smart-card": "^43.4.0",
|
|
111
111
|
"@atlaskit/synchrony-test-helpers": "workspace:^",
|
|
112
112
|
"@atlaskit/toggle": "^15.1.0",
|
|
113
113
|
"@atlaskit/util-data-test": "^18.3.0",
|
|
@@ -1,115 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"extends": "../../../../tsconfig.entry-points.dev-agents.json",
|
|
3
|
-
"compilerOptions": {
|
|
4
|
-
"declaration": true,
|
|
5
|
-
"target": "es5",
|
|
6
|
-
"outDir": "../../../../../dev-agents/tsDist/@atlaskit__editor-core/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/stories/*",
|
|
19
|
-
"../src/**/examples.*",
|
|
20
|
-
"../src/**/examples/*",
|
|
21
|
-
"../src/**/examples/**/*",
|
|
22
|
-
"../src/**/*.stories.*",
|
|
23
|
-
"../src/**/stories/*",
|
|
24
|
-
"../src/**/stories/**/*"
|
|
25
|
-
],
|
|
26
|
-
"references": [
|
|
27
|
-
{
|
|
28
|
-
"path": "../../activity-provider/afm-dev-agents/tsconfig.json"
|
|
29
|
-
},
|
|
30
|
-
{
|
|
31
|
-
"path": "../../../analytics/analytics-namespaced-context/afm-dev-agents/tsconfig.json"
|
|
32
|
-
},
|
|
33
|
-
{
|
|
34
|
-
"path": "../../../analytics/analytics-next/afm-dev-agents/tsconfig.json"
|
|
35
|
-
},
|
|
36
|
-
{
|
|
37
|
-
"path": "../../../design-system/button/afm-dev-agents/tsconfig.json"
|
|
38
|
-
},
|
|
39
|
-
{
|
|
40
|
-
"path": "../../../design-system/css/afm-dev-agents/tsconfig.json"
|
|
41
|
-
},
|
|
42
|
-
{
|
|
43
|
-
"path": "../../editor-json-transformer/afm-dev-agents/tsconfig.json"
|
|
44
|
-
},
|
|
45
|
-
{
|
|
46
|
-
"path": "../../editor-performance-metrics/afm-dev-agents/tsconfig.json"
|
|
47
|
-
},
|
|
48
|
-
{
|
|
49
|
-
"path": "../../editor-plugin-quick-insert/afm-dev-agents/tsconfig.json"
|
|
50
|
-
},
|
|
51
|
-
{
|
|
52
|
-
"path": "../../editor-plugin-user-preferences/afm-dev-agents/tsconfig.json"
|
|
53
|
-
},
|
|
54
|
-
{
|
|
55
|
-
"path": "../../editor-plugins/afm-dev-agents/tsconfig.json"
|
|
56
|
-
},
|
|
57
|
-
{
|
|
58
|
-
"path": "../../editor-shared-styles/afm-dev-agents/tsconfig.json"
|
|
59
|
-
},
|
|
60
|
-
{
|
|
61
|
-
"path": "../../editor-toolbar/afm-dev-agents/tsconfig.json"
|
|
62
|
-
},
|
|
63
|
-
{
|
|
64
|
-
"path": "../../editor-toolbar-model/afm-dev-agents/tsconfig.json"
|
|
65
|
-
},
|
|
66
|
-
{
|
|
67
|
-
"path": "../../../elements/emoji/afm-dev-agents/tsconfig.json"
|
|
68
|
-
},
|
|
69
|
-
{
|
|
70
|
-
"path": "../../../design-system/icon/afm-dev-agents/tsconfig.json"
|
|
71
|
-
},
|
|
72
|
-
{
|
|
73
|
-
"path": "../../../design-system/link/afm-dev-agents/tsconfig.json"
|
|
74
|
-
},
|
|
75
|
-
{
|
|
76
|
-
"path": "../../../media/media-card/afm-dev-agents/tsconfig.json"
|
|
77
|
-
},
|
|
78
|
-
{
|
|
79
|
-
"path": "../../../elements/mention/afm-dev-agents/tsconfig.json"
|
|
80
|
-
},
|
|
81
|
-
{
|
|
82
|
-
"path": "../../../platform/feature-flags/afm-dev-agents/tsconfig.json"
|
|
83
|
-
},
|
|
84
|
-
{
|
|
85
|
-
"path": "../../../platform/feature-flags-react/afm-dev-agents/tsconfig.json"
|
|
86
|
-
},
|
|
87
|
-
{
|
|
88
|
-
"path": "../../../react-ufo/atlaskit/afm-dev-agents/tsconfig.json"
|
|
89
|
-
},
|
|
90
|
-
{
|
|
91
|
-
"path": "../../../elements/task-decision/afm-dev-agents/tsconfig.json"
|
|
92
|
-
},
|
|
93
|
-
{
|
|
94
|
-
"path": "../../tmp-editor-statsig/afm-dev-agents/tsconfig.json"
|
|
95
|
-
},
|
|
96
|
-
{
|
|
97
|
-
"path": "../../../design-system/tokens/afm-dev-agents/tsconfig.json"
|
|
98
|
-
},
|
|
99
|
-
{
|
|
100
|
-
"path": "../../../design-system/tooltip/afm-dev-agents/tsconfig.json"
|
|
101
|
-
},
|
|
102
|
-
{
|
|
103
|
-
"path": "../../../design-system/width-detector/afm-dev-agents/tsconfig.json"
|
|
104
|
-
},
|
|
105
|
-
{
|
|
106
|
-
"path": "../../editor-common/afm-dev-agents/tsconfig.json"
|
|
107
|
-
},
|
|
108
|
-
{
|
|
109
|
-
"path": "../../../linking-platform/link-provider/afm-dev-agents/tsconfig.json"
|
|
110
|
-
},
|
|
111
|
-
{
|
|
112
|
-
"path": "../../../media/media-core/afm-dev-agents/tsconfig.json"
|
|
113
|
-
}
|
|
114
|
-
]
|
|
115
|
-
}
|
|
@@ -1,115 +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__editor-core/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/stories/*",
|
|
19
|
-
"../src/**/examples.*",
|
|
20
|
-
"../src/**/examples/*",
|
|
21
|
-
"../src/**/examples/**/*",
|
|
22
|
-
"../src/**/*.stories.*",
|
|
23
|
-
"../src/**/stories/*",
|
|
24
|
-
"../src/**/stories/**/*"
|
|
25
|
-
],
|
|
26
|
-
"references": [
|
|
27
|
-
{
|
|
28
|
-
"path": "../../activity-provider/afm-rovo-extension/tsconfig.json"
|
|
29
|
-
},
|
|
30
|
-
{
|
|
31
|
-
"path": "../../../analytics/analytics-namespaced-context/afm-rovo-extension/tsconfig.json"
|
|
32
|
-
},
|
|
33
|
-
{
|
|
34
|
-
"path": "../../../analytics/analytics-next/afm-rovo-extension/tsconfig.json"
|
|
35
|
-
},
|
|
36
|
-
{
|
|
37
|
-
"path": "../../../design-system/button/afm-rovo-extension/tsconfig.json"
|
|
38
|
-
},
|
|
39
|
-
{
|
|
40
|
-
"path": "../../../design-system/css/afm-rovo-extension/tsconfig.json"
|
|
41
|
-
},
|
|
42
|
-
{
|
|
43
|
-
"path": "../../editor-json-transformer/afm-rovo-extension/tsconfig.json"
|
|
44
|
-
},
|
|
45
|
-
{
|
|
46
|
-
"path": "../../editor-performance-metrics/afm-rovo-extension/tsconfig.json"
|
|
47
|
-
},
|
|
48
|
-
{
|
|
49
|
-
"path": "../../editor-plugin-quick-insert/afm-rovo-extension/tsconfig.json"
|
|
50
|
-
},
|
|
51
|
-
{
|
|
52
|
-
"path": "../../editor-plugin-user-preferences/afm-rovo-extension/tsconfig.json"
|
|
53
|
-
},
|
|
54
|
-
{
|
|
55
|
-
"path": "../../editor-plugins/afm-rovo-extension/tsconfig.json"
|
|
56
|
-
},
|
|
57
|
-
{
|
|
58
|
-
"path": "../../editor-shared-styles/afm-rovo-extension/tsconfig.json"
|
|
59
|
-
},
|
|
60
|
-
{
|
|
61
|
-
"path": "../../editor-toolbar/afm-rovo-extension/tsconfig.json"
|
|
62
|
-
},
|
|
63
|
-
{
|
|
64
|
-
"path": "../../editor-toolbar-model/afm-rovo-extension/tsconfig.json"
|
|
65
|
-
},
|
|
66
|
-
{
|
|
67
|
-
"path": "../../../elements/emoji/afm-rovo-extension/tsconfig.json"
|
|
68
|
-
},
|
|
69
|
-
{
|
|
70
|
-
"path": "../../../design-system/icon/afm-rovo-extension/tsconfig.json"
|
|
71
|
-
},
|
|
72
|
-
{
|
|
73
|
-
"path": "../../../design-system/link/afm-rovo-extension/tsconfig.json"
|
|
74
|
-
},
|
|
75
|
-
{
|
|
76
|
-
"path": "../../../media/media-card/afm-rovo-extension/tsconfig.json"
|
|
77
|
-
},
|
|
78
|
-
{
|
|
79
|
-
"path": "../../../elements/mention/afm-rovo-extension/tsconfig.json"
|
|
80
|
-
},
|
|
81
|
-
{
|
|
82
|
-
"path": "../../../platform/feature-flags/afm-rovo-extension/tsconfig.json"
|
|
83
|
-
},
|
|
84
|
-
{
|
|
85
|
-
"path": "../../../platform/feature-flags-react/afm-rovo-extension/tsconfig.json"
|
|
86
|
-
},
|
|
87
|
-
{
|
|
88
|
-
"path": "../../../react-ufo/atlaskit/afm-rovo-extension/tsconfig.json"
|
|
89
|
-
},
|
|
90
|
-
{
|
|
91
|
-
"path": "../../../elements/task-decision/afm-rovo-extension/tsconfig.json"
|
|
92
|
-
},
|
|
93
|
-
{
|
|
94
|
-
"path": "../../tmp-editor-statsig/afm-rovo-extension/tsconfig.json"
|
|
95
|
-
},
|
|
96
|
-
{
|
|
97
|
-
"path": "../../../design-system/tokens/afm-rovo-extension/tsconfig.json"
|
|
98
|
-
},
|
|
99
|
-
{
|
|
100
|
-
"path": "../../../design-system/tooltip/afm-rovo-extension/tsconfig.json"
|
|
101
|
-
},
|
|
102
|
-
{
|
|
103
|
-
"path": "../../../design-system/width-detector/afm-rovo-extension/tsconfig.json"
|
|
104
|
-
},
|
|
105
|
-
{
|
|
106
|
-
"path": "../../editor-common/afm-rovo-extension/tsconfig.json"
|
|
107
|
-
},
|
|
108
|
-
{
|
|
109
|
-
"path": "../../../linking-platform/link-provider/afm-rovo-extension/tsconfig.json"
|
|
110
|
-
},
|
|
111
|
-
{
|
|
112
|
-
"path": "../../../media/media-core/afm-rovo-extension/tsconfig.json"
|
|
113
|
-
}
|
|
114
|
-
]
|
|
115
|
-
}
|
package/afm-volt/tsconfig.json
DELETED
|
@@ -1,109 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"extends": "../../../../tsconfig.entry-points.volt.json",
|
|
3
|
-
"compilerOptions": {
|
|
4
|
-
"declaration": true,
|
|
5
|
-
"target": "es5",
|
|
6
|
-
"outDir": "../../../../../volt/tsDist/@atlaskit__editor-core/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/stories/*",
|
|
19
|
-
"../src/**/examples.*",
|
|
20
|
-
"../src/**/examples/*",
|
|
21
|
-
"../src/**/examples/**/*",
|
|
22
|
-
"../src/**/*.stories.*",
|
|
23
|
-
"../src/**/stories/*",
|
|
24
|
-
"../src/**/stories/**/*"
|
|
25
|
-
],
|
|
26
|
-
"references": [
|
|
27
|
-
{
|
|
28
|
-
"path": "../../activity-provider/afm-volt/tsconfig.json"
|
|
29
|
-
},
|
|
30
|
-
{
|
|
31
|
-
"path": "../../../analytics/analytics-namespaced-context/afm-volt/tsconfig.json"
|
|
32
|
-
},
|
|
33
|
-
{
|
|
34
|
-
"path": "../../../analytics/analytics-next/afm-volt/tsconfig.json"
|
|
35
|
-
},
|
|
36
|
-
{
|
|
37
|
-
"path": "../../../design-system/button/afm-volt/tsconfig.json"
|
|
38
|
-
},
|
|
39
|
-
{
|
|
40
|
-
"path": "../../../design-system/css/afm-volt/tsconfig.json"
|
|
41
|
-
},
|
|
42
|
-
{
|
|
43
|
-
"path": "../../editor-json-transformer/afm-volt/tsconfig.json"
|
|
44
|
-
},
|
|
45
|
-
{
|
|
46
|
-
"path": "../../editor-performance-metrics/afm-volt/tsconfig.json"
|
|
47
|
-
},
|
|
48
|
-
{
|
|
49
|
-
"path": "../../editor-plugin-quick-insert/afm-volt/tsconfig.json"
|
|
50
|
-
},
|
|
51
|
-
{
|
|
52
|
-
"path": "../../editor-plugin-user-preferences/afm-volt/tsconfig.json"
|
|
53
|
-
},
|
|
54
|
-
{
|
|
55
|
-
"path": "../../editor-plugins/afm-volt/tsconfig.json"
|
|
56
|
-
},
|
|
57
|
-
{
|
|
58
|
-
"path": "../../editor-shared-styles/afm-volt/tsconfig.json"
|
|
59
|
-
},
|
|
60
|
-
{
|
|
61
|
-
"path": "../../../elements/emoji/afm-volt/tsconfig.json"
|
|
62
|
-
},
|
|
63
|
-
{
|
|
64
|
-
"path": "../../../design-system/icon/afm-volt/tsconfig.json"
|
|
65
|
-
},
|
|
66
|
-
{
|
|
67
|
-
"path": "../../../design-system/link/afm-volt/tsconfig.json"
|
|
68
|
-
},
|
|
69
|
-
{
|
|
70
|
-
"path": "../../../media/media-card/afm-volt/tsconfig.json"
|
|
71
|
-
},
|
|
72
|
-
{
|
|
73
|
-
"path": "../../../elements/mention/afm-volt/tsconfig.json"
|
|
74
|
-
},
|
|
75
|
-
{
|
|
76
|
-
"path": "../../../platform/feature-flags/afm-volt/tsconfig.json"
|
|
77
|
-
},
|
|
78
|
-
{
|
|
79
|
-
"path": "../../../platform/feature-flags-react/afm-volt/tsconfig.json"
|
|
80
|
-
},
|
|
81
|
-
{
|
|
82
|
-
"path": "../../../react-ufo/atlaskit/afm-volt/tsconfig.json"
|
|
83
|
-
},
|
|
84
|
-
{
|
|
85
|
-
"path": "../../../elements/task-decision/afm-volt/tsconfig.json"
|
|
86
|
-
},
|
|
87
|
-
{
|
|
88
|
-
"path": "../../tmp-editor-statsig/afm-volt/tsconfig.json"
|
|
89
|
-
},
|
|
90
|
-
{
|
|
91
|
-
"path": "../../../design-system/tokens/afm-volt/tsconfig.json"
|
|
92
|
-
},
|
|
93
|
-
{
|
|
94
|
-
"path": "../../../design-system/tooltip/afm-volt/tsconfig.json"
|
|
95
|
-
},
|
|
96
|
-
{
|
|
97
|
-
"path": "../../../design-system/width-detector/afm-volt/tsconfig.json"
|
|
98
|
-
},
|
|
99
|
-
{
|
|
100
|
-
"path": "../../editor-common/afm-volt/tsconfig.json"
|
|
101
|
-
},
|
|
102
|
-
{
|
|
103
|
-
"path": "../../../linking-platform/link-provider/afm-volt/tsconfig.json"
|
|
104
|
-
},
|
|
105
|
-
{
|
|
106
|
-
"path": "../../../media/media-core/afm-volt/tsconfig.json"
|
|
107
|
-
}
|
|
108
|
-
]
|
|
109
|
-
}
|