@atlaskit/icon-lab 4.3.0 → 4.5.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 (92) hide show
  1. package/CHANGELOG.md +60 -0
  2. package/core/arrows-diagonal-up-right-down-left.d.ts +13 -0
  3. package/core/arrows-diagonal-up-right-down-left.js +28 -0
  4. package/core/assets-graph.d.ts +13 -0
  5. package/core/assets-graph.js +28 -0
  6. package/core/beach-umbrella.js +2 -5
  7. package/core/calculate.js +2 -2
  8. package/core/cloud-offline.js +12 -21
  9. package/core/cloud-saved.js +12 -21
  10. package/core/colour-none.js +2 -2
  11. package/core/cursor-strikethrough.js +12 -21
  12. package/core/database-storage-cache.js +12 -21
  13. package/core/divider-element.js +4 -7
  14. package/core/expand-element.js +4 -7
  15. package/core/gift.js +2 -5
  16. package/core/image-alt-text.d.ts +13 -0
  17. package/core/image-alt-text.js +28 -0
  18. package/core/image-crop.d.ts +13 -0
  19. package/core/image-crop.js +28 -0
  20. package/core/jira.js +2 -2
  21. package/core/layout-five-columns.d.ts +13 -0
  22. package/core/layout-five-columns.js +28 -0
  23. package/core/layout-four-columns.d.ts +13 -0
  24. package/core/layout-four-columns.js +28 -0
  25. package/core/notepad.d.ts +13 -0
  26. package/core/notepad.js +28 -0
  27. package/core/panel.d.ts +13 -0
  28. package/core/panel.js +28 -0
  29. package/core/party-popper.js +2 -5
  30. package/core/queue-pop-in.js +2 -5
  31. package/core/queue-pop-out.js +2 -5
  32. package/core/recur.d.ts +13 -0
  33. package/core/recur.js +28 -0
  34. package/core/sort-options.js +2 -2
  35. package/core/suggested-edit.d.ts +13 -0
  36. package/core/suggested-edit.js +28 -0
  37. package/core/talent.d.ts +13 -0
  38. package/core/talent.js +28 -0
  39. package/core/text-conclusion-add.d.ts +13 -0
  40. package/core/text-conclusion-add.js +28 -0
  41. package/core/text-introduction-add.d.ts +13 -0
  42. package/core/text-introduction-add.js +28 -0
  43. package/core/text-lengthen.d.ts +13 -0
  44. package/core/text-lengthen.js +28 -0
  45. package/core/text-paragraph.d.ts +13 -0
  46. package/core/text-paragraph.js +28 -0
  47. package/core/text-rephrase.d.ts +13 -0
  48. package/core/text-rephrase.js +28 -0
  49. package/core/vehicle-airplane.js +2 -5
  50. package/core/video-hd-filled.d.ts +13 -0
  51. package/core/video-hd-filled.js +28 -0
  52. package/core/video-hd.d.ts +13 -0
  53. package/core/video-hd.js +28 -0
  54. package/core/view-type-board-home.js +2 -2
  55. package/core/view-type-card-home.js +2 -2
  56. package/core/view-type-table-home.js +2 -2
  57. package/core/warning-outline.d.ts +13 -0
  58. package/core/warning-outline.js +28 -0
  59. package/core/work-item-add.d.ts +13 -0
  60. package/core/work-item-add.js +28 -0
  61. package/dist/cjs/metadata-core.js +190 -8
  62. package/dist/es2019/metadata-core.js +190 -8
  63. package/dist/esm/metadata-core.js +190 -8
  64. package/dist/types/metadata-core.d.ts +1 -1
  65. package/dist/types-ts4.5/metadata-core.d.ts +1 -1
  66. package/package.json +3 -3
  67. package/svgs/core/arrows-diagonal-up-right-down-left.svg +1 -0
  68. package/svgs/core/assets-graph.svg +1 -0
  69. package/svgs/core/calculate.svg +1 -1
  70. package/svgs/core/colour-none.svg +1 -1
  71. package/svgs/core/image-alt-text.svg +1 -0
  72. package/svgs/core/image-crop.svg +1 -0
  73. package/svgs/core/layout-five-columns.svg +1 -0
  74. package/svgs/core/layout-four-columns.svg +1 -0
  75. package/svgs/core/notepad.svg +1 -0
  76. package/svgs/core/panel.svg +1 -0
  77. package/svgs/core/recur.svg +1 -0
  78. package/svgs/core/sort-options.svg +1 -1
  79. package/svgs/core/suggested-edit.svg +1 -0
  80. package/svgs/core/talent.svg +1 -0
  81. package/svgs/core/text-conclusion-add.svg +1 -0
  82. package/svgs/core/text-introduction-add.svg +1 -0
  83. package/svgs/core/text-lengthen.svg +1 -0
  84. package/svgs/core/text-paragraph.svg +1 -0
  85. package/svgs/core/text-rephrase.svg +1 -0
  86. package/svgs/core/video-hd-filled.svg +1 -0
  87. package/svgs/core/video-hd.svg +1 -0
  88. package/svgs/core/view-type-board-home.svg +1 -1
  89. package/svgs/core/view-type-card-home.svg +1 -1
  90. package/svgs/core/view-type-table-home.svg +1 -1
  91. package/svgs/core/warning-outline.svg +1 -0
  92. package/svgs/core/work-item-add.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::7d519974d95efb95644eddbc4da480a5>>
6
+ * @codegen <<SignedSource::c463643dfa00b2d23410a6ab68f4315d>>
7
7
  * @codegenCommand yarn build:icon-glyphs
