@atlaskit/icon-object 6.7.0 → 6.8.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 (500) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/__perf__/default.tsx +1 -1
  3. package/afm-cc/tsconfig.json +4 -2
  4. package/afm-jira/tsconfig.json +23 -23
  5. package/afm-post-office/tsconfig.json +23 -23
  6. package/build/index.tsx +30 -4
  7. package/build/utils.tsx +132 -0
  8. package/constellation/index/icon-explorer.mdx +2 -2
  9. package/dist/cjs/artifacts/glyph/blog/16.js +49 -0
  10. package/dist/cjs/artifacts/glyph/blog/24.js +49 -0
  11. package/dist/cjs/artifacts/glyph/branch/16.js +49 -0
  12. package/dist/cjs/artifacts/glyph/branch/24.js +49 -0
  13. package/dist/cjs/artifacts/glyph/bug/16.js +49 -0
  14. package/dist/cjs/artifacts/glyph/bug/24.js +49 -0
  15. package/dist/cjs/artifacts/glyph/calendar/16.js +49 -0
  16. package/dist/cjs/artifacts/glyph/calendar/24.js +49 -0
  17. package/dist/cjs/artifacts/glyph/changes/16.js +49 -0
  18. package/dist/cjs/artifacts/glyph/changes/24.js +49 -0
  19. package/dist/cjs/artifacts/glyph/code/16.js +49 -0
  20. package/dist/cjs/artifacts/glyph/code/24.js +49 -0
  21. package/dist/cjs/artifacts/glyph/commit/16.js +49 -0
  22. package/dist/cjs/artifacts/glyph/commit/24.js +49 -0
  23. package/dist/cjs/artifacts/glyph/epic/16.js +49 -0
  24. package/dist/cjs/artifacts/glyph/epic/24.js +49 -0
  25. package/dist/cjs/artifacts/glyph/improvement/16.js +49 -0
  26. package/dist/cjs/artifacts/glyph/improvement/24.js +49 -0
  27. package/dist/cjs/artifacts/glyph/incident/16.js +49 -0
  28. package/dist/cjs/artifacts/glyph/incident/24.js +49 -0
  29. package/dist/cjs/artifacts/glyph/issue/16.js +49 -0
  30. package/dist/cjs/artifacts/glyph/issue/24.js +49 -0
  31. package/dist/cjs/artifacts/glyph/new-feature/16.js +49 -0
  32. package/dist/cjs/artifacts/glyph/new-feature/24.js +49 -0
  33. package/dist/cjs/artifacts/glyph/page/16.js +49 -0
  34. package/dist/cjs/artifacts/glyph/page/24.js +49 -0
  35. package/dist/cjs/artifacts/glyph/problem/16.js +49 -0
  36. package/dist/cjs/artifacts/glyph/problem/24.js +49 -0
  37. package/dist/cjs/artifacts/glyph/pull-request/16.js +49 -0
  38. package/dist/cjs/artifacts/glyph/pull-request/24.js +49 -0
  39. package/dist/cjs/artifacts/glyph/question/16.js +49 -0
  40. package/dist/cjs/artifacts/glyph/question/24.js +49 -0
  41. package/dist/cjs/artifacts/glyph/story/16.js +49 -0
  42. package/dist/cjs/artifacts/glyph/story/24.js +49 -0
  43. package/dist/cjs/artifacts/glyph/subtask/16.js +49 -0
  44. package/dist/cjs/artifacts/glyph/subtask/24.js +49 -0
  45. package/dist/cjs/artifacts/glyph/task/16.js +49 -0
  46. package/dist/cjs/artifacts/glyph/task/24.js +49 -0
  47. package/dist/cjs/artifacts/glyph-legacy/blog/16.js +28 -0
  48. package/dist/cjs/artifacts/glyph-legacy/blog/24.js +28 -0
  49. package/dist/cjs/artifacts/glyph-legacy/branch/16.js +28 -0
  50. package/dist/cjs/artifacts/glyph-legacy/branch/24.js +28 -0
  51. package/dist/cjs/artifacts/glyph-legacy/bug/16.js +28 -0
  52. package/dist/cjs/artifacts/glyph-legacy/bug/24.js +28 -0
  53. package/dist/cjs/artifacts/glyph-legacy/calendar/16.js +28 -0
  54. package/dist/cjs/artifacts/glyph-legacy/calendar/24.js +28 -0
  55. package/dist/cjs/artifacts/glyph-legacy/changes/16.js +28 -0
  56. package/dist/cjs/artifacts/glyph-legacy/changes/24.js +28 -0
  57. package/dist/cjs/artifacts/glyph-legacy/code/16.js +28 -0
  58. package/dist/cjs/artifacts/glyph-legacy/code/24.js +28 -0
  59. package/dist/cjs/artifacts/glyph-legacy/commit/16.js +28 -0
  60. package/dist/cjs/artifacts/glyph-legacy/commit/24.js +28 -0
  61. package/dist/cjs/artifacts/glyph-legacy/epic/16.js +28 -0
  62. package/dist/cjs/artifacts/glyph-legacy/epic/24.js +28 -0
  63. package/dist/cjs/artifacts/glyph-legacy/improvement/16.js +28 -0
  64. package/dist/cjs/artifacts/glyph-legacy/improvement/24.js +28 -0
  65. package/dist/cjs/artifacts/glyph-legacy/incident/16.js +28 -0
  66. package/dist/cjs/artifacts/glyph-legacy/incident/24.js +28 -0
  67. package/dist/cjs/artifacts/glyph-legacy/issue/16.js +28 -0
  68. package/dist/cjs/artifacts/glyph-legacy/issue/24.js +28 -0
  69. package/dist/cjs/artifacts/glyph-legacy/new-feature/16.js +28 -0
  70. package/dist/cjs/artifacts/glyph-legacy/new-feature/24.js +28 -0
  71. package/dist/cjs/artifacts/glyph-legacy/page/16.js +28 -0
  72. package/dist/cjs/artifacts/glyph-legacy/page/24.js +28 -0
  73. package/dist/cjs/artifacts/glyph-legacy/problem/16.js +28 -0
  74. package/dist/cjs/artifacts/glyph-legacy/problem/24.js +28 -0
  75. package/dist/cjs/artifacts/glyph-legacy/pull-request/16.js +28 -0
  76. package/dist/cjs/artifacts/glyph-legacy/pull-request/24.js +28 -0
  77. package/dist/cjs/artifacts/glyph-legacy/question/16.js +28 -0
  78. package/dist/cjs/artifacts/glyph-legacy/question/24.js +28 -0
  79. package/dist/cjs/artifacts/glyph-legacy/story/16.js +28 -0
  80. package/dist/cjs/artifacts/glyph-legacy/story/24.js +28 -0
  81. package/dist/cjs/artifacts/glyph-legacy/subtask/16.js +28 -0
  82. package/dist/cjs/artifacts/glyph-legacy/subtask/24.js +28 -0
  83. package/dist/cjs/artifacts/glyph-legacy/task/16.js +28 -0
  84. package/dist/cjs/artifacts/glyph-legacy/task/24.js +28 -0
  85. package/dist/cjs/metadata.js +38 -38
  86. package/dist/es2019/artifacts/glyph/blog/16.js +43 -0
  87. package/dist/es2019/artifacts/glyph/blog/24.js +43 -0
  88. package/dist/es2019/artifacts/glyph/branch/16.js +43 -0
  89. package/dist/es2019/artifacts/glyph/branch/24.js +43 -0
  90. package/dist/es2019/artifacts/glyph/bug/16.js +43 -0
  91. package/dist/es2019/artifacts/glyph/bug/24.js +43 -0
  92. package/dist/es2019/artifacts/glyph/calendar/16.js +43 -0
  93. package/dist/es2019/artifacts/glyph/calendar/24.js +43 -0
  94. package/dist/es2019/artifacts/glyph/changes/16.js +43 -0
  95. package/dist/es2019/artifacts/glyph/changes/24.js +43 -0
  96. package/dist/es2019/artifacts/glyph/code/16.js +43 -0
  97. package/dist/es2019/artifacts/glyph/code/24.js +43 -0
  98. package/dist/es2019/artifacts/glyph/commit/16.js +43 -0
  99. package/dist/es2019/artifacts/glyph/commit/24.js +43 -0
  100. package/dist/es2019/artifacts/glyph/epic/16.js +43 -0
  101. package/dist/es2019/artifacts/glyph/epic/24.js +43 -0
  102. package/dist/es2019/artifacts/glyph/improvement/16.js +43 -0
  103. package/dist/es2019/artifacts/glyph/improvement/24.js +43 -0
  104. package/dist/es2019/artifacts/glyph/incident/16.js +43 -0
  105. package/dist/es2019/artifacts/glyph/incident/24.js +43 -0
  106. package/dist/es2019/artifacts/glyph/issue/16.js +43 -0
  107. package/dist/es2019/artifacts/glyph/issue/24.js +43 -0
  108. package/dist/es2019/artifacts/glyph/new-feature/16.js +43 -0
  109. package/dist/es2019/artifacts/glyph/new-feature/24.js +43 -0
  110. package/dist/es2019/artifacts/glyph/page/16.js +43 -0
  111. package/dist/es2019/artifacts/glyph/page/24.js +43 -0
  112. package/dist/es2019/artifacts/glyph/problem/16.js +43 -0
  113. package/dist/es2019/artifacts/glyph/problem/24.js +43 -0
  114. package/dist/es2019/artifacts/glyph/pull-request/16.js +43 -0
  115. package/dist/es2019/artifacts/glyph/pull-request/24.js +43 -0
  116. package/dist/es2019/artifacts/glyph/question/16.js +43 -0
  117. package/dist/es2019/artifacts/glyph/question/24.js +43 -0
  118. package/dist/es2019/artifacts/glyph/story/16.js +43 -0
  119. package/dist/es2019/artifacts/glyph/story/24.js +43 -0
  120. package/dist/es2019/artifacts/glyph/subtask/16.js +43 -0
  121. package/dist/es2019/artifacts/glyph/subtask/24.js +43 -0
  122. package/dist/es2019/artifacts/glyph/task/16.js +43 -0
  123. package/dist/es2019/artifacts/glyph/task/24.js +43 -0
  124. package/dist/es2019/artifacts/glyph-legacy/blog/16.js +18 -0
  125. package/dist/es2019/artifacts/glyph-legacy/blog/24.js +18 -0
  126. package/dist/es2019/artifacts/glyph-legacy/branch/16.js +18 -0
  127. package/dist/es2019/artifacts/glyph-legacy/branch/24.js +18 -0
  128. package/dist/es2019/artifacts/glyph-legacy/bug/16.js +18 -0
  129. package/dist/es2019/artifacts/glyph-legacy/bug/24.js +18 -0
  130. package/dist/es2019/artifacts/glyph-legacy/calendar/16.js +18 -0
  131. package/dist/es2019/artifacts/glyph-legacy/calendar/24.js +18 -0
  132. package/dist/es2019/artifacts/glyph-legacy/changes/16.js +18 -0
  133. package/dist/es2019/artifacts/glyph-legacy/changes/24.js +18 -0
  134. package/dist/es2019/artifacts/glyph-legacy/code/16.js +18 -0
  135. package/{glyph → dist/es2019/artifacts/glyph-legacy}/code/24.js +13 -11
  136. package/dist/es2019/artifacts/glyph-legacy/commit/16.js +18 -0
  137. package/dist/es2019/artifacts/glyph-legacy/commit/24.js +18 -0
  138. package/{glyph → dist/es2019/artifacts/glyph-legacy}/epic/16.js +13 -11
  139. package/{glyph → dist/es2019/artifacts/glyph-legacy}/epic/24.js +13 -11
  140. package/dist/es2019/artifacts/glyph-legacy/improvement/16.js +18 -0
  141. package/dist/es2019/artifacts/glyph-legacy/improvement/24.js +18 -0
  142. package/dist/es2019/artifacts/glyph-legacy/incident/16.js +18 -0
  143. package/dist/es2019/artifacts/glyph-legacy/incident/24.js +18 -0
  144. package/dist/es2019/artifacts/glyph-legacy/issue/16.js +18 -0
  145. package/{glyph → dist/es2019/artifacts/glyph-legacy}/issue/24.js +13 -11
  146. package/dist/es2019/artifacts/glyph-legacy/new-feature/16.js +18 -0
  147. package/dist/es2019/artifacts/glyph-legacy/new-feature/24.js +18 -0
  148. package/dist/es2019/artifacts/glyph-legacy/page/16.js +18 -0
  149. package/{glyph → dist/es2019/artifacts/glyph-legacy}/page/24.js +13 -11
  150. package/dist/es2019/artifacts/glyph-legacy/problem/16.js +18 -0
  151. package/dist/es2019/artifacts/glyph-legacy/problem/24.js +18 -0
  152. package/dist/es2019/artifacts/glyph-legacy/pull-request/16.js +18 -0
  153. package/{glyph → dist/es2019/artifacts/glyph-legacy}/pull-request/24.js +13 -11
  154. package/dist/es2019/artifacts/glyph-legacy/question/16.js +18 -0
  155. package/{glyph → dist/es2019/artifacts/glyph-legacy}/question/24.js +13 -11
  156. package/dist/es2019/artifacts/glyph-legacy/story/16.js +18 -0
  157. package/dist/es2019/artifacts/glyph-legacy/story/24.js +18 -0
  158. package/dist/es2019/artifacts/glyph-legacy/subtask/16.js +18 -0
  159. package/dist/es2019/artifacts/glyph-legacy/subtask/24.js +18 -0
  160. package/dist/es2019/artifacts/glyph-legacy/task/16.js +18 -0
  161. package/dist/es2019/artifacts/glyph-legacy/task/24.js +18 -0
  162. package/dist/es2019/metadata.js +38 -38
  163. package/dist/esm/artifacts/glyph/blog/16.js +42 -0
  164. package/dist/esm/artifacts/glyph/blog/24.js +42 -0
  165. package/dist/esm/artifacts/glyph/branch/16.js +42 -0
  166. package/dist/esm/artifacts/glyph/branch/24.js +42 -0
  167. package/dist/esm/artifacts/glyph/bug/16.js +42 -0
  168. package/dist/esm/artifacts/glyph/bug/24.js +42 -0
  169. package/dist/esm/artifacts/glyph/calendar/16.js +42 -0
  170. package/dist/esm/artifacts/glyph/calendar/24.js +42 -0
  171. package/dist/esm/artifacts/glyph/changes/16.js +42 -0
  172. package/dist/esm/artifacts/glyph/changes/24.js +42 -0
  173. package/dist/esm/artifacts/glyph/code/16.js +42 -0
  174. package/dist/esm/artifacts/glyph/code/24.js +42 -0
  175. package/dist/esm/artifacts/glyph/commit/16.js +42 -0
  176. package/dist/esm/artifacts/glyph/commit/24.js +42 -0
  177. package/dist/esm/artifacts/glyph/epic/16.js +42 -0
  178. package/dist/esm/artifacts/glyph/epic/24.js +42 -0
  179. package/dist/esm/artifacts/glyph/improvement/16.js +42 -0
  180. package/dist/esm/artifacts/glyph/improvement/24.js +42 -0
  181. package/dist/esm/artifacts/glyph/incident/16.js +42 -0
  182. package/dist/esm/artifacts/glyph/incident/24.js +42 -0
  183. package/dist/esm/artifacts/glyph/issue/16.js +42 -0
  184. package/dist/esm/artifacts/glyph/issue/24.js +42 -0
  185. package/dist/esm/artifacts/glyph/new-feature/16.js +42 -0
  186. package/dist/esm/artifacts/glyph/new-feature/24.js +42 -0
  187. package/dist/esm/artifacts/glyph/page/16.js +42 -0
  188. package/dist/esm/artifacts/glyph/page/24.js +42 -0
  189. package/dist/esm/artifacts/glyph/problem/16.js +42 -0
  190. package/dist/esm/artifacts/glyph/problem/24.js +42 -0
  191. package/dist/esm/artifacts/glyph/pull-request/16.js +42 -0
  192. package/dist/esm/artifacts/glyph/pull-request/24.js +42 -0
  193. package/dist/esm/artifacts/glyph/question/16.js +42 -0
  194. package/dist/esm/artifacts/glyph/question/24.js +42 -0
  195. package/dist/esm/artifacts/glyph/story/16.js +42 -0
  196. package/dist/esm/artifacts/glyph/story/24.js +42 -0
  197. package/dist/esm/artifacts/glyph/subtask/16.js +42 -0
  198. package/dist/esm/artifacts/glyph/subtask/24.js +42 -0
  199. package/dist/esm/artifacts/glyph/task/16.js +42 -0
  200. package/dist/esm/artifacts/glyph/task/24.js +42 -0
  201. package/dist/esm/artifacts/glyph-legacy/blog/16.js +20 -0
  202. package/dist/esm/artifacts/glyph-legacy/blog/24.js +20 -0
  203. package/dist/esm/artifacts/glyph-legacy/branch/16.js +20 -0
  204. package/dist/esm/artifacts/glyph-legacy/branch/24.js +20 -0
  205. package/dist/esm/artifacts/glyph-legacy/bug/16.js +20 -0
  206. package/dist/esm/artifacts/glyph-legacy/bug/24.js +20 -0
  207. package/dist/esm/artifacts/glyph-legacy/calendar/16.js +20 -0
  208. package/dist/esm/artifacts/glyph-legacy/calendar/24.js +20 -0
  209. package/dist/esm/artifacts/glyph-legacy/changes/16.js +20 -0
  210. package/dist/esm/artifacts/glyph-legacy/changes/24.js +20 -0
  211. package/dist/esm/artifacts/glyph-legacy/code/16.js +20 -0
  212. package/dist/esm/artifacts/glyph-legacy/code/24.js +20 -0
  213. package/dist/esm/artifacts/glyph-legacy/commit/16.js +20 -0
  214. package/dist/esm/artifacts/glyph-legacy/commit/24.js +20 -0
  215. package/dist/esm/artifacts/glyph-legacy/epic/16.js +20 -0
  216. package/dist/esm/artifacts/glyph-legacy/epic/24.js +20 -0
  217. package/dist/esm/artifacts/glyph-legacy/improvement/16.js +20 -0
  218. package/dist/esm/artifacts/glyph-legacy/improvement/24.js +20 -0
  219. package/dist/esm/artifacts/glyph-legacy/incident/16.js +20 -0
  220. package/dist/esm/artifacts/glyph-legacy/incident/24.js +20 -0
  221. package/dist/esm/artifacts/glyph-legacy/issue/16.js +20 -0
  222. package/dist/esm/artifacts/glyph-legacy/issue/24.js +20 -0
  223. package/dist/esm/artifacts/glyph-legacy/new-feature/16.js +20 -0
  224. package/dist/esm/artifacts/glyph-legacy/new-feature/24.js +20 -0
  225. package/dist/esm/artifacts/glyph-legacy/page/16.js +20 -0
  226. package/dist/esm/artifacts/glyph-legacy/page/24.js +20 -0
  227. package/dist/esm/artifacts/glyph-legacy/problem/16.js +20 -0
  228. package/dist/esm/artifacts/glyph-legacy/problem/24.js +20 -0
  229. package/dist/esm/artifacts/glyph-legacy/pull-request/16.js +20 -0
  230. package/dist/esm/artifacts/glyph-legacy/pull-request/24.js +20 -0
  231. package/dist/esm/artifacts/glyph-legacy/question/16.js +20 -0
  232. package/dist/esm/artifacts/glyph-legacy/question/24.js +20 -0
  233. package/dist/esm/artifacts/glyph-legacy/story/16.js +20 -0
  234. package/dist/esm/artifacts/glyph-legacy/story/24.js +20 -0
  235. package/dist/esm/artifacts/glyph-legacy/subtask/16.js +20 -0
  236. package/dist/esm/artifacts/glyph-legacy/subtask/24.js +20 -0
  237. package/dist/esm/artifacts/glyph-legacy/task/16.js +20 -0
  238. package/dist/esm/artifacts/glyph-legacy/task/24.js +20 -0
  239. package/dist/esm/metadata.js +38 -38
  240. package/dist/types/artifacts/glyph/blog/16.d.ts +14 -0
  241. package/dist/types/artifacts/glyph/blog/24.d.ts +14 -0
  242. package/dist/types/artifacts/glyph/branch/16.d.ts +14 -0
  243. package/dist/types/artifacts/glyph/branch/24.d.ts +14 -0
  244. package/dist/types/artifacts/glyph/bug/16.d.ts +14 -0
  245. package/dist/types/artifacts/glyph/bug/24.d.ts +14 -0
  246. package/dist/types/artifacts/glyph/calendar/16.d.ts +14 -0
  247. package/dist/types/artifacts/glyph/calendar/24.d.ts +14 -0
  248. package/dist/types/artifacts/glyph/changes/16.d.ts +14 -0
  249. package/dist/types/artifacts/glyph/changes/24.d.ts +14 -0
  250. package/dist/types/artifacts/glyph/code/16.d.ts +14 -0
  251. package/dist/types/artifacts/glyph/code/24.d.ts +14 -0
  252. package/dist/types/artifacts/glyph/commit/16.d.ts +14 -0
  253. package/dist/types/artifacts/glyph/commit/24.d.ts +14 -0
  254. package/dist/types/artifacts/glyph/epic/16.d.ts +14 -0
  255. package/dist/types/artifacts/glyph/epic/24.d.ts +14 -0
  256. package/dist/types/artifacts/glyph/improvement/16.d.ts +14 -0
  257. package/dist/types/artifacts/glyph/improvement/24.d.ts +14 -0
  258. package/dist/types/artifacts/glyph/incident/16.d.ts +14 -0
  259. package/dist/types/artifacts/glyph/incident/24.d.ts +14 -0
  260. package/dist/types/artifacts/glyph/issue/16.d.ts +14 -0
  261. package/dist/types/artifacts/glyph/issue/24.d.ts +14 -0
  262. package/dist/types/artifacts/glyph/new-feature/16.d.ts +14 -0
  263. package/dist/types/artifacts/glyph/new-feature/24.d.ts +14 -0
  264. package/dist/types/artifacts/glyph/page/16.d.ts +14 -0
  265. package/dist/types/artifacts/glyph/page/24.d.ts +14 -0
  266. package/dist/types/artifacts/glyph/problem/16.d.ts +14 -0
  267. package/dist/types/artifacts/glyph/problem/24.d.ts +14 -0
  268. package/dist/types/artifacts/glyph/pull-request/16.d.ts +14 -0
  269. package/dist/types/artifacts/glyph/pull-request/24.d.ts +14 -0
  270. package/dist/types/artifacts/glyph/question/16.d.ts +14 -0
  271. package/dist/types/artifacts/glyph/question/24.d.ts +14 -0
  272. package/dist/types/artifacts/glyph/story/16.d.ts +14 -0
  273. package/dist/types/artifacts/glyph/story/24.d.ts +14 -0
  274. package/dist/types/artifacts/glyph/subtask/16.d.ts +14 -0
  275. package/dist/types/artifacts/glyph/subtask/24.d.ts +14 -0
  276. package/dist/types/artifacts/glyph/task/16.d.ts +14 -0
  277. package/dist/types/artifacts/glyph/task/24.d.ts +14 -0
  278. package/dist/types/artifacts/glyph-legacy/blog/16.d.ts +7 -0
  279. package/dist/types/artifacts/glyph-legacy/blog/24.d.ts +7 -0
  280. package/dist/types/artifacts/glyph-legacy/branch/16.d.ts +7 -0
  281. package/dist/types/artifacts/glyph-legacy/branch/24.d.ts +7 -0
  282. package/dist/types/artifacts/glyph-legacy/bug/16.d.ts +7 -0
  283. package/dist/types/artifacts/glyph-legacy/bug/24.d.ts +7 -0
  284. package/dist/types/artifacts/glyph-legacy/calendar/16.d.ts +7 -0
  285. package/dist/types/artifacts/glyph-legacy/calendar/24.d.ts +7 -0
  286. package/dist/types/artifacts/glyph-legacy/changes/16.d.ts +7 -0
  287. package/dist/types/artifacts/glyph-legacy/changes/24.d.ts +7 -0
  288. package/dist/types/artifacts/glyph-legacy/code/16.d.ts +7 -0
  289. package/dist/types/artifacts/glyph-legacy/code/24.d.ts +7 -0
  290. package/dist/types/artifacts/glyph-legacy/commit/16.d.ts +7 -0
  291. package/dist/types/artifacts/glyph-legacy/commit/24.d.ts +7 -0
  292. package/dist/types/artifacts/glyph-legacy/epic/16.d.ts +7 -0
  293. package/dist/types/artifacts/glyph-legacy/epic/24.d.ts +7 -0
  294. package/dist/types/artifacts/glyph-legacy/improvement/16.d.ts +7 -0
  295. package/dist/types/artifacts/glyph-legacy/improvement/24.d.ts +7 -0
  296. package/dist/types/artifacts/glyph-legacy/incident/16.d.ts +7 -0
  297. package/dist/types/artifacts/glyph-legacy/incident/24.d.ts +7 -0
  298. package/dist/types/artifacts/glyph-legacy/issue/16.d.ts +7 -0
  299. package/dist/types/artifacts/glyph-legacy/issue/24.d.ts +7 -0
  300. package/dist/types/artifacts/glyph-legacy/new-feature/16.d.ts +7 -0
  301. package/dist/types/artifacts/glyph-legacy/new-feature/24.d.ts +7 -0
  302. package/dist/types/artifacts/glyph-legacy/page/16.d.ts +7 -0
  303. package/dist/types/artifacts/glyph-legacy/page/24.d.ts +7 -0
  304. package/dist/types/artifacts/glyph-legacy/problem/16.d.ts +7 -0
  305. package/dist/types/artifacts/glyph-legacy/problem/24.d.ts +7 -0
  306. package/dist/types/artifacts/glyph-legacy/pull-request/16.d.ts +7 -0
  307. package/dist/types/artifacts/glyph-legacy/pull-request/24.d.ts +7 -0
  308. package/dist/types/artifacts/glyph-legacy/question/16.d.ts +7 -0
  309. package/dist/types/artifacts/glyph-legacy/question/24.d.ts +7 -0
  310. package/dist/types/artifacts/glyph-legacy/story/16.d.ts +7 -0
  311. package/dist/types/artifacts/glyph-legacy/story/24.d.ts +7 -0
  312. package/dist/types/artifacts/glyph-legacy/subtask/16.d.ts +7 -0
  313. package/dist/types/artifacts/glyph-legacy/subtask/24.d.ts +7 -0
  314. package/dist/types/artifacts/glyph-legacy/task/16.d.ts +7 -0
  315. package/dist/types/artifacts/glyph-legacy/task/24.d.ts +7 -0
  316. package/dist/types-ts4.5/artifacts/glyph/blog/16.d.ts +14 -0
  317. package/dist/types-ts4.5/artifacts/glyph/blog/24.d.ts +14 -0
  318. package/dist/types-ts4.5/artifacts/glyph/branch/16.d.ts +14 -0
  319. package/dist/types-ts4.5/artifacts/glyph/branch/24.d.ts +14 -0
  320. package/dist/types-ts4.5/artifacts/glyph/bug/16.d.ts +14 -0
  321. package/dist/types-ts4.5/artifacts/glyph/bug/24.d.ts +14 -0
  322. package/dist/types-ts4.5/artifacts/glyph/calendar/16.d.ts +14 -0
  323. package/dist/types-ts4.5/artifacts/glyph/calendar/24.d.ts +14 -0
  324. package/dist/types-ts4.5/artifacts/glyph/changes/16.d.ts +14 -0
  325. package/dist/types-ts4.5/artifacts/glyph/changes/24.d.ts +14 -0
  326. package/dist/types-ts4.5/artifacts/glyph/code/16.d.ts +14 -0
  327. package/dist/types-ts4.5/artifacts/glyph/code/24.d.ts +14 -0
  328. package/dist/types-ts4.5/artifacts/glyph/commit/16.d.ts +14 -0
  329. package/dist/types-ts4.5/artifacts/glyph/commit/24.d.ts +14 -0
  330. package/dist/types-ts4.5/artifacts/glyph/epic/16.d.ts +14 -0
  331. package/dist/types-ts4.5/artifacts/glyph/epic/24.d.ts +14 -0
  332. package/dist/types-ts4.5/artifacts/glyph/improvement/16.d.ts +14 -0
  333. package/dist/types-ts4.5/artifacts/glyph/improvement/24.d.ts +14 -0
  334. package/dist/types-ts4.5/artifacts/glyph/incident/16.d.ts +14 -0
  335. package/dist/types-ts4.5/artifacts/glyph/incident/24.d.ts +14 -0
  336. package/dist/types-ts4.5/artifacts/glyph/issue/16.d.ts +14 -0
  337. package/dist/types-ts4.5/artifacts/glyph/issue/24.d.ts +14 -0
  338. package/dist/types-ts4.5/artifacts/glyph/new-feature/16.d.ts +14 -0
  339. package/dist/types-ts4.5/artifacts/glyph/new-feature/24.d.ts +14 -0
  340. package/dist/types-ts4.5/artifacts/glyph/page/16.d.ts +14 -0
  341. package/dist/types-ts4.5/artifacts/glyph/page/24.d.ts +14 -0
  342. package/dist/types-ts4.5/artifacts/glyph/problem/16.d.ts +14 -0
  343. package/dist/types-ts4.5/artifacts/glyph/problem/24.d.ts +14 -0
  344. package/dist/types-ts4.5/artifacts/glyph/pull-request/16.d.ts +14 -0
  345. package/dist/types-ts4.5/artifacts/glyph/pull-request/24.d.ts +14 -0
  346. package/dist/types-ts4.5/artifacts/glyph/question/16.d.ts +14 -0
  347. package/dist/types-ts4.5/artifacts/glyph/question/24.d.ts +14 -0
  348. package/dist/types-ts4.5/artifacts/glyph/story/16.d.ts +14 -0
  349. package/dist/types-ts4.5/artifacts/glyph/story/24.d.ts +14 -0
  350. package/dist/types-ts4.5/artifacts/glyph/subtask/16.d.ts +14 -0
  351. package/dist/types-ts4.5/artifacts/glyph/subtask/24.d.ts +14 -0
  352. package/dist/types-ts4.5/artifacts/glyph/task/16.d.ts +14 -0
  353. package/dist/types-ts4.5/artifacts/glyph/task/24.d.ts +14 -0
  354. package/dist/types-ts4.5/artifacts/glyph-legacy/blog/16.d.ts +7 -0
  355. package/dist/types-ts4.5/artifacts/glyph-legacy/blog/24.d.ts +7 -0
  356. package/dist/types-ts4.5/artifacts/glyph-legacy/branch/16.d.ts +7 -0
  357. package/dist/types-ts4.5/artifacts/glyph-legacy/branch/24.d.ts +7 -0
  358. package/dist/types-ts4.5/artifacts/glyph-legacy/bug/16.d.ts +7 -0
  359. package/dist/types-ts4.5/artifacts/glyph-legacy/bug/24.d.ts +7 -0
  360. package/dist/types-ts4.5/artifacts/glyph-legacy/calendar/16.d.ts +7 -0
  361. package/dist/types-ts4.5/artifacts/glyph-legacy/calendar/24.d.ts +7 -0
  362. package/dist/types-ts4.5/artifacts/glyph-legacy/changes/16.d.ts +7 -0
  363. package/dist/types-ts4.5/artifacts/glyph-legacy/changes/24.d.ts +7 -0
  364. package/dist/types-ts4.5/artifacts/glyph-legacy/code/16.d.ts +7 -0
  365. package/dist/types-ts4.5/artifacts/glyph-legacy/code/24.d.ts +7 -0
  366. package/dist/types-ts4.5/artifacts/glyph-legacy/commit/16.d.ts +7 -0
  367. package/dist/types-ts4.5/artifacts/glyph-legacy/commit/24.d.ts +7 -0
  368. package/dist/types-ts4.5/artifacts/glyph-legacy/epic/16.d.ts +7 -0
  369. package/dist/types-ts4.5/artifacts/glyph-legacy/epic/24.d.ts +7 -0
  370. package/dist/types-ts4.5/artifacts/glyph-legacy/improvement/16.d.ts +7 -0
  371. package/dist/types-ts4.5/artifacts/glyph-legacy/improvement/24.d.ts +7 -0
  372. package/dist/types-ts4.5/artifacts/glyph-legacy/incident/16.d.ts +7 -0
  373. package/dist/types-ts4.5/artifacts/glyph-legacy/incident/24.d.ts +7 -0
  374. package/dist/types-ts4.5/artifacts/glyph-legacy/issue/16.d.ts +7 -0
  375. package/dist/types-ts4.5/artifacts/glyph-legacy/issue/24.d.ts +7 -0
  376. package/dist/types-ts4.5/artifacts/glyph-legacy/new-feature/16.d.ts +7 -0
  377. package/dist/types-ts4.5/artifacts/glyph-legacy/new-feature/24.d.ts +7 -0
  378. package/dist/types-ts4.5/artifacts/glyph-legacy/page/16.d.ts +7 -0
  379. package/dist/types-ts4.5/artifacts/glyph-legacy/page/24.d.ts +7 -0
  380. package/dist/types-ts4.5/artifacts/glyph-legacy/problem/16.d.ts +7 -0
  381. package/dist/types-ts4.5/artifacts/glyph-legacy/problem/24.d.ts +7 -0
  382. package/dist/types-ts4.5/artifacts/glyph-legacy/pull-request/16.d.ts +7 -0
  383. package/dist/types-ts4.5/artifacts/glyph-legacy/pull-request/24.d.ts +7 -0
  384. package/dist/types-ts4.5/artifacts/glyph-legacy/question/16.d.ts +7 -0
  385. package/dist/types-ts4.5/artifacts/glyph-legacy/question/24.d.ts +7 -0
  386. package/dist/types-ts4.5/artifacts/glyph-legacy/story/16.d.ts +7 -0
  387. package/dist/types-ts4.5/artifacts/glyph-legacy/story/24.d.ts +7 -0
  388. package/dist/types-ts4.5/artifacts/glyph-legacy/subtask/16.d.ts +7 -0
  389. package/dist/types-ts4.5/artifacts/glyph-legacy/subtask/24.d.ts +7 -0
  390. package/dist/types-ts4.5/artifacts/glyph-legacy/task/16.d.ts +7 -0
  391. package/dist/types-ts4.5/artifacts/glyph-legacy/task/24.d.ts +7 -0
  392. package/glyph/blog/16/package.json +17 -0
  393. package/glyph/blog/24/package.json +17 -0
  394. package/glyph/branch/16/package.json +17 -0
  395. package/glyph/branch/24/package.json +17 -0
  396. package/glyph/bug/16/package.json +17 -0
  397. package/glyph/bug/24/package.json +17 -0
  398. package/glyph/calendar/16/package.json +17 -0
  399. package/glyph/calendar/24/package.json +17 -0
  400. package/glyph/changes/16/package.json +17 -0
  401. package/glyph/changes/24/package.json +17 -0
  402. package/glyph/code/16/package.json +17 -0
  403. package/glyph/code/24/package.json +17 -0
  404. package/glyph/commit/16/package.json +17 -0
  405. package/glyph/commit/24/package.json +17 -0
  406. package/glyph/epic/16/package.json +17 -0
  407. package/glyph/epic/24/package.json +17 -0
  408. package/glyph/improvement/16/package.json +17 -0
  409. package/glyph/improvement/24/package.json +17 -0
  410. package/glyph/incident/16/package.json +17 -0
  411. package/glyph/incident/24/package.json +17 -0
  412. package/glyph/issue/16/package.json +17 -0
  413. package/glyph/issue/24/package.json +17 -0
  414. package/glyph/new-feature/16/package.json +17 -0
  415. package/glyph/new-feature/24/package.json +17 -0
  416. package/glyph/page/16/package.json +17 -0
  417. package/glyph/page/24/package.json +17 -0
  418. package/glyph/problem/16/package.json +17 -0
  419. package/glyph/problem/24/package.json +17 -0
  420. package/glyph/pull-request/16/package.json +17 -0
  421. package/glyph/pull-request/24/package.json +17 -0
  422. package/glyph/question/16/package.json +17 -0
  423. package/glyph/question/24/package.json +17 -0
  424. package/glyph/story/16/package.json +17 -0
  425. package/glyph/story/24/package.json +17 -0
  426. package/glyph/subtask/16/package.json +17 -0
  427. package/glyph/subtask/24/package.json +17 -0
  428. package/glyph/task/16/package.json +17 -0
  429. package/glyph/task/24/package.json +17 -0
  430. package/metadata/package.json +3 -1
  431. package/package.json +60 -12
  432. package/glyph/blog/16.d.ts +0 -4
  433. package/glyph/blog/16.js +0 -16
  434. package/glyph/blog/24.d.ts +0 -4
  435. package/glyph/blog/24.js +0 -16
  436. package/glyph/branch/16.d.ts +0 -4
  437. package/glyph/branch/16.js +0 -16
  438. package/glyph/branch/24.d.ts +0 -4
  439. package/glyph/branch/24.js +0 -16
  440. package/glyph/bug/16.d.ts +0 -4
  441. package/glyph/bug/16.js +0 -16
  442. package/glyph/bug/24.d.ts +0 -4
  443. package/glyph/bug/24.js +0 -16
  444. package/glyph/calendar/16.d.ts +0 -4
  445. package/glyph/calendar/16.js +0 -16
  446. package/glyph/calendar/24.d.ts +0 -4
  447. package/glyph/calendar/24.js +0 -16
  448. package/glyph/changes/16.d.ts +0 -4
  449. package/glyph/changes/16.js +0 -16
  450. package/glyph/changes/24.d.ts +0 -4
  451. package/glyph/changes/24.js +0 -16
  452. package/glyph/code/16.d.ts +0 -4
  453. package/glyph/code/16.js +0 -16
  454. package/glyph/code/24.d.ts +0 -4
  455. package/glyph/commit/16.d.ts +0 -4
  456. package/glyph/commit/16.js +0 -16
  457. package/glyph/commit/24.d.ts +0 -4
  458. package/glyph/commit/24.js +0 -16
  459. package/glyph/epic/16.d.ts +0 -4
  460. package/glyph/epic/24.d.ts +0 -4
  461. package/glyph/improvement/16.d.ts +0 -4
  462. package/glyph/improvement/16.js +0 -16
  463. package/glyph/improvement/24.d.ts +0 -4
  464. package/glyph/improvement/24.js +0 -16
  465. package/glyph/incident/16.d.ts +0 -4
  466. package/glyph/incident/16.js +0 -16
  467. package/glyph/incident/24.d.ts +0 -4
  468. package/glyph/incident/24.js +0 -16
  469. package/glyph/issue/16.d.ts +0 -4
  470. package/glyph/issue/16.js +0 -16
  471. package/glyph/issue/24.d.ts +0 -4
  472. package/glyph/new-feature/16.d.ts +0 -4
  473. package/glyph/new-feature/16.js +0 -16
  474. package/glyph/new-feature/24.d.ts +0 -4
  475. package/glyph/new-feature/24.js +0 -16
  476. package/glyph/page/16.d.ts +0 -4
  477. package/glyph/page/16.js +0 -16
  478. package/glyph/page/24.d.ts +0 -4
  479. package/glyph/problem/16.d.ts +0 -4
  480. package/glyph/problem/16.js +0 -16
  481. package/glyph/problem/24.d.ts +0 -4
  482. package/glyph/problem/24.js +0 -16
  483. package/glyph/pull-request/16.d.ts +0 -4
  484. package/glyph/pull-request/16.js +0 -16
  485. package/glyph/pull-request/24.d.ts +0 -4
  486. package/glyph/question/16.d.ts +0 -4
  487. package/glyph/question/16.js +0 -16
  488. package/glyph/question/24.d.ts +0 -4
  489. package/glyph/story/16.d.ts +0 -4
  490. package/glyph/story/16.js +0 -16
  491. package/glyph/story/24.d.ts +0 -4
  492. package/glyph/story/24.js +0 -16
  493. package/glyph/subtask/16.d.ts +0 -4
  494. package/glyph/subtask/16.js +0 -16
  495. package/glyph/subtask/24.d.ts +0 -4
  496. package/glyph/subtask/24.js +0 -16
  497. package/glyph/task/16.d.ts +0 -4
  498. package/glyph/task/16.js +0 -16
  499. package/glyph/task/24.d.ts +0 -4
  500. package/glyph/task/24.js +0 -16
