@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 +15 -0
- package/dist/cjs/entry-points/metadata.js +10 -2
- package/dist/cjs/metadata.js +285 -41
- package/dist/es2019/entry-points/metadata.js +2 -1
- package/dist/es2019/metadata.js +121 -40
- package/dist/esm/entry-points/metadata.js +2 -1
- package/dist/esm/metadata.js +204 -40
- package/dist/types/entry-points/metadata.d.ts +1 -0
- package/dist/types/metadata.d.ts +13 -2
- package/dist/types-ts4.5/entry-points/metadata.d.ts +1 -0
- package/dist/types-ts4.5/metadata.d.ts +13 -2
- package/package.json +3 -3
package/dist/esm/metadata.js
CHANGED
|
@@ -1,202 +1,366 @@
|
|
|
1
|
+
import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
|
|
2
|
+
import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
|
|
3
|
+
var _excluded = ["packageLoader"];
|
|
1
4
|
/**
|
|
2
5
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
6
|
*
|
|
4
7
|
* To change the format of this file, modify `createIconDocs` in icon-build-process/src/create-icon-docs.tsx.
|
|
5
8
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
9
|
+
* @codegen <<SignedSource::24e59c282db467ac427dad3493eac07e>>
|
|
7
10
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
11
|
*/
|
|
12
|
+
/* eslint-disable import/no-extraneous-dependencies -- This import is within the same package, hence self-referential. */
|
|
9
13
|
|
|
10
|
-
var
|
|
14
|
+
export var metaDataWithPackageLoader = {
|
|
11
15
|
'blog/16': {
|
|
12
16
|
keywords: ['blog/16', 'blog16', 'object', 'icon-object'],
|
|
13
17
|
componentName: 'Blog16Icon',
|
|
14
|
-
package: '@atlaskit/icon-object/glyph/blog/16'
|
|
18
|
+
package: '@atlaskit/icon-object/glyph/blog/16',
|
|
19
|
+
packageLoader: function packageLoader() {
|
|
20
|
+
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
21
|
+
'@atlaskit/icon-object/glyph/blog/16');
|
|
22
|
+
}
|
|
15
23
|
},
|
|
16
24
|
'branch/16': {
|
|
17
25
|
keywords: ['branch/16', 'branch16', 'object', 'icon-object'],
|
|
18
26
|
componentName: 'Branch16Icon',
|
|
19
|
-
package: '@atlaskit/icon-object/glyph/branch/16'
|
|
27
|
+
package: '@atlaskit/icon-object/glyph/branch/16',
|
|
28
|
+
packageLoader: function packageLoader() {
|
|
29
|
+
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
30
|
+
'@atlaskit/icon-object/glyph/branch/16');
|
|
31
|
+
}
|
|
20
32
|
},
|
|
21
33
|
'bug/16': {
|
|
22
34
|
keywords: ['bug/16', 'bug16', 'object', 'icon-object'],
|
|
23
35
|
componentName: 'Bug16Icon',
|
|
24
|
-
package: '@atlaskit/icon-object/glyph/bug/16'
|
|
36
|
+
package: '@atlaskit/icon-object/glyph/bug/16',
|
|
37
|
+
packageLoader: function packageLoader() {
|
|
38
|
+
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
39
|
+
'@atlaskit/icon-object/glyph/bug/16');
|
|
40
|
+
}
|
|
25
41
|
},
|
|
26
42
|
'calendar/16': {
|
|
27
43
|
keywords: ['calendar/16', 'calendar16', 'object', 'icon-object'],
|
|
28
44
|
componentName: 'Calendar16Icon',
|
|
29
|
-
package: '@atlaskit/icon-object/glyph/calendar/16'
|
|
45
|
+
package: '@atlaskit/icon-object/glyph/calendar/16',
|
|
46
|
+
packageLoader: function packageLoader() {
|
|
47
|
+
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
48
|
+
'@atlaskit/icon-object/glyph/calendar/16');
|
|
49
|
+
}
|
|
30
50
|
},
|
|
31
51
|
'changes/16': {
|
|
32
52
|
keywords: ['changes/16', 'changes16', 'object', 'icon-object'],
|
|
33
53
|
componentName: 'Changes16Icon',
|
|
34
|
-
package: '@atlaskit/icon-object/glyph/changes/16'
|
|
54
|
+
package: '@atlaskit/icon-object/glyph/changes/16',
|
|
55
|
+
packageLoader: function packageLoader() {
|
|
56
|
+
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
57
|
+
'@atlaskit/icon-object/glyph/changes/16');
|
|
58
|
+
}
|
|
35
59
|
},
|
|
36
60
|
'code/16': {
|
|
37
61
|
keywords: ['code/16', 'code16', 'object', 'icon-object'],
|
|
38
62
|
componentName: 'Code16Icon',
|
|
39
|
-
package: '@atlaskit/icon-object/glyph/code/16'
|
|
63
|
+
package: '@atlaskit/icon-object/glyph/code/16',
|
|
64
|
+
packageLoader: function packageLoader() {
|
|
65
|
+
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
66
|
+
'@atlaskit/icon-object/glyph/code/16');
|
|
67
|
+
}
|
|
40
68
|
},
|
|
41
69
|
'commit/16': {
|
|
42
70
|
keywords: ['commit/16', 'commit16', 'object', 'icon-object'],
|
|
43
71
|
componentName: 'Commit16Icon',
|
|
44
|
-
package: '@atlaskit/icon-object/glyph/commit/16'
|
|
72
|
+
package: '@atlaskit/icon-object/glyph/commit/16',
|
|
73
|
+
packageLoader: function packageLoader() {
|
|
74
|
+
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
75
|
+
'@atlaskit/icon-object/glyph/commit/16');
|
|
76
|
+
}
|
|
45
77
|
},
|
|
46
78
|
'epic/16': {
|
|
47
79
|
keywords: ['epic/16', 'epic16', 'object', 'icon-object'],
|
|
48
80
|
componentName: 'Epic16Icon',
|
|
49
|
-
package: '@atlaskit/icon-object/glyph/epic/16'
|
|
81
|
+
package: '@atlaskit/icon-object/glyph/epic/16',
|
|
82
|
+
packageLoader: function packageLoader() {
|
|
83
|
+
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
84
|
+
'@atlaskit/icon-object/glyph/epic/16');
|
|
85
|
+
}
|
|
50
86
|
},
|
|
51
87
|
'improvement/16': {
|
|
52
88
|
keywords: ['improvement/16', 'improvement16', 'object', 'icon-object'],
|
|
53
89
|
componentName: 'Improvement16Icon',
|
|
54
|
-
package: '@atlaskit/icon-object/glyph/improvement/16'
|
|
90
|
+
package: '@atlaskit/icon-object/glyph/improvement/16',
|
|
91
|
+
packageLoader: function packageLoader() {
|
|
92
|
+
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
93
|
+
'@atlaskit/icon-object/glyph/improvement/16');
|
|
94
|
+
}
|
|
55
95
|
},
|
|
56
96
|
'incident/16': {
|
|
57
97
|
keywords: ['incident/16', 'incident16', 'object', 'icon-object'],
|
|
58
98
|
componentName: 'Incident16Icon',
|
|
59
|
-
package: '@atlaskit/icon-object/glyph/incident/16'
|
|
99
|
+
package: '@atlaskit/icon-object/glyph/incident/16',
|
|
100
|
+
packageLoader: function packageLoader() {
|
|
101
|
+
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
102
|
+
'@atlaskit/icon-object/glyph/incident/16');
|
|
103
|
+
}
|
|
60
104
|
},
|
|
61
105
|
'issue/16': {
|
|
62
106
|
keywords: ['issue/16', 'issue16', 'object', 'icon-object'],
|
|
63
107
|
componentName: 'Issue16Icon',
|
|
64
|
-
package: '@atlaskit/icon-object/glyph/issue/16'
|
|
108
|
+
package: '@atlaskit/icon-object/glyph/issue/16',
|
|
109
|
+
packageLoader: function packageLoader() {
|
|
110
|
+
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
111
|
+
'@atlaskit/icon-object/glyph/issue/16');
|
|
112
|
+
}
|
|
65
113
|
},
|
|
66
114
|
'new-feature/16': {
|
|
67
115
|
keywords: ['new-feature/16', 'newfeature16', 'object', 'icon-object'],
|
|
68
116
|
componentName: 'NewFeature16Icon',
|
|
69
|
-
package: '@atlaskit/icon-object/glyph/new-feature/16'
|
|
117
|
+
package: '@atlaskit/icon-object/glyph/new-feature/16',
|
|
118
|
+
packageLoader: function packageLoader() {
|
|
119
|
+
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
120
|
+
'@atlaskit/icon-object/glyph/new-feature/16');
|
|
121
|
+
}
|
|
70
122
|
},
|
|
71
123
|
'page/16': {
|
|
72
124
|
keywords: ['page/16', 'page16', 'object', 'icon-object'],
|
|
73
125
|
componentName: 'Page16Icon',
|
|
74
|
-
package: '@atlaskit/icon-object/glyph/page/16'
|
|
126
|
+
package: '@atlaskit/icon-object/glyph/page/16',
|
|
127
|
+
packageLoader: function packageLoader() {
|
|
128
|
+
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
129
|
+
'@atlaskit/icon-object/glyph/page/16');
|
|
130
|
+
}
|
|
75
131
|
},
|
|
76
132
|
'problem/16': {
|
|
77
133
|
keywords: ['problem/16', 'problem16', 'object', 'icon-object'],
|
|
78
134
|
componentName: 'Problem16Icon',
|
|
79
|
-
package: '@atlaskit/icon-object/glyph/problem/16'
|
|
135
|
+
package: '@atlaskit/icon-object/glyph/problem/16',
|
|
136
|
+
packageLoader: function packageLoader() {
|
|
137
|
+
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
138
|
+
'@atlaskit/icon-object/glyph/problem/16');
|
|
139
|
+
}
|
|
80
140
|
},
|
|
81
141
|
'pull-request/16': {
|
|
82
142
|
keywords: ['pull-request/16', 'pullrequest16', 'object', 'icon-object'],
|
|
83
143
|
componentName: 'PullRequest16Icon',
|
|
84
|
-
package: '@atlaskit/icon-object/glyph/pull-request/16'
|
|
144
|
+
package: '@atlaskit/icon-object/glyph/pull-request/16',
|
|
145
|
+
packageLoader: function packageLoader() {
|
|
146
|
+
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
147
|
+
'@atlaskit/icon-object/glyph/pull-request/16');
|
|
148
|
+
}
|
|
85
149
|
},
|
|
86
150
|
'question/16': {
|
|
87
151
|
keywords: ['question/16', 'question16', 'object', 'icon-object'],
|
|
88
152
|
componentName: 'Question16Icon',
|
|
89
|
-
package: '@atlaskit/icon-object/glyph/question/16'
|
|
153
|
+
package: '@atlaskit/icon-object/glyph/question/16',
|
|
154
|
+
packageLoader: function packageLoader() {
|
|
155
|
+
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
156
|
+
'@atlaskit/icon-object/glyph/question/16');
|
|
157
|
+
}
|
|
90
158
|
},
|
|
91
159
|
'story/16': {
|
|
92
160
|
keywords: ['story/16', 'story16', 'object', 'icon-object'],
|
|
93
161
|
componentName: 'Story16Icon',
|
|
94
|
-
package: '@atlaskit/icon-object/glyph/story/16'
|
|
162
|
+
package: '@atlaskit/icon-object/glyph/story/16',
|
|
163
|
+
packageLoader: function packageLoader() {
|
|
164
|
+
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
165
|
+
'@atlaskit/icon-object/glyph/story/16');
|
|
166
|
+
}
|
|
95
167
|
},
|
|
96
168
|
'subtask/16': {
|
|
97
169
|
keywords: ['subtask/16', 'subtask16', 'object', 'icon-object'],
|
|
98
170
|
componentName: 'Subtask16Icon',
|
|
99
|
-
package: '@atlaskit/icon-object/glyph/subtask/16'
|
|
171
|
+
package: '@atlaskit/icon-object/glyph/subtask/16',
|
|
172
|
+
packageLoader: function packageLoader() {
|
|
173
|
+
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
174
|
+
'@atlaskit/icon-object/glyph/subtask/16');
|
|
175
|
+
}
|
|
100
176
|
},
|
|
101
177
|
'task/16': {
|
|
102
178
|
keywords: ['task/16', 'task16', 'object', 'icon-object'],
|
|
103
179
|
componentName: 'Task16Icon',
|
|
104
|
-
package: '@atlaskit/icon-object/glyph/task/16'
|
|
180
|
+
package: '@atlaskit/icon-object/glyph/task/16',
|
|
181
|
+
packageLoader: function packageLoader() {
|
|
182
|
+
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
183
|
+
'@atlaskit/icon-object/glyph/task/16');
|
|
184
|
+
}
|
|
105
185
|
},
|
|
106
186
|
'blog/24': {
|
|
107
187
|
keywords: ['blog/24', 'blog24', 'object', 'icon-object'],
|
|
108
188
|
componentName: 'Blog24Icon',
|
|
109
|
-
package: '@atlaskit/icon-object/glyph/blog/24'
|
|
189
|
+
package: '@atlaskit/icon-object/glyph/blog/24',
|
|
190
|
+
packageLoader: function packageLoader() {
|
|
191
|
+
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
192
|
+
'@atlaskit/icon-object/glyph/blog/24');
|
|
193
|
+
}
|
|
110
194
|
},
|
|
111
195
|
'branch/24': {
|
|
112
196
|
keywords: ['branch/24', 'branch24', 'object', 'icon-object'],
|
|
113
197
|
componentName: 'Branch24Icon',
|
|
114
|
-
package: '@atlaskit/icon-object/glyph/branch/24'
|
|
198
|
+
package: '@atlaskit/icon-object/glyph/branch/24',
|
|
199
|
+
packageLoader: function packageLoader() {
|
|
200
|
+
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
201
|
+
'@atlaskit/icon-object/glyph/branch/24');
|
|
202
|
+
}
|
|
115
203
|
},
|
|
116
204
|
'bug/24': {
|
|
117
205
|
keywords: ['bug/24', 'bug24', 'object', 'icon-object'],
|
|
118
206
|
componentName: 'Bug24Icon',
|
|
119
|
-
package: '@atlaskit/icon-object/glyph/bug/24'
|
|
207
|
+
package: '@atlaskit/icon-object/glyph/bug/24',
|
|
208
|
+
packageLoader: function packageLoader() {
|
|
209
|
+
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
210
|
+
'@atlaskit/icon-object/glyph/bug/24');
|
|
211
|
+
}
|
|
120
212
|
},
|
|
121
213
|
'calendar/24': {
|
|
122
214
|
keywords: ['calendar/24', 'calendar24', 'object', 'icon-object'],
|
|
123
215
|
componentName: 'Calendar24Icon',
|
|
124
|
-
package: '@atlaskit/icon-object/glyph/calendar/24'
|
|
216
|
+
package: '@atlaskit/icon-object/glyph/calendar/24',
|
|
217
|
+
packageLoader: function packageLoader() {
|
|
218
|
+
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
219
|
+
'@atlaskit/icon-object/glyph/calendar/24');
|
|
220
|
+
}
|
|
125
221
|
},
|
|
126
222
|
'changes/24': {
|
|
127
223
|
keywords: ['changes/24', 'changes24', 'object', 'icon-object'],
|
|
128
224
|
componentName: 'Changes24Icon',
|
|
129
|
-
package: '@atlaskit/icon-object/glyph/changes/24'
|
|
225
|
+
package: '@atlaskit/icon-object/glyph/changes/24',
|
|
226
|
+
packageLoader: function packageLoader() {
|
|
227
|
+
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
228
|
+
'@atlaskit/icon-object/glyph/changes/24');
|
|
229
|
+
}
|
|
130
230
|
},
|
|
131
231
|
'code/24': {
|
|
132
232
|
keywords: ['code/24', 'code24', 'object', 'icon-object'],
|
|
133
233
|
componentName: 'Code24Icon',
|
|
134
|
-
package: '@atlaskit/icon-object/glyph/code/24'
|
|
234
|
+
package: '@atlaskit/icon-object/glyph/code/24',
|
|
235
|
+
packageLoader: function packageLoader() {
|
|
236
|
+
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
237
|
+
'@atlaskit/icon-object/glyph/code/24');
|
|
238
|
+
}
|
|
135
239
|
},
|
|
136
240
|
'commit/24': {
|
|
137
241
|
keywords: ['commit/24', 'commit24', 'object', 'icon-object'],
|
|
138
242
|
componentName: 'Commit24Icon',
|
|
139
|
-
package: '@atlaskit/icon-object/glyph/commit/24'
|
|
243
|
+
package: '@atlaskit/icon-object/glyph/commit/24',
|
|
244
|
+
packageLoader: function packageLoader() {
|
|
245
|
+
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
246
|
+
'@atlaskit/icon-object/glyph/commit/24');
|
|
247
|
+
}
|
|
140
248
|
},
|
|
141
249
|
'epic/24': {
|
|
142
250
|
keywords: ['epic/24', 'epic24', 'object', 'icon-object'],
|
|
143
251
|
componentName: 'Epic24Icon',
|
|
144
|
-
package: '@atlaskit/icon-object/glyph/epic/24'
|
|
252
|
+
package: '@atlaskit/icon-object/glyph/epic/24',
|
|
253
|
+
packageLoader: function packageLoader() {
|
|
254
|
+
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
255
|
+
'@atlaskit/icon-object/glyph/epic/24');
|
|
256
|
+
}
|
|
145
257
|
},
|
|
146
258
|
'improvement/24': {
|
|
147
259
|
keywords: ['improvement/24', 'improvement24', 'object', 'icon-object'],
|
|
148
260
|
componentName: 'Improvement24Icon',
|
|
149
|
-
package: '@atlaskit/icon-object/glyph/improvement/24'
|
|
261
|
+
package: '@atlaskit/icon-object/glyph/improvement/24',
|
|
262
|
+
packageLoader: function packageLoader() {
|
|
263
|
+
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
264
|
+
'@atlaskit/icon-object/glyph/improvement/24');
|
|
265
|
+
}
|
|
150
266
|
},
|
|
151
267
|
'incident/24': {
|
|
152
268
|
keywords: ['incident/24', 'incident24', 'object', 'icon-object'],
|
|
153
269
|
componentName: 'Incident24Icon',
|
|
154
|
-
package: '@atlaskit/icon-object/glyph/incident/24'
|
|
270
|
+
package: '@atlaskit/icon-object/glyph/incident/24',
|
|
271
|
+
packageLoader: function packageLoader() {
|
|
272
|
+
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
273
|
+
'@atlaskit/icon-object/glyph/incident/24');
|
|
274
|
+
}
|
|
155
275
|
},
|
|
156
276
|
'issue/24': {
|
|
157
277
|
keywords: ['issue/24', 'issue24', 'object', 'icon-object'],
|
|
158
278
|
componentName: 'Issue24Icon',
|
|
159
|
-
package: '@atlaskit/icon-object/glyph/issue/24'
|
|
279
|
+
package: '@atlaskit/icon-object/glyph/issue/24',
|
|
280
|
+
packageLoader: function packageLoader() {
|
|
281
|
+
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
282
|
+
'@atlaskit/icon-object/glyph/issue/24');
|
|
283
|
+
}
|
|
160
284
|
},
|
|
161
285
|
'new-feature/24': {
|
|
162
286
|
keywords: ['new-feature/24', 'newfeature24', 'object', 'icon-object'],
|
|
163
287
|
componentName: 'NewFeature24Icon',
|
|
164
|
-
package: '@atlaskit/icon-object/glyph/new-feature/24'
|
|
288
|
+
package: '@atlaskit/icon-object/glyph/new-feature/24',
|
|
289
|
+
packageLoader: function packageLoader() {
|
|
290
|
+
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
291
|
+
'@atlaskit/icon-object/glyph/new-feature/24');
|
|
292
|
+
}
|
|
165
293
|
},
|
|
166
294
|
'page/24': {
|
|
167
295
|
keywords: ['page/24', 'page24', 'object', 'icon-object'],
|
|
168
296
|
componentName: 'Page24Icon',
|
|
169
|
-
package: '@atlaskit/icon-object/glyph/page/24'
|
|
297
|
+
package: '@atlaskit/icon-object/glyph/page/24',
|
|
298
|
+
packageLoader: function packageLoader() {
|
|
299
|
+
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
300
|
+
'@atlaskit/icon-object/glyph/page/24');
|
|
301
|
+
}
|
|
170
302
|
},
|
|
171
303
|
'problem/24': {
|
|
172
304
|
keywords: ['problem/24', 'problem24', 'object', 'icon-object'],
|
|
173
305
|
componentName: 'Problem24Icon',
|
|
174
|
-
package: '@atlaskit/icon-object/glyph/problem/24'
|
|
306
|
+
package: '@atlaskit/icon-object/glyph/problem/24',
|
|
307
|
+
packageLoader: function packageLoader() {
|
|
308
|
+
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
309
|
+
'@atlaskit/icon-object/glyph/problem/24');
|
|
310
|
+
}
|
|
175
311
|
},
|
|
176
312
|
'pull-request/24': {
|
|
177
313
|
keywords: ['pull-request/24', 'pullrequest24', 'object', 'icon-object'],
|
|
178
314
|
componentName: 'PullRequest24Icon',
|
|
179
|
-
package: '@atlaskit/icon-object/glyph/pull-request/24'
|
|
315
|
+
package: '@atlaskit/icon-object/glyph/pull-request/24',
|
|
316
|
+
packageLoader: function packageLoader() {
|
|
317
|
+
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
318
|
+
'@atlaskit/icon-object/glyph/pull-request/24');
|
|
319
|
+
}
|
|
180
320
|
},
|
|
181
321
|
'question/24': {
|
|
182
322
|
keywords: ['question/24', 'question24', 'object', 'icon-object'],
|
|
183
323
|
componentName: 'Question24Icon',
|
|
184
|
-
package: '@atlaskit/icon-object/glyph/question/24'
|
|
324
|
+
package: '@atlaskit/icon-object/glyph/question/24',
|
|
325
|
+
packageLoader: function packageLoader() {
|
|
326
|
+
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
327
|
+
'@atlaskit/icon-object/glyph/question/24');
|
|
328
|
+
}
|
|
185
329
|
},
|
|
186
330
|
'story/24': {
|
|
187
331
|
keywords: ['story/24', 'story24', 'object', 'icon-object'],
|
|
188
332
|
componentName: 'Story24Icon',
|
|
189
|
-
package: '@atlaskit/icon-object/glyph/story/24'
|
|
333
|
+
package: '@atlaskit/icon-object/glyph/story/24',
|
|
334
|
+
packageLoader: function packageLoader() {
|
|
335
|
+
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
336
|
+
'@atlaskit/icon-object/glyph/story/24');
|
|
337
|
+
}
|
|
190
338
|
},
|
|
191
339
|
'subtask/24': {
|
|
192
340
|
keywords: ['subtask/24', 'subtask24', 'object', 'icon-object'],
|
|
193
341
|
componentName: 'Subtask24Icon',
|
|
194
|
-
package: '@atlaskit/icon-object/glyph/subtask/24'
|
|
342
|
+
package: '@atlaskit/icon-object/glyph/subtask/24',
|
|
343
|
+
packageLoader: function packageLoader() {
|
|
344
|
+
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
345
|
+
'@atlaskit/icon-object/glyph/subtask/24');
|
|
346
|
+
}
|
|
195
347
|
},
|
|
196
348
|
'task/24': {
|
|
197
349
|
keywords: ['task/24', 'task24', 'object', 'icon-object'],
|
|
198
350
|
componentName: 'Task24Icon',
|
|
199
|
-
package: '@atlaskit/icon-object/glyph/task/24'
|
|
351
|
+
package: '@atlaskit/icon-object/glyph/task/24',
|
|
352
|
+
packageLoader: function packageLoader() {
|
|
353
|
+
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
354
|
+
'@atlaskit/icon-object/glyph/task/24');
|
|
355
|
+
}
|
|
200
356
|
}
|
|
201
357
|
};
|
|
358
|
+
var metaData = Object.fromEntries(Object.entries(metaDataWithPackageLoader).map(function (_ref2) {
|
|
359
|
+
var _ref3 = _slicedToArray(_ref2, 2),
|
|
360
|
+
key = _ref3[0],
|
|
361
|
+
_ref = _ref3[1];
|
|
362
|
+
var packageLoader = _ref.packageLoader,
|
|
363
|
+
rest = _objectWithoutProperties(_ref, _excluded);
|
|
364
|
+
return [key, rest];
|
|
365
|
+
}));
|
|
202
366
|
export default metaData;
|
package/dist/types/metadata.d.ts
CHANGED
|
@@ -3,13 +3,24 @@
|
|
|
3
3
|
*
|
|
4
4
|
* To change the format of this file, modify `createIconDocs` in icon-build-process/src/create-icon-docs.tsx.
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::24e59c282db467ac427dad3493eac07e>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
|
+
/// <reference types="react" />
|
|
9
10
|
interface Data {
|
|
10
11
|
keywords: string[];
|
|
11
12
|
componentName: string;
|
|
12
13
|
package: string;
|
|
14
|
+
packageLoader: () => Promise<{
|
|
15
|
+
default: React.ComponentType<any>;
|
|
16
|
+
}>;
|
|
13
17
|
}
|
|
14
|
-
declare const
|
|
18
|
+
export declare const metaDataWithPackageLoader: Record<string, Data>;
|
|
19
|
+
declare const metaData: {
|
|
20
|
+
[k: string]: {
|
|
21
|
+
keywords: string[];
|
|
22
|
+
componentName: string;
|
|
23
|
+
package: string;
|
|
24
|
+
};
|
|
25
|
+
};
|
|
15
26
|
export default metaData;
|
|
@@ -1,15 +1,26 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
/**
|
|
2
3
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
4
|
*
|
|
4
5
|
* To change the format of this file, modify `createIconDocs` in icon-build-process/src/create-icon-docs.tsx.
|
|
5
6
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
7
|
+
* @codegen <<SignedSource::24e59c282db467ac427dad3493eac07e>>
|
|
7
8
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
9
|
*/
|
|
9
10
|
interface Data {
|
|
10
11
|
keywords: string[];
|
|
11
12
|
componentName: string;
|
|
12
13
|
package: string;
|
|
14
|
+
packageLoader: () => Promise<{
|
|
15
|
+
default: React.ComponentType<any>;
|
|
16
|
+
}>;
|
|
13
17
|
}
|
|
14
|
-
declare const
|
|
18
|
+
export declare const metaDataWithPackageLoader: Record<string, Data>;
|
|
19
|
+
declare const metaData: {
|
|
20
|
+
[k: string]: {
|
|
21
|
+
keywords: string[];
|
|
22
|
+
componentName: string;
|
|
23
|
+
package: string;
|
|
24
|
+
};
|
|
25
|
+
};
|
|
15
26
|
export default metaData;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/icon-object",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.7.0",
|
|
4
4
|
"description": "An object icon is used to represent an Atlassian-specific content type.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -40,14 +40,14 @@
|
|
|
40
40
|
"build-glyphs": "ts-node --project ../../../tsconfig.node.json ./build/index.tsx"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@atlaskit/icon": "^22.
|
|
43
|
+
"@atlaskit/icon": "^22.24.0",
|
|
44
44
|
"@babel/runtime": "^7.0.0"
|
|
45
45
|
},
|
|
46
46
|
"peerDependencies": {
|
|
47
47
|
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
|
-
"@af/icon-build-process": "^2.
|
|
50
|
+
"@af/icon-build-process": "^2.2.0",
|
|
51
51
|
"@atlaskit/textfield": "^6.5.0",
|
|
52
52
|
"@atlaskit/tooltip": "^18.8.0",
|
|
53
53
|
"@atlaskit/visual-regression": "*",
|