8
8
  */
9
9
 
@@ -89,6 +89,15 @@ const metadata = {
89
89
  usage: 'Top-aligned text position within sticky notes in Whiteboards.',
90
90
  team: 'Whiteboards'
91
91
  },
92
+ 'arrows-diagonal-up-right-down-left': {
93
+ keywords: ['arrows-diagonal-up-right-down-left', 'arrowsdiagonaluprightdownleft', 'icon', 'icon-lab', 'core', 'Arrows', 'Switch', 'Space', 'Swap', 'crossflow'],
94
+ componentName: 'ArrowsDiagonalUpRightDownLeftIcon',
95
+ package: '@atlaskit/icon-lab/core/arrows-diagonal-up-right-down-left',
96
+ type: 'core',
97
+ categorization: 'multi-purpose',
98
+ usage: 'Used within Jira Pages to connect or switch to a Space or page.',
99
+ team: 'Confluence Integrations'
100
+ },
92
101
  'assets-data-manager': {
93
102
  keywords: ['assets-data-manager', 'assetsdatamanager', 'icon', 'icon-lab', 'core', 'data manager', 'assets', 'CMDB', 'configuration management database'],
94
103
  componentName: 'AssetsDataManagerIcon',
@@ -98,6 +107,15 @@ const metadata = {
98
107
  usage: 'Reserved for JSM Assets.',
99
108
  team: 'Assets'
100
109
  },
110
+ 'assets-graph': {
111
+ keywords: ['assets-graph', 'assetsgraph', 'icon', 'icon-lab', 'core', 'assets', 'graph'],
112
+ componentName: 'AssetsGraphIcon',
113
+ package: '@atlaskit/icon-lab/core/assets-graph',
114
+ type: 'core',
115
+ categorization: 'single-purpose',
116
+ usage: 'Reserved for representing Assets graph',
117
+ team: 'Assets'
118
+ },
101
119
  'assets-schema': {
102
120
  keywords: ['assets-schema', 'assetsschema', 'icon', 'icon-lab', 'core', 'assets', 'CMDB', 'configuration management database'],
103
121
  componentName: 'AssetsSchemaIcon',
@@ -246,12 +264,12 @@ const metadata = {
246
264
  team: 'Whiteboards'
247
265
  },
248
266
  'divider-element': {
249
- keywords: ['divider-element', 'dividerelement', 'icon', 'icon-lab', 'core'],
267
+ keywords: ['divider-element', 'dividerelement', 'icon', 'icon-lab', 'core', 'divider', 'line break', 'horizontal rule'],
250
268
  componentName: 'DividerElementIcon',
251
269
  package: '@atlaskit/icon-lab/core/divider-element',
252
270
  type: 'core',
253
- categorization: 'multi-purpose',
254
- usage: 'Known uses: Insert divider element in Confluence',
271
+ categorization: 'single-purpose',
272
+ usage: 'Reserved for inserting divider elements in Confluence',
255
273
  team: 'editor-design',
256
274
  slackChannel: '#editor-controls-project'
257
275
  },
@@ -294,12 +312,12 @@ const metadata = {
294
312
  team: 'Design System Team'
295
313
  },
296
314
  'expand-element': {
297
- keywords: ['expand-element', 'expandelement', 'icon', 'icon-lab', 'core'],
315
+ keywords: ['expand-element', 'expandelement', 'icon', 'icon-lab', 'core', 'expand', 'editor object'],
298
316
  componentName: 'ExpandElementIcon',
299
317
  package: '@atlaskit/icon-lab/core/expand-element',
300
318
  type: 'core',
301
- categorization: 'multi-purpose',
302
- usage: 'Known usage: Insert expand element in Confluence',
319
+ categorization: 'single-purpose',
320
+ usage: 'Reserved for inserting expand elements in Confluence',
303
321
  team: 'editor-design',
304
322
  slackChannel: '#editor-controls-project'
305
323
  },
@@ -358,6 +376,25 @@ const metadata = {
358
376
  team: 'Automation',
359
377
  slackChannel: '#help-automation-design'
360
378
  },
379
+ 'image-alt-text': {
380
+ keywords: ['image-alt-text', 'imagealttext', 'icon', 'icon-lab', 'core'],
381
+ componentName: 'ImageAltTextIcon',
382
+ package: '@atlaskit/icon-lab/core/image-alt-text',
383
+ type: 'core',
384
+ categorization: 'single-purpose',
385
+ usage: 'Reserved for creating alt text for an image',
386
+ team: 'Editor',
387
+ slackChannel: '#editor-design'
388
+ },
389
+ 'image-crop': {
390
+ keywords: ['image-crop', 'imagecrop', 'icon', 'icon-lab', 'core', 'crop', 'crop tool', 'trim'],
391
+ componentName: 'ImageCropIcon',
392
+ package: '@atlaskit/icon-lab/core/image-crop',
393
+ type: 'core',
394
+ categorization: 'single-purpose',
395
+ usage: 'Reserved for cropping images',
396
+ team: 'Design System Team'
397
+ },
361
398
  incognito: {
362
399
  keywords: ['incognito', 'icon', 'icon-lab', 'core', 'Whiteboards', 'Private', 'Incognito'],
363
400
  componentName: 'IncognitoIcon',
@@ -381,7 +418,7 @@ const metadata = {
381
418
  componentName: 'JiraIcon',
382
419
  package: '@atlaskit/icon-lab/core/jira',
383
420
  type: 'core',
384
- categorization: 'multi-purpose',
421
+ categorization: 'single-purpose',
385
422
  usage: 'Representing JIRA',
386
423
  team: 'Whiteboards'
387
424
  },
@@ -403,6 +440,24 @@ const metadata = {
403
440
  usage: 'Reserved for importing Jira work items',
404
441
  team: 'Whiteboards'
405
442
  },
443
+ 'layout-five-columns': {
444
+ keywords: ['layout-five-columns', 'layoutfivecolumns', 'icon', 'icon-lab', 'core', 'layout', 'columns', '5 col', '5 cols'],
445
+ componentName: 'LayoutFiveColumnsIcon',
446
+ package: '@atlaskit/icon-lab/core/layout-five-columns',
447
+ type: 'core',
448
+ categorization: 'single-purpose',
449
+ usage: 'Reserved for 5 column layout option in Confluence Editor.',
450
+ team: 'Confluence Editor'
451
+ },
452
+ 'layout-four-columns': {
453
+ keywords: ['layout-four-columns', 'layoutfourcolumns', 'icon', 'icon-lab', 'core', 'layout', 'columns', '4 col', '4 cols'],
454
+ componentName: 'LayoutFourColumnsIcon',
455
+ package: '@atlaskit/icon-lab/core/layout-four-columns',
456
+ type: 'core',
457
+ categorization: 'single-purpose',
458
+ usage: 'Reserved for 4 columns layout option in Confluence Editor.',
459
+ team: 'Confluence Editor'
460
+ },
406
461
  lozenge: {
407
462
  keywords: ['lozenge', 'icon', 'icon-lab', 'core', 'insert', 'status', 'badge'],
408
463
  componentName: 'LozengeIcon',
@@ -466,6 +521,15 @@ const metadata = {
466
521
  usage: 'Reserved for whiteboard’s node single-right',
467
522
  team: 'Whiteboards'
468
523
  },
524
+ notepad: {
525
+ keywords: ['notepad', 'icon', 'icon-lab', 'core', 'Card', 'Note', 'Notepad', 'Memo'],
526
+ componentName: 'NotepadIcon',
527
+ package: '@atlaskit/icon-lab/core/notepad',
528
+ type: 'core',
529
+ categorization: 'multi-purpose',
530
+ usage: "Whiteboard component 'card'",
531
+ team: 'Confluence Whiteboards'
532
+ },
469
533
  'page-live-doc': {
470
534
  keywords: ['page-live-doc', 'pagelivedoc', 'icon', 'icon-lab', 'core', 'page', 'live edit', 'lightning bolt', 'multiplayer', 'document', 'live doc'],
471
535
  componentName: 'PageLiveDocIcon',
@@ -493,6 +557,15 @@ const metadata = {
493
557
  usage: 'Multi purpose',
494
558
  team: 'Design System Team'
495
559
  },
560
+ panel: {
561
+ keywords: ['panel', 'icon', 'icon-lab', 'core', 'panel', 'card'],
562
+ componentName: 'PanelIcon',
563
+ package: '@atlaskit/icon-lab/core/panel',
564
+ type: 'core',
565
+ categorization: 'multi-purpose',
566
+ usage: 'Panel category in Confluence',
567
+ team: 'Editor AI'
568
+ },
496
569
  'party-popper': {
497
570
  keywords: ['party-popper', 'partypopper', 'icon', 'icon-lab', 'core', 'party', 'celebrate', 'celebration', 'confetti'],
498
571
  componentName: 'PartyPopperIcon',
@@ -529,6 +602,16 @@ const metadata = {
529
602
  usage: 'Reserved for JSM queue navigation to pop out from sidebar',
530
603
  team: 'JSM core capabilities'
531
604
  },
605
+ recur: {
606
+ keywords: ['recur', 'icon', 'icon-lab', 'core', 'recur', 'recurring', 'repeat', 'repeating'],
607
+ componentName: 'RecurIcon',
608
+ package: '@atlaskit/icon-lab/core/recur',
609
+ type: 'core',
610
+ categorization: 'single-purpose',
611
+ usage: 'Reserved for setting objects to recur (eg Work items, Forms)',
612
+ team: 'Pandora',
613
+ slackChannel: '#horizon-pandora-eng'
614
+ },
532
615
  'roadmaps-plan': {
533
616
  keywords: ['roadmaps-plan', 'roadmapsplan', 'icon', 'icon-lab', 'core', 'roadmaps', 'roadmap', 'plan'],
534
617
  componentName: 'RoadmapsPlanIcon',
@@ -748,6 +831,15 @@ const metadata = {
748
831
  usage: 'Reserved for representing solid stroke and border styles.',
749
832
  team: 'Whiteboards'
750
833
  },
834
+ 'suggested-edit': {
835
+ keywords: ['suggested-edit', 'suggestededit', 'icon', 'icon-lab', 'core', 'AI', 'suggestion', 'suggested edit', 'suggest', 'generative'],
836
+ componentName: 'SuggestedEditIcon',
837
+ package: '@atlaskit/icon-lab/core/suggested-edit',
838
+ type: 'core',
839
+ categorization: 'single-purpose',
840
+ usage: 'Reserved for suggestions powered by Atlassian Intelligence',
841
+ team: 'Editor AI'
842
+ },
751
843
  sunset: {
752
844
  keywords: ['sunset', 'icon', 'icon-lab', 'core', 'sun', 'horizon', 'farewell', 'goodbye', 'sky', 'farewell feed'],
753
845
  componentName: 'SunsetIcon',
@@ -794,6 +886,15 @@ const metadata = {
794
886
  usage: 'Known usages: Alternative option for food emoji category.',
795
887
  team: 'Design System Team'
796
888
  },
889
+ talent: {
890
+ keywords: ['talent', 'icon', 'icon-lab', 'core', 'talent', 'person', 'star'],
891
+ componentName: 'TalentIcon',
892
+ package: '@atlaskit/icon-lab/core/talent',
893
+ type: 'core',
894
+ categorization: 'single-purpose',
895
+ usage: 'Reserved for functional representation of Talent app',
896
+ team: 'Talent'
897
+ },
797
898
  template: {
798
899
  keywords: ['template', 'icon', 'icon-lab', 'core', 'template', 'templates'],
799
900
  componentName: 'TemplateIcon',
@@ -866,6 +967,24 @@ const metadata = {
866
967
  usage: 'Reserved for bold text with underline and strikethrough',
867
968
  team: 'Whiteboards'
868
969
  },
970
+ 'text-conclusion-add': {
971
+ keywords: ['text-conclusion-add', 'textconclusionadd', 'icon', 'icon-lab', 'core', 'text', 'conclusion', 'AI', 'generative'],
972
+ componentName: 'TextConclusionAddIcon',
973
+ package: '@atlaskit/icon-lab/core/text-conclusion-add',
974
+ type: 'core',
975
+ categorization: 'single-purpose',
976
+ usage: 'Confluence Editor AI action for generating a conclusion',
977
+ team: 'Editor AI'
978
+ },
979
+ 'text-introduction-add': {
980
+ keywords: ['text-introduction-add', 'textintroductionadd', 'icon', 'icon-lab', 'core', 'text', 'introduction', 'AI', 'generative'],
981
+ componentName: 'TextIntroductionAddIcon',
982
+ package: '@atlaskit/icon-lab/core/text-introduction-add',
983
+ type: 'core',
984
+ categorization: 'single-purpose',
985
+ usage: 'Confluence Editor AI action for generating an introduction',
986
+ team: 'Editor AI'
987
+ },
869
988
  'text-italic-strikethrough': {
870
989
  keywords: ['text-italic-strikethrough', 'textitalicstrikethrough', 'icon', 'icon-lab', 'core', 'Text', 'Type', 'Font', 'Italic', 'Strikethrough'],
871
990
  componentName: 'TextItalicStrikethroughIcon',
@@ -893,6 +1012,33 @@ const metadata = {
893
1012
  usage: 'Reserved for italic text with underline and strikethrough',
894
1013
  team: 'Whiteboards'
895
1014
  },
1015
+ 'text-lengthen': {
1016
+ keywords: ['text-lengthen', 'textlengthen', 'icon', 'icon-lab', 'core', 'text', 'lengthen', 'expand', 'AI', 'generative'],
1017
+ componentName: 'TextLengthenIcon',
1018
+ package: '@atlaskit/icon-lab/core/text-lengthen',
1019
+ type: 'core',
1020
+ categorization: 'single-purpose',
1021
+ usage: 'Lengthening text content with Atlassian Intelligence',
1022
+ team: 'Editor AI'
1023
+ },
1024
+ 'text-paragraph': {
1025
+ keywords: ['text-paragraph', 'textparagraph', 'icon', 'icon-lab', 'core', 'text', 'paragraph break', 'AI', 'generative', 'reformat'],
1026
+ componentName: 'TextParagraphIcon',
1027
+ package: '@atlaskit/icon-lab/core/text-paragraph',
1028
+ type: 'core',
1029
+ categorization: 'multi-purpose',
1030
+ usage: 'Confluence Editor AI action for reformatting paragraphs into multiple shorter paragraphs',
1031
+ team: 'Editor AI'
1032
+ },
1033
+ 'text-rephrase': {
1034
+ keywords: ['text-rephrase', 'textrephrase', 'icon', 'icon-lab', 'core', 'text', 'rephrase', 'AI', 'generative'],
1035
+ componentName: 'TextRephraseIcon',
1036
+ package: '@atlaskit/icon-lab/core/text-rephrase',
1037
+ type: 'core',
1038
+ categorization: 'single-purpose',
1039
+ usage: 'Confluence Editor AI action for rephrasing text',
1040
+ team: 'Editor AI'
1041
+ },
896
1042
  'text-underline-strikethrough': {
897
1043
  keywords: ['text-underline-strikethrough', 'textunderlinestrikethrough', 'icon', 'icon-lab', 'core', 'text', 'type', 'font', 'strikethrough', 'underline'],
898
1044
  componentName: 'TextUnderlineStrikethroughIcon',
@@ -938,6 +1084,24 @@ const metadata = {
938
1084
  usage: 'Known usages: Alternative option for transport emoji category.',
939
1085
  team: 'Design System Team'
940
1086
  },
1087
+ 'video-hd': {
1088
+ keywords: ['video-hd', 'videohd', 'icon', 'icon-lab', 'core', 'high definition', 'hi def'],
1089
+ componentName: 'VideoHdIcon',
1090
+ package: '@atlaskit/icon-lab/core/video-hd',
1091
+ type: 'core',
1092
+ categorization: 'single-purpose',
1093
+ usage: 'Single purpose - Reserved for enabling high definition videos',
1094
+ team: 'Atlassian Design System'
1095
+ },
1096
+ 'video-hd-filled': {
1097
+ keywords: ['video-hd-filled', 'videohdfilled', 'icon', 'icon-lab', 'core', 'high definition', 'hi def'],
1098
+ componentName: 'VideoHdFilledIcon',
1099
+ package: '@atlaskit/icon-lab/core/video-hd-filled',
1100
+ type: 'core',
1101
+ categorization: 'single-purpose',
1102
+ usage: 'Single purpose - Reserved to show that high definition is enabled for videos',
1103
+ team: 'Atlassian Design System'
1104
+ },
941
1105
  'view-type-board-home': {
942
1106
  keywords: ['view-type-board-home', 'viewtypeboardhome', 'icon', 'icon-lab', 'core', 'board view', 'databases', 'home', 'default view'],
943
1107
  componentName: 'ViewTypeBoardHomeIcon',
@@ -983,6 +1147,15 @@ const metadata = {
983
1147
  usage: 'Multi purpose',
984
1148
  team: 'Design System Team'
985
1149
  },
1150
+ 'warning-outline': {
1151
+ keywords: ['warning-outline', 'warningoutline', 'icon', 'icon-lab', 'core', 'warning', 'exclamation', 'overdue', 'past due', 'late'],
1152
+ componentName: 'WarningOutlineIcon',
1153
+ package: '@atlaskit/icon-lab/core/warning-outline',
1154
+ type: 'core',
1155
+ categorization: 'multi-purpose',
1156
+ usage: 'Low-impact warnings. Overdue dates in Atlassian Home.',
1157
+ team: 'Atlassian Home'
1158
+ },
986
1159
  webhook: {
987
1160
  keywords: ['webhook', 'icon', 'icon-lab', 'core', 'api', 'callback', 'payload'],
988
1161
  componentName: 'WebhookIcon',
@@ -1003,6 +1176,15 @@ const metadata = {
1003
1176
  team: 'Insights',
1004
1177
  slackChannel: '#cc-insights-and-reporting'
1005
1178
  },
1179
+ 'work-item-add': {
1180
+ keywords: ['work-item-add', 'workitemadd', 'icon', 'icon-lab', 'core', 'issue', 'work item', 'work type', 'add', 'plus', 'create'],
1181
+ componentName: 'WorkItemAddIcon',
1182
+ package: '@atlaskit/icon-lab/core/work-item-add',
1183
+ type: 'core',
1184
+ categorization: 'single-purpose',
1185
+ usage: 'Reserved for adding or creating a new work item.',
1186
+ team: 'Jira'
1187
+ },
1006
1188
  'workflow-controls': {
1007
1189
  keywords: ['workflow-controls', 'workflowcontrols', 'icon', 'icon-lab', 'core', 'orchestration'],
1008
1190
  componentName: 'WorkflowControlsIcon',
@@ -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::7d519974d95efb95644eddbc4da480a5>>
6
+ * @codegen <<SignedSource::c463643dfa00b2d23410a6ab68f4315d>>
7
7
  * @codegenCommand yarn build:icon-glyphs
8
8
  */
9
9
 
@@ -89,6 +89,15 @@ var metadata = {
89
89
  usage: 'Top-aligned text position within sticky notes in Whiteboards.',
90
90
  team: 'Whiteboards'
91
91
  },
92
+ 'arrows-diagonal-up-right-down-left': {
93
+ keywords: ['arrows-diagonal-up-right-down-left', 'arrowsdiagonaluprightdownleft', 'icon', 'icon-lab', 'core', 'Arrows', 'Switch', 'Space', 'Swap', 'crossflow'],
94
+ componentName: 'ArrowsDiagonalUpRightDownLeftIcon',
95
+ package: '@atlaskit/icon-lab/core/arrows-diagonal-up-right-down-left',
96
+ type: 'core',
97
+ categorization: 'multi-purpose',
98
+ usage: 'Used within Jira Pages to connect or switch to a Space or page.',
99
+ team: 'Confluence Integrations'
100
+ },
92
101
  'assets-data-manager': {
93
102
  keywords: ['assets-data-manager', 'assetsdatamanager', 'icon', 'icon-lab', 'core', 'data manager', 'assets', 'CMDB', 'configuration management database'],
94
103
  componentName: 'AssetsDataManagerIcon',
@@ -98,6 +107,15 @@ var metadata = {
98
107
  usage: 'Reserved for JSM Assets.',
99
108
  team: 'Assets'
100
109
  },
110
+ 'assets-graph': {
111
+ keywords: ['assets-graph', 'assetsgraph', 'icon', 'icon-lab', 'core', 'assets', 'graph'],
112
+ componentName: 'AssetsGraphIcon',
113
+ package: '@atlaskit/icon-lab/core/assets-graph',
114
+ type: 'core',
115
+ categorization: 'single-purpose',
116
+ usage: 'Reserved for representing Assets graph',
117
+ team: 'Assets'
118
+ },
101
119
  'assets-schema': {
102
120
  keywords: ['assets-schema', 'assetsschema', 'icon', 'icon-lab', 'core', 'assets', 'CMDB', 'configuration management database'],
103
121
  componentName: 'AssetsSchemaIcon',
@@ -246,12 +264,12 @@ var metadata = {
246
264
  team: 'Whiteboards'
247
265
  },
248
266
  'divider-element': {
249
- keywords: ['divider-element', 'dividerelement', 'icon', 'icon-lab', 'core'],
267
+ keywords: ['divider-element', 'dividerelement', 'icon', 'icon-lab', 'core', 'divider', 'line break', 'horizontal rule'],
250
268
  componentName: 'DividerElementIcon',
251
269
  package: '@atlaskit/icon-lab/core/divider-element',
252
270
  type: 'core',
253
- categorization: 'multi-purpose',
254
- usage: 'Known uses: Insert divider element in Confluence',
271
+ categorization: 'single-purpose',
272
+ usage: 'Reserved for inserting divider elements in Confluence',
255
273
  team: 'editor-design',
256
274
  slackChannel: '#editor-controls-project'
257
275
  },
@@ -294,12 +312,12 @@ var metadata = {
294
312
  team: 'Design System Team'
295
313
  },
296
314
  'expand-element': {
297
- keywords: ['expand-element', 'expandelement', 'icon', 'icon-lab', 'core'],
315
+ keywords: ['expand-element', 'expandelement', 'icon', 'icon-lab', 'core', 'expand', 'editor object'],
298
316
  componentName: 'ExpandElementIcon',
299
317
  package: '@atlaskit/icon-lab/core/expand-element',
300
318
  type: 'core',
301
- categorization: 'multi-purpose',
302
- usage: 'Known usage: Insert expand element in Confluence',
319
+ categorization: 'single-purpose',
320
+ usage: 'Reserved for inserting expand elements in Confluence',
303
321
  team: 'editor-design',
304
322
  slackChannel: '#editor-controls-project'
305
323
  },
@@ -358,6 +376,25 @@ var metadata = {
358
376
  team: 'Automation',
359
377
  slackChannel: '#help-automation-design'
360
378
  },
379
+ 'image-alt-text': {
380
+ keywords: ['image-alt-text', 'imagealttext', 'icon', 'icon-lab', 'core'],
381
+ componentName: 'ImageAltTextIcon',
382
+ package: '@atlaskit/icon-lab/core/image-alt-text',
383
+ type: 'core',
384
+ categorization: 'single-purpose',
385
+ usage: 'Reserved for creating alt text for an image',
386
+ team: 'Editor',
387
+ slackChannel: '#editor-design'
388
+ },
389
+ 'image-crop': {
390
+ keywords: ['image-crop', 'imagecrop', 'icon', 'icon-lab', 'core', 'crop', 'crop tool', 'trim'],
391
+ componentName: 'ImageCropIcon',
392
+ package: '@atlaskit/icon-lab/core/image-crop',
393
+ type: 'core',
394
+ categorization: 'single-purpose',
395
+ usage: 'Reserved for cropping images',
396
+ team: 'Design System Team'
397
+ },
361
398
  incognito: {
362
399
  keywords: ['incognito', 'icon', 'icon-lab', 'core', 'Whiteboards', 'Private', 'Incognito'],
363
400
  componentName: 'IncognitoIcon',
@@ -381,7 +418,7 @@ var metadata = {
381
418
  componentName: 'JiraIcon',
382
419
  package: '@atlaskit/icon-lab/core/jira',
383
420
  type: 'core',
384
- categorization: 'multi-purpose',
421
+ categorization: 'single-purpose',
385
422
  usage: 'Representing JIRA',
386
423
  team: 'Whiteboards'
387
424
  },
@@ -403,6 +440,24 @@ var metadata = {
403
440
  usage: 'Reserved for importing Jira work items',
404
441
  team: 'Whiteboards'
405
442
  },
443
+ 'layout-five-columns': {
444
+ keywords: ['layout-five-columns', 'layoutfivecolumns', 'icon', 'icon-lab', 'core', 'layout', 'columns', '5 col', '5 cols'],
445
+ componentName: 'LayoutFiveColumnsIcon',
446
+ package: '@atlaskit/icon-lab/core/layout-five-columns',
447
+ type: 'core',
448
+ categorization: 'single-purpose',
449
+ usage: 'Reserved for 5 column layout option in Confluence Editor.',
450
+ team: 'Confluence Editor'
451
+ },
452
+ 'layout-four-columns': {
453
+ keywords: ['layout-four-columns', 'layoutfourcolumns', 'icon', 'icon-lab', 'core', 'layout', 'columns', '4 col', '4 cols'],
454
+ componentName: 'LayoutFourColumnsIcon',
455
+ package: '@atlaskit/icon-lab/core/layout-four-columns',
456
+ type: 'core',
457
+ categorization: 'single-purpose',
458
+ usage: 'Reserved for 4 columns layout option in Confluence Editor.',
459
+ team: 'Confluence Editor'
460
+ },
406
461
  lozenge: {
407
462
  keywords: ['lozenge', 'icon', 'icon-lab', 'core', 'insert', 'status', 'badge'],
408
463
  componentName: 'LozengeIcon',
@@ -466,6 +521,15 @@ var metadata = {
466
521
  usage: 'Reserved for whiteboard’s node single-right',
467
522
  team: 'Whiteboards'
468
523
  },
524
+ notepad: {
525
+ keywords: ['notepad', 'icon', 'icon-lab', 'core', 'Card', 'Note', 'Notepad', 'Memo'],
526
+ componentName: 'NotepadIcon',
527
+ package: '@atlaskit/icon-lab/core/notepad',
528
+ type: 'core',
529
+ categorization: 'multi-purpose',
530
+ usage: "Whiteboard component 'card'",
531
+ team: 'Confluence Whiteboards'
532
+ },
469
533
  'page-live-doc': {
470
534
  keywords: ['page-live-doc', 'pagelivedoc', 'icon', 'icon-lab', 'core', 'page', 'live edit', 'lightning bolt', 'multiplayer', 'document', 'live doc'],
471
535
  componentName: 'PageLiveDocIcon',
@@ -493,6 +557,15 @@ var metadata = {
493
557
  usage: 'Multi purpose',
494
558
  team: 'Design System Team'
495
559
  },
560
+ panel: {
561
+ keywords: ['panel', 'icon', 'icon-lab', 'core', 'panel', 'card'],
562
+ componentName: 'PanelIcon',
563
+ package: '@atlaskit/icon-lab/core/panel',
564
+ type: 'core',
565
+ categorization: 'multi-purpose',
566
+ usage: 'Panel category in Confluence',
567
+ team: 'Editor AI'
568
+ },
496
569
  'party-popper': {
497
570
  keywords: ['party-popper', 'partypopper', 'icon', 'icon-lab', 'core', 'party', 'celebrate', 'celebration', 'confetti'],
498
571
  componentName: 'PartyPopperIcon',
@@ -529,6 +602,16 @@ var metadata = {
529
602
  usage: 'Reserved for JSM queue navigation to pop out from sidebar',
530
603
  team: 'JSM core capabilities'
531
604
  },
605
+ recur: {
606
+ keywords: ['recur', 'icon', 'icon-lab', 'core', 'recur', 'recurring', 'repeat', 'repeating'],
607
+ componentName: 'RecurIcon',
608
+ package: '@atlaskit/icon-lab/core/recur',
609
+ type: 'core',
610
+ categorization: 'single-purpose',
611
+ usage: 'Reserved for setting objects to recur (eg Work items, Forms)',
612
+ team: 'Pandora',
613
+ slackChannel: '#horizon-pandora-eng'
614
+ },
532
615
  'roadmaps-plan': {
533
616
  keywords: ['roadmaps-plan', 'roadmapsplan', 'icon', 'icon-lab', 'core', 'roadmaps', 'roadmap', 'plan'],
534
617
  componentName: 'RoadmapsPlanIcon',
@@ -748,6 +831,15 @@ var metadata = {
748
831
  usage: 'Reserved for representing solid stroke and border styles.',
749
832
  team: 'Whiteboards'
750
833
  },
834
+ 'suggested-edit': {
835
+ keywords: ['suggested-edit', 'suggestededit', 'icon', 'icon-lab', 'core', 'AI', 'suggestion', 'suggested edit', 'suggest', 'generative'],
836
+ componentName: 'SuggestedEditIcon',
837
+ package: '@atlaskit/icon-lab/core/suggested-edit',
838
+ type: 'core',
839
+ categorization: 'single-purpose',
840
+ usage: 'Reserved for suggestions powered by Atlassian Intelligence',
841
+ team: 'Editor AI'
842
+ },
751
843
  sunset: {
752
844
  keywords: ['sunset', 'icon', 'icon-lab', 'core', 'sun', 'horizon', 'farewell', 'goodbye', 'sky', 'farewell feed'],
753
845
  componentName: 'SunsetIcon',
@@ -794,6 +886,15 @@ var metadata = {
794
886
  usage: 'Known usages: Alternative option for food emoji category.',
795
887
  team: 'Design System Team'
796
888
  },
889
+ talent: {
890
+ keywords: ['talent', 'icon', 'icon-lab', 'core', 'talent', 'person', 'star'],
891
+ componentName: 'TalentIcon',
892
+ package: '@atlaskit/icon-lab/core/talent',
893
+ type: 'core',
894
+ categorization: 'single-purpose',
895
+ usage: 'Reserved for functional representation of Talent app',
896
+ team: 'Talent'
897
+ },
797
898
  template: {
798
899
  keywords: ['template', 'icon', 'icon-lab', 'core', 'template', 'templates'],
799
900
  componentName: 'TemplateIcon',
@@ -866,6 +967,24 @@ var metadata = {
866
967
  usage: 'Reserved for bold text with underline and strikethrough',
867
968
  team: 'Whiteboards'
868
969
  },
970
+ 'text-conclusion-add': {
971
+ keywords: ['text-conclusion-add', 'textconclusionadd', 'icon', 'icon-lab', 'core', 'text', 'conclusion', 'AI', 'generative'],
972
+ componentName: 'TextConclusionAddIcon',
973
+ package: '@atlaskit/icon-lab/core/text-conclusion-add',
974
+ type: 'core',
975
+ categorization: 'single-purpose',
976
+ usage: 'Confluence Editor AI action for generating a conclusion',
977
+ team: 'Editor AI'
978
+ },
979
+ 'text-introduction-add': {
980
+ keywords: ['text-introduction-add', 'textintroductionadd', 'icon', 'icon-lab', 'core', 'text', 'introduction', 'AI', 'generative'],
981
+ componentName: 'TextIntroductionAddIcon',
982
+ package: '@atlaskit/icon-lab/core/text-introduction-add',
983
+ type: 'core',
984
+ categorization: 'single-purpose',
985
+ usage: 'Confluence Editor AI action for generating an introduction',
986
+ team: 'Editor AI'
987
+ },
869
988
  'text-italic-strikethrough': {
870
989
  keywords: ['text-italic-strikethrough', 'textitalicstrikethrough', 'icon', 'icon-lab', 'core', 'Text', 'Type', 'Font', 'Italic', 'Strikethrough'],
871
990
  componentName: 'TextItalicStrikethroughIcon',
@@ -893,6 +1012,33 @@ var metadata = {
893
1012
  usage: 'Reserved for italic text with underline and strikethrough',
894
1013
  team: 'Whiteboards'
895
1014
  },
1015
+ 'text-lengthen': {
1016
+ keywords: ['text-lengthen', 'textlengthen', 'icon', 'icon-lab', 'core', 'text', 'lengthen', 'expand', 'AI', 'generative'],
1017
+ componentName: 'TextLengthenIcon',
1018
+ package: '@atlaskit/icon-lab/core/text-lengthen',
1019
+ type: 'core',
1020
+ categorization: 'single-purpose',
1021
+ usage: 'Lengthening text content with Atlassian Intelligence',
1022
+ team: 'Editor AI'
1023
+ },
1024
+ 'text-paragraph': {
1025
+ keywords: ['text-paragraph', 'textparagraph', 'icon', 'icon-lab', 'core', 'text', 'paragraph break', 'AI', 'generative', 'reformat'],
1026
+ componentName: 'TextParagraphIcon',
1027
+ package: '@atlaskit/icon-lab/core/text-paragraph',
1028
+ type: 'core',
1029
+ categorization: 'multi-purpose',
1030
+ usage: 'Confluence Editor AI action for reformatting paragraphs into multiple shorter paragraphs',
1031
+ team: 'Editor AI'
1032
+ },
1033
+ 'text-rephrase': {
1034
+ keywords: ['text-rephrase', 'textrephrase', 'icon', 'icon-lab', 'core', 'text', 'rephrase', 'AI', 'generative'],
1035
+ componentName: 'TextRephraseIcon',
1036
+ package: '@atlaskit/icon-lab/core/text-rephrase',
1037
+ type: 'core',
1038
+ categorization: 'single-purpose',
1039
+ usage: 'Confluence Editor AI action for rephrasing text',
1040
+ team: 'Editor AI'
1041
+ },
896
1042
  'text-underline-strikethrough': {
897
1043
  keywords: ['text-underline-strikethrough', 'textunderlinestrikethrough', 'icon', 'icon-lab', 'core', 'text', 'type', 'font', 'strikethrough', 'underline'],
898
1044
  componentName: 'TextUnderlineStrikethroughIcon',
@@ -938,6 +1084,24 @@ var metadata = {
938
1084
  usage: 'Known usages: Alternative option for transport emoji category.',
939
1085
  team: 'Design System Team'
940
1086
  },
1087
+ 'video-hd': {
1088
+ keywords: ['video-hd', 'videohd', 'icon', 'icon-lab', 'core', 'high definition', 'hi def'],
1089
+ componentName: 'VideoHdIcon',
1090
+ package: '@atlaskit/icon-lab/core/video-hd',
1091
+ type: 'core',
1092
+ categorization: 'single-purpose',
1093
+ usage: 'Single purpose - Reserved for enabling high definition videos',
1094
+ team: 'Atlassian Design System'
1095
+ },
1096
+ 'video-hd-filled': {
1097
+ keywords: ['video-hd-filled', 'videohdfilled', 'icon', 'icon-lab', 'core', 'high definition', 'hi def'],
1098
+ componentName: 'VideoHdFilledIcon',
1099
+ package: '@atlaskit/icon-lab/core/video-hd-filled',
1100
+ type: 'core',
1101
+ categorization: 'single-purpose',
1102
+ usage: 'Single purpose - Reserved to show that high definition is enabled for videos',
1103
+ team: 'Atlassian Design System'
1104
+ },
941
1105
  'view-type-board-home': {
942
1106
  keywords: ['view-type-board-home', 'viewtypeboardhome', 'icon', 'icon-lab', 'core', 'board view', 'databases', 'home', 'default view'],
943
1107
  componentName: 'ViewTypeBoardHomeIcon',
@@ -983,6 +1147,15 @@ var metadata = {
983
1147
  usage: 'Multi purpose',
984
1148
  team: 'Design System Team'
985
1149
  },
1150
+ 'warning-outline': {
1151
+ keywords: ['warning-outline', 'warningoutline', 'icon', 'icon-lab', 'core', 'warning', 'exclamation', 'overdue', 'past due', 'late'],
1152
+ componentName: 'WarningOutlineIcon',
1153
+ package: '@atlaskit/icon-lab/core/warning-outline',
1154
+ type: 'core',
1155
+ categorization: 'multi-purpose',
1156
+ usage: 'Low-impact warnings. Overdue dates in Atlassian Home.',
1157
+ team: 'Atlassian Home'
1158
+ },
986
1159
  webhook: {
987
1160
  keywords: ['webhook', 'icon', 'icon-lab', 'core', 'api', 'callback', 'payload'],
988
1161
  componentName: 'WebhookIcon',
@@ -1003,6 +1176,15 @@ var metadata = {
1003
1176
  team: 'Insights',
1004
1177
  slackChannel: '#cc-insights-and-reporting'
1005
1178
  },
1179
+ 'work-item-add': {
1180
+ keywords: ['work-item-add', 'workitemadd', 'icon', 'icon-lab', 'core', 'issue', 'work item', 'work type', 'add', 'plus', 'create'],
1181
+ componentName: 'WorkItemAddIcon',
1182
+ package: '@atlaskit/icon-lab/core/work-item-add',
1183
+ type: 'core',
1184
+ categorization: 'single-purpose',
1185
+ usage: 'Reserved for adding or creating a new work item.',
1186
+ team: 'Jira'
1187
+ },
1006
1188
  'workflow-controls': {
1007
1189
  keywords: ['workflow-controls', 'workflowcontrols', 'icon', 'icon-lab', 'core', 'orchestration'],
1008
1190
  componentName: 'WorkflowControlsIcon',
@@ -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::7d519974d95efb95644eddbc4da480a5>>
6
+ * @codegen <<SignedSource::c463643dfa00b2d23410a6ab68f4315d>>
7
7
  * @codegenCommand yarn build:icon-glyphs
8
8
  */
9
9
  interface metadata {