@atlaskit/icon-object 6.6.0 → 6.7.0

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,20 @@
1
1
  # @atlaskit/icon-object
2
2
 
3
+ ## 6.7.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#155379](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/155379)
8
+ [`d703fb68d3059`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/d703fb68d3059) -
9
+ Run build-glyphs in icon packages.
10
+ - [#155379](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/155379)
11
+ [`d703fb68d3059`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/d703fb68d3059) -
12
+ Add static imports for icon metadata.
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies
17
+
3
18
  ## 6.6.0
4
19
 
5
20
  ### Minor Changes
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
 
3
- var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
3
+ var _typeof = require("@babel/runtime/helpers/typeof");
4
4
  Object.defineProperty(exports, "__esModule", {
5
5
  value: true
6
6
  });
@@ -10,4 +10,12 @@ Object.defineProperty(exports, "default", {
10
10
  return _metadata.default;
11
11
  }
12
12
  });
13
- var _metadata = _interopRequireDefault(require("../metadata"));
13
+ Object.defineProperty(exports, "metaDataWithPackageLoader", {
14
+ enumerable: true,
15
+ get: function get() {
16
+ return _metadata.metaDataWithPackageLoader;
17
+ }
18
+ });
19
+ var _metadata = _interopRequireWildcard(require("../metadata"));
20
+ function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
21
+ function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
@@ -1,208 +1,452 @@
1
1
  "use strict";
2
2
 
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
3
4
  Object.defineProperty(exports, "__esModule", {
4
5
  value: true
5
6
  });
6
- exports.default = void 0;
7
+ exports.metaDataWithPackageLoader = exports.default = void 0;
8
+ var _typeof2 = _interopRequireDefault(require("@babel/runtime/helpers/typeof"));
9
+ var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties"));
10
+ var _slicedToArray2 = _interopRequireDefault(require("@babel/runtime/helpers/slicedToArray"));
11
+ var _excluded = ["packageLoader"];
12
+ function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
13
+ function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != (0, _typeof2.default)(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
7
14
  /**
8
15
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
9
16
  *
10
17
  * To change the format of this file, modify `createIconDocs` in icon-build-process/src/create-icon-docs.tsx.
11
18
  *
12
- * @codegen <<SignedSource::a8a75c0f271dbd429927c4dcb592133c>>
19
+ * @codegen <<SignedSource::24e59c282db467ac427dad3493eac07e>>
13
20
  * @codegenCommand yarn build:icon-glyphs
14
21
  */
22
+ /* eslint-disable import/no-extraneous-dependencies -- This import is within the same package, hence self-referential. */
15
23
 
16
- var metaData = {
24
+ var metaDataWithPackageLoader = exports.metaDataWithPackageLoader = {
17
25
  'blog/16': {
18
26
  keywords: ['blog/16', 'blog16', 'object', 'icon-object'],
19
27
  componentName: 'Blog16Icon',
20
- package: '@atlaskit/icon-object/glyph/blog/16'
28
+ package: '@atlaskit/icon-object/glyph/blog/16',
29
+ packageLoader: function packageLoader() {
30
+ return Promise.resolve().then(function () {
31
+ return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_icon" */
32
+ '@atlaskit/icon-object/glyph/blog/16'));
33
+ });
34
+ }
21
35
  },
22
36
  'branch/16': {
23
37
  keywords: ['branch/16', 'branch16', 'object', 'icon-object'],
24
38
  componentName: 'Branch16Icon',
25
- package: '@atlaskit/icon-object/glyph/branch/16'
39
+ package: '@atlaskit/icon-object/glyph/branch/16',
40
+ packageLoader: function packageLoader() {
41
+ return Promise.resolve().then(function () {
42
+ return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_icon" */
43
+ '@atlaskit/icon-object/glyph/branch/16'));
44
+ });
45
+ }
26
46
  },
27
47
  'bug/16': {
28
48
  keywords: ['bug/16', 'bug16', 'object', 'icon-object'],
29
49
  componentName: 'Bug16Icon',
30
- package: '@atlaskit/icon-object/glyph/bug/16'
50
+ package: '@atlaskit/icon-object/glyph/bug/16',
51
+ packageLoader: function packageLoader() {
52
+ return Promise.resolve().then(function () {
53
+ return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_icon" */
54
+ '@atlaskit/icon-object/glyph/bug/16'));
55
+ });
56
+ }
31
57
  },
