@atlaskit/editor-common 77.0.3 → 77.0.4

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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # @atlaskit/editor-common
2
2
 
3
+ ## 77.0.4
4
+
5
+ ### Patch Changes
6
+
7
+ - [#63634](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/63634) [`669b7038b354`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/669b7038b354) - chenged aria-label text
8
+
3
9
  ## 77.0.3
4
10
 
5
11
  ### Patch Changes
@@ -151,7 +151,7 @@ var _default = exports.default = {
151
151
  'fabric.editor.inlineTitle': 'Inline',
152
152
  'fabric.editor.insertColumn': 'Insert column right',
153
153
  'fabric.editor.insertColumnDrag': 'Insert column',
154
- 'fabric.editor.insertMenu': 'Insert',
154
+ 'fabric.editor.insertMenu': 'Insert elements',
155
155
  'fabric.editor.insertRow': 'Insert row below',
156
156
  'fabric.editor.insertRowDrag': 'Insert row',
157
157
  'fabric.editor.invalidLink': 'Please enter a valid link.',
@@ -183,7 +183,7 @@ var toolbarInsertBlockMessages = exports.toolbarInsertBlockMessages = (0, _react
183
183
  },
184
184
  insertMenu: {
185
185
  id: 'fabric.editor.insertMenu',
186
- defaultMessage: 'Insert',
186
+ defaultMessage: 'Insert elements',
187
187
  description: 'Opens a menu of additional items that can be inserted into your document.'
188
188
  },
189
189
  help: {
@@ -16,7 +16,7 @@ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "functio
16
16
  function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
17
17
  var SENTRY_DSN = 'https://0b10c8e02fb44d8796c047b102c9bee8@o55978.ingest.sentry.io/4505129224110080';
18
18
  var packageName = 'editor-common'; // Sentry doesn't accept '/' in its releases https://docs.sentry.io/platforms/javascript/configuration/releases/
19
- var packageVersion = "77.0.3";
19
+ var packageVersion = "77.0.4";
20
20
  var sanitiseSentryEvents = function sanitiseSentryEvents(data, _hint) {
21
21
  // Remove URL as it has UGC
22
22
  // TODO: Sanitise the URL instead of just removing it
@@ -22,7 +22,7 @@ var _templateObject, _templateObject2, _templateObject3;
22
22
  function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0, _getPrototypeOf2.default)(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0, _getPrototypeOf2.default)(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0, _possibleConstructorReturn2.default)(this, result); }; }
23
23
  function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } } /** @jsx jsx */
24
24
  var packageName = "@atlaskit/editor-common";
25
- var packageVersion = "77.0.3";
25
+ var packageVersion = "77.0.4";
26
26
  var halfFocusRing = 1;
27
27
  var dropOffset = '0, 8';
