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