32
58
  'calendar/16': {
33
59
  keywords: ['calendar/16', 'calendar16', 'object', 'icon-object'],
34
60
  componentName: 'Calendar16Icon',
35
- package: '@atlaskit/icon-object/glyph/calendar/16'
61
+ package: '@atlaskit/icon-object/glyph/calendar/16',
62
+ packageLoader: function packageLoader() {
63
+ return Promise.resolve().then(function () {
64
+ return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_icon" */
65
+ '@atlaskit/icon-object/glyph/calendar/16'));
66
+ });
67
+ }
36
68
  },
37
69
  'changes/16': {
38
70
  keywords: ['changes/16', 'changes16', 'object', 'icon-object'],
39
71
  componentName: 'Changes16Icon',
40
- package: '@atlaskit/icon-object/glyph/changes/16'
72
+ package: '@atlaskit/icon-object/glyph/changes/16',
73
+ packageLoader: function packageLoader() {
74
+ return Promise.resolve().then(function () {
75
+ return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_icon" */
76
+ '@atlaskit/icon-object/glyph/changes/16'));
77
+ });
78
+ }
41
79
  },
42
80
  'code/16': {
43
81
  keywords: ['code/16', 'code16', 'object', 'icon-object'],
44
82
  componentName: 'Code16Icon',
45
- package: '@atlaskit/icon-object/glyph/code/16'
83
+ package: '@atlaskit/icon-object/glyph/code/16',
84
+ packageLoader: function packageLoader() {
85
+ return Promise.resolve().then(function () {
86
+ return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_icon" */
87
+ '@atlaskit/icon-object/glyph/code/16'));
88
+ });
89
+ }
46
90
  },
47
91
  'commit/16': {
48
92
  keywords: ['commit/16', 'commit16', 'object', 'icon-object'],
49
93
  componentName: 'Commit16Icon',
50
- package: '@atlaskit/icon-object/glyph/commit/16'
94
+ package: '@atlaskit/icon-object/glyph/commit/16',
95
+ packageLoader: function packageLoader() {
96
+ return Promise.resolve().then(function () {
97
+ return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_icon" */
98
+ '@atlaskit/icon-object/glyph/commit/16'));
99
+ });
100
+ }
51
101
  },
52
102
  'epic/16': {
53
103
  keywords: ['epic/16', 'epic16', 'object', 'icon-object'],
54
104
  componentName: 'Epic16Icon',
55
- package: '@atlaskit/icon-object/glyph/epic/16'
105
+ package: '@atlaskit/icon-object/glyph/epic/16',
106
+ packageLoader: function packageLoader() {
107
+ return Promise.resolve().then(function () {
108
+ return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_icon" */
109
+ '@atlaskit/icon-object/glyph/epic/16'));
110
+ });
111
+ }
56
112
  },
57
113
  'improvement/16': {
58
114
  keywords: ['improvement/16', 'improvement16', 'object', 'icon-object'],
59
115
  componentName: 'Improvement16Icon',
60
- package: '@atlaskit/icon-object/glyph/improvement/16'
116
+ package: '@atlaskit/icon-object/glyph/improvement/16',
117
+ packageLoader: function packageLoader() {
118
+ return Promise.resolve().then(function () {
119
+ return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_icon" */
120
+ '@atlaskit/icon-object/glyph/improvement/16'));
121
+ });
122
+ }
61
123
  },
62
124
  'incident/16': {
63
125
  keywords: ['incident/16', 'incident16', 'object', 'icon-object'],
64
126
  componentName: 'Incident16Icon',
65
- package: '@atlaskit/icon-object/glyph/incident/16'
127
+ package: '@atlaskit/icon-object/glyph/incident/16',
128
+ packageLoader: function packageLoader() {
129
+ return Promise.resolve().then(function () {
130
+ return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_icon" */
131
+ '@atlaskit/icon-object/glyph/incident/16'));
132
+ });
133
+ }
66
134
  },
