@atlaskit/icon-object 7.3.0 → 7.3.2

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
+ ## 7.3.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [`f0d92beae2f40`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f0d92beae2f40) -
8
+ Removes utility icons entrypoints from the '@atlaskit/icon' package. Migrates related packages to
9
+ update their imports.
10
+ - Updated dependencies
11
+
12
+ ## 7.3.1
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies
17
+
3
18
  ## 7.3.0
4
19
 
5
20
  ### Minor Changes
@@ -93,7 +108,6 @@
93
108
  This release updates icons in `@atlaskit/icon-object`.
94
109
 
95
110
  Updated: **`@atlaskit/icon-object`**
96
-
97
111
  - PageLiveDoc16Icon
98
112
  - PageLiveDoc24Icon
99
113
 
@@ -147,7 +161,6 @@
147
161
  [ux] This release adds icons in `@atlaskit/icon-object`.
148
162
 
149
163
  **`@atlaskit/icon-object`**
150
-
151
164
  - LiveDoc16Icon
152
165
  - LiveDoc24Icon
153
166
 
@@ -572,7 +585,6 @@
572
585
  - [patch][fd5292fd5a](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd5292fd5a):
573
586
 
574
587
  Corrects accessibility behavior for wrapping span. It now will now:
575
-
576
588
  - conditionally set the `aria-label` if `label` is defined
577
589
  - conditionally set the `role` to either `img` if `label` is defined, or `presentation` if it is
578
590
  not defined- Updated dependencies
@@ -594,7 +606,6 @@
594
606
 
595
607
  Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
