@atlaskit/icon-object 7.2.1 → 7.2.3

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 (424) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/afm-cc/tsconfig.json +12 -3
  3. package/afm-dev-agents/tsconfig.json +6 -0
  4. package/afm-jira/tsconfig.json +6 -0
  5. package/afm-passionfruit/tsconfig.json +6 -0
  6. package/afm-post-office/tsconfig.json +6 -0
  7. package/afm-rovo-extension/tsconfig.json +6 -0
  8. package/afm-townsquare/tsconfig.json +6 -0
  9. package/afm-volt/tsconfig.json +6 -0
  10. package/build/index.tsx +10 -3
  11. package/build/utils.tsx +59 -2
  12. package/dist/cjs/all-icons.js +54 -0
  13. package/dist/cjs/artifacts/glyph/blog/16.js +12 -1
  14. package/dist/cjs/artifacts/glyph/blog/24.js +12 -1
  15. package/dist/cjs/artifacts/glyph/branch/16.js +12 -1
  16. package/dist/cjs/artifacts/glyph/branch/24.js +12 -1
  17. package/dist/cjs/artifacts/glyph/bug/16.js +12 -1
  18. package/dist/cjs/artifacts/glyph/bug/24.js +12 -1
  19. package/dist/cjs/artifacts/glyph/calendar/16.js +12 -1
  20. package/dist/cjs/artifacts/glyph/calendar/24.js +12 -1
  21. package/dist/cjs/artifacts/glyph/changes/16.js +12 -1
  22. package/dist/cjs/artifacts/glyph/changes/24.js +12 -1
  23. package/dist/cjs/artifacts/glyph/code/16.js +12 -1
  24. package/dist/cjs/artifacts/glyph/code/24.js +12 -1
  25. package/dist/cjs/artifacts/glyph/commit/16.js +12 -1
  26. package/dist/cjs/artifacts/glyph/commit/24.js +12 -1
  27. package/dist/cjs/artifacts/glyph/epic/16.js +12 -1
  28. package/dist/cjs/artifacts/glyph/epic/24.js +12 -1
  29. package/dist/cjs/artifacts/glyph/improvement/16.js +12 -1
  30. package/dist/cjs/artifacts/glyph/improvement/24.js +12 -1
  31. package/dist/cjs/artifacts/glyph/incident/16.js +12 -1
  32. package/dist/cjs/artifacts/glyph/incident/24.js +12 -1
  33. package/dist/cjs/artifacts/glyph/issue/16.js +12 -1
  34. package/dist/cjs/artifacts/glyph/issue/24.js +12 -1
  35. package/dist/cjs/artifacts/glyph/new-feature/16.js +12 -1
  36. package/dist/cjs/artifacts/glyph/new-feature/24.js +12 -1
  37. package/dist/cjs/artifacts/glyph/page/16.js +12 -1
  38. package/dist/cjs/artifacts/glyph/page/24.js +12 -1
  39. package/dist/cjs/artifacts/glyph/page-live-doc/16.js +12 -1
  40. package/dist/cjs/artifacts/glyph/page-live-doc/24.js +12 -1
  41. package/dist/cjs/artifacts/glyph/problem/16.js +12 -1
  42. package/dist/cjs/artifacts/glyph/problem/24.js +12 -1
  43. package/dist/cjs/artifacts/glyph/pull-request/16.js +12 -1
  44. package/dist/cjs/artifacts/glyph/pull-request/24.js +12 -1
  45. package/dist/cjs/artifacts/glyph/question/16.js +12 -1
  46. package/dist/cjs/artifacts/glyph/question/24.js +12 -1
  47. package/dist/cjs/artifacts/glyph/story/16.js +12 -1
  48. package/dist/cjs/artifacts/glyph/story/24.js +12 -1
  49. package/dist/cjs/artifacts/glyph/subtask/16.js +12 -1
  50. package/dist/cjs/artifacts/glyph/subtask/24.js +12 -1
  51. package/dist/cjs/artifacts/glyph/task/16.js +12 -1
  52. package/dist/cjs/artifacts/glyph/task/24.js +12 -1
  53. package/dist/cjs/artifacts/glyph-legacy/blog/16.js +1 -1
  54. package/dist/cjs/artifacts/glyph-legacy/blog/24.js +1 -1
  55. package/dist/cjs/artifacts/glyph-legacy/branch/16.js +1 -1
  56. package/dist/cjs/artifacts/glyph-legacy/branch/24.js +1 -1
  57. package/dist/cjs/artifacts/glyph-legacy/bug/16.js +1 -1
  58. package/dist/cjs/artifacts/glyph-legacy/bug/24.js +1 -1
  59. package/dist/cjs/artifacts/glyph-legacy/calendar/16.js +1 -1
  60. package/dist/cjs/artifacts/glyph-legacy/calendar/24.js +1 -1
  61. package/dist/cjs/artifacts/glyph-legacy/changes/16.js +1 -1
  62. package/dist/cjs/artifacts/glyph-legacy/changes/24.js +1 -1
  63. package/dist/cjs/artifacts/glyph-legacy/code/16.js +1 -1
  64. package/dist/cjs/artifacts/glyph-legacy/code/24.js +1 -1
  65. package/dist/cjs/artifacts/glyph-legacy/commit/16.js +1 -1
  66. package/dist/cjs/artifacts/glyph-legacy/commit/24.js +1 -1
  67. package/dist/cjs/artifacts/glyph-legacy/epic/16.js +1 -1
  68. package/dist/cjs/artifacts/glyph-legacy/epic/24.js +1 -1
  69. package/dist/cjs/artifacts/glyph-legacy/improvement/16.js +1 -1
  70. package/dist/cjs/artifacts/glyph-legacy/improvement/24.js +1 -1
  71. package/dist/cjs/artifacts/glyph-legacy/incident/16.js +1 -1
  72. package/dist/cjs/artifacts/glyph-legacy/incident/24.js +1 -1
  73. package/dist/cjs/artifacts/glyph-legacy/issue/16.js +1 -1
  74. package/dist/cjs/artifacts/glyph-legacy/issue/24.js +1 -1
  75. package/dist/cjs/artifacts/glyph-legacy/new-feature/16.js +1 -1
  76. package/dist/cjs/artifacts/glyph-legacy/new-feature/24.js +1 -1
  77. package/dist/cjs/artifacts/glyph-legacy/page/16.js +1 -1
  78. package/dist/cjs/artifacts/glyph-legacy/page/24.js +1 -1
  79. package/dist/cjs/artifacts/glyph-legacy/page-live-doc/16.js +1 -1
  80. package/dist/cjs/artifacts/glyph-legacy/page-live-doc/24.js +1 -1
  81. package/dist/cjs/artifacts/glyph-legacy/problem/16.js +1 -1
  82. package/dist/cjs/artifacts/glyph-legacy/problem/24.js +1 -1
  83. package/dist/cjs/artifacts/glyph-legacy/pull-request/16.js +1 -1
  84. package/dist/cjs/artifacts/glyph-legacy/pull-request/24.js +1 -1
  85. package/dist/cjs/artifacts/glyph-legacy/question/16.js +1 -1
  86. package/dist/cjs/artifacts/glyph-legacy/question/24.js +1 -1
  87. package/dist/cjs/artifacts/glyph-legacy/story/16.js +1 -1
  88. package/dist/cjs/artifacts/glyph-legacy/story/24.js +1 -1
  89. package/dist/cjs/artifacts/glyph-legacy/subtask/16.js +1 -1
  90. package/dist/cjs/artifacts/glyph-legacy/subtask/24.js +1 -1
  91. package/dist/cjs/artifacts/glyph-legacy/task/16.js +1 -1
  92. package/dist/cjs/artifacts/glyph-legacy/task/24.js +1 -1
  93. package/dist/cjs/metadata.js +2 -1
  94. package/dist/es2019/all-icons.js +46 -0
  95. package/dist/es2019/artifacts/glyph/blog/16.js +12 -1
  96. package/dist/es2019/artifacts/glyph/blog/24.js +12 -1
  97. package/dist/es2019/artifacts/glyph/branch/16.js +12 -1
  98. package/dist/es2019/artifacts/glyph/branch/24.js +12 -1
  99. package/dist/es2019/artifacts/glyph/bug/16.js +12 -1
  100. package/dist/es2019/artifacts/glyph/bug/24.js +12 -1
  101. package/dist/es2019/artifacts/glyph/calendar/16.js +12 -1
  102. package/dist/es2019/artifacts/glyph/calendar/24.js +12 -1
  103. package/dist/es2019/artifacts/glyph/changes/16.js +12 -1
  104. package/dist/es2019/artifacts/glyph/changes/24.js +12 -1
  105. package/dist/es2019/artifacts/glyph/code/16.js +12 -1
  106. package/dist/es2019/artifacts/glyph/code/24.js +12 -1
  107. package/dist/es2019/artifacts/glyph/commit/16.js +12 -1
  108. package/dist/es2019/artifacts/glyph/commit/24.js +12 -1
  109. package/dist/es2019/artifacts/glyph/epic/16.js +12 -1
  110. package/dist/es2019/artifacts/glyph/epic/24.js +12 -1
  111. package/dist/es2019/artifacts/glyph/improvement/16.js +12 -1
  112. package/dist/es2019/artifacts/glyph/improvement/24.js +12 -1
  113. package/dist/es2019/artifacts/glyph/incident/16.js +12 -1
  114. package/dist/es2019/artifacts/glyph/incident/24.js +12 -1
  115. package/dist/es2019/artifacts/glyph/issue/16.js +12 -1
  116. package/dist/es2019/artifacts/glyph/issue/24.js +12 -1
  117. package/dist/es2019/artifacts/glyph/new-feature/16.js +12 -1
  118. package/dist/es2019/artifacts/glyph/new-feature/24.js +12 -1
  119. package/dist/es2019/artifacts/glyph/page/16.js +12 -1
  120. package/dist/es2019/artifacts/glyph/page/24.js +12 -1
  121. package/dist/es2019/artifacts/glyph/page-live-doc/16.js +12 -1
  122. package/dist/es2019/artifacts/glyph/page-live-doc/24.js +12 -1
  123. package/dist/es2019/artifacts/glyph/problem/16.js +12 -1
  124. package/dist/es2019/artifacts/glyph/problem/24.js +12 -1
  125. package/dist/es2019/artifacts/glyph/pull-request/16.js +12 -1
  126. package/dist/es2019/artifacts/glyph/pull-request/24.js +12 -1
  127. package/dist/es2019/artifacts/glyph/question/16.js +12 -1
  128. package/dist/es2019/artifacts/glyph/question/24.js +12 -1
  129. package/dist/es2019/artifacts/glyph/story/16.js +12 -1
  130. package/dist/es2019/artifacts/glyph/story/24.js +12 -1
  131. package/dist/es2019/artifacts/glyph/subtask/16.js +12 -1
  132. package/dist/es2019/artifacts/glyph/subtask/24.js +12 -1
  133. package/dist/es2019/artifacts/glyph/task/16.js +12 -1
  134. package/dist/es2019/artifacts/glyph/task/24.js +12 -1
  135. package/dist/es2019/artifacts/glyph-legacy/blog/16.js +1 -1
  136. package/dist/es2019/artifacts/glyph-legacy/blog/24.js +1 -1
  137. package/dist/es2019/artifacts/glyph-legacy/branch/16.js +1 -1
  138. package/dist/es2019/artifacts/glyph-legacy/branch/24.js +1 -1
  139. package/dist/es2019/artifacts/glyph-legacy/bug/16.js +1 -1
  140. package/dist/es2019/artifacts/glyph-legacy/bug/24.js +1 -1
  141. package/dist/es2019/artifacts/glyph-legacy/calendar/16.js +1 -1
  142. package/dist/es2019/artifacts/glyph-legacy/calendar/24.js +1 -1
  143. package/dist/es2019/artifacts/glyph-legacy/changes/16.js +1 -1
  144. package/dist/es2019/artifacts/glyph-legacy/changes/24.js +1 -1
  145. package/dist/es2019/artifacts/glyph-legacy/code/16.js +1 -1
  146. package/dist/es2019/artifacts/glyph-legacy/code/24.js +1 -1
  147. package/dist/es2019/artifacts/glyph-legacy/commit/16.js +1 -1
  148. package/dist/es2019/artifacts/glyph-legacy/commit/24.js +1 -1
  149. package/dist/es2019/artifacts/glyph-legacy/epic/16.js +1 -1
  150. package/dist/es2019/artifacts/glyph-legacy/epic/24.js +1 -1
  151. package/dist/es2019/artifacts/glyph-legacy/improvement/16.js +1 -1
  152. package/dist/es2019/artifacts/glyph-legacy/improvement/24.js +1 -1
  153. package/dist/es2019/artifacts/glyph-legacy/incident/16.js +1 -1
  154. package/dist/es2019/artifacts/glyph-legacy/incident/24.js +1 -1
  155. package/dist/es2019/artifacts/glyph-legacy/issue/16.js +1 -1
  156. package/dist/es2019/artifacts/glyph-legacy/issue/24.js +1 -1
  157. package/dist/es2019/artifacts/glyph-legacy/new-feature/16.js +1 -1
  158. package/dist/es2019/artifacts/glyph-legacy/new-feature/24.js +1 -1
  159. package/dist/es2019/artifacts/glyph-legacy/page/16.js +1 -1
  160. package/dist/es2019/artifacts/glyph-legacy/page/24.js +1 -1
  161. package/dist/es2019/artifacts/glyph-legacy/page-live-doc/16.js +1 -1
  162. package/dist/es2019/artifacts/glyph-legacy/page-live-doc/24.js +1 -1
  163. package/dist/es2019/artifacts/glyph-legacy/problem/16.js +1 -1
  164. package/dist/es2019/artifacts/glyph-legacy/problem/24.js +1 -1
  165. package/dist/es2019/artifacts/glyph-legacy/pull-request/16.js +1 -1
  166. package/dist/es2019/artifacts/glyph-legacy/pull-request/24.js +1 -1
  167. package/dist/es2019/artifacts/glyph-legacy/question/16.js +1 -1
  168. package/dist/es2019/artifacts/glyph-legacy/question/24.js +1 -1
  169. package/dist/es2019/artifacts/glyph-legacy/story/16.js +1 -1
  170. package/dist/es2019/artifacts/glyph-legacy/story/24.js +1 -1
  171. package/dist/es2019/artifacts/glyph-legacy/subtask/16.js +1 -1
  172. package/dist/es2019/artifacts/glyph-legacy/subtask/24.js +1 -1
  173. package/dist/es2019/artifacts/glyph-legacy/task/16.js +1 -1
  174. package/dist/es2019/artifacts/glyph-legacy/task/24.js +1 -1
  175. package/dist/es2019/metadata.js +2 -1
  176. package/dist/esm/all-icons.js +46 -0
  177. package/dist/esm/artifacts/glyph/blog/16.js +12 -1
  178. package/dist/esm/artifacts/glyph/blog/24.js +12 -1
  179. package/dist/esm/artifacts/glyph/branch/16.js +12 -1
  180. package/dist/esm/artifacts/glyph/branch/24.js +12 -1
  181. package/dist/esm/artifacts/glyph/bug/16.js +12 -1
  182. package/dist/esm/artifacts/glyph/bug/24.js +12 -1
  183. package/dist/esm/artifacts/glyph/calendar/16.js +12 -1
  184. package/dist/esm/artifacts/glyph/calendar/24.js +12 -1
  185. package/dist/esm/artifacts/glyph/changes/16.js +12 -1
  186. package/dist/esm/artifacts/glyph/changes/24.js +12 -1
  187. package/dist/esm/artifacts/glyph/code/16.js +12 -1
  188. package/dist/esm/artifacts/glyph/code/24.js +12 -1
  189. package/dist/esm/artifacts/glyph/commit/16.js +12 -1
  190. package/dist/esm/artifacts/glyph/commit/24.js +12 -1
  191. package/dist/esm/artifacts/glyph/epic/16.js +12 -1
  192. package/dist/esm/artifacts/glyph/epic/24.js +12 -1
  193. package/dist/esm/artifacts/glyph/improvement/16.js +12 -1
  194. package/dist/esm/artifacts/glyph/improvement/24.js +12 -1
  195. package/dist/esm/artifacts/glyph/incident/16.js +12 -1
  196. package/dist/esm/artifacts/glyph/incident/24.js +12 -1
  197. package/dist/esm/artifacts/glyph/issue/16.js +12 -1
  198. package/dist/esm/artifacts/glyph/issue/24.js +12 -1
  199. package/dist/esm/artifacts/glyph/new-feature/16.js +12 -1
  200. package/dist/esm/artifacts/glyph/new-feature/24.js +12 -1
  201. package/dist/esm/artifacts/glyph/page/16.js +12 -1
  202. package/dist/esm/artifacts/glyph/page/24.js +12 -1
  203. package/dist/esm/artifacts/glyph/page-live-doc/16.js +12 -1
  204. package/dist/esm/artifacts/glyph/page-live-doc/24.js +12 -1
  205. package/dist/esm/artifacts/glyph/problem/16.js +12 -1
  206. package/dist/esm/artifacts/glyph/problem/24.js +12 -1
  207. package/dist/esm/artifacts/glyph/pull-request/16.js +12 -1
  208. package/dist/esm/artifacts/glyph/pull-request/24.js +12 -1
  209. package/dist/esm/artifacts/glyph/question/16.js +12 -1
  210. package/dist/esm/artifacts/glyph/question/24.js +12 -1
  211. package/dist/esm/artifacts/glyph/story/16.js +12 -1
  212. package/dist/esm/artifacts/glyph/story/24.js +12 -1
  213. package/dist/esm/artifacts/glyph/subtask/16.js +12 -1
  214. package/dist/esm/artifacts/glyph/subtask/24.js +12 -1
  215. package/dist/esm/artifacts/glyph/task/16.js +12 -1
  216. package/dist/esm/artifacts/glyph/task/24.js +12 -1
  217. package/dist/esm/artifacts/glyph-legacy/blog/16.js +1 -1
  218. package/dist/esm/artifacts/glyph-legacy/blog/24.js +1 -1
  219. package/dist/esm/artifacts/glyph-legacy/branch/16.js +1 -1
  220. package/dist/esm/artifacts/glyph-legacy/branch/24.js +1 -1
  221. package/dist/esm/artifacts/glyph-legacy/bug/16.js +1 -1
  222. package/dist/esm/artifacts/glyph-legacy/bug/24.js +1 -1
  223. package/dist/esm/artifacts/glyph-legacy/calendar/16.js +1 -1
  224. package/dist/esm/artifacts/glyph-legacy/calendar/24.js +1 -1
  225. package/dist/esm/artifacts/glyph-legacy/changes/16.js +1 -1
  226. package/dist/esm/artifacts/glyph-legacy/changes/24.js +1 -1
  227. package/dist/esm/artifacts/glyph-legacy/code/16.js +1 -1
  228. package/dist/esm/artifacts/glyph-legacy/code/24.js +1 -1
  229. package/dist/esm/artifacts/glyph-legacy/commit/16.js +1 -1
  230. package/dist/esm/artifacts/glyph-legacy/commit/24.js +1 -1
  231. package/dist/esm/artifacts/glyph-legacy/epic/16.js +1 -1
  232. package/dist/esm/artifacts/glyph-legacy/epic/24.js +1 -1
  233. package/dist/esm/artifacts/glyph-legacy/improvement/16.js +1 -1
  234. package/dist/esm/artifacts/glyph-legacy/improvement/24.js +1 -1
  235. package/dist/esm/artifacts/glyph-legacy/incident/16.js +1 -1
  236. package/dist/esm/artifacts/glyph-legacy/incident/24.js +1 -1
  237. package/dist/esm/artifacts/glyph-legacy/issue/16.js +1 -1
  238. package/dist/esm/artifacts/glyph-legacy/issue/24.js +1 -1
  239. package/dist/esm/artifacts/glyph-legacy/new-feature/16.js +1 -1
  240. package/dist/esm/artifacts/glyph-legacy/new-feature/24.js +1 -1
  241. package/dist/esm/artifacts/glyph-legacy/page/16.js +1 -1
  242. package/dist/esm/artifacts/glyph-legacy/page/24.js +1 -1
  243. package/dist/esm/artifacts/glyph-legacy/page-live-doc/16.js +1 -1
  244. package/dist/esm/artifacts/glyph-legacy/page-live-doc/24.js +1 -1
  245. package/dist/esm/artifacts/glyph-legacy/problem/16.js +1 -1
  246. package/dist/esm/artifacts/glyph-legacy/problem/24.js +1 -1
  247. package/dist/esm/artifacts/glyph-legacy/pull-request/16.js +1 -1
  248. package/dist/esm/artifacts/glyph-legacy/pull-request/24.js +1 -1
  249. package/dist/esm/artifacts/glyph-legacy/question/16.js +1 -1
  250. package/dist/esm/artifacts/glyph-legacy/question/24.js +1 -1
  251. package/dist/esm/artifacts/glyph-legacy/story/16.js +1 -1
  252. package/dist/esm/artifacts/glyph-legacy/story/24.js +1 -1
  253. package/dist/esm/artifacts/glyph-legacy/subtask/16.js +1 -1
  254. package/dist/esm/artifacts/glyph-legacy/subtask/24.js +1 -1
  255. package/dist/esm/artifacts/glyph-legacy/task/16.js +1 -1
  256. package/dist/esm/artifacts/glyph-legacy/task/24.js +1 -1
  257. package/dist/esm/metadata.js +2 -1
  258. package/dist/types/all-icons.d.ts +4 -0
  259. package/dist/types/artifacts/glyph/blog/16.d.ts +2 -2
  260. package/dist/types/artifacts/glyph/blog/24.d.ts +2 -2
  261. package/dist/types/artifacts/glyph/branch/16.d.ts +2 -2
  262. package/dist/types/artifacts/glyph/branch/24.d.ts +2 -2
  263. package/dist/types/artifacts/glyph/bug/16.d.ts +2 -2
  264. package/dist/types/artifacts/glyph/bug/24.d.ts +2 -2
  265. package/dist/types/artifacts/glyph/calendar/16.d.ts +2 -2
  266. package/dist/types/artifacts/glyph/calendar/24.d.ts +2 -2
  267. package/dist/types/artifacts/glyph/changes/16.d.ts +2 -2
  268. package/dist/types/artifacts/glyph/changes/24.d.ts +2 -2
  269. package/dist/types/artifacts/glyph/code/16.d.ts +2 -2
  270. package/dist/types/artifacts/glyph/code/24.d.ts +2 -2
  271. package/dist/types/artifacts/glyph/commit/16.d.ts +2 -2
  272. package/dist/types/artifacts/glyph/commit/24.d.ts +2 -2
  273. package/dist/types/artifacts/glyph/epic/16.d.ts +2 -2
  274. package/dist/types/artifacts/glyph/epic/24.d.ts +2 -2
  275. package/dist/types/artifacts/glyph/improvement/16.d.ts +2 -2
  276. package/dist/types/artifacts/glyph/improvement/24.d.ts +2 -2
  277. package/dist/types/artifacts/glyph/incident/16.d.ts +2 -2
  278. package/dist/types/artifacts/glyph/incident/24.d.ts +2 -2
  279. package/dist/types/artifacts/glyph/issue/16.d.ts +2 -2
  280. package/dist/types/artifacts/glyph/issue/24.d.ts +2 -2
  281. package/dist/types/artifacts/glyph/new-feature/16.d.ts +2 -2
  282. package/dist/types/artifacts/glyph/new-feature/24.d.ts +2 -2
  283. package/dist/types/artifacts/glyph/page/16.d.ts +2 -2
  284. package/dist/types/artifacts/glyph/page/24.d.ts +2 -2
  285. package/dist/types/artifacts/glyph/page-live-doc/16.d.ts +2 -2
  286. package/dist/types/artifacts/glyph/page-live-doc/24.d.ts +2 -2
  287. package/dist/types/artifacts/glyph/problem/16.d.ts +2 -2
  288. package/dist/types/artifacts/glyph/problem/24.d.ts +2 -2
  289. package/dist/types/artifacts/glyph/pull-request/16.d.ts +2 -2
  290. package/dist/types/artifacts/glyph/pull-request/24.d.ts +2 -2
  291. package/dist/types/artifacts/glyph/question/16.d.ts +2 -2
  292. package/dist/types/artifacts/glyph/question/24.d.ts +2 -2
  293. package/dist/types/artifacts/glyph/story/16.d.ts +2 -2
  294. package/dist/types/artifacts/glyph/story/24.d.ts +2 -2
  295. package/dist/types/artifacts/glyph/subtask/16.d.ts +2 -2
  296. package/dist/types/artifacts/glyph/subtask/24.d.ts +2 -2
  297. package/dist/types/artifacts/glyph/task/16.d.ts +2 -2
  298. package/dist/types/artifacts/glyph/task/24.d.ts +2 -2
  299. package/dist/types/artifacts/glyph-legacy/blog/16.d.ts +2 -2
  300. package/dist/types/artifacts/glyph-legacy/blog/24.d.ts +2 -2
  301. package/dist/types/artifacts/glyph-legacy/branch/16.d.ts +2 -2
  302. package/dist/types/artifacts/glyph-legacy/branch/24.d.ts +2 -2
  303. package/dist/types/artifacts/glyph-legacy/bug/16.d.ts +2 -2
  304. package/dist/types/artifacts/glyph-legacy/bug/24.d.ts +2 -2
  305. package/dist/types/artifacts/glyph-legacy/calendar/16.d.ts +2 -2
  306. package/dist/types/artifacts/glyph-legacy/calendar/24.d.ts +2 -2
  307. package/dist/types/artifacts/glyph-legacy/changes/16.d.ts +2 -2
  308. package/dist/types/artifacts/glyph-legacy/changes/24.d.ts +2 -2
  309. package/dist/types/artifacts/glyph-legacy/code/16.d.ts +2 -2
  310. package/dist/types/artifacts/glyph-legacy/code/24.d.ts +2 -2
  311. package/dist/types/artifacts/glyph-legacy/commit/16.d.ts +2 -2
  312. package/dist/types/artifacts/glyph-legacy/commit/24.d.ts +2 -2
  313. package/dist/types/artifacts/glyph-legacy/epic/16.d.ts +2 -2
  314. package/dist/types/artifacts/glyph-legacy/epic/24.d.ts +2 -2
  315. package/dist/types/artifacts/glyph-legacy/improvement/16.d.ts +2 -2
  316. package/dist/types/artifacts/glyph-legacy/improvement/24.d.ts +2 -2
  317. package/dist/types/artifacts/glyph-legacy/incident/16.d.ts +2 -2
  318. package/dist/types/artifacts/glyph-legacy/incident/24.d.ts +2 -2
  319. package/dist/types/artifacts/glyph-legacy/issue/16.d.ts +2 -2
  320. package/dist/types/artifacts/glyph-legacy/issue/24.d.ts +2 -2
  321. package/dist/types/artifacts/glyph-legacy/new-feature/16.d.ts +2 -2
  322. package/dist/types/artifacts/glyph-legacy/new-feature/24.d.ts +2 -2
  323. package/dist/types/artifacts/glyph-legacy/page/16.d.ts +2 -2
  324. package/dist/types/artifacts/glyph-legacy/page/24.d.ts +2 -2
  325. package/dist/types/artifacts/glyph-legacy/page-live-doc/16.d.ts +2 -2
  326. package/dist/types/artifacts/glyph-legacy/page-live-doc/24.d.ts +2 -2
  327. package/dist/types/artifacts/glyph-legacy/problem/16.d.ts +2 -2
  328. package/dist/types/artifacts/glyph-legacy/problem/24.d.ts +2 -2
  329. package/dist/types/artifacts/glyph-legacy/pull-request/16.d.ts +2 -2
  330. package/dist/types/artifacts/glyph-legacy/pull-request/24.d.ts +2 -2
  331. package/dist/types/artifacts/glyph-legacy/question/16.d.ts +2 -2
  332. package/dist/types/artifacts/glyph-legacy/question/24.d.ts +2 -2
  333. package/dist/types/artifacts/glyph-legacy/story/16.d.ts +2 -2
  334. package/dist/types/artifacts/glyph-legacy/story/24.d.ts +2 -2
  335. package/dist/types/artifacts/glyph-legacy/subtask/16.d.ts +2 -2
  336. package/dist/types/artifacts/glyph-legacy/subtask/24.d.ts +2 -2
  337. package/dist/types/artifacts/glyph-legacy/task/16.d.ts +2 -2
  338. package/dist/types/artifacts/glyph-legacy/task/24.d.ts +2 -2
  339. package/dist/types/metadata.d.ts +2 -8
  340. package/dist/types-ts4.5/all-icons.d.ts +4 -0
  341. package/dist/types-ts4.5/artifacts/glyph/blog/16.d.ts +2 -2
  342. package/dist/types-ts4.5/artifacts/glyph/blog/24.d.ts +2 -2
  343. package/dist/types-ts4.5/artifacts/glyph/branch/16.d.ts +2 -2
  344. package/dist/types-ts4.5/artifacts/glyph/branch/24.d.ts +2 -2
  345. package/dist/types-ts4.5/artifacts/glyph/bug/16.d.ts +2 -2
  346. package/dist/types-ts4.5/artifacts/glyph/bug/24.d.ts +2 -2
  347. package/dist/types-ts4.5/artifacts/glyph/calendar/16.d.ts +2 -2
  348. package/dist/types-ts4.5/artifacts/glyph/calendar/24.d.ts +2 -2
  349. package/dist/types-ts4.5/artifacts/glyph/changes/16.d.ts +2 -2
  350. package/dist/types-ts4.5/artifacts/glyph/changes/24.d.ts +2 -2
  351. package/dist/types-ts4.5/artifacts/glyph/code/16.d.ts +2 -2
  352. package/dist/types-ts4.5/artifacts/glyph/code/24.d.ts +2 -2
  353. package/dist/types-ts4.5/artifacts/glyph/commit/16.d.ts +2 -2
  354. package/dist/types-ts4.5/artifacts/glyph/commit/24.d.ts +2 -2
  355. package/dist/types-ts4.5/artifacts/glyph/epic/16.d.ts +2 -2
  356. package/dist/types-ts4.5/artifacts/glyph/epic/24.d.ts +2 -2
  357. package/dist/types-ts4.5/artifacts/glyph/improvement/16.d.ts +2 -2
  358. package/dist/types-ts4.5/artifacts/glyph/improvement/24.d.ts +2 -2
  359. package/dist/types-ts4.5/artifacts/glyph/incident/16.d.ts +2 -2
  360. package/dist/types-ts4.5/artifacts/glyph/incident/24.d.ts +2 -2
  361. package/dist/types-ts4.5/artifacts/glyph/issue/16.d.ts +2 -2
  362. package/dist/types-ts4.5/artifacts/glyph/issue/24.d.ts +2 -2
  363. package/dist/types-ts4.5/artifacts/glyph/new-feature/16.d.ts +2 -2
  364. package/dist/types-ts4.5/artifacts/glyph/new-feature/24.d.ts +2 -2
  365. package/dist/types-ts4.5/artifacts/glyph/page/16.d.ts +2 -2
  366. package/dist/types-ts4.5/artifacts/glyph/page/24.d.ts +2 -2
  367. package/dist/types-ts4.5/artifacts/glyph/page-live-doc/16.d.ts +2 -2
  368. package/dist/types-ts4.5/artifacts/glyph/page-live-doc/24.d.ts +2 -2
  369. package/dist/types-ts4.5/artifacts/glyph/problem/16.d.ts +2 -2
  370. package/dist/types-ts4.5/artifacts/glyph/problem/24.d.ts +2 -2
  371. package/dist/types-ts4.5/artifacts/glyph/pull-request/16.d.ts +2 -2
  372. package/dist/types-ts4.5/artifacts/glyph/pull-request/24.d.ts +2 -2
  373. package/dist/types-ts4.5/artifacts/glyph/question/16.d.ts +2 -2
  374. package/dist/types-ts4.5/artifacts/glyph/question/24.d.ts +2 -2
  375. package/dist/types-ts4.5/artifacts/glyph/story/16.d.ts +2 -2
  376. package/dist/types-ts4.5/artifacts/glyph/story/24.d.ts +2 -2
  377. package/dist/types-ts4.5/artifacts/glyph/subtask/16.d.ts +2 -2
  378. package/dist/types-ts4.5/artifacts/glyph/subtask/24.d.ts +2 -2
  379. package/dist/types-ts4.5/artifacts/glyph/task/16.d.ts +2 -2
  380. package/dist/types-ts4.5/artifacts/glyph/task/24.d.ts +2 -2
  381. package/dist/types-ts4.5/artifacts/glyph-legacy/blog/16.d.ts +2 -2
  382. package/dist/types-ts4.5/artifacts/glyph-legacy/blog/24.d.ts +2 -2
  383. package/dist/types-ts4.5/artifacts/glyph-legacy/branch/16.d.ts +2 -2
  384. package/dist/types-ts4.5/artifacts/glyph-legacy/branch/24.d.ts +2 -2
  385. package/dist/types-ts4.5/artifacts/glyph-legacy/bug/16.d.ts +2 -2
  386. package/dist/types-ts4.5/artifacts/glyph-legacy/bug/24.d.ts +2 -2
  387. package/dist/types-ts4.5/artifacts/glyph-legacy/calendar/16.d.ts +2 -2
  388. package/dist/types-ts4.5/artifacts/glyph-legacy/calendar/24.d.ts +2 -2
  389. package/dist/types-ts4.5/artifacts/glyph-legacy/changes/16.d.ts +2 -2
  390. package/dist/types-ts4.5/artifacts/glyph-legacy/changes/24.d.ts +2 -2
  391. package/dist/types-ts4.5/artifacts/glyph-legacy/code/16.d.ts +2 -2
  392. package/dist/types-ts4.5/artifacts/glyph-legacy/code/24.d.ts +2 -2
  393. package/dist/types-ts4.5/artifacts/glyph-legacy/commit/16.d.ts +2 -2
  394. package/dist/types-ts4.5/artifacts/glyph-legacy/commit/24.d.ts +2 -2
  395. package/dist/types-ts4.5/artifacts/glyph-legacy/epic/16.d.ts +2 -2
  396. package/dist/types-ts4.5/artifacts/glyph-legacy/epic/24.d.ts +2 -2
  397. package/dist/types-ts4.5/artifacts/glyph-legacy/improvement/16.d.ts +2 -2
  398. package/dist/types-ts4.5/artifacts/glyph-legacy/improvement/24.d.ts +2 -2
  399. package/dist/types-ts4.5/artifacts/glyph-legacy/incident/16.d.ts +2 -2
  400. package/dist/types-ts4.5/artifacts/glyph-legacy/incident/24.d.ts +2 -2
  401. package/dist/types-ts4.5/artifacts/glyph-legacy/issue/16.d.ts +2 -2
  402. package/dist/types-ts4.5/artifacts/glyph-legacy/issue/24.d.ts +2 -2
  403. package/dist/types-ts4.5/artifacts/glyph-legacy/new-feature/16.d.ts +2 -2
  404. package/dist/types-ts4.5/artifacts/glyph-legacy/new-feature/24.d.ts +2 -2
  405. package/dist/types-ts4.5/artifacts/glyph-legacy/page/16.d.ts +2 -2
  406. package/dist/types-ts4.5/artifacts/glyph-legacy/page/24.d.ts +2 -2
  407. package/dist/types-ts4.5/artifacts/glyph-legacy/page-live-doc/16.d.ts +2 -2
  408. package/dist/types-ts4.5/artifacts/glyph-legacy/page-live-doc/24.d.ts +2 -2
  409. package/dist/types-ts4.5/artifacts/glyph-legacy/problem/16.d.ts +2 -2
  410. package/dist/types-ts4.5/artifacts/glyph-legacy/problem/24.d.ts +2 -2
  411. package/dist/types-ts4.5/artifacts/glyph-legacy/pull-request/16.d.ts +2 -2
  412. package/dist/types-ts4.5/artifacts/glyph-legacy/pull-request/24.d.ts +2 -2
  413. package/dist/types-ts4.5/artifacts/glyph-legacy/question/16.d.ts +2 -2
  414. package/dist/types-ts4.5/artifacts/glyph-legacy/question/24.d.ts +2 -2
  415. package/dist/types-ts4.5/artifacts/glyph-legacy/story/16.d.ts +2 -2
  416. package/dist/types-ts4.5/artifacts/glyph-legacy/story/24.d.ts +2 -2
  417. package/dist/types-ts4.5/artifacts/glyph-legacy/subtask/16.d.ts +2 -2
  418. package/dist/types-ts4.5/artifacts/glyph-legacy/subtask/24.d.ts +2 -2
  419. package/dist/types-ts4.5/artifacts/glyph-legacy/task/16.d.ts +2 -2
  420. package/dist/types-ts4.5/artifacts/glyph-legacy/task/24.d.ts +2 -2
  421. package/dist/types-ts4.5/metadata.d.ts +2 -8
  422. package/package.json +11 -48
  423. package/__tests__/visual-regression/__image_snapshots__/icon-object-snapshots-test-tsx-icon-priority-snapshots-should-match-light-mode-icons-1-snap.png +0 -3
  424. package/__tests__/visual-regression/icon-object-snapshots.test.tsx +0 -15
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/icon-object",
3
- "version": "7.2.1",
3
+ "version": "7.2.3",
4
4
  "description": "An object icon is used to represent an Atlassian-specific content type.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -36,8 +36,10 @@