67
135
  'issue/16': {
68
136
  keywords: ['issue/16', 'issue16', 'object', 'icon-object'],
69
137
  componentName: 'Issue16Icon',
70
- package: '@atlaskit/icon-object/glyph/issue/16'
138
+ package: '@atlaskit/icon-object/glyph/issue/16',
139
+ packageLoader: function packageLoader() {
140
+ return Promise.resolve().then(function () {
141
+ return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_icon" */
142
+ '@atlaskit/icon-object/glyph/issue/16'));
143
+ });
144
+ }
71
145
  },
72
146
  'new-feature/16': {
73
147
  keywords: ['new-feature/16', 'newfeature16', 'object', 'icon-object'],
74
148
  componentName: 'NewFeature16Icon',
75
- package: '@atlaskit/icon-object/glyph/new-feature/16'
149
+ package: '@atlaskit/icon-object/glyph/new-feature/16',
150
+ packageLoader: function packageLoader() {
151
+ return Promise.resolve().then(function () {
152
+ return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_icon" */
153
+ '@atlaskit/icon-object/glyph/new-feature/16'));
154
+ });
155
+ }
76
156
  },
77
157
  'page/16': {
78
158
  keywords: ['page/16', 'page16', 'object', 'icon-object'],
79
159
  componentName: 'Page16Icon',
80
- package: '@atlaskit/icon-object/glyph/page/16'
160
+ package: '@atlaskit/icon-object/glyph/page/16',
161
+ packageLoader: function packageLoader() {
162
+ return Promise.resolve().then(function () {
163
+ return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_icon" */
164
+ '@atlaskit/icon-object/glyph/page/16'));
165
+ });
166
+ }
81
167
  },
82
168
  'problem/16': {
83
169
  keywords: ['problem/16', 'problem16', 'object', 'icon-object'],
84
170
  componentName: 'Problem16Icon',
85
- package: '@atlaskit/icon-object/glyph/problem/16'
171
+ package: '@atlaskit/icon-object/glyph/problem/16',
172
+ packageLoader: function packageLoader() {
173
+ return Promise.resolve().then(function () {
174
+ return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_icon" */
175
+ '@atlaskit/icon-object/glyph/problem/16'));
176
+ });
177
+ }
86
178
  },
87
179
  'pull-request/16': {
88
180
  keywords: ['pull-request/16', 'pullrequest16', 'object', 'icon-object'],
89
181
  componentName: 'PullRequest16Icon',
90
- package: '@atlaskit/icon-object/glyph/pull-request/16'
182
+ package: '@atlaskit/icon-object/glyph/pull-request/16',
183
+ packageLoader: function packageLoader() {
184
+ return Promise.resolve().then(function () {
185
+ return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_icon" */
186
+ '@atlaskit/icon-object/glyph/pull-request/16'));
187
+ });
188
+ }
91
189
  },
92
190
  'question/16': {
93
191
  keywords: ['question/16', 'question16', 'object', 'icon-object'],
94
192
  componentName: 'Question16Icon',
95
- package: '@atlaskit/icon-object/glyph/question/16'
193
+ package: '@atlaskit/icon-object/glyph/question/16',
194
+ packageLoader: function packageLoader() {
195
+ return Promise.resolve().then(function () {
196
+ return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_icon" */
197
+ '@atlaskit/icon-object/glyph/question/16'));
198
+ });
199
+ }
96
200
  },
97
201
  'story/16': {
98
202
  keywords: ['story/16', 'story16', 'object', 'icon-object'],
99
203
  componentName: 'Story16Icon',
100
- package: '@atlaskit/icon-object/glyph/story/16'
204
+ package: '@atlaskit/icon-object/glyph/story/16',
205
+ packageLoader: function packageLoader() {
206
+ return Promise.resolve().then(function () {
207
+ return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_icon" */
208
+ '@atlaskit/icon-object/glyph/story/16'));
209
+ });
210
+ }
101
211
  },