@@ -14,266 +14,266 @@ export const metaDataWithPackageLoader = {
14
14
  componentName: 'Blog16Icon',
15
15
  package: '@atlaskit/icon-object/glyph/blog/16',
16
16
  packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
17
- '@atlaskit/icon-object/glyph/blog/16')
17
+ './artifacts/glyph/blog/16')
18
18
  },
19
19
  'branch/16': {
20
20
  keywords: ['branch/16', 'branch16', 'object', 'icon-object'],
21
21
  componentName: 'Branch16Icon',
22
22
  package: '@atlaskit/icon-object/glyph/branch/16',
23
23
  packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
24
- '@atlaskit/icon-object/glyph/branch/16')
24
+ './artifacts/glyph/branch/16')
25
25
  },
26
26
  'bug/16': {
27
27
  keywords: ['bug/16', 'bug16', 'object', 'icon-object'],
28
28
  componentName: 'Bug16Icon',
29
29
  package: '@atlaskit/icon-object/glyph/bug/16',
30
30
  packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
31
- '@atlaskit/icon-object/glyph/bug/16')
31
+ './artifacts/glyph/bug/16')
32
32
  },
33
33
  'calendar/16': {
34
34
  keywords: ['calendar/16', 'calendar16', 'object', 'icon-object'],
35
35
  componentName: 'Calendar16Icon',
36
36
  package: '@atlaskit/icon-object/glyph/calendar/16',
37
37
  packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
38
- '@atlaskit/icon-object/glyph/calendar/16')
38
+ './artifacts/glyph/calendar/16')
39
39
  },