28
28
  var DropList = /*#__PURE__*/function (_Component) {
@@ -145,7 +145,7 @@ export default {
145
145
  'fabric.editor.inlineTitle': 'Inline',
146
146
  'fabric.editor.insertColumn': 'Insert column right',
147
147
  'fabric.editor.insertColumnDrag': 'Insert column',
148
- 'fabric.editor.insertMenu': 'Insert',
148
+ 'fabric.editor.insertMenu': 'Insert elements',
149
149
  'fabric.editor.insertRow': 'Insert row below',
150
150
  'fabric.editor.insertRowDrag': 'Insert row',
151
151
  'fabric.editor.invalidLink': 'Please enter a valid link.',
@@ -177,7 +177,7 @@ export const toolbarInsertBlockMessages = defineMessages({
177
177
  },
178
178
  insertMenu: {
179
179
  id: 'fabric.editor.insertMenu',
180
- defaultMessage: 'Insert',
180
+ defaultMessage: 'Insert elements',
181
181
  description: 'Opens a menu of additional items that can be inserted into your document.'
182
182
  },
183
183
  help: {
@@ -1,6 +1,6 @@
1
1
  const SENTRY_DSN = 'https://0b10c8e02fb44d8796c047b102c9bee8@o55978.ingest.sentry.io/4505129224110080';
2
2
  const packageName = 'editor-common'; // Sentry doesn't accept '/' in its releases https://docs.sentry.io/platforms/javascript/configuration/releases/
3
- const packageVersion = "77.0.3";
3
+ const packageVersion = "77.0.4";
4
4
  const sanitiseSentryEvents = (data, _hint) => {
5
5
  // Remove URL as it has UGC
6
6
  // TODO: Sanitise the URL instead of just removing it
@@ -7,7 +7,7 @@ import { createAndFireEvent, withAnalyticsContext, withAnalyticsEvents } from '@
7
7
  import { N0, N50A, N60A, N900 } from '@atlaskit/theme/colors';
8
8
  import Layer from '../Layer';
9
9
  const packageName = "@atlaskit/editor-common";
10
- const packageVersion = "77.0.3";
10
+ const packageVersion = "77.0.4";
11
11
  const halfFocusRing = 1;
12
12
  const dropOffset = '0, 8';
13
13
  class DropList extends Component {
@@ -145,7 +145,7 @@ export default {
145
145
  'fabric.editor.inlineTitle': 'Inline',
146
146
  'fabric.editor.insertColumn': 'Insert column right',
147
147
  'fabric.editor.insertColumnDrag': 'Insert column',
148
- 'fabric.editor.insertMenu': 'Insert',
148
+ 'fabric.editor.insertMenu': 'Insert elements',
149
149
  'fabric.editor.insertRow': 'Insert row below',
150
150
  'fabric.editor.insertRowDrag': 'Insert row',
151
151
  'fabric.editor.invalidLink': 'Please enter a valid link.',
@@ -177,7 +177,7 @@ export var toolbarInsertBlockMessages = defineMessages({
177
177
  },
178
178
  insertMenu: {
179
179
  id: 'fabric.editor.insertMenu',
180
- defaultMessage: 'Insert',
180
+ defaultMessage: 'Insert elements',
181
181
  description: 'Opens a menu of additional items that can be inserted into your document.'
182
182
  },
183
183
  help: {
@@ -6,7 +6,7 @@ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbol
6
6
  function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
7
7
  var SENTRY_DSN = 'https://0b10c8e02fb44d8796c047b102c9bee8@o55978.ingest.sentry.io/4505129224110080';
8
8
  var packageName = 'editor-common'; // Sentry doesn't accept '/' in its releases https://docs.sentry.io/platforms/javascript/configuration/releases/
9
- var packageVersion = "77.0.3";
9
+ var packageVersion = "77.0.4";
10
10
  var sanitiseSentryEvents = function sanitiseSentryEvents(data, _hint) {
11
11
  // Remove URL as it has UGC
12
12
  // TODO: Sanitise the URL instead of just removing it
@@ -17,7 +17,7 @@ import { createAndFireEvent, withAnalyticsContext, withAnalyticsEvents } from '@
17
17
  import { N0, N50A, N60A, N900 } from '@atlaskit/theme/colors';
18
18
  import Layer from '../Layer';
19
19
  var packageName = "@atlaskit/editor-common";
20
- var packageVersion = "77.0.3";
20
+ var packageVersion = "77.0.4";
21
21
  var halfFocusRing = 1;
22
22
  var dropOffset = '0, 8';
23
23
  var DropList = /*#__PURE__*/function (_Component) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-common",
3
- "version": "77.0.3",
3
+ "version": "77.0.4",
4
4
  "description": "A package that contains common classes and components for editor and renderer",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
package/tsconfig.json CHANGED
@@ -2,7 +2,983 @@
2
2
  "extends": "../../../tsconfig.json",
3
3
  "compilerOptions": {
4
4
  "baseUrl": "./",
5
- "types": ["cypress"],
5
+ "types": [
6
+ "cypress"
7
+ ],
8
+ "paths": {
9
+ "@atlaskit/activity-provider/types": [
10
+ "../activity-provider/src/types.ts"
11
+ ],
12
+ "@atlaskit/activity-provider": [
13
+ "../activity-provider/src/index.ts"
14
+ ],
15
+ "@atlaskit/adf-utils/builders": [
16
+ "../adf-utils/src/builders.ts"
17
+ ],
18
+ "@atlaskit/adf-utils/empty-adf": [
19
+ "../adf-utils/src/empty-adf.ts"
20
+ ],
21
+ "@atlaskit/adf-utils/scrub": [
22
+ "../adf-utils/src/scrub.ts"
23
+ ],
24
+ "@atlaskit/adf-utils/transforms": [
25
+ "../adf-utils/src/transforms.ts"
26
+ ],
27
+ "@atlaskit/adf-utils/traverse": [
28
+ "../adf-utils/src/traverse.ts"
29
+ ],
30
+ "@atlaskit/adf-utils/validator": [
31
+ "../adf-utils/src/validator.ts"
32
+ ],
33
+ "@atlaskit/adf-utils/types": [
34
+ "../adf-utils/src/types/index.ts"
35
+ ],
36
+ "@atlaskit/adf-utils/validatorTypes": [
37
+ "../adf-utils/src/types/validatorTypes.ts"
38
+ ],
39
+ "@atlaskit/adf-utils": [
40
+ "../adf-utils/src"
41
+ ],
42
+ "@atlaskit/analytics-listeners/FabricAnalyticsListeners": [
43
+ "../../analytics/analytics-listeners/src/FabricAnalyticsListeners.tsx"
44
+ ],
45
+ "@atlaskit/analytics-listeners/GenericAnalyticsListener": [
46
+ "../../analytics/analytics-listeners/src/GenericAnalyticsListener.tsx"
47
+ ],
48
+ "@atlaskit/analytics-listeners/analytics-web-client-wrapper": [
49
+ "../../analytics/analytics-listeners/src/analytics-web-client-wrapper.ts"
50
+ ],
51
+ "@atlaskit/analytics-listeners/types": [
52
+ "../../analytics/analytics-listeners/src/types.ts"
53
+ ],
54
+ "@atlaskit/analytics-listeners": [
55
+ "../../analytics/analytics-listeners/src/index.ts"
56
+ ],
57
+ "@atlaskit/analytics-namespaced-context/MediaAnalyticsContext": [
58
+ "../../analytics/analytics-namespaced-context/src/MediaAnalyticsContext.tsx"
59
+ ],
60
+ "@atlaskit/analytics-namespaced-context/NavigationAnalyticsContext": [
61
+ "../../analytics/analytics-namespaced-context/src/NavigationAnalyticsContext.tsx"
62
+ ],
63
+ "@atlaskit/analytics-namespaced-context/PeopleTeamsAnalyticsContext": [
64
+ "../../analytics/analytics-namespaced-context/src/PeopleTeamsAnalyticsContext.tsx"
65
+ ],
66
+ "@atlaskit/analytics-namespaced-context/RecentWorkAnalyticsContext": [
67
+ "../../analytics/analytics-namespaced-context/src/RecentWorkAnalyticsContext.tsx"
68
+ ],
69
+ "@atlaskit/analytics-namespaced-context/AtlasAnalyticsContext": [
70
+ "../../analytics/analytics-namespaced-context/src/AtlasAnalyticsContext.tsx"
71
+ ],
72
+ "@atlaskit/analytics-namespaced-context/LinkingPlatformAnalyticsContext": [
73
+ "../../analytics/analytics-namespaced-context/src/LinkingPlatformAnalyticsContext.tsx"
74
+ ],
75
+ "@atlaskit/analytics-namespaced-context/PostOfficeAnalyticsContext": [
76
+ "../../analytics/analytics-namespaced-context/src/PostOfficeAnalyticsContext.tsx"
77
+ ],
78
+ "@atlaskit/analytics-namespaced-context": [
79
+ "../../analytics/analytics-namespaced-context/src/index.ts"
80
+ ],
81
+ "@atlaskit/analytics-next/types": [
82
+ "../../analytics/analytics-next/src/types.ts"
83
+ ],
84
+ "@atlaskit/analytics-next/AnalyticsContext": [
85
+ "../../analytics/analytics-next/src/components/AnalyticsContext/index.tsx"
86
+ ],
87
+ "@atlaskit/analytics-next/AnalyticsListener": [
88
+ "../../analytics/analytics-next/src/components/AnalyticsListener/index.tsx"
89
+ ],
90
+ "@atlaskit/analytics-next/AnalyticsErrorBoundary": [
91
+ "../../analytics/analytics-next/src/components/AnalyticsErrorBoundary.tsx"
92
+ ],
93
+ "@atlaskit/analytics-next/withAnalyticsEvents": [
94
+ "../../analytics/analytics-next/src/hocs/withAnalyticsEvents.tsx"
95
+ ],
96
+ "@atlaskit/analytics-next/withAnalyticsContext": [
97
+ "../../analytics/analytics-next/src/hocs/withAnalyticsContext.tsx"
98
+ ],
99
+ "@atlaskit/analytics-next/usePlatformLeafEventHandler": [
100
+ "../../analytics/analytics-next/src/hooks/usePlatformLeafEventHandler.ts"
101
+ ],
102
+ "@atlaskit/analytics-next/useAnalyticsEvents": [
103
+ "../../analytics/analytics-next/src/hooks/useAnalyticsEvents.ts"
104
+ ],
105
+ "@atlaskit/analytics-next/useCallbackWithAnalytics": [
106
+ "../../analytics/analytics-next/src/hooks/useCallbackWithAnalytics.ts"
107
+ ],
108
+ "@atlaskit/analytics-next/usePatchedProps": [
109
+ "../../analytics/analytics-next/src/hooks/usePatchedProps.ts"
110
+ ],
111
+ "@atlaskit/analytics-next/AnalyticsEvent": [
112
+ "../../analytics/analytics-next/src/events/AnalyticsEvent.ts"
113
+ ],
114
+ "@atlaskit/analytics-next/UIAnalyticsEvent": [
115
+ "../../analytics/analytics-next/src/events/UIAnalyticsEvent.ts"
116
+ ],
117
+ "@atlaskit/analytics-next/createAndFireEvents": [
118
+ "../../analytics/analytics-next/src/utils/createAndFireEvent.ts"
119
+ ],
120
+ "@atlaskit/analytics-next": [
121
+ "../../analytics/analytics-next/src/index.ts"
122
+ ],
123
+ "@atlaskit/button/button-group": [
124
+ "../../design-system/button/src/entry-points/button-group.tsx"
125
+ ],
126
+ "@atlaskit/button/custom-theme-button": [
127
+ "../../design-system/button/src/entry-points/custom-theme-button.tsx"
128
+ ],
129
+ "@atlaskit/button/loading-button": [
130
+ "../../design-system/button/src/entry-points/loading-button.tsx"
131
+ ],
132
+ "@atlaskit/button/standard-button": [
133
+ "../../design-system/button/src/entry-points/standard-button.tsx"
134
+ ],
135
+ "@atlaskit/button/new": [
136
+ "../../design-system/button/src/entry-points/new.tsx"
137
+ ],
138
+ "@atlaskit/button/types": [
139
+ "../../design-system/button/src/entry-points/types.tsx"
140
+ ],
141
+ "@atlaskit/button": [
142
+ "../../design-system/button/src/index.tsx"
143
+ ],
144
+ "@atlaskit/codeshifts": [
145
+ "../../../build/dev/codeshifts/src"
146
+ ],
147
+ "@atlaskit/code/types": [
148
+ "../../design-system/code/src/entry-points/types.tsx"
149
+ ],
150
+ "@atlaskit/code/bidi-warning": [
151
+ "../../design-system/code/src/bidi-warning/index.tsx"
152
+ ],
153
+ "@atlaskit/code/bidi-warning-decorator": [
154
+ "../../design-system/code/src/bidi-warning/bidi-warning-decorator.tsx"
155
+ ],
156
+ "@atlaskit/code/block": [
157
+ "../../design-system/code/src/entry-points/block.tsx"
158
+ ],
159
+ "@atlaskit/code/inline": [
160
+ "../../design-system/code/src/entry-points/inline.tsx"
161
+ ],
162
+ "@atlaskit/code/constants": [
163
+ "../../design-system/code/src/entry-points/constants.tsx"
164
+ ],
165
+ "@atlaskit/code": [
166
+ "../../design-system/code/src/index.tsx"
167
+ ],
168
+ "@atlaskit/codemod-cli/cli": [
169
+ "../../design-system/codemod-cli/src/cli.ts"
170
+ ],
171
+ "@atlaskit/codemod-cli/filepath": [
172
+ "../../design-system/codemod-cli/src/filepath.ts"
173
+ ],
174
+ "@atlaskit/codemod-cli/main": [
175
+ "../../design-system/codemod-cli/src/main.ts"
176
+ ],
177
+ "@atlaskit/codemod-cli/sinceRef": [
178
+ "../../design-system/codemod-cli/src/sinceRef.ts"
179
+ ],
180
+ "@atlaskit/codemod-cli/transforms": [
181
+ "../../design-system/codemod-cli/src/transforms.ts"
182
+ ],
183
+ "@atlaskit/codemod-cli/types": [
184
+ "../../design-system/codemod-cli/src/types.ts"
185
+ ],
186
+ "@atlaskit/codemod-cli/utils": [
187
+ "../../design-system/codemod-cli/src/utils.ts"
188
+ ],
189
+ "@atlaskit/codemod-cli": [
190
+ "../../design-system/codemod-cli/src/index.ts"
191
+ ],
192
+ "@atlaskit/code-insights": [
193
+ "../../monorepo-tooling/code-insights/src/index.ts"
194
+ ],
195
+ "@atlaskit/codemod-utils": [
196
+ "../../monorepo-tooling/codemod-utils/src/index.ts"
197
+ ],
198
+ "@atlaskit/custom-steps": [
199
+ "../custom-steps/src/index.ts"
200
+ ],
201
+ "@atlaskit/editor-json-transformer/markOverrideRules": [
202
+ "../editor-json-transformer/src/markOverrideRules.ts"
203
+ ],
204
+ "@atlaskit/editor-json-transformer/sanitize": [
205
+ "../editor-json-transformer/src/sanitize.ts"
206
+ ],
207
+ "@atlaskit/editor-json-transformer/types": [
208
+ "../editor-json-transformer/src/types.ts"
209
+ ],
210
+ "@atlaskit/editor-json-transformer": [
211
+ "../editor-json-transformer/src/index.ts"
212
+ ],
213
+ "@atlaskit/editor-palette": [
214
+ "../editor-palette/src/index.ts"
215
+ ],
216
+ "@atlaskit/editor-shared-styles/consts": [
217
+ "../editor-shared-styles/src/consts/index.ts"
218
+ ],
219
+ "@atlaskit/editor-shared-styles/selection": [
220
+ "../editor-shared-styles/src/selection/index.ts"
221
+ ],
222
+ "@atlaskit/editor-shared-styles/shortcut": [
223
+ "../editor-shared-styles/src/shortcut/index.ts"
224
+ ],
225
+ "@atlaskit/editor-shared-styles/scrollbar": [
226
+ "../editor-shared-styles/src/scrollbar-styles.ts"
227
+ ],
228
+ "@atlaskit/editor-shared-styles": [
229
+ "../editor-shared-styles/src/index.ts"
230
+ ],
231
+ "@atlaskit/editor-tables/cell-bookmark": [
232
+ "../editor-tables/src/cell-bookmark.ts"
233
+ ],
234
+ "@atlaskit/editor-tables/cell-selection": [
235
+ "../editor-tables/src/cell-selection.ts"
236
+ ],
237
+ "@atlaskit/editor-tables/pm-plugins": [
238
+ "../editor-tables/src/pm-plugins.ts"
239
+ ],
240
+ "@atlaskit/editor-tables/table-map": [
241
+ "../editor-tables/src/table-map.ts"
242
+ ],
243
+ "@atlaskit/editor-tables/types": [
244
+ "../editor-tables/src/types.ts"
245
+ ],
246
+ "@atlaskit/editor-tables/utils": [
247
+ "../editor-tables/src/utils.ts"
248
+ ],
249
+ "@atlaskit/editor-tables": [
250
+ "../editor-tables/src/index.ts"
251
+ ],
252
+ "@atlaskit/emoji/admin": [
253
+ "../../elements/emoji/src/admin.ts"
254
+ ],
255
+ "@atlaskit/emoji/element": [
256
+ "../../elements/emoji/src/element.ts"
257
+ ],
258
+ "@atlaskit/emoji/picker": [
259
+ "../../elements/emoji/src/picker.ts"
260
+ ],
261
+ "@atlaskit/emoji/resource": [
262
+ "../../elements/emoji/src/resource.ts"
263
+ ],
264
+ "@atlaskit/emoji/typeahead": [
265
+ "../../elements/emoji/src/typeahead.ts"
266
+ ],
267
+ "@atlaskit/emoji/types": [
268
+ "../../elements/emoji/src/types.ts"
269
+ ],
270
+ "@atlaskit/emoji/utils": [
271
+ "../../elements/emoji/src/utils.ts"
272
+ ],
273
+ "@atlaskit/emoji": [
274
+ "../../elements/emoji/src/index.ts"
275
+ ],
276
+ "@atlaskit/icon/base": [
277
+ "../../design-system/icon/src/entry-points/base.tsx"
278
+ ],
279
+ "@atlaskit/icon/constants": [
280
+ "../../design-system/icon/src/entry-points/constants.tsx"
281
+ ],
282
+ "@atlaskit/icon/metadata": [
283
+ "../../design-system/icon/src/entry-points/metadata.tsx"
284
+ ],
285
+ "@atlaskit/icon/svg": [
286
+ "../../design-system/icon/src/entry-points/svg.tsx"
287
+ ],
288
+ "@atlaskit/icon/types": [
289
+ "../../design-system/icon/src/entry-points/types.tsx"
290
+ ],
291
+ "@atlaskit/icon/glyph": [
292
+ "../../design-system/icon/glyph"
293
+ ],
294
+ "@atlaskit/icon": [
295
+ "../../design-system/icon/src/index.tsx"
296
+ ],
297
+ "@atlaskit/icon-object/metadata": [
298
+ "../../design-system/icon-object/src/entry-points/metadata.tsx"
299
+ ],
300
+ "@atlaskit/icon-object/glyph": [
301
+ "../../design-system/icon-object/glyph"
302
+ ],
303
+ "@atlaskit/icon-object": [
304
+ "../../design-system/icon-object/src/index.tsx"
305
+ ],
306
+ "@atlaskit/icon-file-type/metadata": [
307
+ "../../media/icon-file-type/src/entry-points/metadata.ts"
308
+ ],
309
+ "@atlaskit/icon-file-type/glyph": [
310
+ "../../media/icon-file-type/glyph"
311
+ ],
312
+ "@atlaskit/icon-file-type": [
313
+ "../../media/icon-file-type/src/index.ts"
314
+ ],
315
+ "@atlaskit/in-product-testing": [
316
+ "../../in-product-testing/in-product-testing/src/index.ts"
317
+ ],
318
+ "@atlaskit/in-product-testing-sample": [
319
+ "../../in-product-testing/in-product-testing-sample/src/index.ts"
320
+ ],
321
+ "@atlaskit/link-datasource": [
322
+ "../../linking-platform/link-datasource/src/index.ts"
323
+ ],
324
+ "@atlaskit/link-picker": [
325
+ "../../linking-platform/link-picker/src/index.ts"
326
+ ],
327
+ "@atlaskit/media-card/types": [
328
+ "../../media/media-card/src/types.ts"
329
+ ],
330
+ "@atlaskit/media-card/classnames": [
331
+ "../../media/media-card/src/classnames.ts"
332
+ ],
333
+ "@atlaskit/media-card": [
334
+ "../../media/media-card/src/index.ts"
335
+ ],
336
+ "@atlaskit/media-client/constants": [
337
+ "../../media/media-client/src/constants.ts"
338
+ ],
339
+ "@atlaskit/media-client/test-helpers": [
340
+ "../../media/media-client/src/test-helpers/index.ts"
341
+ ],
342
+ "@atlaskit/media-client": [
343
+ "../../media/media-client/src/index.ts"
344
+ ],
345
+ "@atlaskit/media-client-react/test-helpers": [
346
+ "../../media/media-client-react/src/test-helpers/index.ts"
347
+ ],
348
+ "@atlaskit/media-client-react": [
349
+ "../../media/media-client-react/src/index.ts"
350
+ ],
351
+ "@atlaskit/media-picker/types": [
352
+ "../../media/media-picker/src/types.ts"
353
+ ],
354
+ "@atlaskit/media-picker": [
355
+ "../../media/media-picker/src/index.ts"
356
+ ],
357
+ "@atlaskit/mention/_constants": [
358
+ "../../elements/mention/src/_constants.ts"
359
+ ],
360
+ "@atlaskit/mention/element": [
361
+ "../../elements/mention/src/element.ts"
362
+ ],
363
+ "@atlaskit/mention/i18n": [
364
+ "../../elements/mention/src/i18n.ts"
365
+ ],
366
+ "@atlaskit/mention/item": [
367
+ "../../elements/mention/src/item.ts"
368
+ ],
369
+ "@atlaskit/mention/resource": [
370
+ "../../elements/mention/src/resource.ts"
371
+ ],
372
+ "@atlaskit/mention/shared-styles": [
373
+ "../../elements/mention/src/shared-styles.ts"
374
+ ],
375
+ "@atlaskit/mention/team-resource": [
376
+ "../../elements/mention/src/team-resource.ts"
377
+ ],
378
+ "@atlaskit/mention/typeahead": [
379
+ "../../elements/mention/src/typeahead.ts"
380
+ ],
381
+ "@atlaskit/mention/types": [
382
+ "../../elements/mention/src/types.ts"
383
+ ],
384
+ "@atlaskit/mention": [
385
+ "../../elements/mention/src/index.ts"
386
+ ],
387
+ "@atlaskit/menu/button-item": [
388
+ "../../design-system/menu/src/entry-points/menu-item/button-item.tsx"
389
+ ],
390
+ "@atlaskit/menu/link-item": [
391
+ "../../design-system/menu/src/entry-points/menu-item/link-item.tsx"
392
+ ],
393
+ "@atlaskit/menu/custom-item": [
394
+ "../../design-system/menu/src/entry-points/menu-item/custom-item.tsx"
395
+ ],
396
+ "@atlaskit/menu/heading-item": [
397
+ "../../design-system/menu/src/entry-points/menu-item/heading-item.tsx"
398
+ ],
399
+ "@atlaskit/menu/skeleton-item": [
400
+ "../../design-system/menu/src/entry-points/menu-item/skeleton-item.tsx"
401
+ ],
402
+ "@atlaskit/menu/skeleton-heading-item": [
403
+ "../../design-system/menu/src/entry-points/menu-item/skeleton-heading-item.tsx"
404
+ ],
405
+ "@atlaskit/menu/section": [
406
+ "../../design-system/menu/src/entry-points/menu-section/section.tsx"
407
+ ],
408
+ "@atlaskit/menu/menu-group": [
409
+ "../../design-system/menu/src/entry-points/menu-section/menu-group.tsx"
410
+ ],
411
+ "@atlaskit/menu/popup-menu-group": [
412
+ "../../design-system/menu/src/entry-points/menu-section/popup-menu-group.tsx"
413
+ ],
414
+ "@atlaskit/menu/types": [
415
+ "../../design-system/menu/src/types.tsx"
416
+ ],
417
+ "@atlaskit/menu": [
418
+ "../../design-system/menu/src/index.tsx"
419
+ ],
420
+ "@atlaskit/platform-feature-flags": [
421
+ "../../platform/feature-flags/src/index.ts"
422
+ ],
423
+ "@atlaskit/profilecard/client": [
424
+ "../../people-and-teams/profilecard/src/client/index.ts"
425
+ ],
426
+ "@atlaskit/profilecard/messages": [
427
+ "../../people-and-teams/profilecard/src/messages.ts"
428
+ ],
429
+ "@atlaskit/profilecard/i18n": [
430
+ "../../people-and-teams/profilecard/src/i18n/index.ts"
431
+ ],
432
+ "@atlaskit/profilecard/team": [
433
+ "../../people-and-teams/profilecard/src/components/Team/index.ts"
434
+ ],
435
+ "@atlaskit/profilecard/types": [
436
+ "../../people-and-teams/profilecard/src/types.ts"
437
+ ],
438
+ "@atlaskit/profilecard/user": [
439
+ "../../people-and-teams/profilecard/src/components/User/index.ts"
440
+ ],
441
+ "@atlaskit/profilecard/mocks": [
442
+ "../../people-and-teams/profilecard/src/mocks/index.ts"
443
+ ],
444
+ "@atlaskit/profilecard": [
445
+ "../../people-and-teams/profilecard/src/index.ts"
446
+ ],
447
+ "@atlaskit/smart-card/ssr": [
448
+ "../../linking-platform/smart-card/src/ssr.tsx"
449
+ ],
450
+ "@atlaskit/smart-card/in-product": [
451
+ "../../linking-platform/smart-card/src/in-product.ts"
452
+ ],
453
+ "@atlaskit/smart-card/client": [
454
+ "../../linking-platform/smart-card/src/client/index.ts"
455
+ ],
456
+ "@atlaskit/smart-card/types": [
457
+ "../../linking-platform/smart-card/src/types.ts"
458
+ ],
459
+ "@atlaskit/smart-card/hooks": [
460
+ "../../linking-platform/smart-card/src/hooks.ts"
461
+ ],
462
+ "@atlaskit/smart-card/hover-card": [
463
+ "../../linking-platform/smart-card/src/hoverCard.ts"
464
+ ],
465
+ "@atlaskit/smart-card/link-url": [
466
+ "../../linking-platform/smart-card/src/linkUrl.ts"
467
+ ],
468
+ "@atlaskit/smart-card": [
469
+ "../../linking-platform/smart-card/src/index.ts"
470
+ ],
471
+ "@atlaskit/smart-user-picker/option": [
472
+ "../../smart-experiences/smart-user-picker/src/option.ts"
473
+ ],
474
+ "@atlaskit/smart-user-picker": [
475
+ "../../smart-experiences/smart-user-picker/src/index.ts"
476
+ ],
477
+ "@atlaskit/spinner/constants": [
478
+ "../../design-system/spinner/src/constants.tsx"
479
+ ],
480
+ "@atlaskit/spinner/spinner": [
481
+ "../../design-system/spinner/src/spinner.tsx"
482
+ ],
483
+ "@atlaskit/spinner/types": [
484
+ "../../design-system/spinner/src/types.tsx"
485
+ ],
486
+ "@atlaskit/spinner": [
487
+ "../../design-system/spinner/src/index.tsx"
488
+ ],
489
+ "@atlaskit/task-decision/constants": [
490
+ "../../elements/task-decision/src/constants.ts"
491
+ ],
492
+ "@atlaskit/task-decision/type-helpers": [
493
+ "../../elements/task-decision/src/type-helpers.ts"
494
+ ],
495
+ "@atlaskit/task-decision/types": [
496
+ "../../elements/task-decision/src/types.ts"
497
+ ],
498
+ "@atlaskit/task-decision": [
499
+ "../../elements/task-decision/src/index.ts"
500
+ ],
501
+ "@atlaskit/textfield": [
502
+ "../../design-system/textfield/src/index.tsx"
503
+ ],
504
+ "@atlaskit/theme/deprecated-provider-please-do-not-use": [
505
+ "../../design-system/theme/src/deprecated-provider-please-do-not-use.tsx"
506
+ ],
507
+ "@atlaskit/theme/color-palettes": [
508
+ "../../design-system/theme/src/color-palettes.tsx"
509
+ ],
510
+ "@atlaskit/theme/colors": [
511
+ "../../design-system/theme/src/colors.tsx"
512
+ ],
513
+ "@atlaskit/theme/components": [
514
+ "../../design-system/theme/src/components.tsx"
515
+ ],
516
+ "@atlaskit/theme/constants": [
517
+ "../../design-system/theme/src/constants.tsx"
518
+ ],
519
+ "@atlaskit/theme/elevation": [
520
+ "../../design-system/theme/src/elevation.tsx"
521
+ ],
522
+ "@atlaskit/theme/types": [
523
+ "../../design-system/theme/src/types.tsx"
524
+ ],
525
+ "@atlaskit/theme/typography": [
526
+ "../../design-system/theme/src/typography.tsx"
527
+ ],
528
+ "@atlaskit/theme": [
529
+ "../../design-system/theme/src"
530
+ ],
531
+ "@atlaskit/tokens/custom-themes": [
532
+ "../../design-system/tokens/src/entry-points/custom-themes.tsx"
533
+ ],
534
+ "@atlaskit/tokens/figma/atlassian-light.json": [
535
+ "../../design-system/tokens/figma/atlassian-light.json"
536
+ ],
537
+ "@atlaskit/tokens/figma/atlassian-dark.json": [
538
+ "../../design-system/tokens/figma/atlassian-dark.json"
539
+ ],
540
+ "@atlaskit/tokens/palettes-raw": [
541
+ "../../design-system/tokens/src/entry-points/palettes-raw.tsx"
542
+ ],
543
+ "@atlaskit/tokens/tokens-raw": [
544
+ "../../design-system/tokens/src/entry-points/tokens-raw.tsx"
545
+ ],
546
+ "@atlaskit/tokens/token-ids": [
547
+ "../../design-system/tokens/src/entry-points/token-ids.tsx"
548
+ ],
549
+ "@atlaskit/tokens/token-names": [
550
+ "../../design-system/tokens/src/entry-points/token-names.tsx"
551
+ ],
552
+ "@atlaskit/tokens/token-order": [
553
+ "../../design-system/tokens/src/entry-points/token-order.tsx"
554
+ ],
555
+ "@atlaskit/tokens/token-default-values": [
556
+ "../../design-system/tokens/src/entry-points/token-default-values.tsx"
557
+ ],
558
+ "@atlaskit/tokens/rename-mapping": [
559
+ "../../design-system/tokens/src/entry-points/rename-mapping.tsx"
560
+ ],
561
+ "@atlaskit/tokens/babel-plugin": [
562
+ "../../design-system/tokens/src/entry-points/babel-plugin.tsx"
563
+ ],
564
+ "@atlaskit/tokens/css-type-schema": [
565
+ "../../design-system/tokens/src/entry-points/css-type-schema.codegen.tsx"
566
+ ],
567
+ "@atlaskit/tokens": [
568
+ "../../design-system/tokens/src/index.tsx"
569
+ ],
570
+ "@atlaskit/tooltip/Tooltip": [
571
+ "../../design-system/tooltip/src/Tooltip.tsx"
572
+ ],
573
+ "@atlaskit/tooltip/TooltipContainer": [
574
+ "../../design-system/tooltip/src/TooltipContainer.tsx"
575
+ ],
576
+ "@atlaskit/tooltip/TooltipPrimitive": [
577
+ "../../design-system/tooltip/src/TooltipPrimitive.tsx"
578
+ ],
579
+ "@atlaskit/tooltip/types": [
580
+ "../../design-system/tooltip/src/types.tsx"
581
+ ],
582
+ "@atlaskit/tooltip/utilities": [
583
+ "../../design-system/tooltip/src/utilities.ts"
584
+ ],
585
+ "@atlaskit/tooltip": [
586
+ "../../design-system/tooltip/src/index.ts"
587
+ ],
588
+ "@atlaskit/ufo/global-stream-buffer": [
589
+ "../../data/ufo-external/src/global-stream-buffer/index.ts"
590
+ ],
591
+ "@atlaskit/ufo/logger": [
592
+ "../../data/ufo-external/src/logger/index.ts"
593
+ ],
594
+ "@atlaskit/ufo/platform-client": [
595
+ "../../data/ufo-external/src/platform-client/index.ts"
596
+ ],
597
+ "@atlaskit/ufo/types": [
598
+ "../../data/ufo-external/src/types.ts"
599
+ ],
600
+ "@atlaskit/ufo": [
601
+ "../../data/ufo-external/src/index.ts"
602
+ ],
603
+ "@atlaskit/width-detector/WidthDetector": [
604
+ "../../design-system/width-detector/src/WidthDetector.tsx"
605
+ ],
606
+ "@atlaskit/width-detector": [
607
+ "../../design-system/width-detector/src/index.ts"
608
+ ],
609
+ "@atlaskit/media-core/auth": [
610
+ "../../media/media-core/src/auth.ts"
611
+ ],
612
+ "@atlaskit/media-core": [
613
+ "../../media/media-core/src/index.ts"
614
+ ],
615
+ "@atlaskit/media-test-helpers/renderWithIntl": [
616
+ "../../media/media-test-helpers/src/renderWithIntl.tsx"
617
+ ],
618
+ "@atlaskit/media-test-helpers/smart-card-state": [
619
+ "../../media/media-test-helpers/src/smart-card-state.ts"
620
+ ],
621
+ "@atlaskit/media-test-helpers/fakeMediaClient": [
622
+ "../../media/media-test-helpers/src/fakeMediaClient.ts"
623
+ ],
624
+ "@atlaskit/media-test-helpers/media-mock": [
625
+ "../../media/media-test-helpers/src/mocks/media-mock.ts"
626
+ ],
627
+ "@atlaskit/media-test-helpers/images": [
628
+ "../../media/media-test-helpers/src/images.tsx"
629
+ ],
630
+ "@atlaskit/media-test-helpers/jestHelpers": [
631
+ "../../media/media-test-helpers/src/jestHelpers.ts"
632
+ ],
633
+ "@atlaskit/media-test-helpers/collectionNames": [
634
+ "../../media/media-test-helpers/src/collectionNames.ts"
635
+ ],
636
+ "@atlaskit/media-test-helpers/exampleMediaItems": [
637
+ "../../media/media-test-helpers/src/exampleMediaItems.ts"
638
+ ],
639
+ "@atlaskit/media-test-helpers/exampleMediaFeatureFlags": [
640
+ "../../media/media-test-helpers/src/example-mediaFeatureFlags.ts"
641
+ ],
642
+ "@atlaskit/media-test-helpers/globalEventEmitterListeners": [
643
+ "../../media/media-test-helpers/src/globalEventEmitterListeners.ts"
644
+ ],
645
+ "@atlaskit/media-test-helpers/mediaPickerAuthProvider": [
646
+ "../../media/media-test-helpers/src/mediaPickerAuthProvider.ts"
647
+ ],
648
+ "@atlaskit/media-test-helpers/getAuthFromContextProvider": [
649
+ "../../media/media-test-helpers/src/getAuthFromContextProvider.ts"
650
+ ],
651
+ "@atlaskit/media-test-helpers/mockData": [
652
+ "../../media/media-test-helpers/src/utils/mockData.ts"
653
+ ],
654
+ "@atlaskit/media-test-helpers": [
655
+ "../../media/media-test-helpers/src/index.tsx"
656
+ ],
657
+ "@atlaskit/util-data-test/emoji-constants": [
658
+ "../../elements/util-data-test/src/emoji-constants/index.ts"
659
+ ],
660
+ "@atlaskit/util-data-test/emoji-samples": [
661
+ "../../elements/util-data-test/src/emoji-test/emoji-samples.ts"
662
+ ],
663
+ "@atlaskit/util-data-test/emoji-types": [
664
+ "../../elements/util-data-test/src/emoji/types.ts"
665
+ ],
666
+ "@atlaskit/util-data-test/filter-to-searchable": [
667
+ "../../elements/util-data-test/src/emoji-test/filter-to-searchable.ts"
668
+ ],
669
+ "@atlaskit/util-data-test/get-atlassian-emojis": [
670
+ "../../elements/util-data-test/src/emoji/get-atlassian-emojis.ts"
671
+ ],
672
+ "@atlaskit/util-data-test/get-emoji-provider": [
673
+ "../../elements/util-data-test/src/emoji/get-emoji-provider.ts"
674
+ ],
675
+ "@atlaskit/util-data-test/get-emoji-repository": [
676
+ "../../elements/util-data-test/src/emoji/get-emoji-repository.ts"
677
+ ],
678
+ "@atlaskit/util-data-test/get-emoji-resource-standard-atlassian": [
679
+ "../../elements/util-data-test/src/emoji/get-emoji-resource-standard-atlassian.ts"
680
+ ],
681
+ "@atlaskit/util-data-test/get-emoji-resource-usage-clear": [
682
+ "../../elements/util-data-test/src/emoji/get-emoji-resource-usage-clear.ts"
683
+ ],
684
+ "@atlaskit/util-data-test/get-emoji-resource": [
685
+ "../../elements/util-data-test/src/emoji/get-emoji-resource.ts"
686
+ ],
687
+ "@atlaskit/util-data-test/get-emojis": [
688
+ "../../elements/util-data-test/src/emoji/get-emojis.ts"
689
+ ],
690
+ "@atlaskit/util-data-test/get-mock-profilecard-client": [
691
+ "../../elements/util-data-test/src/profilecard/get-mock-profilecard-client.ts"
692
+ ],
693
+ "@atlaskit/util-data-test/get-standard-emojis": [
694
+ "../../elements/util-data-test/src/emoji/get-standard-emojis.ts"
695
+ ],
696
+ "@atlaskit/util-data-test/get-test-atlassian-emojis": [
697
+ "../../elements/util-data-test/src/emoji-test/get-test-atlassian-emojis.ts"
698
+ ],
699
+ "@atlaskit/util-data-test/get-test-atlassian-service-emojis": [
700
+ "../../elements/util-data-test/src/emoji-test/get-test-atlassian-service-emojis.ts"
701
+ ],
702
+ "@atlaskit/util-data-test/get-test-site-emojis": [
703
+ "../../elements/util-data-test/src/emoji-test/get-test-site-emojis.ts"
704
+ ],
705
+ "@atlaskit/util-data-test/get-test-site-service-emojis": [
706
+ "../../elements/util-data-test/src/emoji-test/get-test-site-service-emojis.ts"
707
+ ],
708
+ "@atlaskit/util-data-test/get-test-emoji-resource": [
709
+ "../../elements/util-data-test/src/emoji-test/get-test-emoji-resource.ts"
710
+ ],
711
+ "@atlaskit/util-data-test/get-test-emoji-resource-from-repository": [
712
+ "../../elements/util-data-test/src/emoji-test/get-test-emoji-resource-from-repository.ts"
713
+ ],
714
+ "@atlaskit/util-data-test/get-test-emoji-resource-non-uploading": [
715
+ "../../elements/util-data-test/src/emoji-test/get-test-emoji-resource-non-uploading.ts"
716
+ ],
717
+ "@atlaskit/util-data-test/get-test-emoji-repository": [
718
+ "../../elements/util-data-test/src/emoji-test/get-test-emoji-repository.ts"
719
+ ],
720
+ "@atlaskit/util-data-test/get-test-site-emoji-repository": [
721
+ "../../elements/util-data-test/src/emoji-test/get-test-site-emoji-repository.ts"
722
+ ],
723
+ "@atlaskit/util-data-test/get-test-emojis": [
724
+ "../../elements/util-data-test/src/emoji-test/get-test-emojis.ts"
725
+ ],
726
+ "@atlaskit/util-data-test/get-test-searchable-emojis": [
727
+ "../../elements/util-data-test/src/emoji-test/get-test-searchable-emojis.ts"
728
+ ],
729
+ "@atlaskit/util-data-test/get-test-standard-emojis": [
730
+ "../../elements/util-data-test/src/emoji-test/get-test-standard-emojis.ts"
731
+ ],
732
+ "@atlaskit/util-data-test/get-test-standard-service-emojis": [
733
+ "../../elements/util-data-test/src/emoji-test/get-test-standard-service-emojis.ts"
734
+ ],
735
+ "@atlaskit/util-data-test/get-test-image-emoji": [
736
+ "../../elements/util-data-test/src/emoji-test/get-test-image-emoji.ts"
737
+ ],
738
+ "@atlaskit/util-data-test/get-test-sprite-emoji": [
739
+ "../../elements/util-data-test/src/emoji-test/get-test-sprite-emoji.ts"
740
+ ],
741
+ "@atlaskit/util-data-test/get-test-site-emoji-foo": [
742
+ "../../elements/util-data-test/src/emoji-test/get-test-site-emoji-foo.ts"
743
+ ],
744
+ "@atlaskit/util-data-test/get-test-site-emoji-wtf": [
745
+ "../../elements/util-data-test/src/emoji-test/get-test-site-emoji-wtf.ts"
746
+ ],
747
+ "@atlaskit/util-data-test/logged-user": [
748
+ "../../elements/util-data-test/src/emoji/logged-user.ts"
749
+ ],
750
+ "@atlaskit/util-data-test/logger": [
751
+ "../../elements/util-data-test/src/logger.ts"
752
+ ],
753
+ "@atlaskit/util-data-test/media-emoji": [
754
+ "../../elements/util-data-test/src/emoji-test/media-emoji.ts"
755
+ ],
756
+ "@atlaskit/util-data-test/media-service-emoji": [
757
+ "../../elements/util-data-test/src/emoji-test/media-service-emoji.ts"
758
+ ],
759
+ "@atlaskit/util-data-test/mention-story-data": [
760
+ "../../elements/util-data-test/src/mention/mention-story-data.ts"
761
+ ],
762
+ "@atlaskit/util-data-test/mention-test-data": [
763
+ "../../elements/util-data-test/src/mention/mention-test-data.ts"
764
+ ],
765
+ "@atlaskit/util-data-test/mock-mention-resource": [
766
+ "../../elements/util-data-test/src/mention/mock-mention-resource.ts"
767
+ ],
768
+ "@atlaskit/util-data-test/mock-emoji-resource": [
769
+ "../../elements/util-data-test/src/emoji/mock-emoji-resource.ts"
770
+ ],
771
+ "@atlaskit/util-data-test/mock-non-uploading-emoji-resource-factory": [
772
+ "../../elements/util-data-test/src/emoji/mock-non-uploading-emoji-resource-factory.ts"
773
+ ],
774
+ "@atlaskit/util-data-test/mock-presence-resource": [
775
+ "../../elements/util-data-test/src/mention/mock-presence-resource.ts"
776
+ ],
777
+ "@atlaskit/util-data-test/profilecard-data": [
778
+ "../../elements/util-data-test/src/profilecard/profilecard-data.ts"
779
+ ],
780
+ "@atlaskit/util-data-test/task-decision-story-data": [
781
+ "../../elements/util-data-test/src/task-decision/task-decision-story-data.ts"
782
+ ],
783
+ "@atlaskit/util-data-test/presence-data": [
784
+ "../../elements/util-data-test/src/mention/presence-data.ts"
785
+ ],
786
+ "@atlaskit/util-data-test/slack-data": [
787
+ "../../elements/util-data-test/src/slack-data/index.ts"
788
+ ],
789
+ "@atlaskit/util-data-test/user-picker": [
790
+ "../../elements/util-data-test/src/user-picker/index.ts"
791
+ ],
792
+ "@atlaskit/util-data-test/user-picker-data": [
793
+ "../../elements/util-data-test/src/user-picker/user-picker-data.ts"
794
+ ],
795
+ "@atlaskit/util-data-test": [
796
+ "../../elements/util-data-test/src"
797
+ ],
798
+ "@atlaskit/visual-regression": [
799
+ "../../../build/test-tooling/visual-regression/src"
800
+ ],
801
+ "@atlassian/feature-flags-test-utils": [
802
+ "../../platform/feature-flags-test-utils/src/index.ts"
803
+ ],
804
+ "@atlaskit/editor-common/event-dispatcher": [
805
+ "src/event-dispatcher/index.ts"
806
+ ],
807
+ "@atlaskit/editor-common/extensions": [
808
+ "src/extensions.ts"
809
+ ],
810
+ "@atlaskit/editor-common/extensibility": [
811
+ "src/extensibility/index.ts"
812
+ ],
813
+ "@atlaskit/editor-common/normalize-feature-flags": [
814
+ "src/normalize-feature-flags.ts"
815
+ ],
816
+ "@atlaskit/editor-common/messages": [
817
+ "src/messages/index.ts"
818
+ ],
819
+ "@atlaskit/editor-common/provider-factory": [
820
+ "src/provider-factory.ts"
821
+ ],
822
+ "@atlaskit/editor-common/styles": [
823
+ "src/styles/index.ts"
824
+ ],
825
+ "@atlaskit/editor-common/validator": [
826
+ "src/validator.ts"
827
+ ],
828
+ "@atlaskit/editor-common/in-product": [
829
+ "src/in-product.ts"
830
+ ],
831
+ "@atlaskit/editor-common/type-ahead": [
832
+ "src/type-ahead/index.ts"
833
+ ],
834
+ "@atlaskit/editor-common/ufo": [
835
+ "src/ufo/index.ts"
836
+ ],
837
+ "@atlaskit/editor-common/insert": [
838
+ "src/insert/index.ts"
839
+ ],
840
+ "@atlaskit/editor-common/types": [
841
+ "src/types/index.ts"
842
+ ],
843
+ "@atlaskit/editor-common/ui": [
844
+ "src/ui/index.tsx"
845
+ ],
846
+ "@atlaskit/editor-common/utils": [
847
+ "src/utils/index.ts"
848
+ ],
849
+ "@atlaskit/editor-common/card": [
850
+ "src/card/index.ts"
851
+ ],
852
+ "@atlaskit/editor-common/collab": [
853
+ "src/collab/index.ts"
854
+ ],
855
+ "@atlaskit/editor-common/emoji": [
856
+ "src/emoji.ts"
857
+ ],
858
+ "@atlaskit/editor-common/mention": [
859
+ "src/mention.ts"
860
+ ],
861
+ "@atlaskit/editor-common/provider-helpers": [
862
+ "src/provider-helpers/index.ts"
863
+ ],
864
+ "@atlaskit/editor-common/icons": [
865
+ "src/icons/index.ts"
866
+ ],
867
+ "@atlaskit/editor-common/safe-plugin": [
868
+ "src/safe-plugin/index.ts"
869
+ ],
870
+ "@atlaskit/editor-common/panel": [
871
+ "src/panel.ts"
872
+ ],
873
+ "@atlaskit/editor-common/analytics": [
874
+ "src/analytics/index.ts"
875
+ ],
876
+ "@atlaskit/editor-common/error-boundary": [
877
+ "src/ui/ErrorBoundary/index.tsx"
878
+ ],
879
+ "@atlaskit/editor-common/portal-provider": [
880
+ "src/ui/PortalProvider/index.tsx"
881
+ ],
882
+ "@atlaskit/editor-common/react-node-view": [
883
+ "src/react-node-view/index.tsx"
884
+ ],
885
+ "@atlaskit/editor-common/with-plugin-state": [
886
+ "src/with-plugin-state/index.tsx"
887
+ ],
888
+ "@atlaskit/editor-common/node-width": [
889
+ "src/node-width/index.ts"
890
+ ],
891
+ "@atlaskit/editor-common/keymaps": [
892
+ "src/keymaps/index.tsx"
893
+ ],
894
+ "@atlaskit/editor-common/ui-menu": [
895
+ "src/ui-menu/index.tsx"
896
+ ],
897
+ "@atlaskit/editor-common/ui-react": [
898
+ "src/ui-react/index.ts"
899
+ ],
900
+ "@atlaskit/editor-common/ui-color": [
901
+ "src/ui-color/index.ts"
902
+ ],
903
+ "@atlaskit/editor-common/transforms": [
904
+ "src/transforms/index.ts"
905
+ ],
906
+ "@atlaskit/editor-common/core-utils": [
907
+ "src/core-utils/index.ts"
908
+ ],
909
+ "@atlaskit/editor-common/selection": [
910
+ "src/selection/index.ts"
911
+ ],
912
+ "@atlaskit/editor-common/preset": [
913
+ "src/preset/index.ts"
914
+ ],
915
+ "@atlaskit/editor-common/hooks": [
916
+ "src/hooks/index.ts"
917
+ ],
918
+ "@atlaskit/editor-common/media-inline": [
919
+ "src/media-inline/index.ts"
920
+ ],
921
+ "@atlaskit/editor-common/media-single": [
922
+ "src/media-single/index.ts"
923
+ ],
924
+ "@atlaskit/editor-common/monitoring": [
925
+ "src/monitoring/index.ts"
926
+ ],
927
+ "@atlaskit/editor-common/paste": [
928
+ "src/paste/index.ts"
929
+ ],
930
+ "@atlaskit/editor-common/resizer": [
931
+ "src/resizer/index.ts"
932
+ ],
933
+ "@atlaskit/editor-common/editor-analytics": [
934
+ "src/editor-analytics/index.ts"
935
+ ],
936
+ "@atlaskit/editor-common/selection-based-node-view": [
937
+ "src/selection-based-node-view/index.ts"
938
+ ],
939
+ "@atlaskit/editor-common/guideline": [
940
+ "src/guideline/index.ts"
941
+ ],
942
+ "@atlaskit/editor-common/quick-insert": [
943
+ "src/quick-insert/index.ts"
944
+ ],
945
+ "@atlaskit/editor-common/link": [
946
+ "src/link/index.ts"
947
+ ],
948
+ "@atlaskit/editor-common/mark": [
949
+ "src/mark/index.ts"
950
+ ],
951
+ "@atlaskit/editor-common/commands": [
952
+ "src/commands/index.ts"
953
+ ],
954
+ "@atlaskit/editor-common/clipboard": [
955
+ "src/clipboard/index.ts"
956
+ ],
957
+ "@atlaskit/editor-common/lists": [
958
+ "src/lists/index.ts"
959
+ ],
960
+ "@atlaskit/editor-common/element-browser": [
961
+ "src/element-browser/index.ts"
962
+ ],
963
+ "@atlaskit/editor-common/floating-toolbar": [
964
+ "src/floating-toolbar/index.ts"
965
+ ],
966
+ "@atlaskit/editor-common/copy-button": [
967
+ "src/copy-button/index.ts"
968
+ ],
969
+ "@atlaskit/editor-common/legacy-rank-plugins": [
970
+ "src/rank.ts"
971
+ ],
972
+ "@atlaskit/editor-common/indentation": [
973
+ "src/indentation/index.ts"
974
+ ],
975
+ "@atlaskit/editor-common/annotation": [
976
+ "src/annotation/index.ts"
977
+ ],
978
+ "@atlaskit/editor-common": [
979
+ "./src"
980
+ ]
981
+ }
6
982
  },
7
983
  "include": [
8
984
  "src/**/*.ts",
@@ -18,4 +994,4 @@
18
994
  "src/json-schema",
19
995
  "src/__tests_external__"
20
996
  ]
21
- }
997
+ }