102
212
  'subtask/16': {
103
213
  keywords: ['subtask/16', 'subtask16', 'object', 'icon-object'],
104
214
  componentName: 'Subtask16Icon',
105
- package: '@atlaskit/icon-object/glyph/subtask/16'
215
+ package: '@atlaskit/icon-object/glyph/subtask/16',
216
+ packageLoader: function packageLoader() {
217
+ return Promise.resolve().then(function () {
218
+ return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_icon" */
219
+ '@atlaskit/icon-object/glyph/subtask/16'));
220
+ });
221
+ }
106
222
  },
107
223
  'task/16': {
108
224
  keywords: ['task/16', 'task16', 'object', 'icon-object'],
109
225
  componentName: 'Task16Icon',
110
- package: '@atlaskit/icon-object/glyph/task/16'
226
+ package: '@atlaskit/icon-object/glyph/task/16',
227
+ packageLoader: function packageLoader() {
228
+ return Promise.resolve().then(function () {
229
+ return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_icon" */
230
+ '@atlaskit/icon-object/glyph/task/16'));
231
+ });
232
+ }
111
233
  },
112
234
  'blog/24': {
113
235
  keywords: ['blog/24', 'blog24', 'object', 'icon-object'],
114
236
  componentName: 'Blog24Icon',
115
- package: '@atlaskit/icon-object/glyph/blog/24'
237
+ package: '@atlaskit/icon-object/glyph/blog/24',
238
+ packageLoader: function packageLoader() {
239
+ return Promise.resolve().then(function () {
240
+ return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_icon" */
241
+ '@atlaskit/icon-object/glyph/blog/24'));
242
+ });
243
+ }
116
244
  },
117
245
  'branch/24': {
118
246
  keywords: ['branch/24', 'branch24', 'object', 'icon-object'],
119
247
  componentName: 'Branch24Icon',
120
- package: '@atlaskit/icon-object/glyph/branch/24'
248
+ package: '@atlaskit/icon-object/glyph/branch/24',
249
+ packageLoader: function packageLoader() {
250
+ return Promise.resolve().then(function () {
251
+ return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_icon" */
252
+ '@atlaskit/icon-object/glyph/branch/24'));
253
+ });
254
+ }
121
255
  },
122
256
  'bug/24': {
123
257
  keywords: ['bug/24', 'bug24', 'object', 'icon-object'],
124
258
  componentName: 'Bug24Icon',
125
- package: '@atlaskit/icon-object/glyph/bug/24'
259
+ package: '@atlaskit/icon-object/glyph/bug/24',
260
+ packageLoader: function packageLoader() {
261
+ return Promise.resolve().then(function () {
262
+ return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_icon" */
263
+ '@atlaskit/icon-object/glyph/bug/24'));
264
+ });
265
+ }
126
266
  },
127
267
  'calendar/24': {
128
268
  keywords: ['calendar/24', 'calendar24', 'object', 'icon-object'],
129
269
  componentName: 'Calendar24Icon',
130
- package: '@atlaskit/icon-object/glyph/calendar/24'
270
+ package: '@atlaskit/icon-object/glyph/calendar/24',
271
+ packageLoader: function packageLoader() {
272
+ return Promise.resolve().then(function () {
273
+ return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_icon" */
274
+ '@atlaskit/icon-object/glyph/calendar/24'));
275
+ });
276
+ }
131
277
  },
132
278
  'changes/24': {
133
279
  keywords: ['changes/24', 'changes24', 'object', 'icon-object'],
134
280
  componentName: 'Changes24Icon',
135
- package: '@atlaskit/icon-object/glyph/changes/24'
281
+ package: '@atlaskit/icon-object/glyph/changes/24',
282
+ packageLoader: function packageLoader() {
283
+ return Promise.resolve().then(function () {
284
+ return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_icon" */
285
+ '@atlaskit/icon-object/glyph/changes/24'));
286
+ });
287
+ }
136
288
  },
137
289
  'code/24': {
138
290
  keywords: ['code/24', 'code24', 'object', 'icon-object'],
139
291
  componentName: 'Code24Icon',
140
- package: '@atlaskit/icon-object/glyph/code/24'
292
+ package: '@atlaskit/icon-object/glyph/code/24',
293
+ packageLoader: function packageLoader() {
294
+ return Promise.resolve().then(function () {
295
+ return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_icon" */
296
+ '@atlaskit/icon-object/glyph/code/24'));
297
+ });
298
+ }
141
299
  },
