@atlaskit/icon-lab 5.10.0 → 5.12.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 (71) hide show
  1. package/CHANGELOG.md +51 -62
  2. package/build/index.tsx +1 -71
  3. package/core/block-synced.d.ts +13 -0
  4. package/core/block-synced.js +29 -0
  5. package/core/pipeline.d.ts +13 -0
  6. package/core/pipeline.js +29 -0
  7. package/core/plan.d.ts +13 -0
  8. package/core/plan.js +29 -0
  9. package/core/playlist-add.d.ts +13 -0
  10. package/core/playlist-add.js +29 -0
  11. package/core/playlist-added.d.ts +13 -0
  12. package/core/playlist-added.js +29 -0
  13. package/core/playlist-remove.d.ts +13 -0
  14. package/core/playlist-remove.js +29 -0
  15. package/core/playlist.d.ts +13 -0
  16. package/core/playlist.js +29 -0
  17. package/core/roadmaps-plan.d.ts +4 -1
  18. package/core/roadmaps-plan.js +2 -2
  19. package/core/roadmaps-service.d.ts +4 -1
  20. package/core/service.d.ts +13 -0
  21. package/core/service.js +29 -0
  22. package/core/status-workflow-cancelled.d.ts +13 -0
  23. package/core/status-workflow-cancelled.js +29 -0
  24. package/core/status-workflow-danger.d.ts +13 -0
  25. package/core/status-workflow-danger.js +29 -0
  26. package/core/status-workflow-in-progress.d.ts +13 -0
  27. package/core/status-workflow-in-progress.js +29 -0
  28. package/core/status-workflow-in-review.d.ts +13 -0
  29. package/core/status-workflow-in-review.js +29 -0
  30. package/core/status-workflow-inactive.d.ts +13 -0
  31. package/core/status-workflow-inactive.js +29 -0
  32. package/core/status-workflow-incomplete.d.ts +13 -0
  33. package/core/status-workflow-incomplete.js +29 -0
  34. package/core/status-workflow-paused.d.ts +13 -0
  35. package/core/status-workflow-paused.js +29 -0
  36. package/core/status-workflow-returned.d.ts +13 -0
  37. package/core/status-workflow-returned.js +29 -0
  38. package/core/status-workflow-scheduled.d.ts +13 -0
  39. package/core/status-workflow-scheduled.js +29 -0
  40. package/core/status-workflow-stopped.d.ts +13 -0
  41. package/core/status-workflow-stopped.js +29 -0
  42. package/core/status-workflow-success.d.ts +13 -0
  43. package/core/status-workflow-success.js +29 -0
  44. package/core/status-workflow-warning.d.ts +13 -0
  45. package/core/status-workflow-warning.js +29 -0
  46. package/dist/cjs/metadata-core.js +219 -5
  47. package/dist/es2019/metadata-core.js +219 -5
  48. package/dist/esm/metadata-core.js +219 -5
  49. package/dist/types/metadata-core.d.ts +2 -3
  50. package/dist/types-ts4.5/metadata-core.d.ts +2 -3
  51. package/package.json +10 -10
  52. package/svgs/core/block-synced.svg +1 -0
  53. package/svgs/core/pipeline.svg +1 -0
  54. package/svgs/core/plan.svg +1 -0
  55. package/svgs/core/playlist-add.svg +1 -0
  56. package/svgs/core/playlist-added.svg +1 -0
  57. package/svgs/core/playlist-remove.svg +1 -0
  58. package/svgs/core/playlist.svg +1 -0
  59. package/svgs/core/service.svg +1 -0
  60. package/svgs/core/status-workflow-cancelled.svg +1 -0
  61. package/svgs/core/status-workflow-danger.svg +1 -0
  62. package/svgs/core/status-workflow-in-progress.svg +1 -0
  63. package/svgs/core/status-workflow-in-review.svg +1 -0
  64. package/svgs/core/status-workflow-inactive.svg +1 -0
  65. package/svgs/core/status-workflow-incomplete.svg +1 -0
  66. package/svgs/core/status-workflow-paused.svg +1 -0
  67. package/svgs/core/status-workflow-returned.svg +1 -0
  68. package/svgs/core/status-workflow-scheduled.svg +1 -0
  69. package/svgs/core/status-workflow-stopped.svg +1 -0
  70. package/svgs/core/status-workflow-success.svg +1 -0
  71. package/svgs/core/status-workflow-warning.svg +1 -0
@@ -3,7 +3,7 @@
3
3
  *
4
4
  * To change the format of this file, modify `createIconDocsNew` in icon-build-process/src/create-icon-docs.tsx.
5
5
  *
6
- * @codegen <<SignedSource::c9162adee99a4c616f51ac1bfb9ca964>>
6
+ * @codegen <<SignedSource::5882270e4a9f64ea17985c74497862ba>>
7
7
  * @codegenCommand yarn build:icon-glyphs
8
8
  */
9
9
 
@@ -368,6 +368,16 @@ const metadata = {
368
368
  team: 'JSM',
369
369
  status: 'published'
370
370
  },