40
40
  'changes/16': {
41
41
  keywords: ['changes/16', 'changes16', 'object', 'icon-object'],
42
42
  componentName: 'Changes16Icon',
43
43
  package: '@atlaskit/icon-object/glyph/changes/16',
44
44
  packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
45
- '@atlaskit/icon-object/glyph/changes/16')
45
+ './artifacts/glyph/changes/16')
46
46
  },
47
47
  'code/16': {
48
48
  keywords: ['code/16', 'code16', 'object', 'icon-object'],
49
49
  componentName: 'Code16Icon',
50
50
  package: '@atlaskit/icon-object/glyph/code/16',
51
51
  packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
52
- '@atlaskit/icon-object/glyph/code/16')
52
+ './artifacts/glyph/code/16')
53
53
  },
54
54
  'commit/16': {
55
55
  keywords: ['commit/16', 'commit16', 'object', 'icon-object'],
56
56
  componentName: 'Commit16Icon',
57
57
  package: '@atlaskit/icon-object/glyph/commit/16',
58
58
  packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
59
- '@atlaskit/icon-object/glyph/commit/16')
59
+ './artifacts/glyph/commit/16')
60
60
  },
61
61
  'epic/16': {
62
62
  keywords: ['epic/16', 'epic16', 'object', 'icon-object'],
63
63
  componentName: 'Epic16Icon',
64
64
  package: '@atlaskit/icon-object/glyph/epic/16',
65
65
  packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
66
- '@atlaskit/icon-object/glyph/epic/16')
66
+ './artifacts/glyph/epic/16')
67
67
  },
