@atlaskit/icon-object 6.5.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.
Files changed (88) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/dist/cjs/entry-points/metadata.js +10 -2
  3. package/dist/cjs/metadata.js +288 -45
  4. package/dist/es2019/entry-points/metadata.js +2 -1
  5. package/dist/es2019/metadata.js +124 -44
  6. package/dist/esm/entry-points/metadata.js +2 -1
  7. package/dist/esm/metadata.js +207 -44
  8. package/dist/types/entry-points/metadata.d.ts +1 -0
  9. package/dist/types/metadata.d.ts +16 -6
  10. package/dist/types-ts4.5/entry-points/metadata.d.ts +1 -0
  11. package/dist/types-ts4.5/metadata.d.ts +16 -6
  12. package/glyph/blog/16.js +4 -10
  13. package/glyph/blog/24.js +4 -10
  14. package/glyph/branch/16.js +4 -10
  15. package/glyph/branch/24.js +4 -10
  16. package/glyph/bug/16.js +4 -10
  17. package/glyph/bug/24.js +4 -10
  18. package/glyph/calendar/16.js +4 -10
  19. package/glyph/calendar/24.js +4 -10
  20. package/glyph/changes/16.js +4 -10
  21. package/glyph/changes/24.js +4 -10
  22. package/glyph/code/16.js +4 -10
  23. package/glyph/code/24.js +4 -10
  24. package/glyph/commit/16.js +4 -10
  25. package/glyph/commit/24.js +4 -10
  26. package/glyph/epic/16.js +4 -10
  27. package/glyph/epic/24.js +4 -10
  28. package/glyph/improvement/16.js +4 -10
  29. package/glyph/improvement/24.js +4 -10
  30. package/glyph/incident/16.js +4 -10
  31. package/glyph/incident/24.js +4 -10
  32. package/glyph/issue/16.js +4 -10
  33. package/glyph/issue/24.js +4 -10
  34. package/glyph/new-feature/16.js +4 -10
  35. package/glyph/new-feature/24.js +4 -10
  36. package/glyph/page/16.js +4 -10
  37. package/glyph/page/24.js +4 -10
  38. package/glyph/problem/16.js +4 -10
  39. package/glyph/problem/24.js +4 -10
  40. package/glyph/pull-request/16.js +4 -10
  41. package/glyph/pull-request/24.js +4 -10
  42. package/glyph/question/16.js +4 -10
  43. package/glyph/question/24.js +4 -10
  44. package/glyph/story/16.js +4 -10
  45. package/glyph/story/24.js +4 -10
  46. package/glyph/subtask/16.js +4 -10
  47. package/glyph/subtask/24.js +4 -10
  48. package/glyph/task/16.js +4 -10
  49. package/glyph/task/24.js +4 -10
  50. package/package.json +4 -8
  51. package/svgs/blog/16.svg +1 -1
  52. package/svgs/blog/24.svg +1 -1
  53. package/svgs/branch/16.svg +1 -1
  54. package/svgs/branch/24.svg +1 -1
  55. package/svgs/bug/16.svg +1 -1
  56. package/svgs/bug/24.svg +1 -1
  57. package/svgs/calendar/16.svg +1 -1
  58. package/svgs/calendar/24.svg +1 -1
  59. package/svgs/changes/16.svg +1 -1
  60. package/svgs/changes/24.svg +1 -1
  61. package/svgs/code/16.svg +1 -1
  62. package/svgs/code/24.svg +1 -1
  63. package/svgs/commit/16.svg +1 -1
  64. package/svgs/commit/24.svg +1 -1
  65. package/svgs/epic/16.svg +1 -1
  66. package/svgs/epic/24.svg +1 -1
  67. package/svgs/improvement/16.svg +1 -1
  68. package/svgs/improvement/24.svg +1 -1
  69. package/svgs/incident/16.svg +1 -1
  70. package/svgs/incident/24.svg +1 -1
  71. package/svgs/issue/16.svg +1 -1
  72. package/svgs/issue/24.svg +1 -1
  73. package/svgs/new-feature/16.svg +1 -1
  74. package/svgs/new-feature/24.svg +1 -1
  75. package/svgs/page/16.svg +1 -1
  76. package/svgs/page/24.svg +1 -1
  77. package/svgs/problem/16.svg +1 -1
  78. package/svgs/problem/24.svg +1 -1
  79. package/svgs/pull-request/16.svg +1 -1
  80. package/svgs/pull-request/24.svg +1 -1
  81. package/svgs/question/16.svg +1 -1
  82. package/svgs/question/24.svg +1 -1
  83. package/svgs/story/16.svg +1 -1
  84. package/svgs/story/24.svg +1 -1
  85. package/svgs/subtask/16.svg +1 -1
  86. package/svgs/subtask/24.svg +1 -1
  87. package/svgs/task/16.svg +1 -1
  88. package/svgs/task/24.svg +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,32 @@
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
+
18
+ ## 6.6.0
19
+
20
+ ### Minor Changes
21
+
22
+ - [#154636](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/154636)
23
+ [`6bd3aebdb9761`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/6bd3aebdb9761) -
24
+ Run build-glyphs in icon packages.
25
+
26
+ ### Patch Changes
27
+
28
+ - Updated dependencies
29
+
3
30
  ## 6.5.0
4
31
 
5
32
  ### 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,209 +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
- * NOTE:
15
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
9
16
  *
10
- * This file is automatically generated by the build process.
11
- * DO NOT CHANGE IT BY HAND or your changes will be lost.
17
+ * To change the format of this file, modify `createIconDocs` in icon-build-process/src/create-icon-docs.tsx.
12
18
  *
13
- * To change the format of this file, modify build/icon/createIconDocs.js.
14
- * Add synonyms in icon/icons/synonyms.js.
19
+ * @codegen <<SignedSource::24e59c282db467ac427dad3493eac07e>>
20
+ * @codegenCommand yarn build:icon-glyphs
15
21
  */
22
+ /* eslint-disable import/no-extraneous-dependencies -- This import is within the same package, hence self-referential. */
16
23
 
17
- var metaData = {
24
+ var metaDataWithPackageLoader = exports.metaDataWithPackageLoader = {
18
25
  'blog/16': {
19
26
  keywords: ['blog/16', 'blog16', 'object', 'icon-object'],
20
27
  componentName: 'Blog16Icon',
21
- 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
+ }
22
35
  },
23
36
  'branch/16': {
24
37
  keywords: ['branch/16', 'branch16', 'object', 'icon-object'],
25
38
  componentName: 'Branch16Icon',
26
- 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
+ }
27
46
  },
28
47
  'bug/16': {
29
48
  keywords: ['bug/16', 'bug16', 'object', 'icon-object'],
30
49
  componentName: 'Bug16Icon',
31
- 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
+ }
32
57
  },