142
300
  'commit/24': {
143
301
  keywords: ['commit/24', 'commit24', 'object', 'icon-object'],
144
302
  componentName: 'Commit24Icon',
145
- package: '@atlaskit/icon-object/glyph/commit/24'
303
+ package: '@atlaskit/icon-object/glyph/commit/24',
304
+ packageLoader: function packageLoader() {
305
+ return Promise.resolve().then(function () {
306
+ return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_icon" */
307
+ '@atlaskit/icon-object/glyph/commit/24'));
308
+ });
309
+ }
146
310
  },
147
311
  'epic/24': {
148
312
  keywords: ['epic/24', 'epic24', 'object', 'icon-object'],
149
313
  componentName: 'Epic24Icon',
150
- package: '@atlaskit/icon-object/glyph/epic/24'
314
+ package: '@atlaskit/icon-object/glyph/epic/24',
315
+ packageLoader: function packageLoader() {
316
+ return Promise.resolve().then(function () {
317
+ return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_icon" */
318
+ '@atlaskit/icon-object/glyph/epic/24'));
319
+ });
320
+ }
151
321
  },
152
322
  'improvement/24': {
153
323
  keywords: ['improvement/24', 'improvement24', 'object', 'icon-object'],
154
324
  componentName: 'Improvement24Icon',
155
- package: '@atlaskit/icon-object/glyph/improvement/24'
325
+ package: '@atlaskit/icon-object/glyph/improvement/24',
326
+ packageLoader: function packageLoader() {
327
+ return Promise.resolve().then(function () {
328
+ return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_icon" */
329
+ '@atlaskit/icon-object/glyph/improvement/24'));
330
+ });
331
+ }
156
332
  },
157
333
  'incident/24': {
158
334
  keywords: ['incident/24', 'incident24', 'object', 'icon-object'],
159
335
  componentName: 'Incident24Icon',
160
- package: '@atlaskit/icon-object/glyph/incident/24'
336
+ package: '@atlaskit/icon-object/glyph/incident/24',
337
+ packageLoader: function packageLoader() {
338
+ return Promise.resolve().then(function () {
339
+ return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_icon" */
340
+ '@atlaskit/icon-object/glyph/incident/24'));
341
+ });
342
+ }
161
343
  },
162
344
  'issue/24': {
163
345
  keywords: ['issue/24', 'issue24', 'object', 'icon-object'],
164
346
  componentName: 'Issue24Icon',
165
- package: '@atlaskit/icon-object/glyph/issue/24'
347
+ package: '@atlaskit/icon-object/glyph/issue/24',
348
+ packageLoader: function packageLoader() {
349
+ return Promise.resolve().then(function () {
350
+ return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_icon" */
351
+ '@atlaskit/icon-object/glyph/issue/24'));
352
+ });
353
+ }
166
354
  },
167
355
  'new-feature/24': {
168
356
  keywords: ['new-feature/24', 'newfeature24', 'object', 'icon-object'],
169
357
  componentName: 'NewFeature24Icon',
170
- package: '@atlaskit/icon-object/glyph/new-feature/24'
358
+ package: '@atlaskit/icon-object/glyph/new-feature/24',
359
+ packageLoader: function packageLoader() {
360
+ return Promise.resolve().then(function () {
361
+ return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_icon" */
362
+ '@atlaskit/icon-object/glyph/new-feature/24'));
363
+ });
364
+ }
171
365
  },
172
366
  'page/24': {
173
367
  keywords: ['page/24', 'page24', 'object', 'icon-object'],
174
368
  componentName: 'Page24Icon',
175
- package: '@atlaskit/icon-object/glyph/page/24'
369
+ package: '@atlaskit/icon-object/glyph/page/24',
370
+ packageLoader: function packageLoader() {
371
+ return Promise.resolve().then(function () {
372
+ return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_icon" */
373
+ '@atlaskit/icon-object/glyph/page/24'));
374
+ });
375
+ }
176
376
  },