68
68
  'improvement/16': {
69
69
  keywords: ['improvement/16', 'improvement16', 'object', 'icon-object'],
70
70
  componentName: 'Improvement16Icon',
71
71
  package: '@atlaskit/icon-object/glyph/improvement/16',
72
72
  packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
73
- '@atlaskit/icon-object/glyph/improvement/16')
73
+ './artifacts/glyph/improvement/16')
74
74
  },
75
75
  'incident/16': {
76
76
  keywords: ['incident/16', 'incident16', 'object', 'icon-object'],
77
77
  componentName: 'Incident16Icon',
78
78
  package: '@atlaskit/icon-object/glyph/incident/16',
79
79
  packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
80
- '@atlaskit/icon-object/glyph/incident/16')
80
+ './artifacts/glyph/incident/16')
81
81
  },
82
82
  'issue/16': {
83
83
  keywords: ['issue/16', 'issue16', 'object', 'icon-object'],
84
84
  componentName: 'Issue16Icon',
85
85
  package: '@atlaskit/icon-object/glyph/issue/16',
86
86
  packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
87
- '@atlaskit/icon-object/glyph/issue/16')
87
+ './artifacts/glyph/issue/16')
88
88
  },
89
89
  'new-feature/16': {
90
90
  keywords: ['new-feature/16', 'newfeature16', 'object', 'icon-object'],
91
91
  componentName: 'NewFeature16Icon',
92
92
  package: '@atlaskit/icon-object/glyph/new-feature/16',
93
93
  packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
94
- '@atlaskit/icon-object/glyph/new-feature/16')
94
+ './artifacts/glyph/new-feature/16')
95
95
  },