36
36
  "build-glyphs": "ts-node --project ../../../tsconfig.node.json ./build/index.tsx"
37
37
  },
38
38
  "dependencies": {
39
- "@atlaskit/icon": "^28.0.0",
40
- "@atlaskit/icon-lab": "^5.6.0",
39
+ "@atlaskit/icon": "^28.3.0",
40
+ "@atlaskit/icon-lab": "^5.7.0",
41
+ "@atlaskit/object": "^0.2.0",
42
+ "@atlaskit/platform-feature-flags": "^1.1.0",
41
43
  "@babel/runtime": "^7.0.0"
42
44
  },
43
45
  "peerDependencies": {
@@ -46,10 +48,10 @@
46
48
  "devDependencies": {
47
49
  "@af/formatting": "workspace:^",
48
50
  "@af/icon-build-process": "workspace:^",
49
- "@atlaskit/css": "^0.12.0",
51
+ "@af/visual-regression": "workspace:^",
52
+ "@atlaskit/css": "^0.14.0",
50
53
  "@atlaskit/textfield": "^8.0.0",
51
54
  "@atlaskit/tooltip": "^20.4.0",
52
- "@atlaskit/visual-regression": "workspace:^",
53
55
  "@atlassian/codegen": "^0.1.0",
54
56
  "fs-extra": "^4.0.2",
55
57
  "pkg-dir": "^4.2.0",
@@ -74,48 +76,9 @@
74
76
  "deprecation": "no-deprecated-imports"
75
77
  }
76
78
  },