33
58
  'calendar/16': {
34
59
  keywords: ['calendar/16', 'calendar16', 'object', 'icon-object'],
35
60
  componentName: 'Calendar16Icon',
36
- 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
+ }
37
68
  },
38
69
  'changes/16': {
39
70
  keywords: ['changes/16', 'changes16', 'object', 'icon-object'],
40
71
  componentName: 'Changes16Icon',
41
- 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
+ }
42
79
  },
43
80
  'code/16': {
44
81
  keywords: ['code/16', 'code16', 'object', 'icon-object'],
45
82
  componentName: 'Code16Icon',
46
- 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
+ }
47
90
  },
48
91
  'commit/16': {
49
92
  keywords: ['commit/16', 'commit16', 'object', 'icon-object'],
50
93
  componentName: 'Commit16Icon',
51
- 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
+ }
52
101
  },
53
102
  'epic/16': {
54
103
  keywords: ['epic/16', 'epic16', 'object', 'icon-object'],
55
104
  componentName: 'Epic16Icon',
56
- 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
+ }
57
112
  },
58
113
  'improvement/16': {
59
114
  keywords: ['improvement/16', 'improvement16', 'object', 'icon-object'],
60
115
  componentName: 'Improvement16Icon',
61
- 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
+ }
62
123
  },
63
124
  'incident/16': {
64
125
  keywords: ['incident/16', 'incident16', 'object', 'icon-object'],
65
126
  componentName: 'Incident16Icon',
66
- 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
+ }
67
134
  },
68
135
  'issue/16': {
69
136
  keywords: ['issue/16', 'issue16', 'object', 'icon-object'],
70
137
  componentName: 'Issue16Icon',
71
- 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
+ }
72
145
  },
73
146
  'new-feature/16': {
74
147
  keywords: ['new-feature/16', 'newfeature16', 'object', 'icon-object'],
75
148
  componentName: 'NewFeature16Icon',
76
- 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
+ }
77
156
  },
78
157
  'page/16': {
79
158
  keywords: ['page/16', 'page16', 'object', 'icon-object'],
80
159
  componentName: 'Page16Icon',
81
- 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
+ }
82
167
  },
83
168
  'problem/16': {
84
169
  keywords: ['problem/16', 'problem16', 'object', 'icon-object'],
85
170
  componentName: 'Problem16Icon',
86
- 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
+ }
87
178
  },
88
179
  'pull-request/16': {
89
180
  keywords: ['pull-request/16', 'pullrequest16', 'object', 'icon-object'],
90
181
  componentName: 'PullRequest16Icon',
91
- 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
+ }
92
189
  },
93
190
  'question/16': {
94
191
  keywords: ['question/16', 'question16', 'object', 'icon-object'],
95
192
  componentName: 'Question16Icon',
96
- 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
+ }
97
200
  },