177
377
  'problem/24': {
178
378
  keywords: ['problem/24', 'problem24', 'object', 'icon-object'],
179
379
  componentName: 'Problem24Icon',
180
- package: '@atlaskit/icon-object/glyph/problem/24'
380
+ package: '@atlaskit/icon-object/glyph/problem/24',
381
+ packageLoader: function packageLoader() {
382
+ return Promise.resolve().then(function () {
383
+ return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_icon" */
384
+ '@atlaskit/icon-object/glyph/problem/24'));
385
+ });
386
+ }
181
387
  },
182
388
  'pull-request/24': {
183
389
  keywords: ['pull-request/24', 'pullrequest24', 'object', 'icon-object'],
184
390
  componentName: 'PullRequest24Icon',
185
- package: '@atlaskit/icon-object/glyph/pull-request/24'
391
+ package: '@atlaskit/icon-object/glyph/pull-request/24',
392
+ packageLoader: function packageLoader() {
393
+ return Promise.resolve().then(function () {
394
+ return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_icon" */
395
+ '@atlaskit/icon-object/glyph/pull-request/24'));
396
+ });
397
+ }
186
398
  },
187
399
  'question/24': {
188
400
  keywords: ['question/24', 'question24', 'object', 'icon-object'],
189
401
  componentName: 'Question24Icon',
190
- package: '@atlaskit/icon-object/glyph/question/24'
402
+ package: '@atlaskit/icon-object/glyph/question/24',
403
+ packageLoader: function packageLoader() {
404
+ return Promise.resolve().then(function () {
405
+ return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_icon" */
406
+ '@atlaskit/icon-object/glyph/question/24'));
407
+ });
408
+ }
191
409
  },
192
410
  'story/24': {
193
411
  keywords: ['story/24', 'story24', 'object', 'icon-object'],
194
412
  componentName: 'Story24Icon',
195
- package: '@atlaskit/icon-object/glyph/story/24'
413
+ package: '@atlaskit/icon-object/glyph/story/24',
414
+ packageLoader: function packageLoader() {
415
+ return Promise.resolve().then(function () {
416
+ return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_icon" */
417
+ '@atlaskit/icon-object/glyph/story/24'));
418
+ });
419
+ }
196
420
  },
197
421
  'subtask/24': {
198
422
  keywords: ['subtask/24', 'subtask24', 'object', 'icon-object'],
199
423
  componentName: 'Subtask24Icon',
200
- package: '@atlaskit/icon-object/glyph/subtask/24'
424
+ package: '@atlaskit/icon-object/glyph/subtask/24',
425
+ packageLoader: function packageLoader() {
426
+ return Promise.resolve().then(function () {
427
+ return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_icon" */
428
+ '@atlaskit/icon-object/glyph/subtask/24'));
429
+ });
430
+ }
201
431
  },
202
432
  'task/24': {
203
433
  keywords: ['task/24', 'task24', 'object', 'icon-object'],
204
434
  componentName: 'Task24Icon',
205
- package: '@atlaskit/icon-object/glyph/task/24'
435
+ package: '@atlaskit/icon-object/glyph/task/24',
436
+ packageLoader: function packageLoader() {
437
+ return Promise.resolve().then(function () {
438
+ return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_icon" */
439
+ '@atlaskit/icon-object/glyph/task/24'));
440
+ });
441
+ }
206
442
  }
207
443
  };
444
+ var metaData = Object.fromEntries(Object.entries(metaDataWithPackageLoader).map(function (_ref2) {
445
+ var _ref3 = (0, _slicedToArray2.default)(_ref2, 2),
446
+ key = _ref3[0],
447
+ _ref = _ref3[1];
448
+ var packageLoader = _ref.packageLoader,
449
+ rest = (0, _objectWithoutProperties2.default)(_ref, _excluded);
450
+ return [key, rest];
451
+ }));
208
452
  var _default = exports.default = metaData;
@@ -1 +1,2 @@
1
- export { default } from '../metadata';
1
+ export { default } from '../metadata';
2
+ export { metaDataWithPackageLoader } from '../metadata';