@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.
- package/CHANGELOG.md +27 -0
- package/dist/cjs/entry-points/metadata.js +10 -2
- package/dist/cjs/metadata.js +288 -45
- package/dist/es2019/entry-points/metadata.js +2 -1
- package/dist/es2019/metadata.js +124 -44
- package/dist/esm/entry-points/metadata.js +2 -1
- package/dist/esm/metadata.js +207 -44
- package/dist/types/entry-points/metadata.d.ts +1 -0
- package/dist/types/metadata.d.ts +16 -6
- package/dist/types-ts4.5/entry-points/metadata.d.ts +1 -0
- package/dist/types-ts4.5/metadata.d.ts +16 -6
- package/glyph/blog/16.js +4 -10
- package/glyph/blog/24.js +4 -10
- package/glyph/branch/16.js +4 -10
- package/glyph/branch/24.js +4 -10
- package/glyph/bug/16.js +4 -10
- package/glyph/bug/24.js +4 -10
- package/glyph/calendar/16.js +4 -10
- package/glyph/calendar/24.js +4 -10
- package/glyph/changes/16.js +4 -10
- package/glyph/changes/24.js +4 -10
- package/glyph/code/16.js +4 -10
- package/glyph/code/24.js +4 -10
- package/glyph/commit/16.js +4 -10
- package/glyph/commit/24.js +4 -10
- package/glyph/epic/16.js +4 -10
- package/glyph/epic/24.js +4 -10
- package/glyph/improvement/16.js +4 -10
- package/glyph/improvement/24.js +4 -10
- package/glyph/incident/16.js +4 -10
- package/glyph/incident/24.js +4 -10
- package/glyph/issue/16.js +4 -10
- package/glyph/issue/24.js +4 -10
- package/glyph/new-feature/16.js +4 -10
- package/glyph/new-feature/24.js +4 -10
- package/glyph/page/16.js +4 -10
- package/glyph/page/24.js +4 -10
- package/glyph/problem/16.js +4 -10
- package/glyph/problem/24.js +4 -10
- package/glyph/pull-request/16.js +4 -10
- package/glyph/pull-request/24.js +4 -10
- package/glyph/question/16.js +4 -10
- package/glyph/question/24.js +4 -10
- package/glyph/story/16.js +4 -10
- package/glyph/story/24.js +4 -10
- package/glyph/subtask/16.js +4 -10
- package/glyph/subtask/24.js +4 -10
- package/glyph/task/16.js +4 -10
- package/glyph/task/24.js +4 -10
- package/package.json +4 -8
- package/svgs/blog/16.svg +1 -1
- package/svgs/blog/24.svg +1 -1
- package/svgs/branch/16.svg +1 -1
- package/svgs/branch/24.svg +1 -1
- package/svgs/bug/16.svg +1 -1
- package/svgs/bug/24.svg +1 -1
- package/svgs/calendar/16.svg +1 -1
- package/svgs/calendar/24.svg +1 -1
- package/svgs/changes/16.svg +1 -1
- package/svgs/changes/24.svg +1 -1
- package/svgs/code/16.svg +1 -1
- package/svgs/code/24.svg +1 -1
- package/svgs/commit/16.svg +1 -1
- package/svgs/commit/24.svg +1 -1
- package/svgs/epic/16.svg +1 -1
- package/svgs/epic/24.svg +1 -1
- package/svgs/improvement/16.svg +1 -1
- package/svgs/improvement/24.svg +1 -1
- package/svgs/incident/16.svg +1 -1
- package/svgs/incident/24.svg +1 -1
- package/svgs/issue/16.svg +1 -1
- package/svgs/issue/24.svg +1 -1
- package/svgs/new-feature/16.svg +1 -1
- package/svgs/new-feature/24.svg +1 -1
- package/svgs/page/16.svg +1 -1
- package/svgs/page/24.svg +1 -1
- package/svgs/problem/16.svg +1 -1
- package/svgs/problem/24.svg +1 -1
- package/svgs/pull-request/16.svg +1 -1
- package/svgs/pull-request/24.svg +1 -1
- package/svgs/question/16.svg +1 -1
- package/svgs/question/24.svg +1 -1
- package/svgs/story/16.svg +1 -1
- package/svgs/story/24.svg +1 -1
- package/svgs/subtask/16.svg +1 -1
- package/svgs/subtask/24.svg +1 -1
- package/svgs/task/16.svg +1 -1
- package/svgs/task/24.svg +1 -1
package/dist/es2019/metadata.js
CHANGED
|
@@ -1,203 +1,283 @@
|
|
|
1
1
|
/**
|
|
2
|
-
*
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
3
|
*
|
|
4
|
-
*
|
|
5
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
4
|
+
* To change the format of this file, modify `createIconDocs` in icon-build-process/src/create-icon-docs.tsx.
|
|
6
5
|
*
|
|
7
|
-
*
|
|
8
|
-
*
|
|
6
|
+
* @codegen <<SignedSource::24e59c282db467ac427dad3493eac07e>>
|
|
7
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
9
8
|
*/
|
|
9
|
+
/* eslint-disable import/no-extraneous-dependencies -- This import is within the same package, hence self-referential. */
|
|
10
10
|
|
|
11
|
-
const
|
|
11
|
+
export const metaDataWithPackageLoader = {
|
|
12
12
|
'blog/16': {
|
|
13
13
|
keywords: ['blog/16', 'blog16', 'object', 'icon-object'],
|
|
14
14
|
componentName: 'Blog16Icon',
|
|
15
|
-
package: '@atlaskit/icon-object/glyph/blog/16'
|
|
15
|
+
package: '@atlaskit/icon-object/glyph/blog/16',
|
|
16
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
17
|
+
'@atlaskit/icon-object/glyph/blog/16')
|
|
16
18
|
},
|
|
17
19
|
'branch/16': {
|
|
18
20
|
keywords: ['branch/16', 'branch16', 'object', 'icon-object'],
|
|
19
21
|
componentName: 'Branch16Icon',
|
|
20
|
-
package: '@atlaskit/icon-object/glyph/branch/16'
|
|
22
|
+
package: '@atlaskit/icon-object/glyph/branch/16',
|
|
23
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
24
|
+
'@atlaskit/icon-object/glyph/branch/16')
|
|
21
25
|
},
|
|
22
26
|
'bug/16': {
|
|
23
27
|
keywords: ['bug/16', 'bug16', 'object', 'icon-object'],
|
|
24
28
|
componentName: 'Bug16Icon',
|
|
25
|
-
package: '@atlaskit/icon-object/glyph/bug/16'
|
|
29
|
+
package: '@atlaskit/icon-object/glyph/bug/16',
|
|
30
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
31
|
+
'@atlaskit/icon-object/glyph/bug/16')
|
|
26
32
|
},
|
|
27
33
|
'calendar/16': {
|
|
28
34
|
keywords: ['calendar/16', 'calendar16', 'object', 'icon-object'],
|
|
29
35
|
componentName: 'Calendar16Icon',
|
|
30
|
-
package: '@atlaskit/icon-object/glyph/calendar/16'
|
|
36
|
+
package: '@atlaskit/icon-object/glyph/calendar/16',
|
|
37
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
38
|
+
'@atlaskit/icon-object/glyph/calendar/16')
|
|
31
39
|
},
|
|
32
40
|
'changes/16': {
|
|
33
41
|
keywords: ['changes/16', 'changes16', 'object', 'icon-object'],
|
|
34
42
|
componentName: 'Changes16Icon',
|
|
35
|
-
package: '@atlaskit/icon-object/glyph/changes/16'
|
|
43
|
+
package: '@atlaskit/icon-object/glyph/changes/16',
|
|
44
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
45
|
+
'@atlaskit/icon-object/glyph/changes/16')
|
|
36
46
|
},
|
|
37
47
|
'code/16': {
|
|
38
48
|
keywords: ['code/16', 'code16', 'object', 'icon-object'],
|
|
39
49
|
componentName: 'Code16Icon',
|
|
40
|
-
package: '@atlaskit/icon-object/glyph/code/16'
|
|
50
|
+
package: '@atlaskit/icon-object/glyph/code/16',
|
|
51
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
52
|
+
'@atlaskit/icon-object/glyph/code/16')
|
|
41
53
|
},
|
|
42
54
|
'commit/16': {
|
|
43
55
|
keywords: ['commit/16', 'commit16', 'object', 'icon-object'],
|
|
44
56
|
componentName: 'Commit16Icon',
|
|
45
|
-
package: '@atlaskit/icon-object/glyph/commit/16'
|
|
57
|
+
package: '@atlaskit/icon-object/glyph/commit/16',
|
|
58
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
59
|
+
'@atlaskit/icon-object/glyph/commit/16')
|
|
46
60
|
},
|
|
47
61
|
'epic/16': {
|
|
48
62
|
keywords: ['epic/16', 'epic16', 'object', 'icon-object'],
|
|
49
63
|
componentName: 'Epic16Icon',
|
|
50
|
-
package: '@atlaskit/icon-object/glyph/epic/16'
|
|
64
|
+
package: '@atlaskit/icon-object/glyph/epic/16',
|
|
65
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
66
|
+
'@atlaskit/icon-object/glyph/epic/16')
|
|
51
67
|
},
|
|
52
68
|
'improvement/16': {
|
|
53
69
|
keywords: ['improvement/16', 'improvement16', 'object', 'icon-object'],
|
|
54
70
|
componentName: 'Improvement16Icon',
|
|
55
|
-
package: '@atlaskit/icon-object/glyph/improvement/16'
|
|
71
|
+
package: '@atlaskit/icon-object/glyph/improvement/16',
|
|
72
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
73
|
+
'@atlaskit/icon-object/glyph/improvement/16')
|
|
56
74
|
},
|
|
57
75
|
'incident/16': {
|
|
58
76
|
keywords: ['incident/16', 'incident16', 'object', 'icon-object'],
|
|
59
77
|
componentName: 'Incident16Icon',
|
|
60
|
-
package: '@atlaskit/icon-object/glyph/incident/16'
|
|
78
|
+
package: '@atlaskit/icon-object/glyph/incident/16',
|
|
79
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
80
|
+
'@atlaskit/icon-object/glyph/incident/16')
|
|
61
81
|
},
|
|
62
82
|
'issue/16': {
|
|
63
83
|
keywords: ['issue/16', 'issue16', 'object', 'icon-object'],
|
|
64
84
|
componentName: 'Issue16Icon',
|
|
65
|
-
package: '@atlaskit/icon-object/glyph/issue/16'
|
|
85
|
+
package: '@atlaskit/icon-object/glyph/issue/16',
|
|
86
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
87
|
+
'@atlaskit/icon-object/glyph/issue/16')
|
|
66
88
|
},
|
|
67
89
|
'new-feature/16': {
|
|
68
90
|
keywords: ['new-feature/16', 'newfeature16', 'object', 'icon-object'],
|
|
69
91
|
componentName: 'NewFeature16Icon',
|
|
70
|
-
package: '@atlaskit/icon-object/glyph/new-feature/16'
|
|
92
|
+
package: '@atlaskit/icon-object/glyph/new-feature/16',
|
|
93
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
94
|
+
'@atlaskit/icon-object/glyph/new-feature/16')
|
|
71
95
|
},
|
|
72
96
|
'page/16': {
|
|
73
97
|
keywords: ['page/16', 'page16', 'object', 'icon-object'],
|
|
74
98
|
componentName: 'Page16Icon',
|
|
75
|
-
package: '@atlaskit/icon-object/glyph/page/16'
|
|
99
|
+
package: '@atlaskit/icon-object/glyph/page/16',
|
|
100
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
101
|
+
'@atlaskit/icon-object/glyph/page/16')
|
|
76
102
|
},
|
|
77
103
|
'problem/16': {
|
|
78
104
|
keywords: ['problem/16', 'problem16', 'object', 'icon-object'],
|
|
79
105
|
componentName: 'Problem16Icon',
|
|
80
|
-
package: '@atlaskit/icon-object/glyph/problem/16'
|
|
106
|
+
package: '@atlaskit/icon-object/glyph/problem/16',
|
|
107
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
108
|
+
'@atlaskit/icon-object/glyph/problem/16')
|
|
81
109
|
},
|
|
82
110
|
'pull-request/16': {
|
|
83
111
|
keywords: ['pull-request/16', 'pullrequest16', 'object', 'icon-object'],
|
|
84
112
|
componentName: 'PullRequest16Icon',
|
|
85
|
-
package: '@atlaskit/icon-object/glyph/pull-request/16'
|
|
113
|
+
package: '@atlaskit/icon-object/glyph/pull-request/16',
|
|
114
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
115
|
+
'@atlaskit/icon-object/glyph/pull-request/16')
|
|
86
116
|
},
|
|
87
117
|
'question/16': {
|
|
88
118
|
keywords: ['question/16', 'question16', 'object', 'icon-object'],
|
|
89
119
|
componentName: 'Question16Icon',
|
|
90
|
-
package: '@atlaskit/icon-object/glyph/question/16'
|
|
120
|
+
package: '@atlaskit/icon-object/glyph/question/16',
|
|
121
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
122
|
+
'@atlaskit/icon-object/glyph/question/16')
|
|
91
123
|
},
|
|
92
124
|
'story/16': {
|
|
93
125
|
keywords: ['story/16', 'story16', 'object', 'icon-object'],
|
|
94
126
|
componentName: 'Story16Icon',
|
|
95
|
-
package: '@atlaskit/icon-object/glyph/story/16'
|
|
127
|
+
package: '@atlaskit/icon-object/glyph/story/16',
|
|
128
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
129
|
+
'@atlaskit/icon-object/glyph/story/16')
|
|
96
130
|
},
|
|
97
131
|
'subtask/16': {
|
|
98
132
|
keywords: ['subtask/16', 'subtask16', 'object', 'icon-object'],
|
|
99
133
|
componentName: 'Subtask16Icon',
|
|
100
|
-
package: '@atlaskit/icon-object/glyph/subtask/16'
|
|
134
|
+
package: '@atlaskit/icon-object/glyph/subtask/16',
|
|
135
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
136
|
+
'@atlaskit/icon-object/glyph/subtask/16')
|
|
101
137
|
},
|
|
102
138
|
'task/16': {
|
|
103
139
|
keywords: ['task/16', 'task16', 'object', 'icon-object'],
|
|
104
140
|
componentName: 'Task16Icon',
|
|
105
|
-
package: '@atlaskit/icon-object/glyph/task/16'
|
|
141
|
+
package: '@atlaskit/icon-object/glyph/task/16',
|
|
142
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
143
|
+
'@atlaskit/icon-object/glyph/task/16')
|
|
106
144
|
},
|
|
107
145
|
'blog/24': {
|
|
108
146
|
keywords: ['blog/24', 'blog24', 'object', 'icon-object'],
|
|
109
147
|
componentName: 'Blog24Icon',
|
|
110
|
-
package: '@atlaskit/icon-object/glyph/blog/24'
|
|
148
|
+
package: '@atlaskit/icon-object/glyph/blog/24',
|
|
149
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
150
|
+
'@atlaskit/icon-object/glyph/blog/24')
|
|
111
151
|
},
|
|
112
152
|
'branch/24': {
|
|
113
153
|
keywords: ['branch/24', 'branch24', 'object', 'icon-object'],
|
|
114
154
|
componentName: 'Branch24Icon',
|
|
115
|
-
package: '@atlaskit/icon-object/glyph/branch/24'
|
|
155
|
+
package: '@atlaskit/icon-object/glyph/branch/24',
|
|
156
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
157
|
+
'@atlaskit/icon-object/glyph/branch/24')
|
|
116
158
|
},
|
|
117
159
|
'bug/24': {
|
|
118
160
|
keywords: ['bug/24', 'bug24', 'object', 'icon-object'],
|
|
119
161
|
componentName: 'Bug24Icon',
|
|
120
|
-
package: '@atlaskit/icon-object/glyph/bug/24'
|
|
162
|
+
package: '@atlaskit/icon-object/glyph/bug/24',
|
|
163
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
164
|
+
'@atlaskit/icon-object/glyph/bug/24')
|
|
121
165
|
},
|
|
122
166
|
'calendar/24': {
|
|
123
167
|
keywords: ['calendar/24', 'calendar24', 'object', 'icon-object'],
|
|
124
168
|
componentName: 'Calendar24Icon',
|
|
125
|
-
package: '@atlaskit/icon-object/glyph/calendar/24'
|
|
169
|
+
package: '@atlaskit/icon-object/glyph/calendar/24',
|
|
170
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
171
|
+
'@atlaskit/icon-object/glyph/calendar/24')
|
|
126
172
|
},
|
|
127
173
|
'changes/24': {
|
|
128
174
|
keywords: ['changes/24', 'changes24', 'object', 'icon-object'],
|
|
129
175
|
componentName: 'Changes24Icon',
|
|
130
|
-
package: '@atlaskit/icon-object/glyph/changes/24'
|
|
176
|
+
package: '@atlaskit/icon-object/glyph/changes/24',
|
|
177
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
178
|
+
'@atlaskit/icon-object/glyph/changes/24')
|
|
131
179
|
},
|
|
132
180
|
'code/24': {
|
|
133
181
|
keywords: ['code/24', 'code24', 'object', 'icon-object'],
|
|
134
182
|
componentName: 'Code24Icon',
|
|
135
|
-
package: '@atlaskit/icon-object/glyph/code/24'
|
|
183
|
+
package: '@atlaskit/icon-object/glyph/code/24',
|
|
184
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
185
|
+
'@atlaskit/icon-object/glyph/code/24')
|
|
136
186
|
},
|
|
137
187
|
'commit/24': {
|
|
138
188
|
keywords: ['commit/24', 'commit24', 'object', 'icon-object'],
|
|
139
189
|
componentName: 'Commit24Icon',
|
|
140
|
-
package: '@atlaskit/icon-object/glyph/commit/24'
|
|
190
|
+
package: '@atlaskit/icon-object/glyph/commit/24',
|
|
191
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
192
|
+
'@atlaskit/icon-object/glyph/commit/24')
|
|
141
193
|
},
|
|
142
194
|
'epic/24': {
|
|
143
195
|
keywords: ['epic/24', 'epic24', 'object', 'icon-object'],
|
|
144
196
|
componentName: 'Epic24Icon',
|
|
145
|
-
package: '@atlaskit/icon-object/glyph/epic/24'
|
|
197
|
+
package: '@atlaskit/icon-object/glyph/epic/24',
|
|
198
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
199
|
+
'@atlaskit/icon-object/glyph/epic/24')
|
|
146
200
|
},
|
|
147
201
|
'improvement/24': {
|
|
148
202
|
keywords: ['improvement/24', 'improvement24', 'object', 'icon-object'],
|
|
149
203
|
componentName: 'Improvement24Icon',
|
|
150
|
-
package: '@atlaskit/icon-object/glyph/improvement/24'
|
|
204
|
+
package: '@atlaskit/icon-object/glyph/improvement/24',
|
|
205
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
206
|
+
'@atlaskit/icon-object/glyph/improvement/24')
|
|
151
207
|
},
|
|
152
208
|
'incident/24': {
|
|
153
209
|
keywords: ['incident/24', 'incident24', 'object', 'icon-object'],
|
|
154
210
|
componentName: 'Incident24Icon',
|
|
155
|
-
package: '@atlaskit/icon-object/glyph/incident/24'
|
|
211
|
+
package: '@atlaskit/icon-object/glyph/incident/24',
|
|
212
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
213
|
+
'@atlaskit/icon-object/glyph/incident/24')
|
|
156
214
|
},
|
|
157
215
|
'issue/24': {
|
|
158
216
|
keywords: ['issue/24', 'issue24', 'object', 'icon-object'],
|
|
159
217
|
componentName: 'Issue24Icon',
|
|
160
|
-
package: '@atlaskit/icon-object/glyph/issue/24'
|
|
218
|
+
package: '@atlaskit/icon-object/glyph/issue/24',
|
|
219
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
220
|
+
'@atlaskit/icon-object/glyph/issue/24')
|
|
161
221
|
},
|
|
162
222
|
'new-feature/24': {
|
|
163
223
|
keywords: ['new-feature/24', 'newfeature24', 'object', 'icon-object'],
|
|
164
224
|
componentName: 'NewFeature24Icon',
|
|
165
|
-
package: '@atlaskit/icon-object/glyph/new-feature/24'
|
|
225
|
+
package: '@atlaskit/icon-object/glyph/new-feature/24',
|
|
226
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
227
|
+
'@atlaskit/icon-object/glyph/new-feature/24')
|
|
166
228
|
},
|
|
167
229
|
'page/24': {
|
|
168
230
|
keywords: ['page/24', 'page24', 'object', 'icon-object'],
|
|
169
231
|
componentName: 'Page24Icon',
|
|
170
|
-
package: '@atlaskit/icon-object/glyph/page/24'
|
|
232
|
+
package: '@atlaskit/icon-object/glyph/page/24',
|
|
233
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
234
|
+
'@atlaskit/icon-object/glyph/page/24')
|
|
171
235
|
},
|
|
172
236
|
'problem/24': {
|
|
173
237
|
keywords: ['problem/24', 'problem24', 'object', 'icon-object'],
|
|
174
238
|
componentName: 'Problem24Icon',
|
|
175
|
-
package: '@atlaskit/icon-object/glyph/problem/24'
|
|
239
|
+
package: '@atlaskit/icon-object/glyph/problem/24',
|
|
240
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
241
|
+
'@atlaskit/icon-object/glyph/problem/24')
|
|
176
242
|
},
|
|
177
243
|
'pull-request/24': {
|
|
178
244
|
keywords: ['pull-request/24', 'pullrequest24', 'object', 'icon-object'],
|
|
179
245
|
componentName: 'PullRequest24Icon',
|
|
180
|
-
package: '@atlaskit/icon-object/glyph/pull-request/24'
|
|
246
|
+
package: '@atlaskit/icon-object/glyph/pull-request/24',
|
|
247
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
248
|
+
'@atlaskit/icon-object/glyph/pull-request/24')
|
|
181
249
|
},
|
|
182
250
|
'question/24': {
|
|
183
251
|
keywords: ['question/24', 'question24', 'object', 'icon-object'],
|
|
184
252
|
componentName: 'Question24Icon',
|
|
185
|
-
package: '@atlaskit/icon-object/glyph/question/24'
|
|
253
|
+
package: '@atlaskit/icon-object/glyph/question/24',
|
|
254
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
255
|
+
'@atlaskit/icon-object/glyph/question/24')
|
|
186
256
|
},
|
|
187
257
|
'story/24': {
|
|
188
258
|
keywords: ['story/24', 'story24', 'object', 'icon-object'],
|
|
189
259
|
componentName: 'Story24Icon',
|
|
190
|
-
package: '@atlaskit/icon-object/glyph/story/24'
|
|
260
|
+
package: '@atlaskit/icon-object/glyph/story/24',
|
|
261
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
262
|
+
'@atlaskit/icon-object/glyph/story/24')
|
|
191
263
|
},
|
|
192
264
|
'subtask/24': {
|
|
193
265
|
keywords: ['subtask/24', 'subtask24', 'object', 'icon-object'],
|
|
194
266
|
componentName: 'Subtask24Icon',
|
|
195
|
-
package: '@atlaskit/icon-object/glyph/subtask/24'
|
|
267
|
+
package: '@atlaskit/icon-object/glyph/subtask/24',
|
|
268
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
269
|
+
'@atlaskit/icon-object/glyph/subtask/24')
|
|
196
270
|
},
|
|
197
271
|
'task/24': {
|
|
198
272
|
keywords: ['task/24', 'task24', 'object', 'icon-object'],
|
|
199
273
|
componentName: 'Task24Icon',
|
|
200
|
-
package: '@atlaskit/icon-object/glyph/task/24'
|
|
274
|
+
package: '@atlaskit/icon-object/glyph/task/24',
|
|
275
|
+
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
276
|
+
'@atlaskit/icon-object/glyph/task/24')
|
|
201
277
|
}
|
|
202
278
|
};
|
|
279
|
+
const metaData = Object.fromEntries(Object.entries(metaDataWithPackageLoader).map(([key, {
|
|
280
|
+
packageLoader,
|
|
281
|
+
...rest
|
|
282
|
+
}]) => [key, rest]));
|
|
203
283
|
export default metaData;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
export { default } from '../metadata';
|
|
1
|
+
export { default } from '../metadata';
|
|
2
|
+
export { metaDataWithPackageLoader } from '../metadata';
|