@atlaskit/editor-common 110.18.4 → 110.18.5
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 +11 -0
- package/dist/cjs/experiences/Experience.js +63 -23
- package/dist/cjs/experiences/ExperienceCheck.js +5 -1
- package/dist/cjs/experiences/ExperienceCheckDomMutation.js +6 -2
- package/dist/cjs/experiences/ExperienceCheckTimeout.js +24 -8
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/provider-factory/with-providers.js +1 -2
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/es2019/experiences/Experience.js +63 -22
- package/dist/es2019/experiences/ExperienceCheck.js +1 -0
- package/dist/es2019/experiences/ExperienceCheckDomMutation.js +6 -2
- package/dist/es2019/experiences/ExperienceCheckTimeout.js +21 -8
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/provider-factory/with-providers.js +1 -2
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/esm/experiences/Experience.js +63 -23
- package/dist/esm/experiences/ExperienceCheck.js +1 -0
- package/dist/esm/experiences/ExperienceCheckDomMutation.js +6 -2
- package/dist/esm/experiences/ExperienceCheckTimeout.js +24 -8
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/provider-factory/with-providers.js +1 -2
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/types/experiences/Experience.d.ts +43 -12
- package/dist/types/experiences/ExperienceCheck.d.ts +5 -7
- package/dist/types/experiences/ExperienceCheckDomMutation.d.ts +16 -6
- package/dist/types/experiences/ExperienceCheckTimeout.d.ts +19 -4
- package/dist/types-ts4.5/experiences/Experience.d.ts +43 -12
- package/dist/types-ts4.5/experiences/ExperienceCheck.d.ts +5 -7
- package/dist/types-ts4.5/experiences/ExperienceCheckDomMutation.d.ts +16 -6
- package/dist/types-ts4.5/experiences/ExperienceCheckTimeout.d.ts +19 -4
- package/package.json +2 -2
- package/afm-dev-agents/tsconfig.json +0 -195
- package/afm-rovo-extension/tsconfig.json +0 -195
- package/afm-volt/tsconfig.json +0 -183
|
@@ -1,195 +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-common/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": "../../activity-provider/afm-dev-agents/tsconfig.json"
|
|
28
|
-
},
|
|
29
|
-
{
|
|
30
|
-
"path": "../../adf-utils/afm-dev-agents/tsconfig.json"
|
|
31
|
-
},
|
|
32
|
-
{
|
|
33
|
-
"path": "../../../analytics/analytics-listeners/afm-dev-agents/tsconfig.json"
|
|
34
|
-
},
|
|
35
|
-
{
|
|
36
|
-
"path": "../../../analytics/analytics-namespaced-context/afm-dev-agents/tsconfig.json"
|
|
37
|
-
},
|
|
38
|
-
{
|
|
39
|
-
"path": "../../../analytics/analytics-next/afm-dev-agents/tsconfig.json"
|
|
40
|
-
},
|
|
41
|
-
{
|
|
42
|
-
"path": "../../../uip/atlassian-context/afm-dev-agents/tsconfig.json"
|
|
43
|
-
},
|
|
44
|
-
{
|
|
45
|
-
"path": "../../../design-system/button/afm-dev-agents/tsconfig.json"
|
|
46
|
-
},
|
|
47
|
-
{
|
|
48
|
-
"path": "../../../design-system/code/afm-dev-agents/tsconfig.json"
|
|
49
|
-
},
|
|
50
|
-
{
|
|
51
|
-
"path": "../../../monorepo-tooling/codemod-utils/afm-dev-agents/tsconfig.json"
|
|
52
|
-
},
|
|
53
|
-
{
|
|
54
|
-
"path": "../../../design-system/css/afm-dev-agents/tsconfig.json"
|
|
55
|
-
},
|
|
56
|
-
{
|
|
57
|
-
"path": "../../custom-steps/afm-dev-agents/tsconfig.json"
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
"path": "../../../design-system/dropdown-menu/afm-dev-agents/tsconfig.json"
|
|
61
|
-
},
|
|
62
|
-
{
|
|
63
|
-
"path": "../../editor-json-transformer/afm-dev-agents/tsconfig.json"
|
|
64
|
-
},
|
|
65
|
-
{
|
|
66
|
-
"path": "../../editor-palette/afm-dev-agents/tsconfig.json"
|
|
67
|
-
},
|
|
68
|
-
{
|
|
69
|
-
"path": "../../editor-shared-styles/afm-dev-agents/tsconfig.json"
|
|
70
|
-
},
|
|
71
|
-
{
|
|
72
|
-
"path": "../../editor-tables/afm-dev-agents/tsconfig.json"
|
|
73
|
-
},
|
|
74
|
-
{
|
|
75
|
-
"path": "../../editor-toolbar/afm-dev-agents/tsconfig.json"
|
|
76
|
-
},
|
|
77
|
-
{
|
|
78
|
-
"path": "../../editor-toolbar-model/afm-dev-agents/tsconfig.json"
|
|
79
|
-
},
|
|
80
|
-
{
|
|
81
|
-
"path": "../../../elements/emoji/afm-dev-agents/tsconfig.json"
|
|
82
|
-
},
|
|
83
|
-
{
|
|
84
|
-
"path": "../../../design-system/icon/afm-dev-agents/tsconfig.json"
|
|
85
|
-
},
|
|
86
|
-
{
|
|
87
|
-
"path": "../../../design-system/icon-object/afm-dev-agents/tsconfig.json"
|
|
88
|
-
},
|
|
89
|
-
{
|
|
90
|
-
"path": "../../../design-system/link/afm-dev-agents/tsconfig.json"
|
|
91
|
-
},
|
|
92
|
-
{
|
|
93
|
-
"path": "../../../linking-platform/link-datasource/afm-dev-agents/tsconfig.json"
|
|
94
|
-
},
|
|
95
|
-
{
|
|
96
|
-
"path": "../../../linking-platform/link-picker/afm-dev-agents/tsconfig.json"
|
|
97
|
-
},
|
|
98
|
-
{
|
|
99
|
-
"path": "../../../media/media-card/afm-dev-agents/tsconfig.json"
|
|
100
|
-
},
|
|
101
|
-
{
|
|
102
|
-
"path": "../../../media/media-client/afm-dev-agents/tsconfig.json"
|
|
103
|
-
},
|
|
104
|
-
{
|
|
105
|
-
"path": "../../../media/media-client-react/afm-dev-agents/tsconfig.json"
|
|
106
|
-
},
|
|
107
|
-
{
|
|
108
|
-
"path": "../../../media/media-common/afm-dev-agents/tsconfig.json"
|
|
109
|
-
},
|
|
110
|
-
{
|
|
111
|
-
"path": "../../../media/media-file-preview/afm-dev-agents/tsconfig.json"
|
|
112
|
-
},
|
|
113
|
-
{
|
|
114
|
-
"path": "../../../media/media-picker/afm-dev-agents/tsconfig.json"
|
|
115
|
-
},
|
|
116
|
-
{
|
|
117
|
-
"path": "../../../media/media-ui/afm-dev-agents/tsconfig.json"
|
|
118
|
-
},
|
|
119
|
-
{
|
|
120
|
-
"path": "../../../media/media-viewer/afm-dev-agents/tsconfig.json"
|
|
121
|
-
},
|
|
122
|
-
{
|
|
123
|
-
"path": "../../../elements/mention/afm-dev-agents/tsconfig.json"
|
|
124
|
-
},
|
|
125
|
-
{
|
|
126
|
-
"path": "../../../design-system/menu/afm-dev-agents/tsconfig.json"
|
|
127
|
-
},
|
|
128
|
-
{
|
|
129
|
-
"path": "../../../design-system/onboarding/afm-dev-agents/tsconfig.json"
|
|
130
|
-
},
|
|
131
|
-
{
|
|
132
|
-
"path": "../../../platform/feature-flags/afm-dev-agents/tsconfig.json"
|
|
133
|
-
},
|
|
134
|
-
{
|
|
135
|
-
"path": "../../../platform/feature-flags-react/afm-dev-agents/tsconfig.json"
|
|
136
|
-
},
|
|
137
|
-
{
|
|
138
|
-
"path": "../../../design-system/popper/afm-dev-agents/tsconfig.json"
|
|
139
|
-
},
|
|
140
|
-
{
|
|
141
|
-
"path": "../../../design-system/primitives/afm-dev-agents/tsconfig.json"
|
|
142
|
-
},
|
|
143
|
-
{
|
|
144
|
-
"path": "../../../people-and-teams/profilecard/afm-dev-agents/tsconfig.json"
|
|
145
|
-
},
|
|
146
|
-
{
|
|
147
|
-
"path": "../../prosemirror-history/afm-dev-agents/tsconfig.json"
|
|
148
|
-
},
|
|
149
|
-
{
|
|
150
|
-
"path": "../../../react-ufo/atlaskit/afm-dev-agents/tsconfig.json"
|
|
151
|
-
},
|
|
152
|
-
{
|
|
153
|
-
"path": "../../../design-system/section-message/afm-dev-agents/tsconfig.json"
|
|
154
|
-
},
|
|
155
|
-
{
|
|
156
|
-
"path": "../../../linking-platform/smart-card/afm-dev-agents/tsconfig.json"
|
|
157
|
-
},
|
|
158
|
-
{
|
|
159
|
-
"path": "../../../smart-experiences/smart-user-picker/afm-dev-agents/tsconfig.json"
|
|
160
|
-
},
|
|
161
|
-
{
|
|
162
|
-
"path": "../../../design-system/spinner/afm-dev-agents/tsconfig.json"
|
|
163
|
-
},
|
|
164
|
-
{
|
|
165
|
-
"path": "../../../elements/status/afm-dev-agents/tsconfig.json"
|
|
166
|
-
},
|
|
167
|
-
{
|
|
168
|
-
"path": "../../../elements/task-decision/afm-dev-agents/tsconfig.json"
|
|
169
|
-
},
|
|
170
|
-
{
|
|
171
|
-
"path": "../../../design-system/textfield/afm-dev-agents/tsconfig.json"
|
|
172
|
-
},
|
|
173
|
-
{
|
|
174
|
-
"path": "../../../design-system/theme/afm-dev-agents/tsconfig.json"
|
|
175
|
-
},
|
|
176
|
-
{
|
|
177
|
-
"path": "../../tmp-editor-statsig/afm-dev-agents/tsconfig.json"
|
|
178
|
-
},
|
|
179
|
-
{
|
|
180
|
-
"path": "../../../design-system/tokens/afm-dev-agents/tsconfig.json"
|
|
181
|
-
},
|
|
182
|
-
{
|
|
183
|
-
"path": "../../../design-system/tooltip/afm-dev-agents/tsconfig.json"
|
|
184
|
-
},
|
|
185
|
-
{
|
|
186
|
-
"path": "../../../data/ufo-external/afm-dev-agents/tsconfig.json"
|
|
187
|
-
},
|
|
188
|
-
{
|
|
189
|
-
"path": "../../../design-system/width-detector/afm-dev-agents/tsconfig.json"
|
|
190
|
-
},
|
|
191
|
-
{
|
|
192
|
-
"path": "../../../media/media-core/afm-dev-agents/tsconfig.json"
|
|
193
|
-
}
|
|
194
|
-
]
|
|
195
|
-
}
|
|
@@ -1,195 +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-common/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": "../../activity-provider/afm-rovo-extension/tsconfig.json"
|
|
28
|
-
},
|
|
29
|
-
{
|
|
30
|
-
"path": "../../adf-utils/afm-rovo-extension/tsconfig.json"
|
|
31
|
-
},
|
|
32
|
-
{
|
|
33
|
-
"path": "../../../analytics/analytics-listeners/afm-rovo-extension/tsconfig.json"
|
|
34
|
-
},
|
|
35
|
-
{
|
|
36
|
-
"path": "../../../analytics/analytics-namespaced-context/afm-rovo-extension/tsconfig.json"
|
|
37
|
-
},
|
|
38
|
-
{
|
|
39
|
-
"path": "../../../analytics/analytics-next/afm-rovo-extension/tsconfig.json"
|
|
40
|
-
},
|
|
41
|
-
{
|
|
42
|
-
"path": "../../../uip/atlassian-context/afm-rovo-extension/tsconfig.json"
|
|
43
|
-
},
|
|
44
|
-
{
|
|
45
|
-
"path": "../../../design-system/button/afm-rovo-extension/tsconfig.json"
|
|
46
|
-
},
|
|
47
|
-
{
|
|
48
|
-
"path": "../../../design-system/code/afm-rovo-extension/tsconfig.json"
|
|
49
|
-
},
|
|
50
|
-
{
|
|
51
|
-
"path": "../../../monorepo-tooling/codemod-utils/afm-rovo-extension/tsconfig.json"
|
|
52
|
-
},
|
|
53
|
-
{
|
|
54
|
-
"path": "../../../design-system/css/afm-rovo-extension/tsconfig.json"
|
|
55
|
-
},
|
|
56
|
-
{
|
|
57
|
-
"path": "../../custom-steps/afm-rovo-extension/tsconfig.json"
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
"path": "../../../design-system/dropdown-menu/afm-rovo-extension/tsconfig.json"
|
|
61
|
-
},
|
|
62
|
-
{
|
|
63
|
-
"path": "../../editor-json-transformer/afm-rovo-extension/tsconfig.json"
|
|
64
|
-
},
|
|
65
|
-
{
|
|
66
|
-
"path": "../../editor-palette/afm-rovo-extension/tsconfig.json"
|
|
67
|
-
},
|
|
68
|
-
{
|
|
69
|
-
"path": "../../editor-shared-styles/afm-rovo-extension/tsconfig.json"
|
|
70
|
-
},
|
|
71
|
-
{
|
|
72
|
-
"path": "../../editor-tables/afm-rovo-extension/tsconfig.json"
|
|
73
|
-
},
|
|
74
|
-
{
|
|
75
|
-
"path": "../../editor-toolbar/afm-rovo-extension/tsconfig.json"
|
|
76
|
-
},
|
|
77
|
-
{
|
|
78
|
-
"path": "../../editor-toolbar-model/afm-rovo-extension/tsconfig.json"
|
|
79
|
-
},
|
|
80
|
-
{
|
|
81
|
-
"path": "../../../elements/emoji/afm-rovo-extension/tsconfig.json"
|
|
82
|
-
},
|
|
83
|
-
{
|
|
84
|
-
"path": "../../../design-system/icon/afm-rovo-extension/tsconfig.json"
|
|
85
|
-
},
|
|
86
|
-
{
|
|
87
|
-
"path": "../../../design-system/icon-object/afm-rovo-extension/tsconfig.json"
|
|
88
|
-
},
|
|
89
|
-
{
|
|
90
|
-
"path": "../../../design-system/link/afm-rovo-extension/tsconfig.json"
|
|
91
|
-
},
|
|
92
|
-
{
|
|
93
|
-
"path": "../../../linking-platform/link-datasource/afm-rovo-extension/tsconfig.json"
|
|
94
|
-
},
|
|
95
|
-
{
|
|
96
|
-
"path": "../../../linking-platform/link-picker/afm-rovo-extension/tsconfig.json"
|
|
97
|
-
},
|
|
98
|
-
{
|
|
99
|
-
"path": "../../../media/media-card/afm-rovo-extension/tsconfig.json"
|
|
100
|
-
},
|
|
101
|
-
{
|
|
102
|
-
"path": "../../../media/media-client/afm-rovo-extension/tsconfig.json"
|
|
103
|
-
},
|
|
104
|
-
{
|
|
105
|
-
"path": "../../../media/media-client-react/afm-rovo-extension/tsconfig.json"
|
|
106
|
-
},
|
|
107
|
-
{
|
|
108
|
-
"path": "../../../media/media-common/afm-rovo-extension/tsconfig.json"
|
|
109
|
-
},
|
|
110
|
-
{
|
|
111
|
-
"path": "../../../media/media-file-preview/afm-rovo-extension/tsconfig.json"
|
|
112
|
-
},
|
|
113
|
-
{
|
|
114
|
-
"path": "../../../media/media-picker/afm-rovo-extension/tsconfig.json"
|
|
115
|
-
},
|
|
116
|
-
{
|
|
117
|
-
"path": "../../../media/media-ui/afm-rovo-extension/tsconfig.json"
|
|
118
|
-
},
|
|
119
|
-
{
|
|
120
|
-
"path": "../../../media/media-viewer/afm-rovo-extension/tsconfig.json"
|
|
121
|
-
},
|
|
122
|
-
{
|
|
123
|
-
"path": "../../../elements/mention/afm-rovo-extension/tsconfig.json"
|
|
124
|
-
},
|
|
125
|
-
{
|
|
126
|
-
"path": "../../../design-system/menu/afm-rovo-extension/tsconfig.json"
|
|
127
|
-
},
|
|
128
|
-
{
|
|
129
|
-
"path": "../../../design-system/onboarding/afm-rovo-extension/tsconfig.json"
|
|
130
|
-
},
|
|
131
|
-
{
|
|
132
|
-
"path": "../../../platform/feature-flags/afm-rovo-extension/tsconfig.json"
|
|
133
|
-
},
|
|
134
|
-
{
|
|
135
|
-
"path": "../../../platform/feature-flags-react/afm-rovo-extension/tsconfig.json"
|
|
136
|
-
},
|
|
137
|
-
{
|
|
138
|
-
"path": "../../../design-system/popper/afm-rovo-extension/tsconfig.json"
|
|
139
|
-
},
|
|
140
|
-
{
|
|
141
|
-
"path": "../../../design-system/primitives/afm-rovo-extension/tsconfig.json"
|
|
142
|
-
},
|
|
143
|
-
{
|
|
144
|
-
"path": "../../../people-and-teams/profilecard/afm-rovo-extension/tsconfig.json"
|
|
145
|
-
},
|
|
146
|
-
{
|
|
147
|
-
"path": "../../prosemirror-history/afm-rovo-extension/tsconfig.json"
|
|
148
|
-
},
|
|
149
|
-
{
|
|
150
|
-
"path": "../../../react-ufo/atlaskit/afm-rovo-extension/tsconfig.json"
|
|
151
|
-
},
|
|
152
|
-
{
|
|
153
|
-
"path": "../../../design-system/section-message/afm-rovo-extension/tsconfig.json"
|
|
154
|
-
},
|
|
155
|
-
{
|
|
156
|
-
"path": "../../../linking-platform/smart-card/afm-rovo-extension/tsconfig.json"
|
|
157
|
-
},
|
|
158
|
-
{
|
|
159
|
-
"path": "../../../smart-experiences/smart-user-picker/afm-rovo-extension/tsconfig.json"
|
|
160
|
-
},
|
|
161
|
-
{
|
|
162
|
-
"path": "../../../design-system/spinner/afm-rovo-extension/tsconfig.json"
|
|
163
|
-
},
|
|
164
|
-
{
|
|
165
|
-
"path": "../../../elements/status/afm-rovo-extension/tsconfig.json"
|
|
166
|
-
},
|
|
167
|
-
{
|
|
168
|
-
"path": "../../../elements/task-decision/afm-rovo-extension/tsconfig.json"
|
|
169
|
-
},
|
|
170
|
-
{
|
|
171
|
-
"path": "../../../design-system/textfield/afm-rovo-extension/tsconfig.json"
|
|
172
|
-
},
|
|
173
|
-
{
|
|
174
|
-
"path": "../../../design-system/theme/afm-rovo-extension/tsconfig.json"
|
|
175
|
-
},
|
|
176
|
-
{
|
|
177
|
-
"path": "../../tmp-editor-statsig/afm-rovo-extension/tsconfig.json"
|
|
178
|
-
},
|
|
179
|
-
{
|
|
180
|
-
"path": "../../../design-system/tokens/afm-rovo-extension/tsconfig.json"
|
|
181
|
-
},
|
|
182
|
-
{
|
|
183
|
-
"path": "../../../design-system/tooltip/afm-rovo-extension/tsconfig.json"
|
|
184
|
-
},
|
|
185
|
-
{
|
|
186
|
-
"path": "../../../data/ufo-external/afm-rovo-extension/tsconfig.json"
|
|
187
|
-
},
|
|
188
|
-
{
|
|
189
|
-
"path": "../../../design-system/width-detector/afm-rovo-extension/tsconfig.json"
|
|
190
|
-
},
|
|
191
|
-
{
|
|
192
|
-
"path": "../../../media/media-core/afm-rovo-extension/tsconfig.json"
|
|
193
|
-
}
|
|
194
|
-
]
|
|
195
|
-
}
|
package/afm-volt/tsconfig.json
DELETED
|
@@ -1,183 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"extends": "../../../../tsconfig.entry-points.volt.json",
|
|
3
|
-
"compilerOptions": {
|
|
4
|
-
"declaration": true,
|
|
5
|
-
"target": "es5",
|
|
6
|
-
"outDir": "../../../../../volt/tsDist/@atlaskit__editor-common/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": "../../activity-provider/afm-volt/tsconfig.json"
|
|
28
|
-
},
|
|
29
|
-
{
|
|
30
|
-
"path": "../../adf-utils/afm-volt/tsconfig.json"
|
|
31
|
-
},
|
|
32
|
-
{
|
|
33
|
-
"path": "../../../analytics/analytics-listeners/afm-volt/tsconfig.json"
|
|
34
|
-
},
|
|
35
|
-
{
|
|
36
|
-
"path": "../../../analytics/analytics-namespaced-context/afm-volt/tsconfig.json"
|
|
37
|
-
},
|
|
38
|
-
{
|
|
39
|
-
"path": "../../../analytics/analytics-next/afm-volt/tsconfig.json"
|
|
40
|
-
},
|
|
41
|
-
{
|
|
42
|
-
"path": "../../../uip/atlassian-context/afm-volt/tsconfig.json"
|
|
43
|
-
},
|
|
44
|
-
{
|
|
45
|
-
"path": "../../../design-system/button/afm-volt/tsconfig.json"
|
|
46
|
-
},
|
|
47
|
-
{
|
|
48
|
-
"path": "../../../design-system/code/afm-volt/tsconfig.json"
|
|
49
|
-
},
|
|
50
|
-
{
|
|
51
|
-
"path": "../../../monorepo-tooling/codemod-utils/afm-volt/tsconfig.json"
|
|
52
|
-
},
|
|
53
|
-
{
|
|
54
|
-
"path": "../../../design-system/css/afm-volt/tsconfig.json"
|
|
55
|
-
},
|
|
56
|
-
{
|
|
57
|
-
"path": "../../custom-steps/afm-volt/tsconfig.json"
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
"path": "../../../design-system/dropdown-menu/afm-volt/tsconfig.json"
|
|
61
|
-
},
|
|
62
|
-
{
|
|
63
|
-
"path": "../../editor-json-transformer/afm-volt/tsconfig.json"
|
|
64
|
-
},
|
|
65
|
-
{
|
|
66
|
-
"path": "../../editor-palette/afm-volt/tsconfig.json"
|
|
67
|
-
},
|
|
68
|
-
{
|
|
69
|
-
"path": "../../editor-shared-styles/afm-volt/tsconfig.json"
|
|
70
|
-
},
|
|
71
|
-
{
|
|
72
|
-
"path": "../../editor-tables/afm-volt/tsconfig.json"
|
|
73
|
-
},
|
|
74
|
-
{
|
|
75
|
-
"path": "../../../elements/emoji/afm-volt/tsconfig.json"
|
|
76
|
-
},
|
|
77
|
-
{
|
|
78
|
-
"path": "../../../design-system/icon/afm-volt/tsconfig.json"
|
|
79
|
-
},
|
|
80
|
-
{
|
|
81
|
-
"path": "../../../design-system/icon-object/afm-volt/tsconfig.json"
|
|
82
|
-
},
|
|
83
|
-
{
|
|
84
|
-
"path": "../../../design-system/link/afm-volt/tsconfig.json"
|
|
85
|
-
},
|
|
86
|
-
{
|
|
87
|
-
"path": "../../../linking-platform/link-datasource/afm-volt/tsconfig.json"
|
|
88
|
-
},
|
|
89
|
-
{
|
|
90
|
-
"path": "../../../linking-platform/link-picker/afm-volt/tsconfig.json"
|
|
91
|
-
},
|
|
92
|
-
{
|
|
93
|
-
"path": "../../../media/media-card/afm-volt/tsconfig.json"
|
|
94
|
-
},
|
|
95
|
-
{
|
|
96
|
-
"path": "../../../media/media-client/afm-volt/tsconfig.json"
|
|
97
|
-
},
|
|
98
|
-
{
|
|
99
|
-
"path": "../../../media/media-client-react/afm-volt/tsconfig.json"
|
|
100
|
-
},
|
|
101
|
-
{
|
|
102
|
-
"path": "../../../media/media-common/afm-volt/tsconfig.json"
|
|
103
|
-
},
|
|
104
|
-
{
|
|
105
|
-
"path": "../../../media/media-file-preview/afm-volt/tsconfig.json"
|
|
106
|
-
},
|
|
107
|
-
{
|
|
108
|
-
"path": "../../../media/media-picker/afm-volt/tsconfig.json"
|
|
109
|
-
},
|
|
110
|
-
{
|
|
111
|
-
"path": "../../../media/media-ui/afm-volt/tsconfig.json"
|
|
112
|
-
},
|
|
113
|
-
{
|
|
114
|
-
"path": "../../../media/media-viewer/afm-volt/tsconfig.json"
|
|
115
|
-
},
|
|
116
|
-
{
|
|
117
|
-
"path": "../../../elements/mention/afm-volt/tsconfig.json"
|
|
118
|
-
},
|
|
119
|
-
{
|
|
120
|
-
"path": "../../../design-system/menu/afm-volt/tsconfig.json"
|
|
121
|
-
},
|
|
122
|
-
{
|
|
123
|
-
"path": "../../../design-system/onboarding/afm-volt/tsconfig.json"
|
|
124
|
-
},
|
|
125
|
-
{
|
|
126
|
-
"path": "../../../platform/feature-flags/afm-volt/tsconfig.json"
|
|
127
|
-
},
|
|
128
|
-
{
|
|
129
|
-
"path": "../../../platform/feature-flags-react/afm-volt/tsconfig.json"
|
|
130
|
-
},
|
|
131
|
-
{
|
|
132
|
-
"path": "../../../design-system/popper/afm-volt/tsconfig.json"
|
|
133
|
-
},
|
|
134
|
-
{
|
|
135
|
-
"path": "../../../design-system/primitives/afm-volt/tsconfig.json"
|
|
136
|
-
},
|
|
137
|
-
{
|
|
138
|
-
"path": "../../../people-and-teams/profilecard/afm-volt/tsconfig.json"
|
|
139
|
-
},
|
|
140
|
-
{
|
|
141
|
-
"path": "../../../react-ufo/atlaskit/afm-volt/tsconfig.json"
|
|
142
|
-
},
|
|
143
|
-
{
|
|
144
|
-
"path": "../../../design-system/section-message/afm-volt/tsconfig.json"
|
|
145
|
-
},
|
|
146
|
-
{
|
|
147
|
-
"path": "../../../linking-platform/smart-card/afm-volt/tsconfig.json"
|
|
148
|
-
},
|
|
149
|
-
{
|
|
150
|
-
"path": "../../../smart-experiences/smart-user-picker/afm-volt/tsconfig.json"
|
|
151
|
-
},
|
|
152
|
-
{
|
|
153
|
-
"path": "../../../design-system/spinner/afm-volt/tsconfig.json"
|
|
154
|
-
},
|
|
155
|
-
{
|
|
156
|
-
"path": "../../../elements/status/afm-volt/tsconfig.json"
|
|
157
|
-
},
|
|
158
|
-
{
|
|
159
|
-
"path": "../../../elements/task-decision/afm-volt/tsconfig.json"
|
|
160
|
-
},
|
|
161
|
-
{
|
|
162
|
-
"path": "../../../design-system/textfield/afm-volt/tsconfig.json"
|
|
163
|
-
},
|
|
164
|
-
{
|
|
165
|
-
"path": "../../../design-system/theme/afm-volt/tsconfig.json"
|
|
166
|
-
},
|
|
167
|
-
{
|
|
168
|
-
"path": "../../tmp-editor-statsig/afm-volt/tsconfig.json"
|
|
169
|
-
},
|
|
170
|
-
{
|
|
171
|
-
"path": "../../../design-system/tokens/afm-volt/tsconfig.json"
|
|
172
|
-
},
|
|
173
|
-
{
|
|
174
|
-
"path": "../../../design-system/tooltip/afm-volt/tsconfig.json"
|
|
175
|
-
},
|
|
176
|
-
{
|
|
177
|
-
"path": "../../../design-system/width-detector/afm-volt/tsconfig.json"
|
|
178
|
-
},
|
|
179
|
-
{
|
|
180
|
-
"path": "../../../media/media-core/afm-volt/tsconfig.json"
|
|
181
|
-
}
|
|
182
|
-
]
|
|
183
|
-
}
|