98
201
  'story/16': {
99
202
  keywords: ['story/16', 'story16', 'object', 'icon-object'],
100
203
  componentName: 'Story16Icon',
101
- 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
+ }
102
211
  },
103
212
  'subtask/16': {
104
213
  keywords: ['subtask/16', 'subtask16', 'object', 'icon-object'],
105
214
  componentName: 'Subtask16Icon',
106
- 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
+ }
107
222
  },
108
223
  'task/16': {
109
224
  keywords: ['task/16', 'task16', 'object', 'icon-object'],
110
225
  componentName: 'Task16Icon',
111
- 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
+ }
112
233
  },
113
234
  'blog/24': {
114
235
  keywords: ['blog/24', 'blog24', 'object', 'icon-object'],
115
236
  componentName: 'Blog24Icon',
116
- 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
+ }
117
244
  },
118
245
  'branch/24': {
119
246
  keywords: ['branch/24', 'branch24', 'object', 'icon-object'],
120
247
  componentName: 'Branch24Icon',
121
- 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
+ }
122
255
  },
123
256
  'bug/24': {
124
257
  keywords: ['bug/24', 'bug24', 'object', 'icon-object'],
125
258
  componentName: 'Bug24Icon',
126
- 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
+ }
127
266
  },
128
267
  'calendar/24': {
129
268
  keywords: ['calendar/24', 'calendar24', 'object', 'icon-object'],
130
269
  componentName: 'Calendar24Icon',
131
- 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
+ }
132
277
  },
133
278
  'changes/24': {
134
279
  keywords: ['changes/24', 'changes24', 'object', 'icon-object'],
135
280
  componentName: 'Changes24Icon',
136
- 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
+ }
137
288
  },
138
289
  'code/24': {
139
290
  keywords: ['code/24', 'code24', 'object', 'icon-object'],
140
291
  componentName: 'Code24Icon',
141
- 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
+ }
142
299
  },
143
300
  'commit/24': {
144
301
  keywords: ['commit/24', 'commit24', 'object', 'icon-object'],
145
302
  componentName: 'Commit24Icon',
146
- 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
+ }
147
310
  },
148
311
  'epic/24': {
149
312
  keywords: ['epic/24', 'epic24', 'object', 'icon-object'],
150
313
  componentName: 'Epic24Icon',
151
- 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
+ }
152
321
  },
153
322
  'improvement/24': {
154
323
  keywords: ['improvement/24', 'improvement24', 'object', 'icon-object'],
155
324
  componentName: 'Improvement24Icon',
156
- 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
+ }
157
332
  },
158
333
  'incident/24': {
159
334
  keywords: ['incident/24', 'incident24', 'object', 'icon-object'],
160
335
  componentName: 'Incident24Icon',
161
- 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
+ }
162
343
  },
163
344
  'issue/24': {
164
345
  keywords: ['issue/24', 'issue24', 'object', 'icon-object'],
165
346
  componentName: 'Issue24Icon',
166
- 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
+ }
167
354
  },
168
355
  'new-feature/24': {
169
356
  keywords: ['new-feature/24', 'newfeature24', 'object', 'icon-object'],
170
357
  componentName: 'NewFeature24Icon',
171
- 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
+ }
172
365
  },
173
366
  'page/24': {
174
367
  keywords: ['page/24', 'page24', 'object', 'icon-object'],
175
368
  componentName: 'Page24Icon',
176
- 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
+ }
177
376
  },
178
377
  'problem/24': {
179
378
  keywords: ['problem/24', 'problem24', 'object', 'icon-object'],
180
379
  componentName: 'Problem24Icon',
181
- 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
+ }
182
387
  },
183
388
  'pull-request/24': {
184
389
  keywords: ['pull-request/24', 'pullrequest24', 'object', 'icon-object'],
185
390
  componentName: 'PullRequest24Icon',
186
- 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
+ }
187
398
  },
188
399
  'question/24': {
189
400
  keywords: ['question/24', 'question24', 'object', 'icon-object'],
190
401
  componentName: 'Question24Icon',
191
- 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
+ }
192
409
  },
193
410
  'story/24': {
194
411
  keywords: ['story/24', 'story24', 'object', 'icon-object'],
195
412
  componentName: 'Story24Icon',
196
- 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
+ }
197
420
  },
198
421
  'subtask/24': {
199
422
  keywords: ['subtask/24', 'subtask24', 'object', 'icon-object'],
200
423
  componentName: 'Subtask24Icon',
201
- 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
+ }
202
431
  },
203
432
  'task/24': {
204
433
  keywords: ['task/24', 'task24', 'object', 'icon-object'],
205
434
  componentName: 'Task24Icon',
206
- 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
+ }
207
442
  }
208
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
+ }));
209
452
  var _default = exports.default = metaData;
@@ -1 +1,2 @@
1
- export { default } from '../metadata';
1
+ export { default } from '../metadata';
2
+ export { metaDataWithPackageLoader } from '../metadata';