96
96
  'page/16': {
97
97
  keywords: ['page/16', 'page16', 'object', 'icon-object'],
98
98
  componentName: 'Page16Icon',
99
99
  package: '@atlaskit/icon-object/glyph/page/16',
100
100
  packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
101
- '@atlaskit/icon-object/glyph/page/16')
101
+ './artifacts/glyph/page/16')
102
102
  },
103
103
  'problem/16': {
104
104
  keywords: ['problem/16', 'problem16', 'object', 'icon-object'],
105
105
  componentName: 'Problem16Icon',
106
106
  package: '@atlaskit/icon-object/glyph/problem/16',
107
107
  packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
108
- '@atlaskit/icon-object/glyph/problem/16')
108
+ './artifacts/glyph/problem/16')
109
109
  },
110
110
  'pull-request/16': {
111
111
  keywords: ['pull-request/16', 'pullrequest16', 'object', 'icon-object'],
112
112
  componentName: 'PullRequest16Icon',
113
113
  package: '@atlaskit/icon-object/glyph/pull-request/16',
114
114
  packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
115
- '@atlaskit/icon-object/glyph/pull-request/16')
115
+ './artifacts/glyph/pull-request/16')
116
116
  },
117
117
  'question/16': {
118
118
  keywords: ['question/16', 'question16', 'object', 'icon-object'],
119
119
  componentName: 'Question16Icon',
120
120
  package: '@atlaskit/icon-object/glyph/question/16',
121
121
  packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
122
- '@atlaskit/icon-object/glyph/question/16')
122
+ './artifacts/glyph/question/16')
123
123
  },