77
- "af:exports": {
78
- "./metadata": "./src/entry-points/metadata.tsx",
79
- "./glyph/blog/16": "./src/artifacts/glyph/blog/16.tsx",
80
- "./glyph/blog/24": "./src/artifacts/glyph/blog/24.tsx",
81
- "./glyph/branch/16": "./src/artifacts/glyph/branch/16.tsx",
82
- "./glyph/branch/24": "./src/artifacts/glyph/branch/24.tsx",
83
- "./glyph/bug/16": "./src/artifacts/glyph/bug/16.tsx",
84
- "./glyph/bug/24": "./src/artifacts/glyph/bug/24.tsx",
85
- "./glyph/calendar/16": "./src/artifacts/glyph/calendar/16.tsx",
86
- "./glyph/calendar/24": "./src/artifacts/glyph/calendar/24.tsx",
87
- "./glyph/changes/16": "./src/artifacts/glyph/changes/16.tsx",
88
- "./glyph/changes/24": "./src/artifacts/glyph/changes/24.tsx",
89
- "./glyph/code/16": "./src/artifacts/glyph/code/16.tsx",
90
- "./glyph/code/24": "./src/artifacts/glyph/code/24.tsx",
91
- "./glyph/commit/16": "./src/artifacts/glyph/commit/16.tsx",
92
- "./glyph/commit/24": "./src/artifacts/glyph/commit/24.tsx",
93
- "./glyph/epic/16": "./src/artifacts/glyph/epic/16.tsx",
94
- "./glyph/epic/24": "./src/artifacts/glyph/epic/24.tsx",
95
- "./glyph/improvement/16": "./src/artifacts/glyph/improvement/16.tsx",
96
- "./glyph/improvement/24": "./src/artifacts/glyph/improvement/24.tsx",
97
- "./glyph/incident/16": "./src/artifacts/glyph/incident/16.tsx",
98
- "./glyph/incident/24": "./src/artifacts/glyph/incident/24.tsx",
99
- "./glyph/issue/16": "./src/artifacts/glyph/issue/16.tsx",
100
- "./glyph/issue/24": "./src/artifacts/glyph/issue/24.tsx",
101
- "./glyph/new-feature/16": "./src/artifacts/glyph/new-feature/16.tsx",
102
- "./glyph/new-feature/24": "./src/artifacts/glyph/new-feature/24.tsx",
103
- "./glyph/page/16": "./src/artifacts/glyph/page/16.tsx",
104
- "./glyph/page/24": "./src/artifacts/glyph/page/24.tsx",
105
- "./glyph/page-live-doc/16": "./src/artifacts/glyph/page-live-doc/16.tsx",
106
- "./glyph/page-live-doc/24": "./src/artifacts/glyph/page-live-doc/24.tsx",
107
- "./glyph/problem/16": "./src/artifacts/glyph/problem/16.tsx",
108
- "./glyph/problem/24": "./src/artifacts/glyph/problem/24.tsx",
109
- "./glyph/pull-request/16": "./src/artifacts/glyph/pull-request/16.tsx",
110
- "./glyph/pull-request/24": "./src/artifacts/glyph/pull-request/24.tsx",
111
- "./glyph/question/16": "./src/artifacts/glyph/question/16.tsx",
112
- "./glyph/question/24": "./src/artifacts/glyph/question/24.tsx",
113
- "./glyph/story/16": "./src/artifacts/glyph/story/16.tsx",
114
- "./glyph/story/24": "./src/artifacts/glyph/story/24.tsx",
115
- "./glyph/subtask/16": "./src/artifacts/glyph/subtask/16.tsx",
116
- "./glyph/subtask/24": "./src/artifacts/glyph/subtask/24.tsx",
117
- "./glyph/task/16": "./src/artifacts/glyph/task/16.tsx",
118
- "./glyph/task/24": "./src/artifacts/glyph/task/24.tsx",
119
- ".": "./src/index.tsx"
79
+ "platform-feature-flags": {
80
+ "platform_dst_icon_object_to_object": {
81
+ "type": "boolean"
82
+ }
120
83
  }
121
84
  }
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:5574640d54a839499fb9313c46acb5b11e418e6e71a2cf230f308025052440c9
3
- size 8252
@@ -1,15 +0,0 @@
1
- import { getExampleUrl, loadPage } from '@atlaskit/visual-regression/helper';
2
-
3
- describe('icon priority snapshots', () => {
4
- it('should match light mode icons', async () => {
5
- const { __BASEURL__, page } = global as any;
6
-
7
- const url = getExampleUrl('design-system', 'icon-object', 'icon-examples', __BASEURL__);
8
-
9
- await loadPage(page, url);
10
-
11
- const element = await page.$('[data-testid="light-root"]');
12
-
13
- expect(await element?.screenshot()).toMatchProdImageSnapshot();
14
- });
15
- });