596
608
  [6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
597
-
598
609
  - @atlaskit/docs@8.3.2
599
610
  - @atlaskit/button@13.3.7
600
611
  - @atlaskit/modal-dialog@10.5.2
@@ -610,7 +621,6 @@
610
621
 
611
622
  Fix main/module fields in package.json pointing to the wrong place- Updated dependencies
612
623
  [ccbd1b390b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ccbd1b390b):
613
-
614
624
  - @atlaskit/build-utils@2.6.0
615
625
 
616
626
  ## 5.0.0
@@ -688,7 +698,6 @@
688
698
  ## 4.0.2
689
699
 
690
700
  - [patch][b0ef06c685](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b0ef06c685):
691
-
692
701
  - This is just a safety release in case anything strange happened in in the previous one. See Pull
693
702
  Request #5942 for details
694
703
 
@@ -701,7 +710,6 @@
701
710
  ## 4.0.0
702
711
 
703
712
  - [major][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
704
-
705
713
  - Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use
706
714
  this package, please ensure you use at least this version of react and react-dom.
707
715
 
@@ -730,7 +738,6 @@
730
738
  ## 3.0.6
731
739
 
732
740
  - [patch][98e11001ff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/98e11001ff):
733
-
734
741
  - Removes duplicate babel-runtime dependency
735
742
 
736
743
  ## 3.0.5
@@ -758,7 +765,6 @@
758
765
  ## 3.0.3
759
766
 
760
767
  - [patch][1d1f6d1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1d1f6d1):
761
-
762
768
  - Make icon glyphs not import metadata
763
769
 
764
770
  ## 3.0.2
@@ -784,7 +790,6 @@
784
790
  ## 3.0.0
785
791
 
786
792
  - [major][ab9b69c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ab9b69c):
787
-
788
793
  - Remove onClick props as icon is only a presentational placeholder. Please wrap icon into a
789
794
  Button or a Link component.
790
795
 
@@ -801,7 +806,6 @@
801
806
  ## 2.0.0
802
807
 
803
808
  - [patch][29b160f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/29b160f):
804
-
805
809
  - Simplify the icons build process
806
810
 
807
811
  Icons no longer need a custom `build` step to be accurate on npm. This has come about by renaming
@@ -811,7 +815,6 @@
811
815
  - [major][80304f0](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/80304f0):
812
816
 
813
817
  **NOTE** Unless you are using the `iconsInfo` export, this change is not breaking.
814
-
815
818
  - Rename `iconsInfo` to `metadata` to more accurately reflect its role
816
819
 
817
820
  This change comes with rethinking what is exported from this object, which no longer includes
@@ -1,9 +1,9 @@
1
1
  {
2
- "extends": "../../../../tsconfig.entry-points.adminhub.json",
2
+ "extends": "../../../../tsconfig.entry-points.products.json",
3
3
  "compilerOptions": {
4
4
  "declaration": true,
5
5
  "target": "es5",
6
- "outDir": "../../../../../adminhub/tsDist/@atlaskit__icon-object/app",
6
+ "outDir": "../../../../../tsDist/@atlaskit__icon-object/app",
7
7
  "rootDir": "../",
8
8
  "composite": true
9
9
  },
@@ -24,16 +24,16 @@
24
24
  ],
25
25
  "references": [
26
26
  {
27
- "path": "../../icon/afm-adminhub/tsconfig.json"
27
+ "path": "../../icon/afm-products/tsconfig.json"
28
28
  },
29
29
  {
30
- "path": "../../icon-lab/afm-adminhub/tsconfig.json"
30
+ "path": "../../icon-lab/afm-products/tsconfig.json"
31
31
  },
32
32
  {
33
- "path": "../../object/afm-adminhub/tsconfig.json"
33
+ "path": "../../object/afm-products/tsconfig.json"
34
34
  },
35
35
  {
36
- "path": "../../../platform/feature-flags/afm-adminhub/tsconfig.json"
36
+ "path": "../../../platform/feature-flags/afm-products/tsconfig.json"
37
37
  }
38
38
  ]
39
39
  }
package/build/index.tsx CHANGED
@@ -42,10 +42,7 @@ tidy(config16)
42
42
  .then(() => Promise.all([build(config16), build(config24)]))
43
43
  .then(([sixteen, twentyfour]) => {
44
44
  const allIcons = [...sixteen, ...twentyfour];
45
- const iconDocs = createIconDocs(allIcons, '@atlaskit/icon-object', {}, [
46
- 'object',
47
- 'icon-object',
48
- ]);
45
+ const iconDocs = createIconDocs(allIcons, './artifacts', {}, ['object', 'icon-object']);
49
46
 
50
47
  console.log('@atlaskit-icon-object built');
51
48
 
@@ -15,7 +15,7 @@ function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r
15
15
  *
16
16
  * To change the format of this file, modify `createIconDocs` in icon-build-process/src/create-icon-docs.tsx.
17
17
  *
18
- * @codegen <<SignedSource::08d4fd29a2b98c85502e2889d7fc1d98>>
18
+ * @codegen <<SignedSource::e19dd7c8ce4cafa5a731b96f9815dc96>>
19
19
  * @codegenCommand yarn build:icon-glyphs
20
20
  */
21
21
  /* eslint-disable import/no-extraneous-dependencies -- This import is within the same package, hence self-referential. */
@@ -24,7 +24,7 @@ var metaDataWithPackageLoader = exports.metaDataWithPackageLoader = {
24
24
  'blog/16': {
25
25
  keywords: ['blog/16', 'blog16', 'object', 'icon-object'],
26
26
  componentName: 'Blog16Icon',
27
- package: '@atlaskit/icon-object/glyph/blog/16',
27
+ package: './artifacts/glyph/blog/16',
28
28
  packageLoader: function packageLoader() {
29
29
  return Promise.resolve().then(function () {
30
30
  return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_icon" */
@@ -35,7 +35,7 @@ var metaDataWithPackageLoader = exports.metaDataWithPackageLoader = {
35
35
  'branch/16': {
36
36
  keywords: ['branch/16', 'branch16', 'object', 'icon-object'],
37
37
  componentName: 'Branch16Icon',
38
- package: '@atlaskit/icon-object/glyph/branch/16',
38
+ package: './artifacts/glyph/branch/16',
39
39
  packageLoader: function packageLoader() {
40
40
  return Promise.resolve().then(function () {
41
41
  return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_icon" */
@@ -46,7 +46,7 @@ var metaDataWithPackageLoader = exports.metaDataWithPackageLoader = {
46
46
  'bug/16': {
47
47
  keywords: ['bug/16', 'bug16', 'object', 'icon-object'],
48
48
  componentName: 'Bug16Icon',
49
- package: '@atlaskit/icon-object/glyph/bug/16',
49
+ package: './artifacts/glyph/bug/16',
50
50
  packageLoader: function packageLoader() {
51
51
  return Promise.resolve().then(function () {
52
52
  return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_icon" */
@@ -57,7 +57,7 @@ var metaDataWithPackageLoader = exports.metaDataWithPackageLoader = {
57
57
  'calendar/16': {
58
58
  keywords: ['calendar/16', 'calendar16', 'object', 'icon-object'],
59
59
  componentName: 'Calendar16Icon',
60
- package: '@atlaskit/icon-object/glyph/calendar/16',
60
+ package: './artifacts/glyph/calendar/16',
61
61
  packageLoader: function packageLoader() {
62
62
  return Promise.resolve().then(function () {
63
63
  return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_icon" */
@@ -68,7 +68,7 @@ var metaDataWithPackageLoader = exports.metaDataWithPackageLoader = {
68
68
  'changes/16': {
69
69
  keywords: ['changes/16', 'changes16', 'object', 'icon-object'],
70
70
  componentName: 'Changes16Icon',
71
- package: '@atlaskit/icon-object/glyph/changes/16',
71
+ package: './artifacts/glyph/changes/16',
72
72
  packageLoader: function packageLoader() {
73
73
  return Promise.resolve().then(function () {
74
74
  return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_icon" */
@@ -79,7 +79,7 @@ var metaDataWithPackageLoader = exports.metaDataWithPackageLoader = {
79
79
  'code/16': {
80
80
  keywords: ['code/16', 'code16', 'object', 'icon-object'],
81
81
  componentName: 'Code16Icon',
82
- package: '@atlaskit/icon-object/glyph/code/16',
82
+ package: './artifacts/glyph/code/16',
83
83
  packageLoader: function packageLoader() {
84
84
  return Promise.resolve().then(function () {
85
85
  return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_icon" */
@@ -90,7 +90,7 @@ var metaDataWithPackageLoader = exports.metaDataWithPackageLoader = {
90
90
  'commit/16': {
91
91
  keywords: ['commit/16', 'commit16', 'object', 'icon-object'],
92
92
  componentName: 'Commit16Icon',
93
- package: '@atlaskit/icon-object/glyph/commit/16',
93
+ package: './artifacts/glyph/commit/16',
94
94
  packageLoader: function packageLoader() {
95
95
  return Promise.resolve().then(function () {
96
96
  return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_icon" */
@@ -101,7 +101,7 @@ var metaDataWithPackageLoader = exports.metaDataWithPackageLoader = {
101
101
  'epic/16': {
102
102
  keywords: ['epic/16', 'epic16', 'object', 'icon-object'],
103
103
  componentName: 'Epic16Icon',
104
- package: '@atlaskit/icon-object/glyph/epic/16',
104
+ package: './artifacts/glyph/epic/16',
105
105
  packageLoader: function packageLoader() {
106
106
  return Promise.resolve().then(function () {
107
107
  return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_icon" */
@@ -112,7 +112,7 @@ var metaDataWithPackageLoader = exports.metaDataWithPackageLoader = {
112
112
  'improvement/16': {
113
113
  keywords: ['improvement/16', 'improvement16', 'object', 'icon-object'],
114
114
  componentName: 'Improvement16Icon',
115
- package: '@atlaskit/icon-object/glyph/improvement/16',
115
+ package: './artifacts/glyph/improvement/16',
116
116
  packageLoader: function packageLoader() {
117
117
  return Promise.resolve().then(function () {
118
118
  return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_icon" */
@@ -123,7 +123,7 @@ var metaDataWithPackageLoader = exports.metaDataWithPackageLoader = {
123
123
  'incident/16': {
124
124
  keywords: ['incident/16', 'incident16', 'object', 'icon-object'],
125
125
  componentName: 'Incident16Icon',
126
- package: '@atlaskit/icon-object/glyph/incident/16',
126
+ package: './artifacts/glyph/incident/16',
127
127
  packageLoader: function packageLoader() {
128
128
  return Promise.resolve().then(function () {
129
129
  return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_icon" */
@@ -134,7 +134,7 @@ var metaDataWithPackageLoader = exports.metaDataWithPackageLoader = {
134
134
  'issue/16': {
135
135
  keywords: ['issue/16', 'issue16', 'object', 'icon-object'],
136
136
  componentName: 'Issue16Icon',
137
- package: '@atlaskit/icon-object/glyph/issue/16',
137
+ package: './artifacts/glyph/issue/16',
138
138
  packageLoader: function packageLoader() {
139
139
  return Promise.resolve().then(function () {
140
140
  return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_icon" */
@@ -145,7 +145,7 @@ var metaDataWithPackageLoader = exports.metaDataWithPackageLoader = {
145
145
  'new-feature/16': {
146
146
  keywords: ['new-feature/16', 'newfeature16', 'object', 'icon-object'],
147
147
  componentName: 'NewFeature16Icon',
148
- package: '@atlaskit/icon-object/glyph/new-feature/16',
148
+ package: './artifacts/glyph/new-feature/16',
149
149
  packageLoader: function packageLoader() {
150
150
  return Promise.resolve().then(function () {
151
151
  return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_icon" */
@@ -156,7 +156,7 @@ var metaDataWithPackageLoader = exports.metaDataWithPackageLoader = {
156
156
  'page-live-doc/16': {
157
157
  keywords: ['page-live-doc/16', 'pagelivedoc16', 'object', 'icon-object'],
158
158
  componentName: 'PageLiveDoc16Icon',
159
- package: '@atlaskit/icon-object/glyph/page-live-doc/16',
159
+ package: './artifacts/glyph/page-live-doc/16',
160
160
  packageLoader: function packageLoader() {
161
161
  return Promise.resolve().then(function () {
162
162
  return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_icon" */
@@ -167,7 +167,7 @@ var metaDataWithPackageLoader = exports.metaDataWithPackageLoader = {
167
167
  'page/16': {
168
168
  keywords: ['page/16', 'page16', 'object', 'icon-object'],
169
169
  componentName: 'Page16Icon',
170
- package: '@atlaskit/icon-object/glyph/page/16',
170
+ package: './artifacts/glyph/page/16',
171
171
  packageLoader: function packageLoader() {
172
172
  return Promise.resolve().then(function () {
173
173
  return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_icon" */
@@ -178,7 +178,7 @@ var metaDataWithPackageLoader = exports.metaDataWithPackageLoader = {
178
178
  'problem/16': {
179
179
  keywords: ['problem/16', 'problem16', 'object', 'icon-object'],
180
180
  componentName: 'Problem16Icon',
181
- package: '@atlaskit/icon-object/glyph/problem/16',
181
+ package: './artifacts/glyph/problem/16',
182
182
  packageLoader: function packageLoader() {
183
183
  return Promise.resolve().then(function () {
184
184
  return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_icon" */
@@ -189,7 +189,7 @@ var metaDataWithPackageLoader = exports.metaDataWithPackageLoader = {
189
189
  'pull-request/16': {
190
190
  keywords: ['pull-request/16', 'pullrequest16', 'object', 'icon-object'],
191
191
  componentName: 'PullRequest16Icon',
192
- package: '@atlaskit/icon-object/glyph/pull-request/16',
192
+ package: './artifacts/glyph/pull-request/16',
193
193
  packageLoader: function packageLoader() {
194
194
  return Promise.resolve().then(function () {
195
195
  return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_icon" */
@@ -200,7 +200,7 @@ var metaDataWithPackageLoader = exports.metaDataWithPackageLoader = {
200
200
  'question/16': {
201
201
  keywords: ['question/16', 'question16', 'object', 'icon-object'],
202
202
  componentName: 'Question16Icon',
203
- package: '@atlaskit/icon-object/glyph/question/16',
203
+ package: './artifacts/glyph/question/16',
204
204
  packageLoader: function packageLoader() {
205
205
  return Promise.resolve().then(function () {
206
206
  return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_icon" */
@@ -211,7 +211,7 @@ var metaDataWithPackageLoader = exports.metaDataWithPackageLoader = {
211
211
  'story/16': {
212
212
  keywords: ['story/16', 'story16', 'object', 'icon-object'],
213
213
  componentName: 'Story16Icon',
214
- package: '@atlaskit/icon-object/glyph/story/16',
214
+ package: './artifacts/glyph/story/16',
215
215
  packageLoader: function packageLoader() {
216
216
  return Promise.resolve().then(function () {
217
217
  return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_icon" */
@@ -222,7 +222,7 @@ var metaDataWithPackageLoader = exports.metaDataWithPackageLoader = {
222
222
  'subtask/16': {
223
223
  keywords: ['subtask/16', 'subtask16', 'object', 'icon-object'],
224
224
  componentName: 'Subtask16Icon',
225
- package: '@atlaskit/icon-object/glyph/subtask/16',
225
+ package: './artifacts/glyph/subtask/16',
226
226
  packageLoader: function packageLoader() {
227
227
  return Promise.resolve().then(function () {
228
228
  return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_icon" */
@@ -233,7 +233,7 @@ var metaDataWithPackageLoader = exports.metaDataWithPackageLoader = {
233
233
  'task/16': {
234
234
  keywords: ['task/16', 'task16', 'object', 'icon-object'],
235
235
  componentName: 'Task16Icon',
236
- package: '@atlaskit/icon-object/glyph/task/16',
236
+ package: './artifacts/glyph/task/16',
237
237
  packageLoader: function packageLoader() {
238
238
  return Promise.resolve().then(function () {
239
239
  return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_icon" */
@@ -244,7 +244,7 @@ var metaDataWithPackageLoader = exports.metaDataWithPackageLoader = {
244
244
  'blog/24': {
245
245
  keywords: ['blog/24', 'blog24', 'object', 'icon-object'],
246
246
  componentName: 'Blog24Icon',
247
- package: '@atlaskit/icon-object/glyph/blog/24',
247
+ package: './artifacts/glyph/blog/24',
248
248
  packageLoader: function packageLoader() {
249
249
  return Promise.resolve().then(function () {
250
250
  return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_icon" */
@@ -255,7 +255,7 @@ var metaDataWithPackageLoader = exports.metaDataWithPackageLoader = {
255
255
  'branch/24': {
256
256
  keywords: ['branch/24', 'branch24', 'object', 'icon-object'],
257
257
  componentName: 'Branch24Icon',
258
- package: '@atlaskit/icon-object/glyph/branch/24',
258
+ package: './artifacts/glyph/branch/24',
259
259
  packageLoader: function packageLoader() {
260
260
  return Promise.resolve().then(function () {
261
261
  return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_icon" */
@@ -266,7 +266,7 @@ var metaDataWithPackageLoader = exports.metaDataWithPackageLoader = {
266
266
  'bug/24': {
267
267
  keywords: ['bug/24', 'bug24', 'object', 'icon-object'],
268
268
  componentName: 'Bug24Icon',
269
- package: '@atlaskit/icon-object/glyph/bug/24',
269
+ package: './artifacts/glyph/bug/24',
270
270
  packageLoader: function packageLoader() {
271
271
  return Promise.resolve().then(function () {
272
272
  return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_icon" */
@@ -277,7 +277,7 @@ var metaDataWithPackageLoader = exports.metaDataWithPackageLoader = {
277
277
  'calendar/24': {
278
278
  keywords: ['calendar/24', 'calendar24', 'object', 'icon-object'],
279
279
  componentName: 'Calendar24Icon',
280
- package: '@atlaskit/icon-object/glyph/calendar/24',
280
+ package: './artifacts/glyph/calendar/24',
281
281
  packageLoader: function packageLoader() {
282
282
  return Promise.resolve().then(function () {
283
283
  return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_icon" */
@@ -288,7 +288,7 @@ var metaDataWithPackageLoader = exports.metaDataWithPackageLoader = {
288
288
  'changes/24': {
289
289
  keywords: ['changes/24', 'changes24', 'object', 'icon-object'],
290
290
  componentName: 'Changes24Icon',
291
- package: '@atlaskit/icon-object/glyph/changes/24',
291
+ package: './artifacts/glyph/changes/24',
292
292
  packageLoader: function packageLoader() {
293
293
  return Promise.resolve().then(function () {
294
294
  return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_icon" */
@@ -299,7 +299,7 @@ var metaDataWithPackageLoader = exports.metaDataWithPackageLoader = {
299
299
  'code/24': {
300
300
  keywords: ['code/24', 'code24', 'object', 'icon-object'],
301
301
  componentName: 'Code24Icon',
302
- package: '@atlaskit/icon-object/glyph/code/24',
302
+ package: './artifacts/glyph/code/24',
303
303
  packageLoader: function packageLoader() {
304
304
  return Promise.resolve().then(function () {
305
305
  return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_icon" */
@@ -310,7 +310,7 @@ var metaDataWithPackageLoader = exports.metaDataWithPackageLoader = {
310
310
  'commit/24': {
311
311
  keywords: ['commit/24', 'commit24', 'object', 'icon-object'],
312
312
  componentName: 'Commit24Icon',
313
- package: '@atlaskit/icon-object/glyph/commit/24',
313
+ package: './artifacts/glyph/commit/24',
314
314
  packageLoader: function packageLoader() {
315
315
  return Promise.resolve().then(function () {
316
316
  return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_icon" */
@@ -321,7 +321,7 @@ var metaDataWithPackageLoader = exports.metaDataWithPackageLoader = {
321
321
  'epic/24': {
322
322
  keywords: ['epic/24', 'epic24', 'object', 'icon-object'],
323
323
  componentName: 'Epic24Icon',
324
- package: '@atlaskit/icon-object/glyph/epic/24',
324
+ package: './artifacts/glyph/epic/24',
325
325
  packageLoader: function packageLoader() {
326
326
  return Promise.resolve().then(function () {
327
327
  return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_icon" */
@@ -332,7 +332,7 @@ var metaDataWithPackageLoader = exports.metaDataWithPackageLoader = {
332
332
  'improvement/24': {
333
333
  keywords: ['improvement/24', 'improvement24', 'object', 'icon-object'],
334
334
  componentName: 'Improvement24Icon',
335
- package: '@atlaskit/icon-object/glyph/improvement/24',
335
+ package: './artifacts/glyph/improvement/24',
336
336
  packageLoader: function packageLoader() {
337
337
  return Promise.resolve().then(function () {
338
338
  return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_icon" */
@@ -343,7 +343,7 @@ var metaDataWithPackageLoader = exports.metaDataWithPackageLoader = {
343
343
  'incident/24': {
344
344
  keywords: ['incident/24', 'incident24', 'object', 'icon-object'],
345
345
  componentName: 'Incident24Icon',
346
- package: '@atlaskit/icon-object/glyph/incident/24',
346
+ package: './artifacts/glyph/incident/24',
347
347
  packageLoader: function packageLoader() {
348
348
  return Promise.resolve().then(function () {
349
349
  return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_icon" */
@@ -354,7 +354,7 @@ var metaDataWithPackageLoader = exports.metaDataWithPackageLoader = {
354
354
  'issue/24': {
355
355
  keywords: ['issue/24', 'issue24', 'object', 'icon-object'],
356
356
  componentName: 'Issue24Icon',
357
- package: '@atlaskit/icon-object/glyph/issue/24',
357
+ package: './artifacts/glyph/issue/24',
358
358
  packageLoader: function packageLoader() {
359
359
  return Promise.resolve().then(function () {
360
360
  return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_icon" */
@@ -365,7 +365,7 @@ var metaDataWithPackageLoader = exports.metaDataWithPackageLoader = {
365
365
  'new-feature/24': {
366
366
  keywords: ['new-feature/24', 'newfeature24', 'object', 'icon-object'],
367
367
  componentName: 'NewFeature24Icon',
368
- package: '@atlaskit/icon-object/glyph/new-feature/24',
368
+ package: './artifacts/glyph/new-feature/24',
369
369
  packageLoader: function packageLoader() {
370
370
  return Promise.resolve().then(function () {
371
371
  return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_icon" */
@@ -376,7 +376,7 @@ var metaDataWithPackageLoader = exports.metaDataWithPackageLoader = {
376
376
  'page-live-doc/24': {
377
377
  keywords: ['page-live-doc/24', 'pagelivedoc24', 'object', 'icon-object'],
378
378
  componentName: 'PageLiveDoc24Icon',
379
- package: '@atlaskit/icon-object/glyph/page-live-doc/24',
379
+ package: './artifacts/glyph/page-live-doc/24',
380
380
  packageLoader: function packageLoader() {
381
381
  return Promise.resolve().then(function () {
382
382
  return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_icon" */
@@ -387,7 +387,7 @@ var metaDataWithPackageLoader = exports.metaDataWithPackageLoader = {
387
387
  'page/24': {
388
388
  keywords: ['page/24', 'page24', 'object', 'icon-object'],
389
389
  componentName: 'Page24Icon',
390
- package: '@atlaskit/icon-object/glyph/page/24',
390
+ package: './artifacts/glyph/page/24',
391
391
  packageLoader: function packageLoader() {
392
392
  return Promise.resolve().then(function () {
393
393
  return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_icon" */
@@ -398,7 +398,7 @@ var metaDataWithPackageLoader = exports.metaDataWithPackageLoader = {
398
398
  'problem/24': {
399
399
  keywords: ['problem/24', 'problem24', 'object', 'icon-object'],
400
400
  componentName: 'Problem24Icon',
401
- package: '@atlaskit/icon-object/glyph/problem/24',
401
+ package: './artifacts/glyph/problem/24',
402
402
  packageLoader: function packageLoader() {
403
403
  return Promise.resolve().then(function () {
404
404
  return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_icon" */
@@ -409,7 +409,7 @@ var metaDataWithPackageLoader = exports.metaDataWithPackageLoader = {
409
409
  'pull-request/24': {
410
410
  keywords: ['pull-request/24', 'pullrequest24', 'object', 'icon-object'],
411
411
  componentName: 'PullRequest24Icon',
412
- package: '@atlaskit/icon-object/glyph/pull-request/24',
412
+ package: './artifacts/glyph/pull-request/24',
413
413
  packageLoader: function packageLoader() {
414
414
  return Promise.resolve().then(function () {
415
415
  return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_icon" */
@@ -420,7 +420,7 @@ var metaDataWithPackageLoader = exports.metaDataWithPackageLoader = {
420
420
  'question/24': {
421
421
  keywords: ['question/24', 'question24', 'object', 'icon-object'],
422
422
  componentName: 'Question24Icon',
423
- package: '@atlaskit/icon-object/glyph/question/24',
423
+ package: './artifacts/glyph/question/24',
424
424
  packageLoader: function packageLoader() {
425
425
  return Promise.resolve().then(function () {
426
426
  return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_icon" */
@@ -431,7 +431,7 @@ var metaDataWithPackageLoader = exports.metaDataWithPackageLoader = {
431
431
  'story/24': {
432
432
  keywords: ['story/24', 'story24', 'object', 'icon-object'],
433
433
  componentName: 'Story24Icon',
434
- package: '@atlaskit/icon-object/glyph/story/24',
434
+ package: './artifacts/glyph/story/24',
435
435
  packageLoader: function packageLoader() {
436
436
  return Promise.resolve().then(function () {
437
437
  return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_icon" */
@@ -442,7 +442,7 @@ var metaDataWithPackageLoader = exports.metaDataWithPackageLoader = {
442
442
  'subtask/24': {
443
443
  keywords: ['subtask/24', 'subtask24', 'object', 'icon-object'],
444
444
  componentName: 'Subtask24Icon',
445
- package: '@atlaskit/icon-object/glyph/subtask/24',
445
+ package: './artifacts/glyph/subtask/24',
446
446
  packageLoader: function packageLoader() {
447
447
  return Promise.resolve().then(function () {
448
448
  return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_icon" */
@@ -453,7 +453,7 @@ var metaDataWithPackageLoader = exports.metaDataWithPackageLoader = {
453
453
  'task/24': {
454
454
  keywords: ['task/24', 'task24', 'object', 'icon-object'],
455
455
  componentName: 'Task24Icon',
456
- package: '@atlaskit/icon-object/glyph/task/24',
456
+ package: './artifacts/glyph/task/24',
457
457
  packageLoader: function packageLoader() {
458
458
  return Promise.resolve().then(function () {
459
459
  return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_icon" */