124
124
  'story/16': {
125
125
  keywords: ['story/16', 'story16', 'object', 'icon-object'],
126
126
  componentName: 'Story16Icon',
127
127
  package: '@atlaskit/icon-object/glyph/story/16',
128
128
  packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
129
- '@atlaskit/icon-object/glyph/story/16')
129
+ './artifacts/glyph/story/16')
130
130
  },
131
131
  'subtask/16': {
132
132
  keywords: ['subtask/16', 'subtask16', 'object', 'icon-object'],
133
133
  componentName: 'Subtask16Icon',
134
134
  package: '@atlaskit/icon-object/glyph/subtask/16',
135
135
  packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
136
- '@atlaskit/icon-object/glyph/subtask/16')
136
+ './artifacts/glyph/subtask/16')
137
137
  },
138
138
  'task/16': {
139
139
  keywords: ['task/16', 'task16', 'object', 'icon-object'],
140
140
  componentName: 'Task16Icon',
141
141
  package: '@atlaskit/icon-object/glyph/task/16',
142
142
  packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
143
- '@atlaskit/icon-object/glyph/task/16')
143
+ './artifacts/glyph/task/16')
144
144
  },
145
145
  'blog/24': {
146
146
  keywords: ['blog/24', 'blog24', 'object', 'icon-object'],
147
147
  componentName: 'Blog24Icon',
148
148
  package: '@atlaskit/icon-object/glyph/blog/24',
149
149
  packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
150
- '@atlaskit/icon-object/glyph/blog/24')
150
+ './artifacts/glyph/blog/24')
151
151
  },
152
152
  'branch/24': {
153
153
  keywords: ['branch/24', 'branch24', 'object', 'icon-object'],
154
154
  componentName: 'Branch24Icon',
155
155
  package: '@atlaskit/icon-object/glyph/branch/24',
156
156
  packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
157
- '@atlaskit/icon-object/glyph/branch/24')
157
+ './artifacts/glyph/branch/24')
158
158
  },
159
159
  'bug/24': {
160
160
  keywords: ['bug/24', 'bug24', 'object', 'icon-object'],
161
161
  componentName: 'Bug24Icon',
162
162
  package: '@atlaskit/icon-object/glyph/bug/24',
163
163
  packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
164
- '@atlaskit/icon-object/glyph/bug/24')
164
+ './artifacts/glyph/bug/24')
165
165
  },
166
166
  'calendar/24': {
167
167
  keywords: ['calendar/24', 'calendar24', 'object', 'icon-object'],
168
168
  componentName: 'Calendar24Icon',
169
169
  package: '@atlaskit/icon-object/glyph/calendar/24',
170
170
  packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
171
- '@atlaskit/icon-object/glyph/calendar/24')
171
+ './artifacts/glyph/calendar/24')
172
172
  },
173
173
  'changes/24': {
174
174
  keywords: ['changes/24', 'changes24', 'object', 'icon-object'],
175
175
  componentName: 'Changes24Icon',
176
176
  package: '@atlaskit/icon-object/glyph/changes/24',
177
177
  packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
178
- '@atlaskit/icon-object/glyph/changes/24')
178
+ './artifacts/glyph/changes/24')
179
179
  },
180
180
  'code/24': {
181
181
  keywords: ['code/24', 'code24', 'object', 'icon-object'],
182
182
  componentName: 'Code24Icon',
183
183
  package: '@atlaskit/icon-object/glyph/code/24',
184
184
  packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
185
- '@atlaskit/icon-object/glyph/code/24')
185
+ './artifacts/glyph/code/24')
186
186
  },
187
187
  'commit/24': {
188
188
  keywords: ['commit/24', 'commit24', 'object', 'icon-object'],
189
189
  componentName: 'Commit24Icon',
190
190
  package: '@atlaskit/icon-object/glyph/commit/24',
191
191
  packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
192
- '@atlaskit/icon-object/glyph/commit/24')
192
+ './artifacts/glyph/commit/24')
193
193
  },
194
194
  'epic/24': {
195
195
  keywords: ['epic/24', 'epic24', 'object', 'icon-object'],
196
196
  componentName: 'Epic24Icon',
197
197
  package: '@atlaskit/icon-object/glyph/epic/24',
198
198
  packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
199
- '@atlaskit/icon-object/glyph/epic/24')
199
+ './artifacts/glyph/epic/24')
200
200
  },