371
+ 'block-synced': {
372
+ keywords: ['block-synced', 'blocksynced', 'icon', 'icon-lab', 'sync', 'synced', 'content block', 'snippet'],
373
+ componentName: 'BlockSyncedIcon',
374
+ package: '@atlaskit/icon-lab/core/block-synced',
375
+ type: 'core',
376
+ categorization: 'single-purpose',
377
+ usage: 'Reserved for syncing content blocks in Editor experiences.',
378
+ team: 'Editor Platform',
379
+ status: 'published'
380
+ },
371
381
  bluetooth: {
372
382
  keywords: ['bluetooth', 'icon', 'icon-lab', 'bluetooth', 'connectivity', 'bt'],
373
383
  componentName: 'BluetoothIcon',
@@ -1660,6 +1670,70 @@ const metadata = {
1660
1670
  team: 'Jira',
1661
1671
  status: 'published'
1662
1672
  },
1673
+ pipeline: {
1674
+ keywords: ['pipeline', 'icon', 'icon-lab', 'pipeline', 'build process', 'bitbucket'],
1675
+ componentName: 'PipelineIcon',
1676
+ package: '@atlaskit/icon-lab/core/pipeline',
1677
+ type: 'core',
1678
+ categorization: 'single-purpose',
1679
+ usage: 'Reserved for representing pipelines',
1680
+ team: 'Bitbucket Cloud',
1681
+ status: 'published'
1682
+ },
1683
+ plan: {
1684
+ keywords: ['plan', 'icon', 'icon-lab', 'roadmaps', 'plan'],
1685
+ componentName: 'PlanIcon',
1686
+ package: '@atlaskit/icon-lab/core/plan',
1687
+ type: 'core',
1688
+ categorization: 'single-purpose',
1689
+ usage: 'Reserved for representing plans.',
1690
+ team: 'Design System Team',
1691
+ status: 'published'
1692
+ },
1693
+ playlist: {
1694
+ keywords: ['playlist', 'icon', 'icon-lab', 'playlist', 'listen', 'audio', 'play', 'briefing'],
1695
+ componentName: 'PlaylistIcon',
1696
+ package: '@atlaskit/icon-lab/core/playlist',
1697
+ type: 'core',
1698
+ categorization: 'single-purpose',
1699
+ usage: 'Representing the playlist feature',
1700
+ team: 'Confluence Horizontals',
1701
+ status: 'published',
1702
+ slackChannel: 'confluence-design'
1703
+ },
1704
+ 'playlist-add': {
1705
+ keywords: ['playlist-add', 'playlistadd', 'icon', 'icon-lab', 'playlist', 'add', 'include', 'bookmark', 'listen', 'save'],
1706
+ componentName: 'PlaylistAddIcon',
1707
+ package: '@atlaskit/icon-lab/core/playlist-add',
1708
+ type: 'core',
1709
+ categorization: 'single-purpose',
1710
+ usage: 'Adding items to your playlist (feature).',
1711
+ team: 'Confluence Horizontals',
1712
+ status: 'published',
1713
+ slackChannel: 'design-confluence'
1714
+ },
1715
+ 'playlist-added': {
1716
+ keywords: ['playlist-added', 'playlistadded', 'icon', 'icon-lab', 'playlist', 'added', 'include', 'play'],
1717
+ componentName: 'PlaylistAddedIcon',
1718
+ package: '@atlaskit/icon-lab/core/playlist-added',
1719
+ type: 'core',
1720
+ categorization: 'single-purpose',
1721
+ usage: 'Indicating when things have been added to your playlist (feature)',
1722
+ team: 'Confluence Horizontals',
1723
+ status: 'published',
1724
+ slackChannel: 'confluence-design'
1725
+ },
1726
+ 'playlist-remove': {
1727
+ keywords: ['playlist-remove', 'playlistremove', 'icon', 'icon-lab', 'playlist', 'remove', 'cancel', 'delete'],
1728
+ componentName: 'PlaylistRemoveIcon',
1729
+ package: '@atlaskit/icon-lab/core/playlist-remove',
1730
+ type: 'core',
1731
+ categorization: 'single-purpose',
1732
+ usage: 'Represents the action for removing things from the playlist feature.',
1733
+ team: 'Confluence Horizontals',
1734
+ status: 'published',
1735
+ slackChannel: 'confluence-design'
1736
+ },
1663
1737
  'plus-circle': {
1664
1738
  keywords: ['plus-circle', 'pluscircle', 'icon', 'icon-lab', 'add'],
1665
1739
  componentName: 'PlusCircleIcon',
@@ -1775,15 +1849,20 @@ const metadata = {
1775
1849
  slackChannel: '#avp-design'
1776
1850
  },
1777
1851
  'roadmaps-plan': {
1778
- keywords: ['roadmaps-plan', 'roadmapsplan', 'icon', 'icon-lab', 'roadmaps', 'roadmap', 'plan'],
1852
+ keywords: ['roadmaps-plan', 'roadmapsplan', 'icon', 'icon-lab', 'roadmaps', 'plan'],
1779
1853
  componentName: 'RoadmapsPlanIcon',
1780
1854
  package: '@atlaskit/icon-lab/core/roadmaps-plan',
1781
1855
  oldName: ['bitbucket/builds'],
1782
1856
  type: 'core',
1857
+ replacement: {
1858
+ name: 'plan',
1859
+ type: 'core',
1860
+ location: '@atlaskit/icon-lab'
1861
+ },
1783
1862
  categorization: 'single-purpose',
1784
- usage: 'Reserved for roadmaps plan.',
1863
+ usage: 'Reserved for representing plans.',
1785
1864
  team: 'Design System Team',
1786
- status: 'published'
1865
+ status: 'deprecated'
1787
1866
  },
1788
1867
  'roadmaps-service': {
1789
1868
  keywords: ['roadmaps-service', 'roadmapsservice', 'icon', 'icon-lab', 'roadmaps', 'service', 'roadmap'],
@@ -1791,10 +1870,15 @@ const metadata = {
1791
1870
  package: '@atlaskit/icon-lab/core/roadmaps-service',
1792
1871
  oldName: ['bitbucket/forks'],
1793
1872
  type: 'core',
1873
+ replacement: {
1874
+ name: 'service',
1875
+ type: 'core',
1876
+ location: '@atlaskit/icon-lab'
1877
+ },
1794
1878
  categorization: 'single-purpose',
1795
1879
  usage: 'Reserved for roadmaps service.',
1796
1880
  team: 'Design System Team',
1797
- status: 'published'
1881
+ status: 'deprecated'
1798
1882
  },
1799
1883
  rovo: {
1800
1884
  keywords: ['rovo', 'icon', 'icon-lab', 'rovo', 'AI chat'],
@@ -1847,6 +1931,16 @@ const metadata = {
1847
1931
  team: 'Whiteboards',
1848
1932
  status: 'published'
1849
1933
  },
1934
+ service: {
1935
+ keywords: ['service', 'icon', 'icon-lab', 'roadmaps', 'service', 'roadmap'],
1936
+ componentName: 'ServiceIcon',
1937
+ package: '@atlaskit/icon-lab/core/service',
1938
+ type: 'core',
1939
+ categorization: 'single-purpose',
1940
+ usage: 'Reserved for roadmaps service.',
1941
+ team: 'Design System Team',
1942
+ status: 'published'
1943
+ },
1850
1944
  'shape-diamond': {
1851
1945
  keywords: ['shape-diamond', 'shapediamond', 'icon', 'icon-lab', 'diamond', 'shape tool'],
1852
1946
  componentName: 'ShapeDiamondIcon',
@@ -2048,6 +2142,126 @@ const metadata = {
2048
2142
  team: 'Whiteboards',
2049
2143
  status: 'published'
2050
2144
  },
2145
+ 'status-workflow-cancelled': {
2146
+ keywords: ['status-workflow-cancelled', 'statusworkflowcancelled', 'icon', 'icon-lab', 'status', 'workflow phase', 'cross', 'cancelled'],
2147
+ componentName: 'StatusWorkflowCancelledIcon',
2148
+ package: '@atlaskit/icon-lab/core/status-workflow-cancelled',
2149
+ type: 'core',
2150
+ categorization: 'single-purpose',
2151
+ usage: 'Reserved for representing statuses that indicated work or a process has been cancelled',
2152
+ team: 'Design System Team',
2153
+ status: 'published'
2154
+ },
2155
+ 'status-workflow-danger': {
2156
+ keywords: ['status-workflow-danger', 'statusworkflowdanger', 'icon', 'icon-lab', 'status', 'workflow phase', 'danger', 'critical', 'blocking', 'error'],
2157
+ componentName: 'StatusWorkflowDangerIcon',
2158
+ package: '@atlaskit/icon-lab/core/status-workflow-danger',
2159
+ type: 'core',
2160
+ categorization: 'single-purpose',
2161
+ usage: 'Reserved for representing statuses that signal critical issues that demand attention',
2162
+ team: 'Design System Team',
2163
+ status: 'published'
2164
+ },
2165
+ 'status-workflow-in-progress': {
2166
+ keywords: ['status-workflow-in-progress', 'statusworkflowinprogress', 'icon', 'icon-lab', 'status', 'workflow phase', 'in progress', 'WIP'],
2167
+ componentName: 'StatusWorkflowInProgressIcon',
2168
+ package: '@atlaskit/icon-lab/core/status-workflow-in-progress',
2169
+ type: 'core',
2170
+ categorization: 'single-purpose',
2171
+ usage: "Reserved for representing in progress statuses such as 'In progress', 'In development', 'Draft'",
2172
+ team: 'Design System Team',
2173
+ status: 'published'
2174
+ },
2175
+ 'status-workflow-in-review': {
2176
+ keywords: ['status-workflow-in-review', 'statusworkflowinreview', 'icon', 'icon-lab', 'status', 'workflow phase', 'reviewing', 'considering', 'assessing', 'in review'],
2177
+ componentName: 'StatusWorkflowInReviewIcon',
2178
+ package: '@atlaskit/icon-lab/core/status-workflow-in-review',
2179
+ type: 'core',
2180
+ categorization: 'single-purpose',
2181
+ usage: 'Reserved for representing statuses that signal consideration, assessment, and review',
2182
+ team: 'Design System Team',
2183
+ status: 'published'
2184
+ },
2185
+ 'status-workflow-inactive': {
2186
+ keywords: ['status-workflow-inactive', 'statusworkflowinactive', 'icon', 'icon-lab', 'status', 'workflow phase', 'inactive'],
2187
+ componentName: 'StatusWorkflowInactiveIcon',
2188
+ package: '@atlaskit/icon-lab/core/status-workflow-inactive',
2189
+ type: 'core',
2190
+ categorization: 'single-purpose',
2191
+ usage: 'Reserved for representing statuses that indicate work or a process is in an inactive state',
2192
+ team: 'Design System Team',
2193
+ status: 'published'
2194
+ },
2195
+ 'status-workflow-incomplete': {
2196
+ keywords: ['status-workflow-incomplete', 'statusworkflowincomplete', 'icon', 'icon-lab', 'status', 'workflow phase', 'incomplete'],
2197
+ componentName: 'StatusWorkflowIncompleteIcon',
2198
+ package: '@atlaskit/icon-lab/core/status-workflow-incomplete',
2199
+ type: 'core',
2200
+ categorization: 'single-purpose',
2201
+ usage: "Reserved for representing incomplete statuses such as 'To do', 'Backlog', 'Not started', 'Pending'",
2202
+ team: 'Design System Team',
2203
+ status: 'published'
2204
+ },
2205
+ 'status-workflow-paused': {
2206
+ keywords: ['status-workflow-paused', 'statusworkflowpaused', 'icon', 'icon-lab', 'status', 'workflow phase', 'pause', 'paused'],
2207
+ componentName: 'StatusWorkflowPausedIcon',
2208
+ package: '@atlaskit/icon-lab/core/status-workflow-paused',
2209
+ type: 'core',
2210
+ categorization: 'single-purpose',
2211
+ usage: 'Reserved for representing statuses that indicate work or a process has paused',
2212
+ team: 'Design System Team',
2213
+ status: 'published'
2214
+ },
2215
+ 'status-workflow-returned': {
2216
+ keywords: ['status-workflow-returned', 'statusworkflowreturned', 'icon', 'icon-lab', 'status', 'workflow phase', 'redeploy', 'return', 'revert', 'rerun'],
2217
+ componentName: 'StatusWorkflowReturnedIcon',
2218
+ package: '@atlaskit/icon-lab/core/status-workflow-returned',
2219
+ type: 'core',
2220
+ categorization: 'single-purpose',
2221
+ usage: "Reserved for representing statuses that return to a previous state in the process such as 'Redeploy', 'Needs more information'",
2222
+ team: 'Design System Team',
2223
+ status: 'published'
2224
+ },
2225
+ 'status-workflow-scheduled': {
2226
+ keywords: ['status-workflow-scheduled', 'statusworkflowscheduled', 'icon', 'icon-lab', 'status', 'workflow phase', 'waiting', 'scheduled'],
2227
+ componentName: 'StatusWorkflowScheduledIcon',
2228
+ package: '@atlaskit/icon-lab/core/status-workflow-scheduled',
2229
+ type: 'core',
2230
+ categorization: 'single-purpose',
2231
+ usage: 'Reserved for representing statuses that indicate work or a process is scheduled or waiting to commence',
2232
+ team: 'Design System Team',
2233
+ status: 'published'
2234
+ },
2235
+ 'status-workflow-stopped': {
2236
+ keywords: ['status-workflow-stopped', 'statusworkflowstopped', 'icon', 'icon-lab', 'status', 'workflow phase', 'stop', 'stopped'],
2237
+ componentName: 'StatusWorkflowStoppedIcon',
2238
+ package: '@atlaskit/icon-lab/core/status-workflow-stopped',
2239
+ type: 'core',
2240
+ categorization: 'single-purpose',
2241
+ usage: 'Reserved for representing statuses that indicate work or a process has stopped',
2242
+ team: 'Design System Team',
2243
+ status: 'published'
2244
+ },
2245
+ 'status-workflow-success': {
2246
+ keywords: ['status-workflow-success', 'statusworkflowsuccess', 'icon', 'icon-lab', 'status', 'workflow phase', 'success', 'accomplished', 'achieved', 'optimal state', 'completed', 'complete'],
2247
+ componentName: 'StatusWorkflowSuccessIcon',
2248
+ package: '@atlaskit/icon-lab/core/status-workflow-success',
2249
+ type: 'core',
2250
+ categorization: 'single-purpose',
2251
+ usage: 'Reserved for representing statuses that signal positive outcome — success, accomplishment, achievement, or optimal state',
2252
+ team: 'Design System Team',
2253
+ status: 'published'
2254
+ },
2255
+ 'status-workflow-warning': {
2256
+ keywords: ['status-workflow-warning', 'statusworkflowwarning', 'icon', 'icon-lab', 'status', 'workflow phase', 'warning', 'alert', 'awareness', 'intervention'],
2257
+ componentName: 'StatusWorkflowWarningIcon',
2258
+ package: '@atlaskit/icon-lab/core/status-workflow-warning',
2259
+ type: 'core',
2260
+ categorization: 'single-purpose',
2261
+ usage: 'Reserved for representing statuses that signal potential issues requiring awareness or intervention',
2262
+ team: 'Design System Team',
2263
+ status: 'published'
2264
+ },
2051
2265
  sticker: {
2052
2266
  keywords: ['sticker', 'icon', 'icon-lab', 'sticker', 'peel-off'],
2053
2267
  componentName: 'StickerIcon',
@@ -3,7 +3,7 @@
3
3
  *
4
4
  * To change the format of this file, modify `createIconDocsNew` in icon-build-process/src/create-icon-docs.tsx.
5
5
  *
6
- * @codegen <<SignedSource::c9162adee99a4c616f51ac1bfb9ca964>>
6
+ * @codegen <<SignedSource::5882270e4a9f64ea17985c74497862ba>>
7
7
  * @codegenCommand yarn build:icon-glyphs
8
8
  */
9
9
 
@@ -368,6 +368,16 @@ var metadata = {
368
368
  team: 'JSM',
369
369
  status: 'published'
370
370
  },
371
+ 'block-synced': {
372
+ keywords: ['block-synced', 'blocksynced', 'icon', 'icon-lab', 'sync', 'synced', 'content block', 'snippet'],
373
+ componentName: 'BlockSyncedIcon',
374
+ package: '@atlaskit/icon-lab/core/block-synced',
375
+ type: 'core',
376
+ categorization: 'single-purpose',
377
+ usage: 'Reserved for syncing content blocks in Editor experiences.',
378
+ team: 'Editor Platform',
379
+ status: 'published'
380
+ },
371
381
  bluetooth: {
372
382
  keywords: ['bluetooth', 'icon', 'icon-lab', 'bluetooth', 'connectivity', 'bt'],
373
383
  componentName: 'BluetoothIcon',
@@ -1660,6 +1670,70 @@ var metadata = {
1660
1670
  team: 'Jira',
1661
1671
  status: 'published'
1662
1672
  },
1673
+ pipeline: {
1674
+ keywords: ['pipeline', 'icon', 'icon-lab', 'pipeline', 'build process', 'bitbucket'],
1675
+ componentName: 'PipelineIcon',
1676
+ package: '@atlaskit/icon-lab/core/pipeline',
1677
+ type: 'core',
1678
+ categorization: 'single-purpose',
1679
+ usage: 'Reserved for representing pipelines',
1680
+ team: 'Bitbucket Cloud',
1681
+ status: 'published'
1682
+ },
1683
+ plan: {
1684
+ keywords: ['plan', 'icon', 'icon-lab', 'roadmaps', 'plan'],
1685
+ componentName: 'PlanIcon',
1686
+ package: '@atlaskit/icon-lab/core/plan',
1687
+ type: 'core',
1688
+ categorization: 'single-purpose',
1689
+ usage: 'Reserved for representing plans.',
1690
+ team: 'Design System Team',
1691
+ status: 'published'
1692
+ },
1693
+ playlist: {
1694
+ keywords: ['playlist', 'icon', 'icon-lab', 'playlist', 'listen', 'audio', 'play', 'briefing'],
1695
+ componentName: 'PlaylistIcon',
1696
+ package: '@atlaskit/icon-lab/core/playlist',
1697
+ type: 'core',
1698
+ categorization: 'single-purpose',
1699
+ usage: 'Representing the playlist feature',
1700
+ team: 'Confluence Horizontals',
1701
+ status: 'published',
1702
+ slackChannel: 'confluence-design'
1703
+ },
1704
+ 'playlist-add': {
1705
+ keywords: ['playlist-add', 'playlistadd', 'icon', 'icon-lab', 'playlist', 'add', 'include', 'bookmark', 'listen', 'save'],
1706
+ componentName: 'PlaylistAddIcon',
1707
+ package: '@atlaskit/icon-lab/core/playlist-add',
1708
+ type: 'core',
1709
+ categorization: 'single-purpose',
1710
+ usage: 'Adding items to your playlist (feature).',
1711
+ team: 'Confluence Horizontals',
1712
+ status: 'published',
1713
+ slackChannel: 'design-confluence'
1714
+ },
1715
+ 'playlist-added': {
1716
+ keywords: ['playlist-added', 'playlistadded', 'icon', 'icon-lab', 'playlist', 'added', 'include', 'play'],
1717
+ componentName: 'PlaylistAddedIcon',
1718
+ package: '@atlaskit/icon-lab/core/playlist-added',
1719
+ type: 'core',
1720
+ categorization: 'single-purpose',
1721
+ usage: 'Indicating when things have been added to your playlist (feature)',
1722
+ team: 'Confluence Horizontals',
1723
+ status: 'published',
1724
+ slackChannel: 'confluence-design'
1725
+ },
1726
+ 'playlist-remove': {
1727
+ keywords: ['playlist-remove', 'playlistremove', 'icon', 'icon-lab', 'playlist', 'remove', 'cancel', 'delete'],
1728
+ componentName: 'PlaylistRemoveIcon',
1729
+ package: '@atlaskit/icon-lab/core/playlist-remove',
1730
+ type: 'core',
1731
+ categorization: 'single-purpose',
1732
+ usage: 'Represents the action for removing things from the playlist feature.',
1733
+ team: 'Confluence Horizontals',
1734
+ status: 'published',
1735
+ slackChannel: 'confluence-design'
1736
+ },
1663
1737
  'plus-circle': {
1664
1738
  keywords: ['plus-circle', 'pluscircle', 'icon', 'icon-lab', 'add'],
1665
1739
  componentName: 'PlusCircleIcon',
@@ -1775,15 +1849,20 @@ var metadata = {
1775
1849
  slackChannel: '#avp-design'
1776
1850
  },
1777
1851
  'roadmaps-plan': {
1778
- keywords: ['roadmaps-plan', 'roadmapsplan', 'icon', 'icon-lab', 'roadmaps', 'roadmap', 'plan'],
1852
+ keywords: ['roadmaps-plan', 'roadmapsplan', 'icon', 'icon-lab', 'roadmaps', 'plan'],
1779
1853
  componentName: 'RoadmapsPlanIcon',
1780
1854
  package: '@atlaskit/icon-lab/core/roadmaps-plan',
1781
1855
  oldName: ['bitbucket/builds'],
1782
1856
  type: 'core',
1857
+ replacement: {
1858
+ name: 'plan',
1859
+ type: 'core',
1860
+ location: '@atlaskit/icon-lab'
1861
+ },
1783
1862
  categorization: 'single-purpose',
1784
- usage: 'Reserved for roadmaps plan.',
1863
+ usage: 'Reserved for representing plans.',
1785
1864
  team: 'Design System Team',
1786
- status: 'published'
1865
+ status: 'deprecated'
1787
1866
  },
1788
1867
  'roadmaps-service': {
1789
1868
  keywords: ['roadmaps-service', 'roadmapsservice', 'icon', 'icon-lab', 'roadmaps', 'service', 'roadmap'],
@@ -1791,10 +1870,15 @@ var metadata = {
1791
1870
  package: '@atlaskit/icon-lab/core/roadmaps-service',
1792
1871
  oldName: ['bitbucket/forks'],
1793
1872
  type: 'core',
1873
+ replacement: {
1874
+ name: 'service',
1875
+ type: 'core',
1876
+ location: '@atlaskit/icon-lab'
1877
+ },
1794
1878
  categorization: 'single-purpose',
1795
1879
  usage: 'Reserved for roadmaps service.',
1796
1880
  team: 'Design System Team',
1797
- status: 'published'
1881
+ status: 'deprecated'
1798
1882
  },
1799
1883
  rovo: {
1800
1884
  keywords: ['rovo', 'icon', 'icon-lab', 'rovo', 'AI chat'],
@@ -1847,6 +1931,16 @@ var metadata = {
1847
1931
  team: 'Whiteboards',
1848
1932
  status: 'published'
1849
1933
  },
1934
+ service: {
1935
+ keywords: ['service', 'icon', 'icon-lab', 'roadmaps', 'service', 'roadmap'],
1936
+ componentName: 'ServiceIcon',
1937
+ package: '@atlaskit/icon-lab/core/service',
1938
+ type: 'core',
1939
+ categorization: 'single-purpose',
1940
+ usage: 'Reserved for roadmaps service.',
1941
+ team: 'Design System Team',
1942
+ status: 'published'
1943
+ },
1850
1944
  'shape-diamond': {
1851
1945
  keywords: ['shape-diamond', 'shapediamond', 'icon', 'icon-lab', 'diamond', 'shape tool'],
1852
1946
  componentName: 'ShapeDiamondIcon',
@@ -2048,6 +2142,126 @@ var metadata = {
2048
2142
  team: 'Whiteboards',
2049
2143
  status: 'published'
2050
2144
  },
2145
+ 'status-workflow-cancelled': {
2146
+ keywords: ['status-workflow-cancelled', 'statusworkflowcancelled', 'icon', 'icon-lab', 'status', 'workflow phase', 'cross', 'cancelled'],
2147
+ componentName: 'StatusWorkflowCancelledIcon',
2148
+ package: '@atlaskit/icon-lab/core/status-workflow-cancelled',
2149
+ type: 'core',
2150
+ categorization: 'single-purpose',
2151
+ usage: 'Reserved for representing statuses that indicated work or a process has been cancelled',
2152
+ team: 'Design System Team',
2153
+ status: 'published'
2154
+ },
2155
+ 'status-workflow-danger': {
2156
+ keywords: ['status-workflow-danger', 'statusworkflowdanger', 'icon', 'icon-lab', 'status', 'workflow phase', 'danger', 'critical', 'blocking', 'error'],
2157
+ componentName: 'StatusWorkflowDangerIcon',
2158
+ package: '@atlaskit/icon-lab/core/status-workflow-danger',
2159
+ type: 'core',
2160
+ categorization: 'single-purpose',
2161
+ usage: 'Reserved for representing statuses that signal critical issues that demand attention',
2162
+ team: 'Design System Team',
2163
+ status: 'published'
2164
+ },
2165
+ 'status-workflow-in-progress': {
2166
+ keywords: ['status-workflow-in-progress', 'statusworkflowinprogress', 'icon', 'icon-lab', 'status', 'workflow phase', 'in progress', 'WIP'],
2167
+ componentName: 'StatusWorkflowInProgressIcon',
2168
+ package: '@atlaskit/icon-lab/core/status-workflow-in-progress',
2169
+ type: 'core',
2170
+ categorization: 'single-purpose',
2171
+ usage: "Reserved for representing in progress statuses such as 'In progress', 'In development', 'Draft'",
2172
+ team: 'Design System Team',
2173
+ status: 'published'
2174
+ },
2175
+ 'status-workflow-in-review': {
2176
+ keywords: ['status-workflow-in-review', 'statusworkflowinreview', 'icon', 'icon-lab', 'status', 'workflow phase', 'reviewing', 'considering', 'assessing', 'in review'],
2177
+ componentName: 'StatusWorkflowInReviewIcon',
2178
+ package: '@atlaskit/icon-lab/core/status-workflow-in-review',
2179
+ type: 'core',
2180
+ categorization: 'single-purpose',
2181
+ usage: 'Reserved for representing statuses that signal consideration, assessment, and review',
2182
+ team: 'Design System Team',
2183
+ status: 'published'
2184
+ },
2185
+ 'status-workflow-inactive': {
2186
+ keywords: ['status-workflow-inactive', 'statusworkflowinactive', 'icon', 'icon-lab', 'status', 'workflow phase', 'inactive'],
2187
+ componentName: 'StatusWorkflowInactiveIcon',
2188
+ package: '@atlaskit/icon-lab/core/status-workflow-inactive',
2189
+ type: 'core',
2190
+ categorization: 'single-purpose',
2191
+ usage: 'Reserved for representing statuses that indicate work or a process is in an inactive state',
2192
+ team: 'Design System Team',
2193
+ status: 'published'
2194
+ },
2195
+ 'status-workflow-incomplete': {
2196
+ keywords: ['status-workflow-incomplete', 'statusworkflowincomplete', 'icon', 'icon-lab', 'status', 'workflow phase', 'incomplete'],
2197
+ componentName: 'StatusWorkflowIncompleteIcon',
2198
+ package: '@atlaskit/icon-lab/core/status-workflow-incomplete',
2199
+ type: 'core',
2200
+ categorization: 'single-purpose',
2201
+ usage: "Reserved for representing incomplete statuses such as 'To do', 'Backlog', 'Not started', 'Pending'",
2202
+ team: 'Design System Team',
2203
+ status: 'published'
2204
+ },
2205
+ 'status-workflow-paused': {
2206
+ keywords: ['status-workflow-paused', 'statusworkflowpaused', 'icon', 'icon-lab', 'status', 'workflow phase', 'pause', 'paused'],
2207
+ componentName: 'StatusWorkflowPausedIcon',
2208
+ package: '@atlaskit/icon-lab/core/status-workflow-paused',
2209
+ type: 'core',
2210
+ categorization: 'single-purpose',
2211
+ usage: 'Reserved for representing statuses that indicate work or a process has paused',
2212
+ team: 'Design System Team',
2213
+ status: 'published'
2214
+ },
2215
+ 'status-workflow-returned': {
2216
+ keywords: ['status-workflow-returned', 'statusworkflowreturned', 'icon', 'icon-lab', 'status', 'workflow phase', 'redeploy', 'return', 'revert', 'rerun'],
2217
+ componentName: 'StatusWorkflowReturnedIcon',
2218
+ package: '@atlaskit/icon-lab/core/status-workflow-returned',
2219
+ type: 'core',
2220
+ categorization: 'single-purpose',
2221
+ usage: "Reserved for representing statuses that return to a previous state in the process such as 'Redeploy', 'Needs more information'",
2222
+ team: 'Design System Team',
2223
+ status: 'published'
2224
+ },
2225
+ 'status-workflow-scheduled': {
2226
+ keywords: ['status-workflow-scheduled', 'statusworkflowscheduled', 'icon', 'icon-lab', 'status', 'workflow phase', 'waiting', 'scheduled'],
2227
+ componentName: 'StatusWorkflowScheduledIcon',
2228
+ package: '@atlaskit/icon-lab/core/status-workflow-scheduled',
2229
+ type: 'core',
2230
+ categorization: 'single-purpose',
2231
+ usage: 'Reserved for representing statuses that indicate work or a process is scheduled or waiting to commence',
2232
+ team: 'Design System Team',
2233
+ status: 'published'
2234
+ },
2235
+ 'status-workflow-stopped': {
2236
+ keywords: ['status-workflow-stopped', 'statusworkflowstopped', 'icon', 'icon-lab', 'status', 'workflow phase', 'stop', 'stopped'],
2237
+ componentName: 'StatusWorkflowStoppedIcon',
2238
+ package: '@atlaskit/icon-lab/core/status-workflow-stopped',
2239
+ type: 'core',
2240
+ categorization: 'single-purpose',
2241
+ usage: 'Reserved for representing statuses that indicate work or a process has stopped',
2242
+ team: 'Design System Team',
2243
+ status: 'published'
2244
+ },
2245
+ 'status-workflow-success': {
2246
+ keywords: ['status-workflow-success', 'statusworkflowsuccess', 'icon', 'icon-lab', 'status', 'workflow phase', 'success', 'accomplished', 'achieved', 'optimal state', 'completed', 'complete'],
2247
+ componentName: 'StatusWorkflowSuccessIcon',
2248
+ package: '@atlaskit/icon-lab/core/status-workflow-success',
2249
+ type: 'core',
2250
+ categorization: 'single-purpose',
2251
+ usage: 'Reserved for representing statuses that signal positive outcome — success, accomplishment, achievement, or optimal state',
2252
+ team: 'Design System Team',
2253
+ status: 'published'
2254
+ },
2255
+ 'status-workflow-warning': {
2256
+ keywords: ['status-workflow-warning', 'statusworkflowwarning', 'icon', 'icon-lab', 'status', 'workflow phase', 'warning', 'alert', 'awareness', 'intervention'],
2257
+ componentName: 'StatusWorkflowWarningIcon',
2258
+ package: '@atlaskit/icon-lab/core/status-workflow-warning',
2259
+ type: 'core',
2260
+ categorization: 'single-purpose',
2261
+ usage: 'Reserved for representing statuses that signal potential issues requiring awareness or intervention',
2262
+ team: 'Design System Team',
2263
+ status: 'published'
2264
+ },
2051
2265
  sticker: {
2052
2266
  keywords: ['sticker', 'icon', 'icon-lab', 'sticker', 'peel-off'],
2053
2267
  componentName: 'StickerIcon',
@@ -3,7 +3,7 @@
3
3
  *
4
4
  * To change the format of this file, modify `createIconDocsNew` in icon-build-process/src/create-icon-docs.tsx.
5
5
  *
6
- * @codegen <<SignedSource::c9162adee99a4c616f51ac1bfb9ca964>>
6
+ * @codegen <<SignedSource::5882270e4a9f64ea17985c74497862ba>>
7
7
  * @codegenCommand yarn build:icon-glyphs
8
8
  */
9
9
  interface metadata {
@@ -19,9 +19,8 @@ interface metadata {
19
19
  * The category of the icon:
20
20
  * - 'single-purpose' icons should only be used for the purposes listed in the 'usage' field
21
21
  * - 'multi-purpose' icons are designed for various use cases and don't have the same usage restrictions
22
- * - 'utility' icons are used for utility purposes
23
22
  */
24
- categorization: 'single-purpose' | 'multi-purpose' | 'utility';
23
+ categorization: 'single-purpose' | 'multi-purpose';
25
24
  /**
26
25
  * The type of the icon - either a 16px 'core' icon, or a 12px 'utility' icon
27
26
  */
@@ -3,7 +3,7 @@
3
3
  *
4
4
  * To change the format of this file, modify `createIconDocsNew` in icon-build-process/src/create-icon-docs.tsx.
5
5
  *
6
- * @codegen <<SignedSource::c9162adee99a4c616f51ac1bfb9ca964>>
6
+ * @codegen <<SignedSource::5882270e4a9f64ea17985c74497862ba>>
7
7
  * @codegenCommand yarn build:icon-glyphs
8
8
  */
9
9
  interface metadata {
@@ -19,9 +19,8 @@ interface metadata {
19
19
  * The category of the icon:
20
20
  * - 'single-purpose' icons should only be used for the purposes listed in the 'usage' field
21
21
  * - 'multi-purpose' icons are designed for various use cases and don't have the same usage restrictions
22
- * - 'utility' icons are used for utility purposes
23
22
  */
24
- categorization: 'single-purpose' | 'multi-purpose' | 'utility';
23
+ categorization: 'single-purpose' | 'multi-purpose';
25
24
  /**
26
25
  * The type of the icon - either a 16px 'core' icon, or a 12px 'utility' icon
27
26
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/icon-lab",
3
- "version": "5.10.0",
3
+ "version": "5.12.0",
4
4
  "description": "An icon package for public icon contributions",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -40,17 +40,17 @@
40
40
  "devDependencies": {
41
41
  "@af/icon-build-process": "workspace:^",
42
42
  "@af/visual-regression": "workspace:^",
43
- "@atlaskit/button": "^23.5.0",
44
- "@atlaskit/code": "^17.2.0",
45
- "@atlaskit/ds-lib": "^5.1.0",
43
+ "@atlaskit/button": "^23.6.0",
44
+ "@atlaskit/code": "^17.3.0",
45
+ "@atlaskit/ds-lib": "^5.2.0",
46
46
  "@atlaskit/heading": "^5.2.0",
47
- "@atlaskit/modal-dialog": "^14.4.0",
48
- "@atlaskit/primitives": "^14.15.0",
47
+ "@atlaskit/modal-dialog": "^14.6.0",
48
+ "@atlaskit/primitives": "^16.1.0",
49
49
  "@atlaskit/textfield": "^8.0.0",
50
- "@atlaskit/tokens": "^6.4.0",
51
- "@atlaskit/tooltip": "^20.5.0",
52
- "@atlassian/ssr-tests": "^0.3.0",
53
- "@compiled/react": "^0.18.3",
50
+ "@atlaskit/tokens": "^8.0.0",
51
+ "@atlaskit/tooltip": "^20.8.0",
52
+ "@atlassian/ssr-tests": "workspace:^",
53
+ "@compiled/react": "^0.18.6",
54
54
  "@testing-library/react": "^13.4.0",
55
55
  "fs-extra": "^4.0.2",
56
56
  "pkg-dir": "^4.2.0",
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M13.5 3a.5.5 0 0 0-.5-.5H3a.5.5 0 0 0-.5.5v10a.5.5 0 0 0 .5.5h3V15H3a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v2h-1.5z"/><path fill="currentcolor" d="M14.9 8.71a3.75 3.75 0 0 1 0 5.303l-.024.026.439.146a.75.75 0 0 1-.13 1.454l-2.476.354a.75.75 0 0 1-.848-.849l.353-2.474.029-.125a.75.75 0 0 1 1.425-.006l.147.44.025-.026a2.25 2.25 0 0 0 0-3.183l-.707-.707 1.06-1.06zm-3.818-1.98a.75.75 0 0 1 .85.849l-.354 2.475a.75.75 0 0 1-1.454.13l-.147-.44-.025.026a2.25 2.25 0 0 0 0 3.183l.707.707-1.06 1.06-.708-.707a3.75 3.75 0 0 1 0-5.303l.026-.026-.44-.146a.75.75 0 0 1 .13-1.454z"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M14.5 8A2.5 2.5 0 0 0 12 5.5c-.763 0-1.334.298-1.852.803-.546.532-.998 1.26-1.51 2.09-.488.794-1.036 1.692-1.74 2.379C6.166 11.485 5.238 12 4 12a4 4 0 0 1-.082-7.999l-.37-.987a.75.75 0 0 1 1.17-.85l2.5 2a.75.75 0 0 1 0 1.172l-2.5 2a.75.75 0 0 1-1.17-.85l.368-.982A2.498 2.498 0 0 0 4 10.5c.763 0 1.334-.297 1.852-.802.545-.533.998-1.26 1.51-2.091.488-.794 1.036-1.692 1.74-2.378C9.834 4.515 10.762 4 12 4a4 4 0 0 1 0 8c-1.313 0-2.275-.58-3.023-1.354l1.079-1.041c.545.564 1.14.895 1.944.895A2.5 2.5 0 0 0 14.5 8"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M14.5 12.75a1.25 1.25 0 1 0-2.5 0 1.25 1.25 0 0 0 2.5 0m1.5 0a2.75 2.75 0 0 1-5.394.75H5.625a3.125 3.125 0 1 1 0-6.25h4.75a1.625 1.625 0 1 0 0-3.25H5.394A2.749 2.749 0 0 1 0 3.25a2.75 2.75 0 0 1 5.394-.75h4.981a3.125 3.125 0 1 1 0 6.25h-4.75a1.625 1.625 0 0 0 0 3.25h4.981a2.749 2.749 0 0 1 5.394.75M1.5 3.25a1.25 1.25 0 1 0 2.5 0 1.25 1.25 0 0 0-2.5 0"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M10.75 7v2.25H13v1.5h-2.25V13h-1.5v-2.25H7v-1.5h2.25V7z"/><path fill="currentcolor" d="M3.999 6.624A2.626 2.626 0 0 1 6.624 4h4.053l-.341-1.6a1.124 1.124 0 0 0-1.334-.866L2.399 2.937a1.124 1.124 0 0 0-.866 1.334l1.403 6.602c.11.517.558.873 1.063.889zm1.5 6.75c0 .621.504 1.125 1.125 1.125h6.75c.621 0 1.125-.503 1.125-1.125v-6.75c0-.62-.504-1.125-1.125-1.125h-6.75c-.621 0-1.125.504-1.125 1.125zm10.5 0A2.625 2.625 0 0 1 13.374 16h-6.75a2.625 2.625 0 0 1-2.625-2.625v-.112a2.624 2.624 0 0 1-2.53-2.077L.064 4.582A2.626 2.626 0 0 1 2.088 1.47L8.689.066a2.626 2.626 0 0 1 3.114 2.022L12.21 4h1.164a2.625 2.625 0 0 1 2.625 2.625z"/></svg>