@atlaskit/editor-core 191.7.8 → 191.7.12
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 +13 -0
- package/dist/cjs/version-wrapper.js +1 -1
- package/dist/es2019/version-wrapper.js +1 -1
- package/dist/esm/version-wrapper.js +1 -1
- package/package.json +8 -10
- package/tsconfig.json +2 -1663
package/tsconfig.json
CHANGED
|
@@ -13,1667 +13,6 @@
|
|
|
13
13
|
],
|
|
14
14
|
"compilerOptions": {
|
|
15
15
|
"baseUrl": "./",
|
|
16
|
-
"noErrorTruncation": true
|
|
17
|
-
"paths": {
|
|
18
|
-
"@atlaskit/activity-provider/types": [
|
|
19
|
-
"../activity-provider/src/types.ts"
|
|
20
|
-
],
|
|
21
|
-
"@atlaskit/activity-provider": [
|
|
22
|
-
"../activity-provider/src/index.ts"
|
|
23
|
-
],
|
|
24
|
-
"@atlaskit/analytics-namespaced-context/MediaAnalyticsContext": [
|
|
25
|
-
"../../analytics/analytics-namespaced-context/src/MediaAnalyticsContext.tsx"
|
|
26
|
-
],
|
|
27
|
-
"@atlaskit/analytics-namespaced-context/NavigationAnalyticsContext": [
|
|
28
|
-
"../../analytics/analytics-namespaced-context/src/NavigationAnalyticsContext.tsx"
|
|
29
|
-
],
|
|
30
|
-
"@atlaskit/analytics-namespaced-context/PeopleTeamsAnalyticsContext": [
|
|
31
|
-
"../../analytics/analytics-namespaced-context/src/PeopleTeamsAnalyticsContext.tsx"
|
|
32
|
-
],
|
|
33
|
-
"@atlaskit/analytics-namespaced-context/RecentWorkAnalyticsContext": [
|
|
34
|
-
"../../analytics/analytics-namespaced-context/src/RecentWorkAnalyticsContext.tsx"
|
|
35
|
-
],
|
|
36
|
-
"@atlaskit/analytics-namespaced-context/AtlasAnalyticsContext": [
|
|
37
|
-
"../../analytics/analytics-namespaced-context/src/AtlasAnalyticsContext.tsx"
|
|
38
|
-
],
|
|
39
|
-
"@atlaskit/analytics-namespaced-context/LinkingPlatformAnalyticsContext": [
|
|
40
|
-
"../../analytics/analytics-namespaced-context/src/LinkingPlatformAnalyticsContext.tsx"
|
|
41
|
-
],
|
|
42
|
-
"@atlaskit/analytics-namespaced-context/PostOfficeAnalyticsContext": [
|
|
43
|
-
"../../analytics/analytics-namespaced-context/src/PostOfficeAnalyticsContext.tsx"
|
|
44
|
-
],
|
|
45
|
-
"@atlaskit/analytics-namespaced-context": [
|
|
46
|
-
"../../analytics/analytics-namespaced-context/src/index.ts"
|
|
47
|
-
],
|
|
48
|
-
"@atlaskit/analytics-next/types": [
|
|
49
|
-
"../../analytics/analytics-next/src/types.ts"
|
|
50
|
-
],
|
|
51
|
-
"@atlaskit/analytics-next/AnalyticsContext": [
|
|
52
|
-
"../../analytics/analytics-next/src/components/AnalyticsContext/index.tsx"
|
|
53
|
-
],
|
|
54
|
-
"@atlaskit/analytics-next/AnalyticsListener": [
|
|
55
|
-
"../../analytics/analytics-next/src/components/AnalyticsListener/index.tsx"
|
|
56
|
-
],
|
|
57
|
-
"@atlaskit/analytics-next/AnalyticsErrorBoundary": [
|
|
58
|
-
"../../analytics/analytics-next/src/components/AnalyticsErrorBoundary.tsx"
|
|
59
|
-
],
|
|
60
|
-
"@atlaskit/analytics-next/withAnalyticsEvents": [
|
|
61
|
-
"../../analytics/analytics-next/src/hocs/withAnalyticsEvents.tsx"
|
|
62
|
-
],
|
|
63
|
-
"@atlaskit/analytics-next/withAnalyticsContext": [
|
|
64
|
-
"../../analytics/analytics-next/src/hocs/withAnalyticsContext.tsx"
|
|
65
|
-
],
|
|
66
|
-
"@atlaskit/analytics-next/usePlatformLeafEventHandler": [
|
|
67
|
-
"../../analytics/analytics-next/src/hooks/usePlatformLeafEventHandler.ts"
|
|
68
|
-
],
|
|
69
|
-
"@atlaskit/analytics-next/useAnalyticsEvents": [
|
|
70
|
-
"../../analytics/analytics-next/src/hooks/useAnalyticsEvents.ts"
|
|
71
|
-
],
|
|
72
|
-
"@atlaskit/analytics-next/useCallbackWithAnalytics": [
|
|
73
|
-
"../../analytics/analytics-next/src/hooks/useCallbackWithAnalytics.ts"
|
|
74
|
-
],
|
|
75
|
-
"@atlaskit/analytics-next/usePatchedProps": [
|
|
76
|
-
"../../analytics/analytics-next/src/hooks/usePatchedProps.ts"
|
|
77
|
-
],
|
|
78
|
-
"@atlaskit/analytics-next/AnalyticsEvent": [
|
|
79
|
-
"../../analytics/analytics-next/src/events/AnalyticsEvent.ts"
|
|
80
|
-
],
|
|
81
|
-
"@atlaskit/analytics-next/UIAnalyticsEvent": [
|
|
82
|
-
"../../analytics/analytics-next/src/events/UIAnalyticsEvent.ts"
|
|
83
|
-
],
|
|
84
|
-
"@atlaskit/analytics-next/createAndFireEvents": [
|
|
85
|
-
"../../analytics/analytics-next/src/utils/createAndFireEvent.ts"
|
|
86
|
-
],
|
|
87
|
-
"@atlaskit/analytics-next": [
|
|
88
|
-
"../../analytics/analytics-next/src/index.ts"
|
|
89
|
-
],
|
|
90
|
-
"@atlaskit/button/button-group": [
|
|
91
|
-
"../../design-system/button/src/entry-points/button-group.tsx"
|
|
92
|
-
],
|
|
93
|
-
"@atlaskit/button/custom-theme-button": [
|
|
94
|
-
"../../design-system/button/src/entry-points/custom-theme-button.tsx"
|
|
95
|
-
],
|
|
96
|
-
"@atlaskit/button/loading-button": [
|
|
97
|
-
"../../design-system/button/src/entry-points/loading-button.tsx"
|
|
98
|
-
],
|
|
99
|
-
"@atlaskit/button/standard-button": [
|
|
100
|
-
"../../design-system/button/src/entry-points/standard-button.tsx"
|
|
101
|
-
],
|
|
102
|
-
"@atlaskit/button/new": [
|
|
103
|
-
"../../design-system/button/src/entry-points/new.tsx"
|
|
104
|
-
],
|
|
105
|
-
"@atlaskit/button/types": [
|
|
106
|
-
"../../design-system/button/src/entry-points/types.tsx"
|
|
107
|
-
],
|
|
108
|
-
"@atlaskit/button": [
|
|
109
|
-
"../../design-system/button/src/index.tsx"
|
|
110
|
-
],
|
|
111
|
-
"@atlaskit/editor-common/event-dispatcher": [
|
|
112
|
-
"../editor-common/src/event-dispatcher/index.ts"
|
|
113
|
-
],
|
|
114
|
-
"@atlaskit/editor-common/extensions": [
|
|
115
|
-
"../editor-common/src/extensions.ts"
|
|
116
|
-
],
|
|
117
|
-
"@atlaskit/editor-common/extensibility": [
|
|
118
|
-
"../editor-common/src/extensibility/index.ts"
|
|
119
|
-
],
|
|
120
|
-
"@atlaskit/editor-common/normalize-feature-flags": [
|
|
121
|
-
"../editor-common/src/normalize-feature-flags.ts"
|
|
122
|
-
],
|
|
123
|
-
"@atlaskit/editor-common/messages": [
|
|
124
|
-
"../editor-common/src/messages/index.ts"
|
|
125
|
-
],
|
|
126
|
-
"@atlaskit/editor-common/provider-factory": [
|
|
127
|
-
"../editor-common/src/provider-factory.ts"
|
|
128
|
-
],
|
|
129
|
-
"@atlaskit/editor-common/styles": [
|
|
130
|
-
"../editor-common/src/styles/index.ts"
|
|
131
|
-
],
|
|
132
|
-
"@atlaskit/editor-common/validator": [
|
|
133
|
-
"../editor-common/src/validator.ts"
|
|
134
|
-
],
|
|
135
|
-
"@atlaskit/editor-common/in-product": [
|
|
136
|
-
"../editor-common/src/in-product.ts"
|
|
137
|
-
],
|
|
138
|
-
"@atlaskit/editor-common/type-ahead": [
|
|
139
|
-
"../editor-common/src/type-ahead/index.ts"
|
|
140
|
-
],
|
|
141
|
-
"@atlaskit/editor-common/ufo": [
|
|
142
|
-
"../editor-common/src/ufo/index.ts"
|
|
143
|
-
],
|
|
144
|
-
"@atlaskit/editor-common/insert": [
|
|
145
|
-
"../editor-common/src/insert/index.ts"
|
|
146
|
-
],
|
|
147
|
-
"@atlaskit/editor-common/types": [
|
|
148
|
-
"../editor-common/src/types/index.ts"
|
|
149
|
-
],
|
|
150
|
-
"@atlaskit/editor-common/ui": [
|
|
151
|
-
"../editor-common/src/ui/index.tsx"
|
|
152
|
-
],
|
|
153
|
-
"@atlaskit/editor-common/utils": [
|
|
154
|
-
"../editor-common/src/utils/index.ts"
|
|
155
|
-
],
|
|
156
|
-
"@atlaskit/editor-common/card": [
|
|
157
|
-
"../editor-common/src/card/index.ts"
|
|
158
|
-
],
|
|
159
|
-
"@atlaskit/editor-common/collab": [
|
|
160
|
-
"../editor-common/src/collab/index.ts"
|
|
161
|
-
],
|
|
162
|
-
"@atlaskit/editor-common/emoji": [
|
|
163
|
-
"../editor-common/src/emoji.ts"
|
|
164
|
-
],
|
|
165
|
-
"@atlaskit/editor-common/mention": [
|
|
166
|
-
"../editor-common/src/mention.ts"
|
|
167
|
-
],
|
|
168
|
-
"@atlaskit/editor-common/provider-helpers": [
|
|
169
|
-
"../editor-common/src/provider-helpers/index.ts"
|
|
170
|
-
],
|
|
171
|
-
"@atlaskit/editor-common/icons": [
|
|
172
|
-
"../editor-common/src/icons/index.ts"
|
|
173
|
-
],
|
|
174
|
-
"@atlaskit/editor-common/safe-plugin": [
|
|
175
|
-
"../editor-common/src/safe-plugin/index.ts"
|
|
176
|
-
],
|
|
177
|
-
"@atlaskit/editor-common/panel": [
|
|
178
|
-
"../editor-common/src/panel.ts"
|
|
179
|
-
],
|
|
180
|
-
"@atlaskit/editor-common/analytics": [
|
|
181
|
-
"../editor-common/src/analytics/index.ts"
|
|
182
|
-
],
|
|
183
|
-
"@atlaskit/editor-common/error-boundary": [
|
|
184
|
-
"../editor-common/src/ui/ErrorBoundary/index.tsx"
|
|
185
|
-
],
|
|
186
|
-
"@atlaskit/editor-common/portal-provider": [
|
|
187
|
-
"../editor-common/src/ui/PortalProvider/index.tsx"
|
|
188
|
-
],
|
|
189
|
-
"@atlaskit/editor-common/react-node-view": [
|
|
190
|
-
"../editor-common/src/react-node-view/index.tsx"
|
|
191
|
-
],
|
|
192
|
-
"@atlaskit/editor-common/with-plugin-state": [
|
|
193
|
-
"../editor-common/src/with-plugin-state/index.tsx"
|
|
194
|
-
],
|
|
195
|
-
"@atlaskit/editor-common/node-width": [
|
|
196
|
-
"../editor-common/src/node-width/index.ts"
|
|
197
|
-
],
|
|
198
|
-
"@atlaskit/editor-common/keymaps": [
|
|
199
|
-
"../editor-common/src/keymaps/index.tsx"
|
|
200
|
-
],
|
|
201
|
-
"@atlaskit/editor-common/ui-menu": [
|
|
202
|
-
"../editor-common/src/ui-menu/index.tsx"
|
|
203
|
-
],
|
|
204
|
-
"@atlaskit/editor-common/ui-react": [
|
|
205
|
-
"../editor-common/src/ui-react/index.ts"
|
|
206
|
-
],
|
|
207
|
-
"@atlaskit/editor-common/ui-color": [
|
|
208
|
-
"../editor-common/src/ui-color/index.ts"
|
|
209
|
-
],
|
|
210
|
-
"@atlaskit/editor-common/transforms": [
|
|
211
|
-
"../editor-common/src/transforms/index.ts"
|
|
212
|
-
],
|
|
213
|
-
"@atlaskit/editor-common/core-utils": [
|
|
214
|
-
"../editor-common/src/core-utils/index.ts"
|
|
215
|
-
],
|
|
216
|
-
"@atlaskit/editor-common/selection": [
|
|
217
|
-
"../editor-common/src/selection/index.ts"
|
|
218
|
-
],
|
|
219
|
-
"@atlaskit/editor-common/preset": [
|
|
220
|
-
"../editor-common/src/preset/index.ts"
|
|
221
|
-
],
|
|
222
|
-
"@atlaskit/editor-common/hooks": [
|
|
223
|
-
"../editor-common/src/hooks/index.ts"
|
|
224
|
-
],
|
|
225
|
-
"@atlaskit/editor-common/media-inline": [
|
|
226
|
-
"../editor-common/src/media-inline/index.ts"
|
|
227
|
-
],
|
|
228
|
-
"@atlaskit/editor-common/media-single": [
|
|
229
|
-
"../editor-common/src/media-single/index.ts"
|
|
230
|
-
],
|
|
231
|
-
"@atlaskit/editor-common/monitoring": [
|
|
232
|
-
"../editor-common/src/monitoring/index.ts"
|
|
233
|
-
],
|
|
234
|
-
"@atlaskit/editor-common/paste": [
|
|
235
|
-
"../editor-common/src/paste/index.ts"
|
|
236
|
-
],
|
|
237
|
-
"@atlaskit/editor-common/resizer": [
|
|
238
|
-
"../editor-common/src/resizer/index.ts"
|
|
239
|
-
],
|
|
240
|
-
"@atlaskit/editor-common/editor-analytics": [
|
|
241
|
-
"../editor-common/src/editor-analytics/index.ts"
|
|
242
|
-
],
|
|
243
|
-
"@atlaskit/editor-common/selection-based-node-view": [
|
|
244
|
-
"../editor-common/src/selection-based-node-view/index.ts"
|
|
245
|
-
],
|
|
246
|
-
"@atlaskit/editor-common/guideline": [
|
|
247
|
-
"../editor-common/src/guideline/index.ts"
|
|
248
|
-
],
|
|
249
|
-
"@atlaskit/editor-common/quick-insert": [
|
|
250
|
-
"../editor-common/src/quick-insert/index.ts"
|
|
251
|
-
],
|
|
252
|
-
"@atlaskit/editor-common/link": [
|
|
253
|
-
"../editor-common/src/link/index.ts"
|
|
254
|
-
],
|
|
255
|
-
"@atlaskit/editor-common/mark": [
|
|
256
|
-
"../editor-common/src/mark/index.ts"
|
|
257
|
-
],
|
|
258
|
-
"@atlaskit/editor-common/commands": [
|
|
259
|
-
"../editor-common/src/commands/index.ts"
|
|
260
|
-
],
|
|
261
|
-
"@atlaskit/editor-common/clipboard": [
|
|
262
|
-
"../editor-common/src/clipboard/index.ts"
|
|
263
|
-
],
|
|
264
|
-
"@atlaskit/editor-common/lists": [
|
|
265
|
-
"../editor-common/src/lists/index.ts"
|
|
266
|
-
],
|
|
267
|
-
"@atlaskit/editor-common/element-browser": [
|
|
268
|
-
"../editor-common/src/element-browser/index.ts"
|
|
269
|
-
],
|
|
270
|
-
"@atlaskit/editor-common/floating-toolbar": [
|
|
271
|
-
"../editor-common/src/floating-toolbar/index.ts"
|
|
272
|
-
],
|
|
273
|
-
"@atlaskit/editor-common/copy-button": [
|
|
274
|
-
"../editor-common/src/copy-button/index.ts"
|
|
275
|
-
],
|
|
276
|
-
"@atlaskit/editor-common/legacy-rank-plugins": [
|
|
277
|
-
"../editor-common/src/rank.ts"
|
|
278
|
-
],
|
|
279
|
-
"@atlaskit/editor-common/indentation": [
|
|
280
|
-
"../editor-common/src/indentation/index.ts"
|
|
281
|
-
],
|
|
282
|
-
"@atlaskit/editor-common/annotation": [
|
|
283
|
-
"../editor-common/src/annotation/index.ts"
|
|
284
|
-
],
|
|
285
|
-
"@atlaskit/editor-common": [
|
|
286
|
-
"../editor-common/src"
|
|
287
|
-
],
|
|
288
|
-
"@atlaskit/editor-json-transformer/markOverrideRules": [
|
|
289
|
-
"../editor-json-transformer/src/markOverrideRules.ts"
|
|
290
|
-
],
|
|
291
|
-
"@atlaskit/editor-json-transformer/sanitize": [
|
|
292
|
-
"../editor-json-transformer/src/sanitize.ts"
|
|
293
|
-
],
|
|
294
|
-
"@atlaskit/editor-json-transformer/types": [
|
|
295
|
-
"../editor-json-transformer/src/types.ts"
|
|
296
|
-
],
|
|
297
|
-
"@atlaskit/editor-json-transformer": [
|
|
298
|
-
"../editor-json-transformer/src/index.ts"
|
|
299
|
-
],
|
|
300
|
-
"@atlaskit/editor-plugins/alignment": [
|
|
301
|
-
"../editor-plugins/src/alignment/index.ts"
|
|
302
|
-
],
|
|
303
|
-
"@atlaskit/editor-plugins/analytics": [
|
|
304
|
-
"../editor-plugins/src/analytics/index.ts"
|
|
305
|
-
],
|
|
306
|
-
"@atlaskit/editor-plugins/annotation": [
|
|
307
|
-
"../editor-plugins/src/annotation/index.ts"
|
|
308
|
-
],
|
|
309
|
-
"@atlaskit/editor-plugins/avatar-group": [
|
|
310
|
-
"../editor-plugins/src/avatar-group/index.ts"
|
|
311
|
-
],
|
|
312
|
-
"@atlaskit/editor-plugins/base": [
|
|
313
|
-
"../editor-plugins/src/base/index.ts"
|
|
314
|
-
],
|
|
315
|
-
"@atlaskit/editor-plugins/before-primary-toolbar": [
|
|
316
|
-
"../editor-plugins/src/before-primary-toolbar/index.ts"
|
|
317
|
-
],
|
|
318
|
-
"@atlaskit/editor-plugins/better-type-history": [
|
|
319
|
-
"../editor-plugins/src/better-type-history/index.ts"
|
|
320
|
-
],
|
|
321
|
-
"@atlaskit/editor-plugins/block-type/consts": [
|
|
322
|
-
"../editor-plugins/src/block-type/consts.ts"
|
|
323
|
-
],
|
|
324
|
-
"@atlaskit/editor-plugins/block-type/styles": [
|
|
325
|
-
"../editor-plugins/src/block-type/styles.ts"
|
|
326
|
-
],
|
|
327
|
-
"@atlaskit/editor-plugins/block-type": [
|
|
328
|
-
"../editor-plugins/src/block-type/index.ts"
|
|
329
|
-
],
|
|
330
|
-
"@atlaskit/editor-plugins/border": [
|
|
331
|
-
"../editor-plugins/src/border/index.ts"
|
|
332
|
-
],
|
|
333
|
-
"@atlaskit/editor-plugins/breakout": [
|
|
334
|
-
"../editor-plugins/src/breakout/index.ts"
|
|
335
|
-
],
|
|
336
|
-
"@atlaskit/editor-plugins/caption": [
|
|
337
|
-
"../editor-plugins/src/caption/index.ts"
|
|
338
|
-
],
|
|
339
|
-
"@atlaskit/editor-plugins/card": [
|
|
340
|
-
"../editor-plugins/src/card/index.ts"
|
|
341
|
-
],
|
|
342
|
-
"@atlaskit/editor-plugins/clear-marks-on-empty-doc": [
|
|
343
|
-
"../editor-plugins/src/clear-marks-on-empty-doc/index.ts"
|
|
344
|
-
],
|
|
345
|
-
"@atlaskit/editor-plugins/clipboard": [
|
|
346
|
-
"../editor-plugins/src/clipboard/index.ts"
|
|
347
|
-
],
|
|
348
|
-
"@atlaskit/editor-plugins/code-bidi-warning": [
|
|
349
|
-
"../editor-plugins/src/code-bidi-warning/index.ts"
|
|
350
|
-
],
|
|
351
|
-
"@atlaskit/editor-plugins/code-block": [
|
|
352
|
-
"../editor-plugins/src/code-block/index.ts"
|
|
353
|
-
],
|
|
354
|
-
"@atlaskit/editor-plugins/collab-edit": [
|
|
355
|
-
"../editor-plugins/src/collab-edit/index.ts"
|
|
356
|
-
],
|
|
357
|
-
"@atlaskit/editor-plugins/composition": [
|
|
358
|
-
"../editor-plugins/src/composition/index.ts"
|
|
359
|
-
],
|
|
360
|
-
"@atlaskit/editor-plugins/content-insertion": [
|
|
361
|
-
"../editor-plugins/src/content-insertion/index.ts"
|
|
362
|
-
],
|
|
363
|
-
"@atlaskit/editor-plugins/context-identifier": [
|
|
364
|
-
"../editor-plugins/src/context-identifier/index.ts"
|
|
365
|
-
],
|
|
366
|
-
"@atlaskit/editor-plugins/context-panel": [
|
|
367
|
-
"../editor-plugins/src/context-panel/index.ts"
|
|
368
|
-
],
|
|
369
|
-
"@atlaskit/editor-plugins/copy-button": [
|
|
370
|
-
"../editor-plugins/src/copy-button/index.ts"
|
|
371
|
-
],
|
|
372
|
-
"@atlaskit/editor-plugins/custom-autoformat": [
|
|
373
|
-
"../editor-plugins/src/custom-autoformat/index.ts"
|
|
374
|
-
],
|
|
375
|
-
"@atlaskit/editor-plugins/data-consumer": [
|
|
376
|
-
"../editor-plugins/src/data-consumer/index.ts"
|
|
377
|
-
],
|
|
378
|
-
"@atlaskit/editor-plugins/date": [
|
|
379
|
-
"../editor-plugins/src/date/index.ts"
|
|
380
|
-
],
|
|
381
|
-
"@atlaskit/editor-plugins/decorations": [
|
|
382
|
-
"../editor-plugins/src/decorations/index.ts"
|
|
383
|
-
],
|
|
384
|
-
"@atlaskit/editor-plugins/editor-disabled": [
|
|
385
|
-
"../editor-plugins/src/editor-disabled/index.ts"
|
|
386
|
-
],
|
|
387
|
-
"@atlaskit/editor-plugins/editor-viewmode": [
|
|
388
|
-
"../editor-plugins/src/editor-viewmode/index.ts"
|
|
389
|
-
],
|
|
390
|
-
"@atlaskit/editor-plugins/emoji": [
|
|
391
|
-
"../editor-plugins/src/emoji/index.ts"
|
|
392
|
-
],
|
|
393
|
-
"@atlaskit/editor-plugins/expand": [
|
|
394
|
-
"../editor-plugins/src/expand/index.ts"
|
|
395
|
-
],
|
|
396
|
-
"@atlaskit/editor-plugins/extension": [
|
|
397
|
-
"../editor-plugins/src/extension/index.ts"
|
|
398
|
-
],
|
|
399
|
-
"@atlaskit/editor-plugins/feature-flags": [
|
|
400
|
-
"../editor-plugins/src/feature-flags/index.ts"
|
|
401
|
-
],
|
|
402
|
-
"@atlaskit/editor-plugins/feedback-dialog": [
|
|
403
|
-
"../editor-plugins/src/feedback-dialog/index.ts"
|
|
404
|
-
],
|
|
405
|
-
"@atlaskit/editor-plugins/find-replace/styles": [
|
|
406
|
-
"../editor-plugins/src/find-replace/styles.ts"
|
|
407
|
-
],
|
|
408
|
-
"@atlaskit/editor-plugins/find-replace": [
|
|
409
|
-
"../editor-plugins/src/find-replace/index.ts"
|
|
410
|
-
],
|
|
411
|
-
"@atlaskit/editor-plugins/floating-toolbar": [
|
|
412
|
-
"../editor-plugins/src/floating-toolbar/index.ts"
|
|
413
|
-
],
|
|
414
|
-
"@atlaskit/editor-plugins/focus": [
|
|
415
|
-
"../editor-plugins/src/focus/index.ts"
|
|
416
|
-
],
|
|
417
|
-
"@atlaskit/editor-plugins/fragment": [
|
|
418
|
-
"../editor-plugins/src/fragment/index.ts"
|
|
419
|
-
],
|
|
420
|
-
"@atlaskit/editor-plugins/grid": [
|
|
421
|
-
"../editor-plugins/src/grid/index.ts"
|
|
422
|
-
],
|
|
423
|
-
"@atlaskit/editor-plugins/guideline": [
|
|
424
|
-
"../editor-plugins/src/guideline/index.ts"
|
|
425
|
-
],
|
|
426
|
-
"@atlaskit/editor-plugins/help-dialog": [
|
|
427
|
-
"../editor-plugins/src/help-dialog/index.ts"
|
|
428
|
-
],
|
|
429
|
-
"@atlaskit/editor-plugins/history": [
|
|
430
|
-
"../editor-plugins/src/history/index.ts"
|
|
431
|
-
],
|
|
432
|
-
"@atlaskit/editor-plugins/hyperlink": [
|
|
433
|
-
"../editor-plugins/src/hyperlink/index.ts"
|
|
434
|
-
],
|
|
435
|
-
"@atlaskit/editor-plugins/image-upload": [
|
|
436
|
-
"../editor-plugins/src/image-upload/index.ts"
|
|
437
|
-
],
|
|
438
|
-
"@atlaskit/editor-plugins/indentation": [
|
|
439
|
-
"../editor-plugins/src/indentation/index.ts"
|
|
440
|
-
],
|
|
441
|
-
"@atlaskit/editor-plugins/insert-block": [
|
|
442
|
-
"../editor-plugins/src/insert-block/index.ts"
|
|
443
|
-
],
|
|
444
|
-
"@atlaskit/editor-plugins/layout": [
|
|
445
|
-
"../editor-plugins/src/layout/index.ts"
|
|
446
|
-
],
|
|
447
|
-
"@atlaskit/editor-plugins/list": [
|
|
448
|
-
"../editor-plugins/src/list/index.ts"
|
|
449
|
-
],
|
|
450
|
-
"@atlaskit/editor-plugins/loom": [
|
|
451
|
-
"../editor-plugins/src/loom/index.ts"
|
|
452
|
-
],
|
|
453
|
-
"@atlaskit/editor-plugins/max-content-size": [
|
|
454
|
-
"../editor-plugins/src/max-content-size/index.ts"
|
|
455
|
-
],
|
|
456
|
-
"@atlaskit/editor-plugins/media/types": [
|
|
457
|
-
"../editor-plugins/src/media/types.ts"
|
|
458
|
-
],
|
|
459
|
-
"@atlaskit/editor-plugins/media": [
|
|
460
|
-
"../editor-plugins/src/media/index.ts"
|
|
461
|
-
],
|
|
462
|
-
"@atlaskit/editor-plugins/mentions": [
|
|
463
|
-
"../editor-plugins/src/mentions/index.ts"
|
|
464
|
-
],
|
|
465
|
-
"@atlaskit/editor-plugins/panel": [
|
|
466
|
-
"../editor-plugins/src/panel/index.ts"
|
|
467
|
-
],
|
|
468
|
-
"@atlaskit/editor-plugins/paste": [
|
|
469
|
-
"../editor-plugins/src/paste/index.ts"
|
|
470
|
-
],
|
|
471
|
-
"@atlaskit/editor-plugins/paste-options-toolbar/styles": [
|
|
472
|
-
"../editor-plugins/src/paste-options-toolbar/styles.ts"
|
|
473
|
-
],
|
|
474
|
-
"@atlaskit/editor-plugins/paste-options-toolbar": [
|
|
475
|
-
"../editor-plugins/src/paste-options-toolbar/index.ts"
|
|
476
|
-
],
|
|
477
|
-
"@atlaskit/editor-plugins/placeholder": [
|
|
478
|
-
"../editor-plugins/src/placeholder/index.ts"
|
|
479
|
-
],
|
|
480
|
-
"@atlaskit/editor-plugins/placeholder-text/styles": [
|
|
481
|
-
"../editor-plugins/src/placeholder-text/styles.ts"
|
|
482
|
-
],
|
|
483
|
-
"@atlaskit/editor-plugins/placeholder-text": [
|
|
484
|
-
"../editor-plugins/src/placeholder-text/index.ts"
|
|
485
|
-
],
|
|
486
|
-
"@atlaskit/editor-plugins/quick-insert": [
|
|
487
|
-
"../editor-plugins/src/quick-insert/index.ts"
|
|
488
|
-
],
|
|
489
|
-
"@atlaskit/editor-plugins/rule": [
|
|
490
|
-
"../editor-plugins/src/rule/index.ts"
|
|
491
|
-
],
|
|
492
|
-
"@atlaskit/editor-plugins/save-on-enter": [
|
|
493
|
-
"../editor-plugins/src/save-on-enter/index.ts"
|
|
494
|
-
],
|
|
495
|
-
"@atlaskit/editor-plugins/scroll-into-view": [
|
|
496
|
-
"../editor-plugins/src/scroll-into-view/index.ts"
|
|
497
|
-
],
|
|
498
|
-
"@atlaskit/editor-plugins/selection/types": [
|
|
499
|
-
"../editor-plugins/src/selection/types.ts"
|
|
500
|
-
],
|
|
501
|
-
"@atlaskit/editor-plugins/selection": [
|
|
502
|
-
"../editor-plugins/src/selection/index.ts"
|
|
503
|
-
],
|
|
504
|
-
"@atlaskit/editor-plugins/selection-toolbar": [
|
|
505
|
-
"../editor-plugins/src/selection-toolbar/index.ts"
|
|
506
|
-
],
|
|
507
|
-
"@atlaskit/editor-plugins/status": [
|
|
508
|
-
"../editor-plugins/src/status/index.ts"
|
|
509
|
-
],
|
|
510
|
-
"@atlaskit/editor-plugins/submit-editor": [
|
|
511
|
-
"../editor-plugins/src/submit-editor/index.ts"
|
|
512
|
-
],
|
|
513
|
-
"@atlaskit/editor-plugins/table/ui/common-styles": [
|
|
514
|
-
"../editor-plugins/src/table/ui/common-styles.ts"
|
|
515
|
-
],
|
|
516
|
-
"@atlaskit/editor-plugins/table/ui/consts": [
|
|
517
|
-
"../editor-plugins/src/table/ui/consts.ts"
|
|
518
|
-
],
|
|
519
|
-
"@atlaskit/editor-plugins/table/types": [
|
|
520
|
-
"../editor-plugins/src/table/types.ts"
|
|
521
|
-
],
|
|
522
|
-
"@atlaskit/editor-plugins/table/plugin-key": [
|
|
523
|
-
"../editor-plugins/src/table/pm-plugins/plugin-key.ts"
|
|
524
|
-
],
|
|
525
|
-
"@atlaskit/editor-plugins/table/commands": [
|
|
526
|
-
"../editor-plugins/src/table/commands/index.ts"
|
|
527
|
-
],
|
|
528
|
-
"@atlaskit/editor-plugins/table": [
|
|
529
|
-
"../editor-plugins/src/table/index.ts"
|
|
530
|
-
],
|
|
531
|
-
"@atlaskit/editor-plugins/tasks-and-decisions": [
|
|
532
|
-
"../editor-plugins/src/tasks-and-decisions/index.ts"
|
|
533
|
-
],
|
|
534
|
-
"@atlaskit/editor-plugins/text-color": [
|
|
535
|
-
"../editor-plugins/src/text-color/index.ts"
|
|
536
|
-
],
|
|
537
|
-
"@atlaskit/editor-plugins/text-formatting": [
|
|
538
|
-
"../editor-plugins/src/text-formatting/index.ts"
|
|
539
|
-
],
|
|
540
|
-
"@atlaskit/editor-plugins/toolbar-lists-indentation": [
|
|
541
|
-
"../editor-plugins/src/toolbar-lists-indentation/index.ts"
|
|
542
|
-
],
|
|
543
|
-
"@atlaskit/editor-plugins/type-ahead": [
|
|
544
|
-
"../editor-plugins/src/type-ahead/index.ts"
|
|
545
|
-
],
|
|
546
|
-
"@atlaskit/editor-plugins/undo-redo": [
|
|
547
|
-
"../editor-plugins/src/undo-redo/index.ts"
|
|
548
|
-
],
|
|
549
|
-
"@atlaskit/editor-plugins/unsupported-content": [
|
|
550
|
-
"../editor-plugins/src/unsupported-content/index.ts"
|
|
551
|
-
],
|
|
552
|
-
"@atlaskit/editor-plugins/width": [
|
|
553
|
-
"../editor-plugins/src/width/index.ts"
|
|
554
|
-
],
|
|
555
|
-
"@atlaskit/editor-plugins": [
|
|
556
|
-
"../editor-plugins/src"
|
|
557
|
-
],
|
|
558
|
-
"@atlaskit/editor-shared-styles/consts": [
|
|
559
|
-
"../editor-shared-styles/src/consts/index.ts"
|
|
560
|
-
],
|
|
561
|
-
"@atlaskit/editor-shared-styles/selection": [
|
|
562
|
-
"../editor-shared-styles/src/selection/index.ts"
|
|
563
|
-
],
|
|
564
|
-
"@atlaskit/editor-shared-styles/shortcut": [
|
|
565
|
-
"../editor-shared-styles/src/shortcut/index.ts"
|
|
566
|
-
],
|
|
567
|
-
"@atlaskit/editor-shared-styles/scrollbar": [
|
|
568
|
-
"../editor-shared-styles/src/scrollbar-styles.ts"
|
|
569
|
-
],
|
|
570
|
-
"@atlaskit/editor-shared-styles": [
|
|
571
|
-
"../editor-shared-styles/src/index.ts"
|
|
572
|
-
],
|
|
573
|
-
"@atlaskit/emoji/admin": [
|
|
574
|
-
"../../elements/emoji/src/admin.ts"
|
|
575
|
-
],
|
|
576
|
-
"@atlaskit/emoji/element": [
|
|
577
|
-
"../../elements/emoji/src/element.ts"
|
|
578
|
-
],
|
|
579
|
-
"@atlaskit/emoji/picker": [
|
|
580
|
-
"../../elements/emoji/src/picker.ts"
|
|
581
|
-
],
|
|
582
|
-
"@atlaskit/emoji/resource": [
|
|
583
|
-
"../../elements/emoji/src/resource.ts"
|
|
584
|
-
],
|
|
585
|
-
"@atlaskit/emoji/typeahead": [
|
|
586
|
-
"../../elements/emoji/src/typeahead.ts"
|
|
587
|
-
],
|
|
588
|
-
"@atlaskit/emoji/types": [
|
|
589
|
-
"../../elements/emoji/src/types.ts"
|
|
590
|
-
],
|
|
591
|
-
"@atlaskit/emoji/utils": [
|
|
592
|
-
"../../elements/emoji/src/utils.ts"
|
|
593
|
-
],
|
|
594
|
-
"@atlaskit/emoji": [
|
|
595
|
-
"../../elements/emoji/src/index.ts"
|
|
596
|
-
],
|
|
597
|
-
"@atlaskit/icon/base": [
|
|
598
|
-
"../../design-system/icon/src/entry-points/base.tsx"
|
|
599
|
-
],
|
|
600
|
-
"@atlaskit/icon/constants": [
|
|
601
|
-
"../../design-system/icon/src/entry-points/constants.tsx"
|
|
602
|
-
],
|
|
603
|
-
"@atlaskit/icon/metadata": [
|
|
604
|
-
"../../design-system/icon/src/entry-points/metadata.tsx"
|
|
605
|
-
],
|
|
606
|
-
"@atlaskit/icon/svg": [
|
|
607
|
-
"../../design-system/icon/src/entry-points/svg.tsx"
|
|
608
|
-
],
|
|
609
|
-
"@atlaskit/icon/types": [
|
|
610
|
-
"../../design-system/icon/src/entry-points/types.tsx"
|
|
611
|
-
],
|
|
612
|
-
"@atlaskit/icon/glyph": [
|
|
613
|
-
"../../design-system/icon/glyph"
|
|
614
|
-
],
|
|
615
|
-
"@atlaskit/icon": [
|
|
616
|
-
"../../design-system/icon/src/index.tsx"
|
|
617
|
-
],
|
|
618
|
-
"@atlaskit/icon-object/metadata": [
|
|
619
|
-
"../../design-system/icon-object/src/entry-points/metadata.tsx"
|
|
620
|
-
],
|
|
621
|
-
"@atlaskit/icon-object/glyph": [
|
|
622
|
-
"../../design-system/icon-object/glyph"
|
|
623
|
-
],
|
|
624
|
-
"@atlaskit/icon-object": [
|
|
625
|
-
"../../design-system/icon-object/src/index.tsx"
|
|
626
|
-
],
|
|
627
|
-
"@atlaskit/icon-file-type/metadata": [
|
|
628
|
-
"../../media/icon-file-type/src/entry-points/metadata.ts"
|
|
629
|
-
],
|
|
630
|
-
"@atlaskit/icon-file-type/glyph": [
|
|
631
|
-
"../../media/icon-file-type/glyph"
|
|
632
|
-
],
|
|
633
|
-
"@atlaskit/icon-file-type": [
|
|
634
|
-
"../../media/icon-file-type/src/index.ts"
|
|
635
|
-
],
|
|
636
|
-
"@atlaskit/media-card/types": [
|
|
637
|
-
"../../media/media-card/src/types.ts"
|
|
638
|
-
],
|
|
639
|
-
"@atlaskit/media-card/classnames": [
|
|
640
|
-
"../../media/media-card/src/classnames.ts"
|
|
641
|
-
],
|
|
642
|
-
"@atlaskit/media-card": [
|
|
643
|
-
"../../media/media-card/src/index.ts"
|
|
644
|
-
],
|
|
645
|
-
"@atlaskit/mention/_constants": [
|
|
646
|
-
"../../elements/mention/src/_constants.ts"
|
|
647
|
-
],
|
|
648
|
-
"@atlaskit/mention/element": [
|
|
649
|
-
"../../elements/mention/src/element.ts"
|
|
650
|
-
],
|
|
651
|
-
"@atlaskit/mention/i18n": [
|
|
652
|
-
"../../elements/mention/src/i18n.ts"
|
|
653
|
-
],
|
|
654
|
-
"@atlaskit/mention/item": [
|
|
655
|
-
"../../elements/mention/src/item.ts"
|
|
656
|
-
],
|
|
657
|
-
"@atlaskit/mention/resource": [
|
|
658
|
-
"../../elements/mention/src/resource.ts"
|
|
659
|
-
],
|
|
660
|
-
"@atlaskit/mention/shared-styles": [
|
|
661
|
-
"../../elements/mention/src/shared-styles.ts"
|
|
662
|
-
],
|
|
663
|
-
"@atlaskit/mention/team-resource": [
|
|
664
|
-
"../../elements/mention/src/team-resource.ts"
|
|
665
|
-
],
|
|
666
|
-
"@atlaskit/mention/typeahead": [
|
|
667
|
-
"../../elements/mention/src/typeahead.ts"
|
|
668
|
-
],
|
|
669
|
-
"@atlaskit/mention/types": [
|
|
670
|
-
"../../elements/mention/src/types.ts"
|
|
671
|
-
],
|
|
672
|
-
"@atlaskit/mention": [
|
|
673
|
-
"../../elements/mention/src/index.ts"
|
|
674
|
-
],
|
|
675
|
-
"@atlaskit/platform-feature-flags": [
|
|
676
|
-
"../../platform/feature-flags/src/index.ts"
|
|
677
|
-
],
|
|
678
|
-
"@atlaskit/spinner/constants": [
|
|
679
|
-
"../../design-system/spinner/src/constants.tsx"
|
|
680
|
-
],
|
|
681
|
-
"@atlaskit/spinner/spinner": [
|
|
682
|
-
"../../design-system/spinner/src/spinner.tsx"
|
|
683
|
-
],
|
|
684
|
-
"@atlaskit/spinner/types": [
|
|
685
|
-
"../../design-system/spinner/src/types.tsx"
|
|
686
|
-
],
|
|
687
|
-
"@atlaskit/spinner": [
|
|
688
|
-
"../../design-system/spinner/src/index.tsx"
|
|
689
|
-
],
|
|
690
|
-
"@atlaskit/task-decision/constants": [
|
|
691
|
-
"../../elements/task-decision/src/constants.ts"
|
|
692
|
-
],
|
|
693
|
-
"@atlaskit/task-decision/type-helpers": [
|
|
694
|
-
"../../elements/task-decision/src/type-helpers.ts"
|
|
695
|
-
],
|
|
696
|
-
"@atlaskit/task-decision/types": [
|
|
697
|
-
"../../elements/task-decision/src/types.ts"
|
|
698
|
-
],
|
|
699
|
-
"@atlaskit/task-decision": [
|
|
700
|
-
"../../elements/task-decision/src/index.ts"
|
|
701
|
-
],
|
|
702
|
-
"@atlaskit/theme/deprecated-provider-please-do-not-use": [
|
|
703
|
-
"../../design-system/theme/src/deprecated-provider-please-do-not-use.tsx"
|
|
704
|
-
],
|
|
705
|
-
"@atlaskit/theme/color-palettes": [
|
|
706
|
-
"../../design-system/theme/src/color-palettes.tsx"
|
|
707
|
-
],
|
|
708
|
-
"@atlaskit/theme/colors": [
|
|
709
|
-
"../../design-system/theme/src/colors.tsx"
|
|
710
|
-
],
|
|
711
|
-
"@atlaskit/theme/components": [
|
|
712
|
-
"../../design-system/theme/src/components.tsx"
|
|
713
|
-
],
|
|
714
|
-
"@atlaskit/theme/constants": [
|
|
715
|
-
"../../design-system/theme/src/constants.tsx"
|
|
716
|
-
],
|
|
717
|
-
"@atlaskit/theme/elevation": [
|
|
718
|
-
"../../design-system/theme/src/elevation.tsx"
|
|
719
|
-
],
|
|
720
|
-
"@atlaskit/theme/types": [
|
|
721
|
-
"../../design-system/theme/src/types.tsx"
|
|
722
|
-
],
|
|
723
|
-
"@atlaskit/theme/typography": [
|
|
724
|
-
"../../design-system/theme/src/typography.tsx"
|
|
725
|
-
],
|
|
726
|
-
"@atlaskit/theme": [
|
|
727
|
-
"../../design-system/theme/src"
|
|
728
|
-
],
|
|
729
|
-
"@atlaskit/tokens/custom-themes": [
|
|
730
|
-
"../../design-system/tokens/src/entry-points/custom-themes.tsx"
|
|
731
|
-
],
|
|
732
|
-
"@atlaskit/tokens/figma/atlassian-light.json": [
|
|
733
|
-
"../../design-system/tokens/figma/atlassian-light.json"
|
|
734
|
-
],
|
|
735
|
-
"@atlaskit/tokens/figma/atlassian-dark.json": [
|
|
736
|
-
"../../design-system/tokens/figma/atlassian-dark.json"
|
|
737
|
-
],
|
|
738
|
-
"@atlaskit/tokens/palettes-raw": [
|
|
739
|
-
"../../design-system/tokens/src/entry-points/palettes-raw.tsx"
|
|
740
|
-
],
|
|
741
|
-
"@atlaskit/tokens/tokens-raw": [
|
|
742
|
-
"../../design-system/tokens/src/entry-points/tokens-raw.tsx"
|
|
743
|
-
],
|
|
744
|
-
"@atlaskit/tokens/token-ids": [
|
|
745
|
-
"../../design-system/tokens/src/entry-points/token-ids.tsx"
|
|
746
|
-
],
|
|
747
|
-
"@atlaskit/tokens/token-names": [
|
|
748
|
-
"../../design-system/tokens/src/entry-points/token-names.tsx"
|
|
749
|
-
],
|
|
750
|
-
"@atlaskit/tokens/token-order": [
|
|
751
|
-
"../../design-system/tokens/src/entry-points/token-order.tsx"
|
|
752
|
-
],
|
|
753
|
-
"@atlaskit/tokens/token-default-values": [
|
|
754
|
-
"../../design-system/tokens/src/entry-points/token-default-values.tsx"
|
|
755
|
-
],
|
|
756
|
-
"@atlaskit/tokens/rename-mapping": [
|
|
757
|
-
"../../design-system/tokens/src/entry-points/rename-mapping.tsx"
|
|
758
|
-
],
|
|
759
|
-
"@atlaskit/tokens/babel-plugin": [
|
|
760
|
-
"../../design-system/tokens/src/entry-points/babel-plugin.tsx"
|
|
761
|
-
],
|
|
762
|
-
"@atlaskit/tokens/css-type-schema": [
|
|
763
|
-
"../../design-system/tokens/src/entry-points/css-type-schema.codegen.tsx"
|
|
764
|
-
],
|
|
765
|
-
"@atlaskit/tokens": [
|
|
766
|
-
"../../design-system/tokens/src/index.tsx"
|
|
767
|
-
],
|
|
768
|
-
"@atlaskit/tooltip/Tooltip": [
|
|
769
|
-
"../../design-system/tooltip/src/Tooltip.tsx"
|
|
770
|
-
],
|
|
771
|
-
"@atlaskit/tooltip/TooltipContainer": [
|
|
772
|
-
"../../design-system/tooltip/src/TooltipContainer.tsx"
|
|
773
|
-
],
|
|
774
|
-
"@atlaskit/tooltip/TooltipPrimitive": [
|
|
775
|
-
"../../design-system/tooltip/src/TooltipPrimitive.tsx"
|
|
776
|
-
],
|
|
777
|
-
"@atlaskit/tooltip/types": [
|
|
778
|
-
"../../design-system/tooltip/src/types.tsx"
|
|
779
|
-
],
|
|
780
|
-
"@atlaskit/tooltip/utilities": [
|
|
781
|
-
"../../design-system/tooltip/src/utilities.ts"
|
|
782
|
-
],
|
|
783
|
-
"@atlaskit/tooltip": [
|
|
784
|
-
"../../design-system/tooltip/src/index.ts"
|
|
785
|
-
],
|
|
786
|
-
"@atlaskit/ufo/global-stream-buffer": [
|
|
787
|
-
"../../data/ufo-external/src/global-stream-buffer/index.ts"
|
|
788
|
-
],
|
|
789
|
-
"@atlaskit/ufo/logger": [
|
|
790
|
-
"../../data/ufo-external/src/logger/index.ts"
|
|
791
|
-
],
|
|
792
|
-
"@atlaskit/ufo/platform-client": [
|
|
793
|
-
"../../data/ufo-external/src/platform-client/index.ts"
|
|
794
|
-
],
|
|
795
|
-
"@atlaskit/ufo/types": [
|
|
796
|
-
"../../data/ufo-external/src/types.ts"
|
|
797
|
-
],
|
|
798
|
-
"@atlaskit/ufo": [
|
|
799
|
-
"../../data/ufo-external/src/index.ts"
|
|
800
|
-
],
|
|
801
|
-
"@atlaskit/width-detector/WidthDetector": [
|
|
802
|
-
"../../design-system/width-detector/src/WidthDetector.tsx"
|
|
803
|
-
],
|
|
804
|
-
"@atlaskit/width-detector": [
|
|
805
|
-
"../../design-system/width-detector/src/index.ts"
|
|
806
|
-
],
|
|
807
|
-
"@af/editor-libra/page-models": [
|
|
808
|
-
"../libra/src/page-models/index.ts"
|
|
809
|
-
],
|
|
810
|
-
"@af/editor-libra": [
|
|
811
|
-
"../libra/src/index.ts"
|
|
812
|
-
],
|
|
813
|
-
"@af/integration-testing/fix-test": [
|
|
814
|
-
"../../../build/test-tooling/integration-testing/src/fix-test.ts"
|
|
815
|
-
],
|
|
816
|
-
"@af/integration-testing/fixtures": [
|
|
817
|
-
"../../../build/test-tooling/integration-testing/src/fixtures.ts"
|
|
818
|
-
],
|
|
819
|
-
"@af/integration-testing/reporters/coverage-reporter": [
|
|
820
|
-
"../../../build/test-tooling/integration-testing/src/reporters/coverage-reporter/index.ts"
|
|
821
|
-
],
|
|
822
|
-
"@af/integration-testing/config/constants": [
|
|
823
|
-
"../../../build/test-tooling/integration-testing/src/config/constants"
|
|
824
|
-
],
|
|
825
|
-
"@af/integration-testing": [
|
|
826
|
-
"../../../build/test-tooling/integration-testing/src/index.ts"
|
|
827
|
-
],
|
|
828
|
-
"@af/visual-regression": [
|
|
829
|
-
"../../../build/test-tooling/gemini-visual-regression/src/index.ts"
|
|
830
|
-
],
|
|
831
|
-
"@atlaskit/adf-utils/builders": [
|
|
832
|
-
"../adf-utils/src/builders.ts"
|
|
833
|
-
],
|
|
834
|
-
"@atlaskit/adf-utils/empty-adf": [
|
|
835
|
-
"../adf-utils/src/empty-adf.ts"
|
|
836
|
-
],
|
|
837
|
-
"@atlaskit/adf-utils/scrub": [
|
|
838
|
-
"../adf-utils/src/scrub.ts"
|
|
839
|
-
],
|
|
840
|
-
"@atlaskit/adf-utils/transforms": [
|
|
841
|
-
"../adf-utils/src/transforms.ts"
|
|
842
|
-
],
|
|
843
|
-
"@atlaskit/adf-utils/traverse": [
|
|
844
|
-
"../adf-utils/src/traverse.ts"
|
|
845
|
-
],
|
|
846
|
-
"@atlaskit/adf-utils/validator": [
|
|
847
|
-
"../adf-utils/src/validator.ts"
|
|
848
|
-
],
|
|
849
|
-
"@atlaskit/adf-utils/types": [
|
|
850
|
-
"../adf-utils/src/types/index.ts"
|
|
851
|
-
],
|
|
852
|
-
"@atlaskit/adf-utils/validatorTypes": [
|
|
853
|
-
"../adf-utils/src/types/validatorTypes.ts"
|
|
854
|
-
],
|
|
855
|
-
"@atlaskit/adf-utils": [
|
|
856
|
-
"../adf-utils/src"
|
|
857
|
-
],
|
|
858
|
-
"@atlaskit/analytics-listeners/FabricAnalyticsListeners": [
|
|
859
|
-
"../../analytics/analytics-listeners/src/FabricAnalyticsListeners.tsx"
|
|
860
|
-
],
|
|
861
|
-
"@atlaskit/analytics-listeners/GenericAnalyticsListener": [
|
|
862
|
-
"../../analytics/analytics-listeners/src/GenericAnalyticsListener.tsx"
|
|
863
|
-
],
|
|
864
|
-
"@atlaskit/analytics-listeners/analytics-web-client-wrapper": [
|
|
865
|
-
"../../analytics/analytics-listeners/src/analytics-web-client-wrapper.ts"
|
|
866
|
-
],
|
|
867
|
-
"@atlaskit/analytics-listeners/types": [
|
|
868
|
-
"../../analytics/analytics-listeners/src/types.ts"
|
|
869
|
-
],
|
|
870
|
-
"@atlaskit/analytics-listeners": [
|
|
871
|
-
"../../analytics/analytics-listeners/src/index.ts"
|
|
872
|
-
],
|
|
873
|
-
"@atlaskit/checkbox": [
|
|
874
|
-
"../../design-system/checkbox/src/index.tsx"
|
|
875
|
-
],
|
|
876
|
-
"@atlaskit/collab-provider/socket-io-provider": [
|
|
877
|
-
"../collab-provider/src/socket-io-provider.ts"
|
|
878
|
-
],
|
|
879
|
-
"@atlaskit/collab-provider/types": [
|
|
880
|
-
"../collab-provider/src/types.ts"
|
|
881
|
-
],
|
|
882
|
-
"@atlaskit/collab-provider/version-wrapper": [
|
|
883
|
-
"../collab-provider/src/version-wrapper.ts"
|
|
884
|
-
],
|
|
885
|
-
"@atlaskit/collab-provider": [
|
|
886
|
-
"../collab-provider/src/index.ts"
|
|
887
|
-
],
|
|
888
|
-
"@atlaskit/dropdown-menu/types": [
|
|
889
|
-
"../../design-system/dropdown-menu/src/types.tsx"
|
|
890
|
-
],
|
|
891
|
-
"@atlaskit/dropdown-menu": [
|
|
892
|
-
"../../design-system/dropdown-menu/src/index.tsx"
|
|
893
|
-
],
|
|
894
|
-
"@atlaskit/editor-plugin-card": [
|
|
895
|
-
"../editor-plugin-card/src/index.ts"
|
|
896
|
-
],
|
|
897
|
-
"@atlaskit/editor-plugin-editor-viewmode": [
|
|
898
|
-
"../editor-plugin-editor-viewmode/src/index.ts"
|
|
899
|
-
],
|
|
900
|
-
"@atlaskit/editor-plugin-list": [
|
|
901
|
-
"../editor-plugin-list/src/index.ts"
|
|
902
|
-
],
|
|
903
|
-
"@atlaskit/editor-plugin-paste": [
|
|
904
|
-
"../editor-plugin-paste/src/index.ts"
|
|
905
|
-
],
|
|
906
|
-
"@atlaskit/editor-plugin-paste-options-toolbar/styles": [
|
|
907
|
-
"../editor-plugin-paste-options-toolbar/src/styles.ts"
|
|
908
|
-
],
|
|
909
|
-
"@atlaskit/editor-plugin-paste-options-toolbar": [
|
|
910
|
-
"../editor-plugin-paste-options-toolbar/src/index.ts"
|
|
911
|
-
],
|
|
912
|
-
"@atlaskit/editor-test-helpers/adf-schema": [
|
|
913
|
-
"../editor-test-helpers/src/adf-schema.ts"
|
|
914
|
-
],
|
|
915
|
-
"@atlaskit/editor-test-helpers/ajv": [
|
|
916
|
-
"../editor-test-helpers/src/ajv.ts"
|
|
917
|
-
],
|
|
918
|
-
"@atlaskit/editor-test-helpers/analytics-client-mock": [
|
|
919
|
-
"../editor-test-helpers/src/analytics-client-mock.ts"
|
|
920
|
-
],
|
|
921
|
-
"@atlaskit/editor-test-helpers/autoformatting-provider": [
|
|
922
|
-
"../editor-test-helpers/src/autoformatting-provider.ts"
|
|
923
|
-
],
|
|
924
|
-
"@atlaskit/editor-test-helpers/base64fileconverter": [
|
|
925
|
-
"../editor-test-helpers/src/base64fileconverter.ts"
|
|
926
|
-
],
|
|
927
|
-
"@atlaskit/editor-test-helpers/card-helpers": [
|
|
928
|
-
"../editor-test-helpers/src/card-helpers.ts"
|
|
929
|
-
],
|
|
930
|
-
"@atlaskit/editor-test-helpers/card-provider": [
|
|
931
|
-
"../editor-test-helpers/src/card-provider.ts"
|
|
932
|
-
],
|
|
933
|
-
"@atlaskit/editor-test-helpers/confluence-card-client": [
|
|
934
|
-
"../editor-test-helpers/src/confluence-card-client.ts"
|
|
935
|
-
],
|
|
936
|
-
"@atlaskit/editor-test-helpers/confluence-card-provider": [
|
|
937
|
-
"../editor-test-helpers/src/confluence-card-provider.ts"
|
|
938
|
-
],
|
|
939
|
-
"@atlaskit/editor-test-helpers/context-identifier-provider": [
|
|
940
|
-
"../editor-test-helpers/src/context-identifier-provider.ts"
|
|
941
|
-
],
|
|
942
|
-
"@atlaskit/editor-test-helpers/controllable-promise": [
|
|
943
|
-
"../editor-test-helpers/src/controllable-promise.ts"
|
|
944
|
-
],
|
|
945
|
-
"@atlaskit/editor-test-helpers/constants": [
|
|
946
|
-
"../editor-test-helpers/src/constants.ts"
|
|
947
|
-
],
|
|
948
|
-
"@atlaskit/editor-test-helpers/create-analytics-event-mock": [
|
|
949
|
-
"../editor-test-helpers/src/create-analytics-event-mock.ts"
|
|
950
|
-
],
|
|
951
|
-
"@atlaskit/editor-test-helpers/create-editor": [
|
|
952
|
-
"../editor-test-helpers/src/create-editor.tsx"
|
|
953
|
-
],
|
|
954
|
-
"@atlaskit/editor-test-helpers/create-editor-state": [
|
|
955
|
-
"../editor-test-helpers/src/create-editor-state.ts"
|
|
956
|
-
],
|
|
957
|
-
"@atlaskit/editor-test-helpers/create-prosemirror-editor": [
|
|
958
|
-
"../editor-test-helpers/src/create-prosemirror-editor.ts"
|
|
959
|
-
],
|
|
960
|
-
"@atlaskit/editor-test-helpers/create-event": [
|
|
961
|
-
"../editor-test-helpers/src/create-event.ts"
|
|
962
|
-
],
|
|
963
|
-
"@atlaskit/editor-test-helpers/dispatch-paste-event": [
|
|
964
|
-
"../editor-test-helpers/src/dispatch-paste-event.ts"
|
|
965
|
-
],
|
|
966
|
-
"@atlaskit/editor-test-helpers/doc-builder": [
|
|
967
|
-
"../editor-test-helpers/src/doc-builder.ts"
|
|
968
|
-
],
|
|
969
|
-
"@atlaskit/editor-test-helpers/enzyme": [
|
|
970
|
-
"../editor-test-helpers/src/enzyme.tsx"
|
|
971
|
-
],
|
|
972
|
-
"@atlaskit/editor-test-helpers/floating-toolbar": [
|
|
973
|
-
"../editor-test-helpers/src/floating-toolbar.ts"
|
|
974
|
-
],
|
|
975
|
-
"@atlaskit/editor-test-helpers/rtl": [
|
|
976
|
-
"../editor-test-helpers/src/rtl.tsx"
|
|
977
|
-
],
|
|
978
|
-
"@atlaskit/editor-test-helpers/extensions": [
|
|
979
|
-
"../editor-test-helpers/src/extensions.tsx"
|
|
980
|
-
],
|
|
981
|
-
"@atlaskit/editor-test-helpers/jsdom-fixtures": [
|
|
982
|
-
"../editor-test-helpers/src/jsdom-fixtures.ts"
|
|
983
|
-
],
|
|
984
|
-
"@atlaskit/editor-test-helpers/media-mock": [
|
|
985
|
-
"../editor-test-helpers/src/media-mock.ts"
|
|
986
|
-
],
|
|
987
|
-
"@atlaskit/editor-test-helpers/media-client-mock": [
|
|
988
|
-
"../editor-test-helpers/src/media-client/index.ts"
|
|
989
|
-
],
|
|
990
|
-
"@atlaskit/editor-test-helpers/media-provider": [
|
|
991
|
-
"../editor-test-helpers/src/media-provider.ts"
|
|
992
|
-
],
|
|
993
|
-
"@atlaskit/editor-test-helpers/mock-activity-provider": [
|
|
994
|
-
"../editor-test-helpers/src/mock-activity-provider.ts"
|
|
995
|
-
],
|
|
996
|
-
"@atlaskit/editor-test-helpers/mock-add-event-listener": [
|
|
997
|
-
"../editor-test-helpers/src/mock-add-event-listener.ts"
|
|
998
|
-
],
|
|
999
|
-
"@atlaskit/editor-test-helpers/mock-analytics-next": [
|
|
1000
|
-
"../editor-test-helpers/src/mock-analytics-next.tsx"
|
|
1001
|
-
],
|
|
1002
|
-
"@atlaskit/editor-test-helpers/mock-extension-data": [
|
|
1003
|
-
"../editor-test-helpers/src/mock-extension-data.ts"
|
|
1004
|
-
],
|
|
1005
|
-
"@atlaskit/editor-test-helpers/mock-insert-menu": [
|
|
1006
|
-
"../editor-test-helpers/src/mock-insert-menu.tsx"
|
|
1007
|
-
],
|
|
1008
|
-
"@atlaskit/editor-test-helpers/mock-macro-provider": [
|
|
1009
|
-
"../editor-test-helpers/src/mock-macro-provider.ts"
|
|
1010
|
-
],
|
|
1011
|
-
"@atlaskit/editor-test-helpers/mock-performance-entry": [
|
|
1012
|
-
"../editor-test-helpers/src/mock-performance-entry.ts"
|
|
1013
|
-
],
|
|
1014
|
-
"@atlaskit/editor-test-helpers/mock-performance-observer-entry-list": [
|
|
1015
|
-
"../editor-test-helpers/src/mock-performance-observer-entry-list.ts"
|
|
1016
|
-
],
|
|
1017
|
-
"@atlaskit/editor-test-helpers/mock-intersection-observer": [
|
|
1018
|
-
"../editor-test-helpers/src/mock-intersection-observer.ts"
|
|
1019
|
-
],
|
|
1020
|
-
"@atlaskit/editor-test-helpers/mock-search-provider": [
|
|
1021
|
-
"../editor-test-helpers/src/mock-search-provider.ts"
|
|
1022
|
-
],
|
|
1023
|
-
"@atlaskit/editor-test-helpers/next-tick": [
|
|
1024
|
-
"../editor-test-helpers/src/next-tick.ts"
|
|
1025
|
-
],
|
|
1026
|
-
"@atlaskit/editor-test-helpers/random-id": [
|
|
1027
|
-
"../editor-test-helpers/src/random-id.ts"
|
|
1028
|
-
],
|
|
1029
|
-
"@atlaskit/editor-test-helpers/schema": [
|
|
1030
|
-
"../editor-test-helpers/src/schema.ts"
|
|
1031
|
-
],
|
|
1032
|
-
"@atlaskit/editor-test-helpers/schema-element-builder": [
|
|
1033
|
-
"../editor-test-helpers/src/schema-element-builder.ts"
|
|
1034
|
-
],
|
|
1035
|
-
"@atlaskit/editor-test-helpers/selection": [
|
|
1036
|
-
"../editor-test-helpers/src/selection.ts"
|
|
1037
|
-
],
|
|
1038
|
-
"@atlaskit/editor-test-helpers/send-key-to-pm": [
|
|
1039
|
-
"../editor-test-helpers/src/send-key-to-pm.ts"
|
|
1040
|
-
],
|
|
1041
|
-
"@atlaskit/editor-test-helpers/set-selection-transform": [
|
|
1042
|
-
"../editor-test-helpers/src/set-selection-transform.ts"
|
|
1043
|
-
],
|
|
1044
|
-
"@atlaskit/editor-test-helpers/simulate-platform": [
|
|
1045
|
-
"../editor-test-helpers/src/simulate-platform.ts"
|
|
1046
|
-
],
|
|
1047
|
-
"@atlaskit/editor-test-helpers/sleep": [
|
|
1048
|
-
"../editor-test-helpers/src/sleep.ts"
|
|
1049
|
-
],
|
|
1050
|
-
"@atlaskit/editor-test-helpers/table": [
|
|
1051
|
-
"../editor-test-helpers/src/table.ts"
|
|
1052
|
-
],
|
|
1053
|
-
"@atlaskit/editor-test-helpers/transactions": [
|
|
1054
|
-
"../editor-test-helpers/src/transactions.ts"
|
|
1055
|
-
],
|
|
1056
|
-
"@atlaskit/editor-test-helpers/use-example-document": [
|
|
1057
|
-
"../editor-test-helpers/src/use-example-document.ts"
|
|
1058
|
-
],
|
|
1059
|
-
"@atlaskit/editor-test-helpers/vr-utils": [
|
|
1060
|
-
"../editor-test-helpers/src/vr-utils.ts"
|
|
1061
|
-
],
|
|
1062
|
-
"@atlaskit/editor-test-helpers/vr-utils/base-utils": [
|
|
1063
|
-
"../editor-test-helpers/src/vr-utils/base-utils.ts"
|
|
1064
|
-
],
|
|
1065
|
-
"@atlaskit/editor-test-helpers/vr-utils/bounding-client-rect": [
|
|
1066
|
-
"../editor-test-helpers/src/vr-utils/bounding-client-rect.ts"
|
|
1067
|
-
],
|
|
1068
|
-
"@atlaskit/editor-test-helpers/vr-utils/device-viewport": [
|
|
1069
|
-
"../editor-test-helpers/src/vr-utils/device-viewport.ts"
|
|
1070
|
-
],
|
|
1071
|
-
"@atlaskit/editor-test-helpers/vr-utils/frame-utils": [
|
|
1072
|
-
"../editor-test-helpers/src/vr-utils/frame-utils.ts"
|
|
1073
|
-
],
|
|
1074
|
-
"@atlaskit/editor-test-helpers/vr-utils/get-computed-style": [
|
|
1075
|
-
"../editor-test-helpers/src/vr-utils/get-computed-style.ts"
|
|
1076
|
-
],
|
|
1077
|
-
"@atlaskit/editor-test-helpers/page-objects/editor": [
|
|
1078
|
-
"../editor-test-helpers/src/integration/helpers/page-objects/editor.ts"
|
|
1079
|
-
],
|
|
1080
|
-
"@atlaskit/editor-test-helpers/page-objects/emoji": [
|
|
1081
|
-
"../editor-test-helpers/src/integration/helpers/page-objects/emoji.ts"
|
|
1082
|
-
],
|
|
1083
|
-
"@atlaskit/editor-test-helpers/page-objects/extensions": [
|
|
1084
|
-
"../editor-test-helpers/src/integration/helpers/page-objects/extensions.ts"
|
|
1085
|
-
],
|
|
1086
|
-
"@atlaskit/editor-test-helpers/page-objects/mention": [
|
|
1087
|
-
"../editor-test-helpers/src/integration/helpers/page-objects/mention.ts"
|
|
1088
|
-
],
|
|
1089
|
-
"@atlaskit/editor-test-helpers/page-objects/table": [
|
|
1090
|
-
"../editor-test-helpers/src/integration/helpers/page-objects/table.ts"
|
|
1091
|
-
],
|
|
1092
|
-
"@atlaskit/editor-test-helpers/page-objects/toolbar": [
|
|
1093
|
-
"../editor-test-helpers/src/integration/helpers/page-objects/toolbar.ts"
|
|
1094
|
-
],
|
|
1095
|
-
"@atlaskit/editor-test-helpers/page-objects/keyboard": [
|
|
1096
|
-
"../editor-test-helpers/src/integration/helpers/page-objects/keyboard.ts"
|
|
1097
|
-
],
|
|
1098
|
-
"@atlaskit/editor-test-helpers/page-objects/types": [
|
|
1099
|
-
"../editor-test-helpers/src/integration/helpers/page-objects/types.ts"
|
|
1100
|
-
],
|
|
1101
|
-
"@atlaskit/editor-test-helpers/page-objects/blocks": [
|
|
1102
|
-
"../editor-test-helpers/src/integration/helpers/page-objects/blocks.ts"
|
|
1103
|
-
],
|
|
1104
|
-
"@atlaskit/editor-test-helpers/page-objects/code-block": [
|
|
1105
|
-
"../editor-test-helpers/src/integration/helpers/page-objects/code-block.ts"
|
|
1106
|
-
],
|
|
1107
|
-
"@atlaskit/editor-test-helpers/page-objects/date": [
|
|
1108
|
-
"../editor-test-helpers/src/integration/helpers/page-objects/date.ts"
|
|
1109
|
-
],
|
|
1110
|
-
"@atlaskit/editor-test-helpers/page-objects/decision": [
|
|
1111
|
-
"../editor-test-helpers/src/integration/helpers/page-objects/decision.ts"
|
|
1112
|
-
],
|
|
1113
|
-
"@atlaskit/editor-test-helpers/page-objects/element-browser": [
|
|
1114
|
-
"../editor-test-helpers/src/integration/helpers/page-objects/element-browser.ts"
|
|
1115
|
-
],
|
|
1116
|
-
"@atlaskit/editor-test-helpers/page-objects/expand": [
|
|
1117
|
-
"../editor-test-helpers/src/integration/helpers/page-objects/expand.ts"
|
|
1118
|
-
],
|
|
1119
|
-
"@atlaskit/editor-test-helpers/page-objects/find-replace": [
|
|
1120
|
-
"../editor-test-helpers/src/integration/helpers/page-objects/find-replace.ts"
|
|
1121
|
-
],
|
|
1122
|
-
"@atlaskit/editor-test-helpers/page-objects/help-dialog": [
|
|
1123
|
-
"../editor-test-helpers/src/integration/helpers/page-objects/help-dialog.ts"
|
|
1124
|
-
],
|
|
1125
|
-
"@atlaskit/editor-test-helpers/page-objects/hyperlink": [
|
|
1126
|
-
"../editor-test-helpers/src/integration/helpers/page-objects/hyperlink.ts"
|
|
1127
|
-
],
|
|
1128
|
-
"@atlaskit/editor-test-helpers/page-objects/layouts": [
|
|
1129
|
-
"../editor-test-helpers/src/integration/helpers/page-objects/layouts.ts"
|
|
1130
|
-
],
|
|
1131
|
-
"@atlaskit/editor-test-helpers/page-objects/media": [
|
|
1132
|
-
"../editor-test-helpers/src/integration/helpers/page-objects/media.ts"
|
|
1133
|
-
],
|
|
1134
|
-
"@atlaskit/editor-test-helpers/page-objects/mouse": [
|
|
1135
|
-
"../editor-test-helpers/src/integration/helpers/page-objects/mouse.ts"
|
|
1136
|
-
],
|
|
1137
|
-
"@atlaskit/editor-test-helpers/page-objects/quick-insert": [
|
|
1138
|
-
"../editor-test-helpers/src/integration/helpers/page-objects/quick-insert.ts"
|
|
1139
|
-
],
|
|
1140
|
-
"@atlaskit/editor-test-helpers/page-objects/selection": [
|
|
1141
|
-
"../editor-test-helpers/src/integration/helpers/page-objects/selection.ts"
|
|
1142
|
-
],
|
|
1143
|
-
"@atlaskit/editor-test-helpers/page-objects/smart-links": [
|
|
1144
|
-
"../editor-test-helpers/src/integration/helpers/page-objects/smart-links.ts"
|
|
1145
|
-
],
|
|
1146
|
-
"@atlaskit/editor-test-helpers/page-objects/status": [
|
|
1147
|
-
"../editor-test-helpers/src/integration/helpers/page-objects/status.ts"
|
|
1148
|
-
],
|
|
1149
|
-
"@atlaskit/editor-test-helpers/page-objects/panel": [
|
|
1150
|
-
"../editor-test-helpers/src/integration/helpers/page-objects/panel.ts"
|
|
1151
|
-
],
|
|
1152
|
-
"@atlaskit/editor-test-helpers/page-objects/task": [
|
|
1153
|
-
"../editor-test-helpers/src/integration/helpers/page-objects/task.ts"
|
|
1154
|
-
],
|
|
1155
|
-
"@atlaskit/editor-test-helpers/page-objects/unsupported": [
|
|
1156
|
-
"../editor-test-helpers/src/integration/helpers/page-objects/unsupported.ts"
|
|
1157
|
-
],
|
|
1158
|
-
"@atlaskit/editor-test-helpers/page-objects/list": [
|
|
1159
|
-
"../editor-test-helpers/src/integration/helpers/page-objects/list.ts"
|
|
1160
|
-
],
|
|
1161
|
-
"@atlaskit/editor-test-helpers/page-objects/breakout": [
|
|
1162
|
-
"../editor-test-helpers/src/integration/helpers/page-objects/breakout.ts"
|
|
1163
|
-
],
|
|
1164
|
-
"@atlaskit/editor-test-helpers/page-objects/context-panel": [
|
|
1165
|
-
"../editor-test-helpers/src/integration/helpers/page-objects/context-panel.ts"
|
|
1166
|
-
],
|
|
1167
|
-
"@atlaskit/editor-test-helpers/testing-example-page": [
|
|
1168
|
-
"../editor-test-helpers/src/testing-example-page.ts"
|
|
1169
|
-
],
|
|
1170
|
-
"@atlaskit/editor-test-helpers/e2e-helpers": [
|
|
1171
|
-
"../editor-test-helpers/src/e2e-helpers.ts"
|
|
1172
|
-
],
|
|
1173
|
-
"@atlaskit/editor-test-helpers/wysiwyg-helpers": [
|
|
1174
|
-
"../editor-test-helpers/src/wysiwyg-helpers.ts"
|
|
1175
|
-
],
|
|
1176
|
-
"@atlaskit/editor-test-helpers/integration/escape-keydown": [
|
|
1177
|
-
"../editor-test-helpers/src/integration/escape-keydown.ts"
|
|
1178
|
-
],
|
|
1179
|
-
"@atlaskit/editor-test-helpers/create-test-extension-provider": [
|
|
1180
|
-
"../editor-test-helpers/src/create-test-extension-provider.ts"
|
|
1181
|
-
],
|
|
1182
|
-
"@atlaskit/editor-test-helpers/annotation": [
|
|
1183
|
-
"../editor-test-helpers/src/annotation.ts"
|
|
1184
|
-
],
|
|
1185
|
-
"@atlaskit/editor-test-helpers/integration/components/99-testing": [
|
|
1186
|
-
"../editor-test-helpers/src/integration/components/99-testing.tsx"
|
|
1187
|
-
],
|
|
1188
|
-
"@atlaskit/editor-test-helpers/example-helpers": [
|
|
1189
|
-
"../editor-test-helpers/src/integration/components/example-helpers/index.ts"
|
|
1190
|
-
],
|
|
1191
|
-
"@atlaskit/editor-test-helpers": [
|
|
1192
|
-
"../editor-test-helpers/src"
|
|
1193
|
-
],
|
|
1194
|
-
"@atlaskit/flag/auto-dismiss-flag": [
|
|
1195
|
-
"../../design-system/flag/src/auto-dismiss-flag.tsx"
|
|
1196
|
-
],
|
|
1197
|
-
"@atlaskit/flag/constants": [
|
|
1198
|
-
"../../design-system/flag/src/constants.tsx"
|
|
1199
|
-
],
|
|
1200
|
-
"@atlaskit/flag/flag-actions": [
|
|
1201
|
-
"../../design-system/flag/src/flag-actions.tsx"
|
|
1202
|
-
],
|
|
1203
|
-
"@atlaskit/flag/flag-group": [
|
|
1204
|
-
"../../design-system/flag/src/flag-group.tsx"
|
|
1205
|
-
],
|
|
1206
|
-
"@atlaskit/flag/flag-provider": [
|
|
1207
|
-
"../../design-system/flag/src/flag-provider.tsx"
|
|
1208
|
-
],
|
|
1209
|
-
"@atlaskit/flag/flag": [
|
|
1210
|
-
"../../design-system/flag/src/flag.tsx"
|
|
1211
|
-
],
|
|
1212
|
-
"@atlaskit/flag/theme": [
|
|
1213
|
-
"../../design-system/flag/src/theme.tsx"
|
|
1214
|
-
],
|
|
1215
|
-
"@atlaskit/flag/types": [
|
|
1216
|
-
"../../design-system/flag/src/types.tsx"
|
|
1217
|
-
],
|
|
1218
|
-
"@atlaskit/flag": [
|
|
1219
|
-
"../../design-system/flag/src/index.tsx"
|
|
1220
|
-
],
|
|
1221
|
-
"@atlaskit/link-provider": [
|
|
1222
|
-
"../../linking-platform/link-provider/src/index.ts"
|
|
1223
|
-
],
|
|
1224
|
-
"@atlaskit/link-test-helpers/jest": [
|
|
1225
|
-
"../../linking-platform/link-test-helpers/src/jest/index.ts"
|
|
1226
|
-
],
|
|
1227
|
-
"@atlaskit/link-test-helpers/datasource": [
|
|
1228
|
-
"../../linking-platform/link-test-helpers/src/datasource/index.ts"
|
|
1229
|
-
],
|
|
1230
|
-
"@atlaskit/link-test-helpers/assets": [
|
|
1231
|
-
"../../linking-platform/link-test-helpers/src/datasource/assets/index.ts"
|
|
1232
|
-
],
|
|
1233
|
-
"@atlaskit/link-test-helpers/images": [
|
|
1234
|
-
"../../linking-platform/link-test-helpers/src/images/index.ts"
|
|
1235
|
-
],
|
|
1236
|
-
"@atlaskit/link-test-helpers": [
|
|
1237
|
-
"../../linking-platform/link-test-helpers/src/index.ts"
|
|
1238
|
-
],
|
|
1239
|
-
"@atlaskit/logo/atlassian-icon": [
|
|
1240
|
-
"../../design-system/logo/src/atlassian-logo/icon.tsx"
|
|
1241
|
-
],
|
|
1242
|
-
"@atlaskit/logo/bitbucket-icon": [
|
|
1243
|
-
"../../design-system/logo/src/bitbucket-logo/icon.tsx"
|
|
1244
|
-
],
|
|
1245
|
-
"@atlaskit/logo/confluence-icon": [
|
|
1246
|
-
"../../design-system/logo/src/confluence-logo/icon.tsx"
|
|
1247
|
-
],
|
|
1248
|
-
"@atlaskit/logo/hipchat-icon": [
|
|
1249
|
-
"../../design-system/logo/src/hipchat-logo/icon.tsx"
|
|
1250
|
-
],
|
|
1251
|
-
"@atlaskit/logo/jira-icon": [
|
|
1252
|
-
"../../design-system/logo/src/jira-logo/icon.tsx"
|
|
1253
|
-
],
|
|
1254
|
-
"@atlaskit/logo/jira-core-icon": [
|
|
1255
|
-
"../../design-system/logo/src/jira-core-logo/icon.tsx"
|
|
1256
|
-
],
|
|
1257
|
-
"@atlaskit/logo/jra-service-desk-icon": [
|
|
1258
|
-
"../../design-system/logo/src/jira-service-desk-logo/icon.tsx"
|
|
1259
|
-
],
|
|
1260
|
-
"@atlaskit/logo/jira-service-desk-icon": [
|
|
1261
|
-
"../../design-system/logo/src/jira-service-desk-logo/icon.tsx"
|
|
1262
|
-
],
|
|
1263
|
-
"@atlaskit/logo/jira-service-management-icon": [
|
|
1264
|
-
"../../design-system/logo/src/jira-service-management-logo/icon.tsx"
|
|
1265
|
-
],
|
|
1266
|
-
"@atlaskit/logo/jira-software-icon": [
|
|
1267
|
-
"../../design-system/logo/src/jira-software-logo/icon.tsx"
|
|
1268
|
-
],
|
|
1269
|
-
"@atlaskit/logo/ops-genie-icon": [
|
|
1270
|
-
"../../design-system/logo/src/opsgenie-logo/old-icon.tsx"
|
|
1271
|
-
],
|
|
1272
|
-
"@atlaskit/logo/statuspage-icon": [
|
|
1273
|
-
"../../design-system/logo/src/statuspage-logo/icon.tsx"
|
|
1274
|
-
],
|
|
1275
|
-
"@atlaskit/logo/stride-icon": [
|
|
1276
|
-
"../../design-system/logo/src/stride-logo/icon.tsx"
|
|
1277
|
-
],
|
|
1278
|
-
"@atlaskit/logo/trello-icon": [
|
|
1279
|
-
"../../design-system/logo/src/trello-logo/icon.tsx"
|
|
1280
|
-
],
|
|
1281
|
-
"@atlaskit/logo/atlas-icon": [
|
|
1282
|
-
"../../design-system/logo/src/atlas-logo/icon.tsx"
|
|
1283
|
-
],
|
|
1284
|
-
"@atlaskit/logo/constants": [
|
|
1285
|
-
"../../design-system/logo/src/constants.tsx"
|
|
1286
|
-
],
|
|
1287
|
-
"@atlaskit/logo/Wrapper": [
|
|
1288
|
-
"../../design-system/logo/src/wrapper.tsx"
|
|
1289
|
-
],
|
|
1290
|
-
"@atlaskit/logo": [
|
|
1291
|
-
"../../design-system/logo/src/index.tsx"
|
|
1292
|
-
],
|
|
1293
|
-
"@atlaskit/media-core/auth": [
|
|
1294
|
-
"../../media/media-core/src/auth.ts"
|
|
1295
|
-
],
|
|
1296
|
-
"@atlaskit/media-core": [
|
|
1297
|
-
"../../media/media-core/src/index.ts"
|
|
1298
|
-
],
|
|
1299
|
-
"@atlaskit/media-integration-test-helpers/card-client": [
|
|
1300
|
-
"../../media/media-integration-test-helpers/src/integration/smart-links-mock-client-utils.ts"
|
|
1301
|
-
],
|
|
1302
|
-
"@atlaskit/media-integration-test-helpers/embed-helper": [
|
|
1303
|
-
"../../media/media-integration-test-helpers/src/integration/embed-helper.tsx"
|
|
1304
|
-
],
|
|
1305
|
-
"@atlaskit/media-integration-test-helpers/media-embed-html-source": [
|
|
1306
|
-
"../../media/media-integration-test-helpers/src/integration/media-embed-html-source.tsx"
|
|
1307
|
-
],
|
|
1308
|
-
"@atlaskit/media-integration-test-helpers": [
|
|
1309
|
-
"../../media/media-integration-test-helpers/src/index.ts"
|
|
1310
|
-
],
|
|
1311
|
-
"@atlaskit/media-test-helpers/renderWithIntl": [
|
|
1312
|
-
"../../media/media-test-helpers/src/renderWithIntl.tsx"
|
|
1313
|
-
],
|
|
1314
|
-
"@atlaskit/media-test-helpers/smart-card-state": [
|
|
1315
|
-
"../../media/media-test-helpers/src/smart-card-state.ts"
|
|
1316
|
-
],
|
|
1317
|
-
"@atlaskit/media-test-helpers/fakeMediaClient": [
|
|
1318
|
-
"../../media/media-test-helpers/src/fakeMediaClient.ts"
|
|
1319
|
-
],
|
|
1320
|
-
"@atlaskit/media-test-helpers/media-mock": [
|
|
1321
|
-
"../../media/media-test-helpers/src/mocks/media-mock.ts"
|
|
1322
|
-
],
|
|
1323
|
-
"@atlaskit/media-test-helpers/images": [
|
|
1324
|
-
"../../media/media-test-helpers/src/images.tsx"
|
|
1325
|
-
],
|
|
1326
|
-
"@atlaskit/media-test-helpers/jestHelpers": [
|
|
1327
|
-
"../../media/media-test-helpers/src/jestHelpers.ts"
|
|
1328
|
-
],
|
|
1329
|
-
"@atlaskit/media-test-helpers/collectionNames": [
|
|
1330
|
-
"../../media/media-test-helpers/src/collectionNames.ts"
|
|
1331
|
-
],
|
|
1332
|
-
"@atlaskit/media-test-helpers/exampleMediaItems": [
|
|
1333
|
-
"../../media/media-test-helpers/src/exampleMediaItems.ts"
|
|
1334
|
-
],
|
|
1335
|
-
"@atlaskit/media-test-helpers/exampleMediaFeatureFlags": [
|
|
1336
|
-
"../../media/media-test-helpers/src/example-mediaFeatureFlags.ts"
|
|
1337
|
-
],
|
|
1338
|
-
"@atlaskit/media-test-helpers/globalEventEmitterListeners": [
|
|
1339
|
-
"../../media/media-test-helpers/src/globalEventEmitterListeners.ts"
|
|
1340
|
-
],
|
|
1341
|
-
"@atlaskit/media-test-helpers/mediaPickerAuthProvider": [
|
|
1342
|
-
"../../media/media-test-helpers/src/mediaPickerAuthProvider.ts"
|
|
1343
|
-
],
|
|
1344
|
-
"@atlaskit/media-test-helpers/getAuthFromContextProvider": [
|
|
1345
|
-
"../../media/media-test-helpers/src/getAuthFromContextProvider.ts"
|
|
1346
|
-
],
|
|
1347
|
-
"@atlaskit/media-test-helpers/mockData": [
|
|
1348
|
-
"../../media/media-test-helpers/src/utils/mockData.ts"
|
|
1349
|
-
],
|
|
1350
|
-
"@atlaskit/media-test-helpers": [
|
|
1351
|
-
"../../media/media-test-helpers/src/index.tsx"
|
|
1352
|
-
],
|
|
1353
|
-
"@atlaskit/modal-dialog/types": [
|
|
1354
|
-
"../../design-system/modal-dialog/src/types.tsx"
|
|
1355
|
-
],
|
|
1356
|
-
"@atlaskit/modal-dialog/hooks": [
|
|
1357
|
-
"../../design-system/modal-dialog/src/hooks.tsx"
|
|
1358
|
-
],
|
|
1359
|
-
"@atlaskit/modal-dialog/modal-dialog": [
|
|
1360
|
-
"../../design-system/modal-dialog/src/modal-wrapper.tsx"
|
|
1361
|
-
],
|
|
1362
|
-
"@atlaskit/modal-dialog/modal-header": [
|
|
1363
|
-
"../../design-system/modal-dialog/src/modal-header.tsx"
|
|
1364
|
-
],
|
|
1365
|
-
"@atlaskit/modal-dialog/modal-title": [
|
|
1366
|
-
"../../design-system/modal-dialog/src/modal-title.tsx"
|
|
1367
|
-
],
|
|
1368
|
-
"@atlaskit/modal-dialog/modal-body": [
|
|
1369
|
-
"../../design-system/modal-dialog/src/modal-body.tsx"
|
|
1370
|
-
],
|
|
1371
|
-
"@atlaskit/modal-dialog/modal-footer": [
|
|
1372
|
-
"../../design-system/modal-dialog/src/modal-footer.tsx"
|
|
1373
|
-
],
|
|
1374
|
-
"@atlaskit/modal-dialog/modal-transition": [
|
|
1375
|
-
"../../design-system/modal-dialog/src/modal-transition.tsx"
|
|
1376
|
-
],
|
|
1377
|
-
"@atlaskit/modal-dialog": [
|
|
1378
|
-
"../../design-system/modal-dialog/src/index.tsx"
|
|
1379
|
-
],
|
|
1380
|
-
"@atlaskit/renderer/actions": [
|
|
1381
|
-
"../renderer/src/actions.ts"
|
|
1382
|
-
],
|
|
1383
|
-
"@atlaskit/renderer/consts": [
|
|
1384
|
-
"../renderer/src/consts.ts"
|
|
1385
|
-
],
|
|
1386
|
-
"@atlaskit/renderer/messages": [
|
|
1387
|
-
"../renderer/src/messages.ts"
|
|
1388
|
-
],
|
|
1389
|
-
"@atlaskit/renderer/render-document": [
|
|
1390
|
-
"../renderer/src/render-document.ts"
|
|
1391
|
-
],
|
|
1392
|
-
"@atlaskit/renderer/renderer-context": [
|
|
1393
|
-
"../renderer/src/renderer-context.tsx"
|
|
1394
|
-
],
|
|
1395
|
-
"@atlaskit/renderer/serializer": [
|
|
1396
|
-
"../renderer/src/serializer.ts"
|
|
1397
|
-
],
|
|
1398
|
-
"@atlaskit/renderer/text-serializer": [
|
|
1399
|
-
"../renderer/src/text-serializer.ts"
|
|
1400
|
-
],
|
|
1401
|
-
"@atlaskit/renderer/use-feature-flags": [
|
|
1402
|
-
"../renderer/src/use-feature-flags.ts"
|
|
1403
|
-
],
|
|
1404
|
-
"@atlaskit/renderer/utils": [
|
|
1405
|
-
"../renderer/src/utils.ts"
|
|
1406
|
-
],
|
|
1407
|
-
"@atlaskit/renderer": [
|
|
1408
|
-
"../renderer/src/index.ts"
|
|
1409
|
-
],
|
|
1410
|
-
"@atlaskit/select/AsyncSelect": [
|
|
1411
|
-
"../../design-system/select/src/entry-points/async-select.tsx"
|
|
1412
|
-
],
|
|
1413
|
-
"@atlaskit/select/Select": [
|
|
1414
|
-
"../../design-system/select/src/entry-points/select.tsx"
|
|
1415
|
-
],
|
|
1416
|
-
"@atlaskit/select/AsyncCreatableSelect": [
|
|
1417
|
-
"../../design-system/select/src/entry-points/async-creatable-select.tsx"
|
|
1418
|
-
],
|
|
1419
|
-
"@atlaskit/select/CreatableSelect": [
|
|
1420
|
-
"../../design-system/select/src/entry-points/creatable-select.tsx"
|
|
1421
|
-
],
|
|
1422
|
-
"@atlaskit/select": [
|
|
1423
|
-
"../../design-system/select/src/index.tsx"
|
|
1424
|
-
],
|
|
1425
|
-
"@atlaskit/smart-card/ssr": [
|
|
1426
|
-
"../../linking-platform/smart-card/src/ssr.tsx"
|
|
1427
|
-
],
|
|
1428
|
-
"@atlaskit/smart-card/in-product": [
|
|
1429
|
-
"../../linking-platform/smart-card/src/in-product.ts"
|
|
1430
|
-
],
|
|
1431
|
-
"@atlaskit/smart-card/client": [
|
|
1432
|
-
"../../linking-platform/smart-card/src/client/index.ts"
|
|
1433
|
-
],
|
|
1434
|
-
"@atlaskit/smart-card/types": [
|
|
1435
|
-
"../../linking-platform/smart-card/src/types.ts"
|
|
1436
|
-
],
|
|
1437
|
-
"@atlaskit/smart-card/hooks": [
|
|
1438
|
-
"../../linking-platform/smart-card/src/hooks.ts"
|
|
1439
|
-
],
|
|
1440
|
-
"@atlaskit/smart-card/hover-card": [
|
|
1441
|
-
"../../linking-platform/smart-card/src/hoverCard.ts"
|
|
1442
|
-
],
|
|
1443
|
-
"@atlaskit/smart-card/link-url": [
|
|
1444
|
-
"../../linking-platform/smart-card/src/linkUrl.ts"
|
|
1445
|
-
],
|
|
1446
|
-
"@atlaskit/smart-card": [
|
|
1447
|
-
"../../linking-platform/smart-card/src/index.ts"
|
|
1448
|
-
],
|
|
1449
|
-
"@atlaskit/synchrony-test-helpers/mock-collab-provider": [
|
|
1450
|
-
"../synchrony-test-helpers/src/mock-collab-provider.ts"
|
|
1451
|
-
],
|
|
1452
|
-
"@atlaskit/synchrony-test-helpers": [
|
|
1453
|
-
"../synchrony-test-helpers/src/index.ts"
|
|
1454
|
-
],
|
|
1455
|
-
"@atlaskit/util-data-test/emoji-constants": [
|
|
1456
|
-
"../../elements/util-data-test/src/emoji-constants/index.ts"
|
|
1457
|
-
],
|
|
1458
|
-
"@atlaskit/util-data-test/emoji-samples": [
|
|
1459
|
-
"../../elements/util-data-test/src/emoji-test/emoji-samples.ts"
|
|
1460
|
-
],
|
|
1461
|
-
"@atlaskit/util-data-test/emoji-types": [
|
|
1462
|
-
"../../elements/util-data-test/src/emoji/types.ts"
|
|
1463
|
-
],
|
|
1464
|
-
"@atlaskit/util-data-test/filter-to-searchable": [
|
|
1465
|
-
"../../elements/util-data-test/src/emoji-test/filter-to-searchable.ts"
|
|
1466
|
-
],
|
|
1467
|
-
"@atlaskit/util-data-test/get-atlassian-emojis": [
|
|
1468
|
-
"../../elements/util-data-test/src/emoji/get-atlassian-emojis.ts"
|
|
1469
|
-
],
|
|
1470
|
-
"@atlaskit/util-data-test/get-emoji-provider": [
|
|
1471
|
-
"../../elements/util-data-test/src/emoji/get-emoji-provider.ts"
|
|
1472
|
-
],
|
|
1473
|
-
"@atlaskit/util-data-test/get-emoji-repository": [
|
|
1474
|
-
"../../elements/util-data-test/src/emoji/get-emoji-repository.ts"
|
|
1475
|
-
],
|
|
1476
|
-
"@atlaskit/util-data-test/get-emoji-resource-standard-atlassian": [
|
|
1477
|
-
"../../elements/util-data-test/src/emoji/get-emoji-resource-standard-atlassian.ts"
|
|
1478
|
-
],
|
|
1479
|
-
"@atlaskit/util-data-test/get-emoji-resource-usage-clear": [
|
|
1480
|
-
"../../elements/util-data-test/src/emoji/get-emoji-resource-usage-clear.ts"
|
|
1481
|
-
],
|
|
1482
|
-
"@atlaskit/util-data-test/get-emoji-resource": [
|
|
1483
|
-
"../../elements/util-data-test/src/emoji/get-emoji-resource.ts"
|
|
1484
|
-
],
|
|
1485
|
-
"@atlaskit/util-data-test/get-emojis": [
|
|
1486
|
-
"../../elements/util-data-test/src/emoji/get-emojis.ts"
|
|
1487
|
-
],
|
|
1488
|
-
"@atlaskit/util-data-test/get-mock-profilecard-client": [
|
|
1489
|
-
"../../elements/util-data-test/src/profilecard/get-mock-profilecard-client.ts"
|
|
1490
|
-
],
|
|
1491
|
-
"@atlaskit/util-data-test/get-standard-emojis": [
|
|
1492
|
-
"../../elements/util-data-test/src/emoji/get-standard-emojis.ts"
|
|
1493
|
-
],
|
|
1494
|
-
"@atlaskit/util-data-test/get-test-atlassian-emojis": [
|
|
1495
|
-
"../../elements/util-data-test/src/emoji-test/get-test-atlassian-emojis.ts"
|
|
1496
|
-
],
|
|
1497
|
-
"@atlaskit/util-data-test/get-test-atlassian-service-emojis": [
|
|
1498
|
-
"../../elements/util-data-test/src/emoji-test/get-test-atlassian-service-emojis.ts"
|
|
1499
|
-
],
|
|
1500
|
-
"@atlaskit/util-data-test/get-test-site-emojis": [
|
|
1501
|
-
"../../elements/util-data-test/src/emoji-test/get-test-site-emojis.ts"
|
|
1502
|
-
],
|
|
1503
|
-
"@atlaskit/util-data-test/get-test-site-service-emojis": [
|
|
1504
|
-
"../../elements/util-data-test/src/emoji-test/get-test-site-service-emojis.ts"
|
|
1505
|
-
],
|
|
1506
|
-
"@atlaskit/util-data-test/get-test-emoji-resource": [
|
|
1507
|
-
"../../elements/util-data-test/src/emoji-test/get-test-emoji-resource.ts"
|
|
1508
|
-
],
|
|
1509
|
-
"@atlaskit/util-data-test/get-test-emoji-resource-from-repository": [
|
|
1510
|
-
"../../elements/util-data-test/src/emoji-test/get-test-emoji-resource-from-repository.ts"
|
|
1511
|
-
],
|
|
1512
|
-
"@atlaskit/util-data-test/get-test-emoji-resource-non-uploading": [
|
|
1513
|
-
"../../elements/util-data-test/src/emoji-test/get-test-emoji-resource-non-uploading.ts"
|
|
1514
|
-
],
|
|
1515
|
-
"@atlaskit/util-data-test/get-test-emoji-repository": [
|
|
1516
|
-
"../../elements/util-data-test/src/emoji-test/get-test-emoji-repository.ts"
|
|
1517
|
-
],
|
|
1518
|
-
"@atlaskit/util-data-test/get-test-site-emoji-repository": [
|
|
1519
|
-
"../../elements/util-data-test/src/emoji-test/get-test-site-emoji-repository.ts"
|
|
1520
|
-
],
|
|
1521
|
-
"@atlaskit/util-data-test/get-test-emojis": [
|
|
1522
|
-
"../../elements/util-data-test/src/emoji-test/get-test-emojis.ts"
|
|
1523
|
-
],
|
|
1524
|
-
"@atlaskit/util-data-test/get-test-searchable-emojis": [
|
|
1525
|
-
"../../elements/util-data-test/src/emoji-test/get-test-searchable-emojis.ts"
|
|
1526
|
-
],
|
|
1527
|
-
"@atlaskit/util-data-test/get-test-standard-emojis": [
|
|
1528
|
-
"../../elements/util-data-test/src/emoji-test/get-test-standard-emojis.ts"
|
|
1529
|
-
],
|
|
1530
|
-
"@atlaskit/util-data-test/get-test-standard-service-emojis": [
|
|
1531
|
-
"../../elements/util-data-test/src/emoji-test/get-test-standard-service-emojis.ts"
|
|
1532
|
-
],
|
|
1533
|
-
"@atlaskit/util-data-test/get-test-image-emoji": [
|
|
1534
|
-
"../../elements/util-data-test/src/emoji-test/get-test-image-emoji.ts"
|
|
1535
|
-
],
|
|
1536
|
-
"@atlaskit/util-data-test/get-test-sprite-emoji": [
|
|
1537
|
-
"../../elements/util-data-test/src/emoji-test/get-test-sprite-emoji.ts"
|
|
1538
|
-
],
|
|
1539
|
-
"@atlaskit/util-data-test/get-test-site-emoji-foo": [
|
|
1540
|
-
"../../elements/util-data-test/src/emoji-test/get-test-site-emoji-foo.ts"
|
|
1541
|
-
],
|
|
1542
|
-
"@atlaskit/util-data-test/get-test-site-emoji-wtf": [
|
|
1543
|
-
"../../elements/util-data-test/src/emoji-test/get-test-site-emoji-wtf.ts"
|
|
1544
|
-
],
|
|
1545
|
-
"@atlaskit/util-data-test/logged-user": [
|
|
1546
|
-
"../../elements/util-data-test/src/emoji/logged-user.ts"
|
|
1547
|
-
],
|
|
1548
|
-
"@atlaskit/util-data-test/logger": [
|
|
1549
|
-
"../../elements/util-data-test/src/logger.ts"
|
|
1550
|
-
],
|
|
1551
|
-
"@atlaskit/util-data-test/media-emoji": [
|
|
1552
|
-
"../../elements/util-data-test/src/emoji-test/media-emoji.ts"
|
|
1553
|
-
],
|
|
1554
|
-
"@atlaskit/util-data-test/media-service-emoji": [
|
|
1555
|
-
"../../elements/util-data-test/src/emoji-test/media-service-emoji.ts"
|
|
1556
|
-
],
|
|
1557
|
-
"@atlaskit/util-data-test/mention-story-data": [
|
|
1558
|
-
"../../elements/util-data-test/src/mention/mention-story-data.ts"
|
|
1559
|
-
],
|
|
1560
|
-
"@atlaskit/util-data-test/mention-test-data": [
|
|
1561
|
-
"../../elements/util-data-test/src/mention/mention-test-data.ts"
|
|
1562
|
-
],
|
|
1563
|
-
"@atlaskit/util-data-test/mock-mention-resource": [
|
|
1564
|
-
"../../elements/util-data-test/src/mention/mock-mention-resource.ts"
|
|
1565
|
-
],
|
|
1566
|
-
"@atlaskit/util-data-test/mock-emoji-resource": [
|
|
1567
|
-
"../../elements/util-data-test/src/emoji/mock-emoji-resource.ts"
|
|
1568
|
-
],
|
|
1569
|
-
"@atlaskit/util-data-test/mock-non-uploading-emoji-resource-factory": [
|
|
1570
|
-
"../../elements/util-data-test/src/emoji/mock-non-uploading-emoji-resource-factory.ts"
|
|
1571
|
-
],
|
|
1572
|
-
"@atlaskit/util-data-test/mock-presence-resource": [
|
|
1573
|
-
"../../elements/util-data-test/src/mention/mock-presence-resource.ts"
|
|
1574
|
-
],
|
|
1575
|
-
"@atlaskit/util-data-test/profilecard-data": [
|
|
1576
|
-
"../../elements/util-data-test/src/profilecard/profilecard-data.ts"
|
|
1577
|
-
],
|
|
1578
|
-
"@atlaskit/util-data-test/task-decision-story-data": [
|
|
1579
|
-
"../../elements/util-data-test/src/task-decision/task-decision-story-data.ts"
|
|
1580
|
-
],
|
|
1581
|
-
"@atlaskit/util-data-test/presence-data": [
|
|
1582
|
-
"../../elements/util-data-test/src/mention/presence-data.ts"
|
|
1583
|
-
],
|
|
1584
|
-
"@atlaskit/util-data-test/slack-data": [
|
|
1585
|
-
"../../elements/util-data-test/src/slack-data/index.ts"
|
|
1586
|
-
],
|
|
1587
|
-
"@atlaskit/util-data-test/user-picker": [
|
|
1588
|
-
"../../elements/util-data-test/src/user-picker/index.ts"
|
|
1589
|
-
],
|
|
1590
|
-
"@atlaskit/util-data-test/user-picker-data": [
|
|
1591
|
-
"../../elements/util-data-test/src/user-picker/user-picker-data.ts"
|
|
1592
|
-
],
|
|
1593
|
-
"@atlaskit/util-data-test": [
|
|
1594
|
-
"../../elements/util-data-test/src"
|
|
1595
|
-
],
|
|
1596
|
-
"@atlaskit/visual-regression": [
|
|
1597
|
-
"../../../build/test-tooling/visual-regression/src"
|
|
1598
|
-
],
|
|
1599
|
-
"@atlassian/feature-flags-test-utils": [
|
|
1600
|
-
"../../platform/feature-flags-test-utils/src/index.ts"
|
|
1601
|
-
],
|
|
1602
|
-
"@atlassian/link-picker-plugins/editor": [
|
|
1603
|
-
"../../linking-platform/link-picker-plugins/src/services/entry-points/editor/index.tsx"
|
|
1604
|
-
],
|
|
1605
|
-
"@atlassian/link-picker-plugins/useLinkPickerCreate": [
|
|
1606
|
-
"../../linking-platform/link-picker-plugins/src/services/useLinkPickerCreate"
|
|
1607
|
-
],
|
|
1608
|
-
"@atlassian/link-picker-plugins": [
|
|
1609
|
-
"../../linking-platform/link-picker-plugins/src/index.ts"
|
|
1610
|
-
],
|
|
1611
|
-
"@atlassian/search-provider": [
|
|
1612
|
-
"../search-provider/src/index.ts"
|
|
1613
|
-
],
|
|
1614
|
-
"@atlassian/ufo-experimental/global-stream-buffer": [
|
|
1615
|
-
"../../data/ufo-experimental/src/global-stream-buffer/index.ts"
|
|
1616
|
-
],
|
|
1617
|
-
"@atlassian/ufo-experimental/logger": [
|
|
1618
|
-
"../../data/ufo-experimental/src/logger/index.ts"
|
|
1619
|
-
],
|
|
1620
|
-
"@atlassian/ufo-experimental/platform-client": [
|
|
1621
|
-
"../../data/ufo-experimental/src/platform-client/index.ts"
|
|
1622
|
-
],
|
|
1623
|
-
"@atlassian/ufo-experimental/types": [
|
|
1624
|
-
"../../data/ufo-experimental/src/types.ts"
|
|
1625
|
-
],
|
|
1626
|
-
"@atlassian/ufo-experimental": [
|
|
1627
|
-
"../../data/ufo-experimental/src/index.ts"
|
|
1628
|
-
],
|
|
1629
|
-
"@atlassian/ufo/publisher": [
|
|
1630
|
-
"../../data/ufo-internal/src/core/publisher/publisher.ts"
|
|
1631
|
-
],
|
|
1632
|
-
"@atlassian/ufo": [
|
|
1633
|
-
"../../data/ufo-internal/src/index.ts"
|
|
1634
|
-
],
|
|
1635
|
-
"@atlassian/ufo-experience-trace-id-context": [
|
|
1636
|
-
"../../react-ufo/ufo-experience-trace-id-context/src/index.ts"
|
|
1637
|
-
],
|
|
1638
|
-
"@atlassian/ufo-interaction-id-context": [
|
|
1639
|
-
"../../react-ufo/ufo-interaction-id-context/src/index.ts"
|
|
1640
|
-
],
|
|
1641
|
-
"@atlaskit/editor-core/composable-editor": [
|
|
1642
|
-
"src/composable-editor.ts"
|
|
1643
|
-
],
|
|
1644
|
-
"@atlaskit/editor-core/editor-context": [
|
|
1645
|
-
"src/editor-context.ts"
|
|
1646
|
-
],
|
|
1647
|
-
"@atlaskit/editor-core/editor": [
|
|
1648
|
-
"src/editor.tsx"
|
|
1649
|
-
],
|
|
1650
|
-
"@atlaskit/editor-core/element-browser": [
|
|
1651
|
-
"src/element-browser.ts"
|
|
1652
|
-
],
|
|
1653
|
-
"@atlaskit/editor-core/labs-next": [
|
|
1654
|
-
"src/labs-next.ts"
|
|
1655
|
-
],
|
|
1656
|
-
"@atlaskit/editor-core/messages": [
|
|
1657
|
-
"src/messages.ts"
|
|
1658
|
-
],
|
|
1659
|
-
"@atlaskit/editor-core/preset-default": [
|
|
1660
|
-
"src/preset-default.ts"
|
|
1661
|
-
],
|
|
1662
|
-
"@atlaskit/editor-core/preset-universal": [
|
|
1663
|
-
"src/preset-universal.ts"
|
|
1664
|
-
],
|
|
1665
|
-
"@atlaskit/editor-core/test-utils": [
|
|
1666
|
-
"src/test-utils.ts"
|
|
1667
|
-
],
|
|
1668
|
-
"@atlaskit/editor-core/use-preset": [
|
|
1669
|
-
"src/use-preset.ts"
|
|
1670
|
-
],
|
|
1671
|
-
"@atlaskit/editor-core/version-wrapper": [
|
|
1672
|
-
"src/version-wrapper.ts"
|
|
1673
|
-
],
|
|
1674
|
-
"@atlaskit/editor-core": [
|
|
1675
|
-
"./src"
|
|
1676
|
-
]
|
|
1677
|
-
}
|
|
16
|
+
"noErrorTruncation": true
|
|
1678
17
|
}
|
|
1679
|
-
}
|
|
18
|
+
}
|