201
201
  'improvement/24': {
202
202
  keywords: ['improvement/24', 'improvement24', 'object', 'icon-object'],
203
203
  componentName: 'Improvement24Icon',
204
204
  package: '@atlaskit/icon-object/glyph/improvement/24',
205
205
  packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
206
- '@atlaskit/icon-object/glyph/improvement/24')
206
+ './artifacts/glyph/improvement/24')
207
207
  },
208
208
  'incident/24': {
209
209
  keywords: ['incident/24', 'incident24', 'object', 'icon-object'],
210
210
  componentName: 'Incident24Icon',
211
211
  package: '@atlaskit/icon-object/glyph/incident/24',
212
212
  packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
213
- '@atlaskit/icon-object/glyph/incident/24')
213
+ './artifacts/glyph/incident/24')
214
214
  },
215
215
  'issue/24': {
216
216
  keywords: ['issue/24', 'issue24', 'object', 'icon-object'],
217
217
  componentName: 'Issue24Icon',
218
218
  package: '@atlaskit/icon-object/glyph/issue/24',
219
219
  packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
220
- '@atlaskit/icon-object/glyph/issue/24')
220
+ './artifacts/glyph/issue/24')
221
221
  },
222
222
  'new-feature/24': {
223
223
  keywords: ['new-feature/24', 'newfeature24', 'object', 'icon-object'],
224
224
  componentName: 'NewFeature24Icon',
225
225
  package: '@atlaskit/icon-object/glyph/new-feature/24',
226
226
  packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
227
- '@atlaskit/icon-object/glyph/new-feature/24')
227
+ './artifacts/glyph/new-feature/24')
228
228
  },
229
229
  'page/24': {
230
230
  keywords: ['page/24', 'page24', 'object', 'icon-object'],
231
231
  componentName: 'Page24Icon',
232
232
  package: '@atlaskit/icon-object/glyph/page/24',
233
233
  packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
234
- '@atlaskit/icon-object/glyph/page/24')
234
+ './artifacts/glyph/page/24')
235
235
  },
236
236
  'problem/24': {
237
237
  keywords: ['problem/24', 'problem24', 'object', 'icon-object'],
238
238
  componentName: 'Problem24Icon',
239
239
  package: '@atlaskit/icon-object/glyph/problem/24',
240
240
  packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
241
- '@atlaskit/icon-object/glyph/problem/24')
241
+ './artifacts/glyph/problem/24')
242
242
  },
243
243
  'pull-request/24': {
244
244
  keywords: ['pull-request/24', 'pullrequest24', 'object', 'icon-object'],
245
245
  componentName: 'PullRequest24Icon',
246
246
  package: '@atlaskit/icon-object/glyph/pull-request/24',
247
247
  packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
248
- '@atlaskit/icon-object/glyph/pull-request/24')
248
+ './artifacts/glyph/pull-request/24')
249
249
  },
250
250
  'question/24': {
251
251
  keywords: ['question/24', 'question24', 'object', 'icon-object'],
252
252
  componentName: 'Question24Icon',
253
253
  package: '@atlaskit/icon-object/glyph/question/24',
254
254
  packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
255
- '@atlaskit/icon-object/glyph/question/24')
255
+ './artifacts/glyph/question/24')
256
256
  },
257
257
  'story/24': {
258
258
  keywords: ['story/24', 'story24', 'object', 'icon-object'],
259
259
  componentName: 'Story24Icon',
260
260
  package: '@atlaskit/icon-object/glyph/story/24',
261
261
  packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
262
- '@atlaskit/icon-object/glyph/story/24')
262
+ './artifacts/glyph/story/24')
263
263
  },
264
264
  'subtask/24': {
265
265
  keywords: ['subtask/24', 'subtask24', 'object', 'icon-object'],
266
266
  componentName: 'Subtask24Icon',
267
267
  package: '@atlaskit/icon-object/glyph/subtask/24',
268
268
  packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
269
- '@atlaskit/icon-object/glyph/subtask/24')
269
+ './artifacts/glyph/subtask/24')
270
270
  },
271
271
  'task/24': {
272
272
  keywords: ['task/24', 'task24', 'object', 'icon-object'],
273
273
  componentName: 'Task24Icon',
274
274
  package: '@atlaskit/icon-object/glyph/task/24',
275
275
  packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
276
- '@atlaskit/icon-object/glyph/task/24')
276
+ './artifacts/glyph/task/24')
277
277
  }
278
278
  };
279
279
  const metaData = Object.fromEntries(Object.entries(metaDataWithPackageLoader).map(([key, {
@@ -0,0 +1,42 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::845767e81b63ae055da0ba81295847f0>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+ import React from 'react';
7
+ import { IconTile } from '@atlaskit/icon';
8
+ import NewIcon from '@atlaskit/icon/core/quotation-mark';
9
+ import { fg } from '@atlaskit/platform-feature-flags';
10
+ import IconObjectOld from '../../glyph-legacy/blog/16';
11
+
12
+ /**
13
+ * __16px `blog` icon object__
14
+ *
15
+ * - [Examples](https://atlassian.design/components/icon-object/examples)
16
+ * - [Code](https://atlassian.design/components/icon-object/code)
17
+ * - [Usage](https://atlassian.design/components/icon-object/usage)
18
+ */
19
+ var Blog16Icon = function Blog16Icon(_ref) {
20
+ var label = _ref.label,
21
+ testId = _ref.testId;
22
+ if (fg('icon-object-migration')) {
23
+ return /*#__PURE__*/React.createElement(IconTile, {
24
+ icon: NewIcon,
25
+ appearance: "blueBold",
26
+ size: "16",
27
+ label: label,
28
+ testId: testId,
29
+ LEGACY_fallbackComponent: /*#__PURE__*/React.createElement(IconObjectOld, {
30
+ label: label,
31
+ testId: testId
32
+ })
33
+ });
34
+ } else {
35
+ return /*#__PURE__*/React.createElement(IconObjectOld, {
36
+ label: label,
37
+ testId: testId
38
+ });
39
+ }
40
+ };
41
+ Blog16Icon.displayName = 'Blog16Icon';
42
+ export default Blog16Icon;
@@ -0,0 +1,42 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::bba35c7457f1c82d9d31626969c259a0>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+ import React from 'react';
7
+ import { IconTile } from '@atlaskit/icon';
8
+ import NewIcon from '@atlaskit/icon/core/quotation-mark';
9
+ import { fg } from '@atlaskit/platform-feature-flags';
10
+ import IconObjectOld from '../../glyph-legacy/blog/24';
11
+
12
+ /**
13
+ * __24px `blog` icon object__
14
+ *
15
+ * - [Examples](https://atlassian.design/components/icon-object/examples)
16
+ * - [Code](https://atlassian.design/components/icon-object/code)
17
+ * - [Usage](https://atlassian.design/components/icon-object/usage)
18
+ */
19
+ var Blog24Icon = function Blog24Icon(_ref) {
20
+ var label = _ref.label,
21
+ testId = _ref.testId;
22
+ if (fg('icon-object-migration')) {
23
+ return /*#__PURE__*/React.createElement(IconTile, {
24
+ icon: NewIcon,
25
+ appearance: "blueBold",
26
+ size: "24",
27
+ label: label,
28
+ testId: testId,
29
+ LEGACY_fallbackComponent: /*#__PURE__*/React.createElement(IconObjectOld, {
30
+ label: label,
31
+ testId: testId
32
+ })
33
+ });
34
+ } else {
35
+ return /*#__PURE__*/React.createElement(IconObjectOld, {
36
+ label: label,
37
+ testId: testId
38
+ });
39
+ }
40
+ };
41
+ Blog24Icon.displayName = 'Blog24Icon';
42
+ export default Blog24Icon;
@@ -0,0 +1,42 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::bd5a8d264ca7a1e79e3d50d476094729>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+ import React from 'react';
7
+ import { IconTile } from '@atlaskit/icon';
8
+ import NewIcon from '@atlaskit/icon/core/branch';
9
+ import { fg } from '@atlaskit/platform-feature-flags';
10
+ import IconObjectOld from '../../glyph-legacy/branch/16';
11
+
12
+ /**
13
+ * __16px `branch` icon object__
14
+ *
15
+ * - [Examples](https://atlassian.design/components/icon-object/examples)
16
+ * - [Code](https://atlassian.design/components/icon-object/code)
17
+ * - [Usage](https://atlassian.design/components/icon-object/usage)
18
+ */
19
+ var Branch16Icon = function Branch16Icon(_ref) {
20
+ var label = _ref.label,
21
+ testId = _ref.testId;
22
+ if (fg('icon-object-migration')) {
23
+ return /*#__PURE__*/React.createElement(IconTile, {
24
+ icon: NewIcon,
25
+ appearance: "blueBold",
26
+ size: "16",
27
+ label: label,
28
+ testId: testId,
29
+ LEGACY_fallbackComponent: /*#__PURE__*/React.createElement(IconObjectOld, {
30
+ label: label,
31
+ testId: testId
32
+ })
33
+ });
34
+ } else {
35
+ return /*#__PURE__*/React.createElement(IconObjectOld, {
36
+ label: label,
37
+ testId: testId
38
+ });
39
+ }
40
+ };
41
+ Branch16Icon.displayName = 'Branch16Icon';
42
+ export default Branch16Icon;
@@ -0,0 +1,42 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::ca37b82809aaa3e9f4d0507d70c71707>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+ import React from 'react';
7
+ import { IconTile } from '@atlaskit/icon';
8
+ import NewIcon from '@atlaskit/icon/core/branch';
9
+ import { fg } from '@atlaskit/platform-feature-flags';
10
+ import IconObjectOld from '../../glyph-legacy/branch/24';
11
+
12
+ /**
13
+ * __24px `branch` icon object__
14
+ *
15
+ * - [Examples](https://atlassian.design/components/icon-object/examples)
16
+ * - [Code](https://atlassian.design/components/icon-object/code)
17
+ * - [Usage](https://atlassian.design/components/icon-object/usage)
18
+ */
19
+ var Branch24Icon = function Branch24Icon(_ref) {
20
+ var label = _ref.label,
21
+ testId = _ref.testId;
22
+ if (fg('icon-object-migration')) {
23
+ return /*#__PURE__*/React.createElement(IconTile, {
24
+ icon: NewIcon,
25
+ appearance: "blueBold",
26
+ size: "24",
27
+ label: label,
28
+ testId: testId,
29
+ LEGACY_fallbackComponent: /*#__PURE__*/React.createElement(IconObjectOld, {
30
+ label: label,
31
+ testId: testId
32
+ })
33
+ });
34
+ } else {
35
+ return /*#__PURE__*/React.createElement(IconObjectOld, {
36
+ label: label,
37
+ testId: testId
38
+ });
39
+ }
40
+ };
41
+ Branch24Icon.displayName = 'Branch24Icon';
42
+ export default Branch24Icon;
@@ -0,0 +1,42 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::54f047f6f7bd48e9a2ba7394ee23b095>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+ import React from 'react';
7
+ import { IconTile } from '@atlaskit/icon';
8
+ import NewIcon from '@atlaskit/icon/core/bug';
9
+ import { fg } from '@atlaskit/platform-feature-flags';
10
+ import IconObjectOld from '../../glyph-legacy/bug/16';
11
+
12
+ /**
13
+ * __16px `bug` icon object__
14
+ *
15
+ * - [Examples](https://atlassian.design/components/icon-object/examples)
16
+ * - [Code](https://atlassian.design/components/icon-object/code)
17
+ * - [Usage](https://atlassian.design/components/icon-object/usage)
18
+ */
19
+ var Bug16Icon = function Bug16Icon(_ref) {
20
+ var label = _ref.label,
21
+ testId = _ref.testId;
22
+ if (fg('icon-object-migration')) {
23
+ return /*#__PURE__*/React.createElement(IconTile, {
24
+ icon: NewIcon,
25
+ appearance: "redBold",
26
+ size: "16",
27
+ label: label,
28
+ testId: testId,
29
+ LEGACY_fallbackComponent: /*#__PURE__*/React.createElement(IconObjectOld, {
30
+ label: label,
31
+ testId: testId
32
+ })
33
+ });
34
+ } else {
35
+ return /*#__PURE__*/React.createElement(IconObjectOld, {
36
+ label: label,
37
+ testId: testId
38
+ });
39
+ }
40
+ };
41
+ Bug16Icon.displayName = 'Bug16Icon';
42
+ export default Bug16Icon;
@@ -0,0 +1,42 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::6e6792688f4276aeff3ed0e6f212af14>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+ import React from 'react';
7
+ import { IconTile } from '@atlaskit/icon';
8
+ import NewIcon from '@atlaskit/icon/core/bug';
9
+ import { fg } from '@atlaskit/platform-feature-flags';
10
+ import IconObjectOld from '../../glyph-legacy/bug/24';
11
+
12
+ /**
13
+ * __24px `bug` icon object__
14
+ *
15
+ * - [Examples](https://atlassian.design/components/icon-object/examples)
16
+ * - [Code](https://atlassian.design/components/icon-object/code)
17
+ * - [Usage](https://atlassian.design/components/icon-object/usage)
18
+ */
19
+ var Bug24Icon = function Bug24Icon(_ref) {
20
+ var label = _ref.label,
21
+ testId = _ref.testId;
22
+ if (fg('icon-object-migration')) {
23
+ return /*#__PURE__*/React.createElement(IconTile, {
24
+ icon: NewIcon,
25
+ appearance: "redBold",
26
+ size: "24",
27
+ label: label,
28
+ testId: testId,
29
+ LEGACY_fallbackComponent: /*#__PURE__*/React.createElement(IconObjectOld, {
30
+ label: label,
31
+ testId: testId
32
+ })
33
+ });
34
+ } else {
35
+ return /*#__PURE__*/React.createElement(IconObjectOld, {
36
+ label: label,
37
+ testId: testId
38
+ });
39
+ }
40
+ };
41
+ Bug24Icon.displayName = 'Bug24Icon';
42
+ export default Bug24Icon;
@@ -0,0 +1,42 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::a6da197bbcce0892f27de2b06510f3b6>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+ import React from 'react';
7
+ import { IconTile } from '@atlaskit/icon';
8
+ import NewIcon from '@atlaskit/icon/core/calendar';
9
+ import { fg } from '@atlaskit/platform-feature-flags';
10
+ import IconObjectOld from '../../glyph-legacy/calendar/16';
11
+
12
+ /**
13
+ * __16px `calendar` icon object__
14
+ *
15
+ * - [Examples](https://atlassian.design/components/icon-object/examples)
16
+ * - [Code](https://atlassian.design/components/icon-object/code)
17
+ * - [Usage](https://atlassian.design/components/icon-object/usage)
18
+ */
19
+ var Calendar16Icon = function Calendar16Icon(_ref) {
20
+ var label = _ref.label,
21
+ testId = _ref.testId;
22
+ if (fg('icon-object-migration')) {
23
+ return /*#__PURE__*/React.createElement(IconTile, {
24
+ icon: NewIcon,
25
+ appearance: "redBold",
26
+ size: "16",
27
+ label: label,
28
+ testId: testId,
29
+ LEGACY_fallbackComponent: /*#__PURE__*/React.createElement(IconObjectOld, {
30
+ label: label,
31
+ testId: testId
32
+ })
33
+ });
34
+ } else {
35
+ return /*#__PURE__*/React.createElement(IconObjectOld, {
36
+ label: label,
37
+ testId: testId
38
+ });
39
+ }
40
+ };
41
+ Calendar16Icon.displayName = 'Calendar16Icon';
42
+ export default Calendar16Icon;
@@ -0,0 +1,42 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::03611d977353356cfe6a822232b999af>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+ import React from 'react';
7
+ import { IconTile } from '@atlaskit/icon';
8
+ import NewIcon from '@atlaskit/icon/core/calendar';
9
+ import { fg } from '@atlaskit/platform-feature-flags';
10
+ import IconObjectOld from '../../glyph-legacy/calendar/24';
11
+
12
+ /**
13
+ * __24px `calendar` icon object__
14
+ *
15
+ * - [Examples](https://atlassian.design/components/icon-object/examples)
16
+ * - [Code](https://atlassian.design/components/icon-object/code)
17
+ * - [Usage](https://atlassian.design/components/icon-object/usage)
18
+ */
19
+ var Calendar24Icon = function Calendar24Icon(_ref) {
20
+ var label = _ref.label,
21
+ testId = _ref.testId;
22
+ if (fg('icon-object-migration')) {
23
+ return /*#__PURE__*/React.createElement(IconTile, {
24
+ icon: NewIcon,
25
+ appearance: "redBold",
26
+ size: "24",
27
+ label: label,
28
+ testId: testId,
29
+ LEGACY_fallbackComponent: /*#__PURE__*/React.createElement(IconObjectOld, {
30
+ label: label,
31
+ testId: testId
32
+ })
33
+ });
34
+ } else {
35
+ return /*#__PURE__*/React.createElement(IconObjectOld, {
36
+ label: label,
37
+ testId: testId
38
+ });
39
+ }
40
+ };
41
+ Calendar24Icon.displayName = 'Calendar24Icon';
42
+ export default Calendar24Icon;