@atlaskit/icon-lab 4.2.1 → 4.4.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 (135) hide show
  1. package/CHANGELOG.md +78 -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/colour-none.d.ts +13 -0
  7. package/core/colour-none.js +28 -0
  8. package/core/distribute-spacing-horizontal.d.ts +13 -0
  9. package/core/distribute-spacing-horizontal.js +28 -0
  10. package/core/distribute-spacing-vertical.d.ts +13 -0
  11. package/core/distribute-spacing-vertical.js +28 -0
  12. package/core/image-alt-text.d.ts +13 -0
  13. package/core/image-alt-text.js +28 -0
  14. package/core/image-crop.d.ts +13 -0
  15. package/core/image-crop.js +28 -0
  16. package/core/jira-add.d.ts +13 -0
  17. package/core/jira-add.js +28 -0
  18. package/core/jira-upload.d.ts +13 -0
  19. package/core/jira-upload.js +28 -0
  20. package/core/layout-five-columns.d.ts +13 -0
  21. package/core/layout-five-columns.js +28 -0
  22. package/core/layout-four-columns.d.ts +13 -0
  23. package/core/layout-four-columns.js +28 -0
  24. package/core/node-parallel-bottom-left.d.ts +13 -0
  25. package/core/node-parallel-bottom-left.js +28 -0
  26. package/core/node-parallel-bottom-right.d.ts +13 -0
  27. package/core/node-parallel-bottom-right.js +28 -0
  28. package/core/node-parallel-top-left.d.ts +13 -0
  29. package/core/node-parallel-top-left.js +28 -0
  30. package/core/node-parallel-top-right.d.ts +13 -0
  31. package/core/node-parallel-top-right.js +28 -0
  32. package/core/node-single-left.d.ts +13 -0
  33. package/core/node-single-left.js +28 -0
  34. package/core/node-single-right.d.ts +13 -0
  35. package/core/node-single-right.js +28 -0
  36. package/core/notepad.d.ts +13 -0
  37. package/core/notepad.js +28 -0
  38. package/core/panel.d.ts +13 -0
  39. package/core/panel.js +28 -0
  40. package/core/recur.d.ts +13 -0
  41. package/core/recur.js +28 -0
  42. package/core/suggested-edit.d.ts +13 -0
  43. package/core/suggested-edit.js +28 -0
  44. package/core/talent.d.ts +13 -0
  45. package/core/talent.js +28 -0
  46. package/core/text-bold-italic-strikethrough.d.ts +13 -0
  47. package/core/text-bold-italic-strikethrough.js +28 -0
  48. package/core/text-bold-italic-underline-strikethrough.d.ts +13 -0
  49. package/core/text-bold-italic-underline-strikethrough.js +28 -0
  50. package/core/text-bold-italic-underline.d.ts +13 -0
  51. package/core/text-bold-italic-underline.js +28 -0
  52. package/core/text-bold-italic.d.ts +13 -0
  53. package/core/text-bold-italic.js +28 -0
  54. package/core/text-bold-strikethrough.d.ts +13 -0
  55. package/core/text-bold-strikethrough.js +28 -0
  56. package/core/text-bold-underline-strikethrough.d.ts +13 -0
  57. package/core/text-bold-underline-strikethrough.js +28 -0
  58. package/core/text-bold-underline.d.ts +13 -0
  59. package/core/text-bold-underline.js +28 -0
  60. package/core/text-conclusion-add.d.ts +13 -0
  61. package/core/text-conclusion-add.js +28 -0
  62. package/core/text-introduction-add.d.ts +13 -0
  63. package/core/text-introduction-add.js +28 -0
  64. package/core/text-italic-strikethrough.d.ts +13 -0
  65. package/core/text-italic-strikethrough.js +28 -0
  66. package/core/text-italic-underline-strikethrough.d.ts +13 -0
  67. package/core/text-italic-underline-strikethrough.js +28 -0
  68. package/core/text-italic-underline.d.ts +13 -0
  69. package/core/text-italic-underline.js +28 -0
  70. package/core/text-lengthen.d.ts +13 -0
  71. package/core/text-lengthen.js +28 -0
  72. package/core/text-paragraph.d.ts +13 -0
  73. package/core/text-paragraph.js +28 -0
  74. package/core/text-rephrase.d.ts +13 -0
  75. package/core/text-rephrase.js +28 -0
  76. package/core/text-underline-strikethrough.d.ts +13 -0
  77. package/core/text-underline-strikethrough.js +28 -0
  78. package/core/tidy.js +2 -2
  79. package/core/video-hd-filled.d.ts +13 -0
  80. package/core/video-hd-filled.js +28 -0
  81. package/core/video-hd.d.ts +13 -0
  82. package/core/video-hd.js +28 -0
  83. package/core/warning-outline.d.ts +13 -0
  84. package/core/warning-outline.js +28 -0
  85. package/core/work-item-add.d.ts +13 -0
  86. package/core/work-item-add.js +28 -0
  87. package/dist/cjs/metadata-core.js +388 -8
  88. package/dist/es2019/metadata-core.js +388 -8
  89. package/dist/esm/metadata-core.js +388 -8
  90. package/dist/types/metadata-core.d.ts +1 -1
  91. package/dist/types-ts4.5/metadata-core.d.ts +1 -1
  92. package/package.json +4 -4
  93. package/svgs/core/arrows-diagonal-up-right-down-left.svg +1 -0
  94. package/svgs/core/assets-graph.svg +1 -0
  95. package/svgs/core/colour-none.svg +1 -0
  96. package/svgs/core/distribute-spacing-horizontal.svg +1 -0
  97. package/svgs/core/distribute-spacing-vertical.svg +1 -0
  98. package/svgs/core/image-alt-text.svg +1 -0
  99. package/svgs/core/image-crop.svg +1 -0
  100. package/svgs/core/jira-add.svg +1 -0
  101. package/svgs/core/jira-upload.svg +1 -0
  102. package/svgs/core/layout-five-columns.svg +1 -0
  103. package/svgs/core/layout-four-columns.svg +1 -0
  104. package/svgs/core/node-parallel-bottom-left.svg +1 -0
  105. package/svgs/core/node-parallel-bottom-right.svg +1 -0
  106. package/svgs/core/node-parallel-top-left.svg +1 -0
  107. package/svgs/core/node-parallel-top-right.svg +1 -0
  108. package/svgs/core/node-single-left.svg +1 -0
  109. package/svgs/core/node-single-right.svg +1 -0
  110. package/svgs/core/notepad.svg +1 -0
  111. package/svgs/core/panel.svg +1 -0
  112. package/svgs/core/recur.svg +1 -0
  113. package/svgs/core/suggested-edit.svg +1 -0
  114. package/svgs/core/talent.svg +1 -0
  115. package/svgs/core/text-bold-italic-strikethrough.svg +1 -0
  116. package/svgs/core/text-bold-italic-underline-strikethrough.svg +1 -0
  117. package/svgs/core/text-bold-italic-underline.svg +1 -0
  118. package/svgs/core/text-bold-italic.svg +1 -0
  119. package/svgs/core/text-bold-strikethrough.svg +1 -0
  120. package/svgs/core/text-bold-underline-strikethrough.svg +1 -0
  121. package/svgs/core/text-bold-underline.svg +1 -0
  122. package/svgs/core/text-conclusion-add.svg +1 -0
  123. package/svgs/core/text-introduction-add.svg +1 -0
  124. package/svgs/core/text-italic-strikethrough.svg +1 -0
  125. package/svgs/core/text-italic-underline-strikethrough.svg +1 -0
  126. package/svgs/core/text-italic-underline.svg +1 -0
  127. package/svgs/core/text-lengthen.svg +1 -0
  128. package/svgs/core/text-paragraph.svg +1 -0
  129. package/svgs/core/text-rephrase.svg +1 -0
  130. package/svgs/core/text-underline-strikethrough.svg +1 -0
  131. package/svgs/core/tidy.svg +1 -1
  132. package/svgs/core/video-hd-filled.svg +1 -0
  133. package/svgs/core/video-hd.svg +1 -0
  134. package/svgs/core/warning-outline.svg +1 -0
  135. package/svgs/core/work-item-add.svg +1 -0
@@ -0,0 +1,28 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::22f154a5d93289d4bcc4dadb1207abea>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+ "use strict";
7
+
8
+ Object.defineProperty(exports, "__esModule", {
9
+ value: true
10
+ });
11
+ exports.default = void 0;
12
+ var _react = _interopRequireDefault(require("react"));
13
+ var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
14
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
15
+ /**
16
+ * Icon: "WarningOutline".
17
+ * Category: multi-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Low-impact warnings. Overdue dates in Atlassian Home.
20
+ * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
21
+ * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
22
+ */
23
+ const WarningOutlineIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M5.7 1.384c.996-1.816 3.605-1.818 4.602-.003l5.35 9.73C16.612 12.86 15.346 15 13.35 15H2.667C.67 15-.594 12.862.365 11.113zm3.288.72a1.125 1.125 0 0 0-1.972 0l-5.336 9.73c-.41.75.132 1.666.987 1.666H13.35c.855 0 1.398-.917.986-1.667z" clip-rule="evenodd"/><path fill="currentcolor" fill-rule="evenodd" d="M7.25 9V4h1.5v5z" clip-rule="evenodd"/><path fill="currentcolor" d="M9 11.25a1 1 0 1 1-2 0 1 1 0 0 1 2 0"/>`
25
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
+ }, props));
27
+ WarningOutlineIcon.displayName = 'WarningOutlineIcon';
28
+ var _default = exports.default = WarningOutlineIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::3c743083d9bb079f04aef36ae38ac9ff>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const WorkItemAddIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default WorkItemAddIcon;
@@ -0,0 +1,28 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::b605cc1197b0f2907ce23abdc61716f3>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+ "use strict";
7
+
8
+ Object.defineProperty(exports, "__esModule", {
9
+ value: true
10
+ });
11
+ exports.default = void 0;
12
+ var _react = _interopRequireDefault(require("react"));
13
+ var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
14
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
15
+ /**
16
+ * Icon: "WorkItemAdd".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Reserved for adding or creating a new work item.
20
+ * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
21
+ * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
22
+ */
23
+ const WorkItemAddIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v4.5h-1.5V4a.5.5 0 0 0-.5-.5H2a.5.5 0 0 0-.5.5v8a.5.5 0 0 0 .5.5h5.5V14H2a2 2 0 0 1-2-2zm10.426 1.017 1.148.966-4 4.75a.75.75 0 0 1-1.148 0l-2-2.375 1.148-.966L7 9.086z" clip-rule="evenodd"/><path fill="currentcolor" fill-rule="evenodd" d="M12 12V9.5h1.5V12H16v1.5h-2.5V16H12v-2.5H9.5V12z" clip-rule="evenodd"/>`
25
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
+ }, props));
27
+ WorkItemAddIcon.displayName = 'WorkItemAddIcon';
28
+ var _default = exports.default = WorkItemAddIcon;
@@ -9,7 +9,7 @@ exports.default = void 0;
9
9
  *
10
10
  * To change the format of this file, modify `createIconDocsNew` in icon-build-process/src/create-icon-docs.tsx.
11
11
  *
12
- * @codegen <<SignedSource::ddb6001562b8cd2a0fb889a0aa3e5751>>
12
+ * @codegen <<SignedSource::c463643dfa00b2d23410a6ab68f4315d>>
13
13
  * @codegenCommand yarn build:icon-glyphs
14
14
  */
15
15
 
@@ -95,6 +95,15 @@ var metadata = {
95
95
  usage: 'Top-aligned text position within sticky notes in Whiteboards.',
96
96
  team: 'Whiteboards'
97
97
  },
98
+ 'arrows-diagonal-up-right-down-left': {
99
+ keywords: ['arrows-diagonal-up-right-down-left', 'arrowsdiagonaluprightdownleft', 'icon', 'icon-lab', 'core', 'Arrows', 'Switch', 'Space', 'Swap', 'crossflow'],
100
+ componentName: 'ArrowsDiagonalUpRightDownLeftIcon',
101
+ package: '@atlaskit/icon-lab/core/arrows-diagonal-up-right-down-left',
102
+ type: 'core',
103
+ categorization: 'multi-purpose',
104
+ usage: 'Used within Jira Pages to connect or switch to a Space or page.',
105
+ team: 'Confluence Integrations'
106
+ },
98
107
  'assets-data-manager': {
99
108
  keywords: ['assets-data-manager', 'assetsdatamanager', 'icon', 'icon-lab', 'core', 'data manager', 'assets', 'CMDB', 'configuration management database'],
100
109
  componentName: 'AssetsDataManagerIcon',
@@ -104,6 +113,15 @@ var metadata = {
104
113
  usage: 'Reserved for JSM Assets.',
105
114
  team: 'Assets'
106
115
  },
116
+ 'assets-graph': {
117
+ keywords: ['assets-graph', 'assetsgraph', 'icon', 'icon-lab', 'core', 'assets', 'graph'],
118
+ componentName: 'AssetsGraphIcon',
119
+ package: '@atlaskit/icon-lab/core/assets-graph',
120
+ type: 'core',
121
+ categorization: 'single-purpose',
122
+ usage: 'Reserved for representing Assets graph',
123
+ team: 'Assets'
124
+ },
107
125
  'assets-schema': {
108
126
  keywords: ['assets-schema', 'assetsschema', 'icon', 'icon-lab', 'core', 'assets', 'CMDB', 'configuration management database'],
109
127
  componentName: 'AssetsSchemaIcon',
@@ -167,6 +185,15 @@ var metadata = {
167
185
  usage: 'Multi purpose',
168
186
  team: 'Design System Team'
169
187
  },
188
+ 'colour-none': {
189
+ keywords: ['colour-none', 'colournone', 'icon', 'icon-lab', 'core', 'Colour', 'Color', 'Remove', 'None', 'Colour picker'],
190
+ componentName: 'ColourNoneIcon',
191
+ package: '@atlaskit/icon-lab/core/colour-none',
192
+ type: 'core',
193
+ categorization: 'single-purpose',
194
+ usage: "Remove colours from Whiteboard's colour picker",
195
+ team: 'Whiteboards'
196
+ },
170
197
  'continue-when': {
171
198
  keywords: ['continue-when', 'continuewhen', 'icon', 'icon-lab', 'core'],
172
199
  componentName: 'ContinueWhenIcon',
@@ -224,13 +251,31 @@ var metadata = {
224
251
  team: 'Ecosystem',
225
252
  slackChannel: '#forge-sql'
226
253
  },
254
+ 'distribute-spacing-horizontal': {
255
+ keywords: ['distribute-spacing-horizontal', 'distributespacinghorizontal', 'icon', 'icon-lab', 'core', 'Distribute', 'Horizontal spacing', 'Tidy up', 'Clean up'],
256
+ componentName: 'DistributeSpacingHorizontalIcon',
257
+ package: '@atlaskit/icon-lab/core/distribute-spacing-horizontal',
258
+ type: 'core',
259
+ categorization: 'single-purpose',
260
+ usage: 'Evenly distributing the horizontal space between multiple selected objects on Whiteboards',
261
+ team: 'Whiteboards'
262
+ },
263
+ 'distribute-spacing-vertical': {
264
+ keywords: ['distribute-spacing-vertical', 'distributespacingvertical', 'icon', 'icon-lab', 'core', 'Distribute', 'Vertical spacing', 'Clean up', 'Tidy'],
265
+ componentName: 'DistributeSpacingVerticalIcon',
266
+ package: '@atlaskit/icon-lab/core/distribute-spacing-vertical',
267
+ type: 'core',
268
+ categorization: 'single-purpose',
269
+ usage: 'Evenly distributing the vertical space between multiple selected objects on Whiteboards',
270
+ team: 'Whiteboards'
271
+ },
227
272
  'divider-element': {
228
- keywords: ['divider-element', 'dividerelement', 'icon', 'icon-lab', 'core'],
273
+ keywords: ['divider-element', 'dividerelement', 'icon', 'icon-lab', 'core', 'divider', 'line break', 'horizontal rule'],
229
274
  componentName: 'DividerElementIcon',
230
275
  package: '@atlaskit/icon-lab/core/divider-element',
231
276
  type: 'core',
232
- categorization: 'multi-purpose',
233
- usage: 'Known uses: Insert divider element in Confluence',
277
+ categorization: 'single-purpose',
278
+ usage: 'Reserved for inserting divider elements in Confluence',
234
279
  team: 'editor-design',
235
280
  slackChannel: '#editor-controls-project'
236
281
  },
@@ -273,12 +318,12 @@ var metadata = {
273
318
  team: 'Design System Team'
274
319
  },
275
320
  'expand-element': {
276
- keywords: ['expand-element', 'expandelement', 'icon', 'icon-lab', 'core'],
321
+ keywords: ['expand-element', 'expandelement', 'icon', 'icon-lab', 'core', 'expand', 'editor object'],
277
322
  componentName: 'ExpandElementIcon',
278
323
  package: '@atlaskit/icon-lab/core/expand-element',
279
324
  type: 'core',
280
- categorization: 'multi-purpose',
281
- usage: 'Known usage: Insert expand element in Confluence',
325
+ categorization: 'single-purpose',
326
+ usage: 'Reserved for inserting expand elements in Confluence',
282
327
  team: 'editor-design',
283
328
  slackChannel: '#editor-controls-project'
284
329
  },
@@ -337,6 +382,25 @@ var metadata = {
337
382
  team: 'Automation',
338
383
  slackChannel: '#help-automation-design'
339
384
  },
385
+ 'image-alt-text': {
386
+ keywords: ['image-alt-text', 'imagealttext', 'icon', 'icon-lab', 'core'],
387
+ componentName: 'ImageAltTextIcon',
388
+ package: '@atlaskit/icon-lab/core/image-alt-text',
389
+ type: 'core',
390
+ categorization: 'single-purpose',
391
+ usage: 'Reserved for creating alt text for an image',
392
+ team: 'Editor',
393
+ slackChannel: '#editor-design'
394
+ },
395
+ 'image-crop': {
396
+ keywords: ['image-crop', 'imagecrop', 'icon', 'icon-lab', 'core', 'crop', 'crop tool', 'trim'],
397
+ componentName: 'ImageCropIcon',
398
+ package: '@atlaskit/icon-lab/core/image-crop',
399
+ type: 'core',
400
+ categorization: 'single-purpose',
401
+ usage: 'Reserved for cropping images',
402
+ team: 'Design System Team'
403
+ },
340
404
  incognito: {
341
405
  keywords: ['incognito', 'icon', 'icon-lab', 'core', 'Whiteboards', 'Private', 'Incognito'],
342
406
  componentName: 'IncognitoIcon',
@@ -360,10 +424,46 @@ var metadata = {
360
424
  componentName: 'JiraIcon',
361
425
  package: '@atlaskit/icon-lab/core/jira',
362
426
  type: 'core',
363
- categorization: 'multi-purpose',
427
+ categorization: 'single-purpose',
364
428
  usage: 'Representing JIRA',
365
429
  team: 'Whiteboards'
366
430
  },
431
+ 'jira-add': {
432
+ keywords: ['jira-add', 'jiraadd', 'icon', 'icon-lab', 'core', 'Jira', 'Work items', 'Create'],
433
+ componentName: 'JiraAddIcon',
434
+ package: '@atlaskit/icon-lab/core/jira-add',
435
+ type: 'core',
436
+ categorization: 'single-purpose',
437
+ usage: 'Reserved for adding Jira work items',
438
+ team: 'Whiteboards'
439
+ },
440
+ 'jira-upload': {
441
+ keywords: ['jira-upload', 'jiraupload', 'icon', 'icon-lab', 'core', 'Jira', 'Work items', 'Import', 'Arrow up'],
442
+ componentName: 'JiraUploadIcon',
443
+ package: '@atlaskit/icon-lab/core/jira-upload',
444
+ type: 'core',
445
+ categorization: 'single-purpose',
446
+ usage: 'Reserved for importing Jira work items',
447
+ team: 'Whiteboards'
448
+ },
449
+ 'layout-five-columns': {
450
+ keywords: ['layout-five-columns', 'layoutfivecolumns', 'icon', 'icon-lab', 'core', 'layout', 'columns', '5 col', '5 cols'],
451
+ componentName: 'LayoutFiveColumnsIcon',
452
+ package: '@atlaskit/icon-lab/core/layout-five-columns',
453
+ type: 'core',
454
+ categorization: 'single-purpose',
455
+ usage: 'Reserved for 5 column layout option in Confluence Editor.',
456
+ team: 'Confluence Editor'
457
+ },
458
+ 'layout-four-columns': {
459
+ keywords: ['layout-four-columns', 'layoutfourcolumns', 'icon', 'icon-lab', 'core', 'layout', 'columns', '4 col', '4 cols'],
460
+ componentName: 'LayoutFourColumnsIcon',
461
+ package: '@atlaskit/icon-lab/core/layout-four-columns',
462
+ type: 'core',
463
+ categorization: 'single-purpose',
464
+ usage: 'Reserved for 4 columns layout option in Confluence Editor.',
465
+ team: 'Confluence Editor'
466
+ },
367
467
  lozenge: {
368
468
  keywords: ['lozenge', 'icon', 'icon-lab', 'core', 'insert', 'status', 'badge'],
369
469
  componentName: 'LozengeIcon',
@@ -373,6 +473,69 @@ var metadata = {
373
473
  usage: 'Reserved for inserting status lozenges in Editor.',
374
474
  team: 'Editor'
375
475
  },
476
+ 'node-parallel-bottom-left': {
477
+ keywords: ['node-parallel-bottom-left', 'nodeparallelbottomleft', 'icon', 'icon-lab', 'core', 'Node', 'Parallel', 'Bottom', 'Left'],
478
+ componentName: 'NodeParallelBottomLeftIcon',
479
+ package: '@atlaskit/icon-lab/core/node-parallel-bottom-left',
480
+ type: 'core',
481
+ categorization: 'single-purpose',
482
+ usage: 'Reserved for whiteboard’s node parallel-bottom-left',
483
+ team: 'Whiteboards'
484
+ },
485
+ 'node-parallel-bottom-right': {
486
+ keywords: ['node-parallel-bottom-right', 'nodeparallelbottomright', 'icon', 'icon-lab', 'core', 'Node', 'parallel', 'bottom', 'right'],
487
+ componentName: 'NodeParallelBottomRightIcon',
488
+ package: '@atlaskit/icon-lab/core/node-parallel-bottom-right',
489
+ type: 'core',
490
+ categorization: 'single-purpose',
491
+ usage: 'Reserved for whiteboard’s node parallel-bottom-right',
492
+ team: 'Whiteboards'
493
+ },
494
+ 'node-parallel-top-left': {
495
+ keywords: ['node-parallel-top-left', 'nodeparalleltopleft', 'icon', 'icon-lab', 'core', 'Node', 'Parallel', 'Top', 'Left'],
496
+ componentName: 'NodeParallelTopLeftIcon',
497
+ package: '@atlaskit/icon-lab/core/node-parallel-top-left',
498
+ type: 'core',
499
+ categorization: 'single-purpose',
500
+ usage: 'Reserved for whiteboard’s node parallel-top-left',
501
+ team: 'Whiteboards'
502
+ },
503
+ 'node-parallel-top-right': {
504
+ keywords: ['node-parallel-top-right', 'nodeparalleltopright', 'icon', 'icon-lab', 'core', 'Node', 'parallel', 'top', 'right'],
505
+ componentName: 'NodeParallelTopRightIcon',
506
+ package: '@atlaskit/icon-lab/core/node-parallel-top-right',
507
+ type: 'core',
508
+ categorization: 'single-purpose',
509
+ usage: 'Reserved for whiteboard’s node parallel-top-right',
510
+ team: 'Whiteboards'
511
+ },
512
+ 'node-single-left': {
513
+ keywords: ['node-single-left', 'nodesingleleft', 'icon', 'icon-lab', 'core', 'Node', 'Single', 'Left'],
514
+ componentName: 'NodeSingleLeftIcon',
515
+ package: '@atlaskit/icon-lab/core/node-single-left',
516
+ type: 'core',
517
+ categorization: 'single-purpose',
518
+ usage: 'Reserved for whiteboard’s node single-left alignment',
519
+ team: 'Whiteboards'
520
+ },
521
+ 'node-single-right': {
522
+ keywords: ['node-single-right', 'nodesingleright', 'icon', 'icon-lab', 'core', 'Node', 'single', 'right'],
523
+ componentName: 'NodeSingleRightIcon',
524
+ package: '@atlaskit/icon-lab/core/node-single-right',
525
+ type: 'core',
526
+ categorization: 'single-purpose',
527
+ usage: 'Reserved for whiteboard’s node single-right',
528
+ team: 'Whiteboards'
529
+ },
530
+ notepad: {
531
+ keywords: ['notepad', 'icon', 'icon-lab', 'core', 'Card', 'Note', 'Notepad', 'Memo'],
532
+ componentName: 'NotepadIcon',
533
+ package: '@atlaskit/icon-lab/core/notepad',
534
+ type: 'core',
535
+ categorization: 'multi-purpose',
536
+ usage: "Whiteboard component 'card'",
537
+ team: 'Confluence Whiteboards'
538
+ },
376
539
  'page-live-doc': {
377
540
  keywords: ['page-live-doc', 'pagelivedoc', 'icon', 'icon-lab', 'core', 'page', 'live edit', 'lightning bolt', 'multiplayer', 'document', 'live doc'],
378
541
  componentName: 'PageLiveDocIcon',
@@ -400,6 +563,15 @@ var metadata = {
400
563
  usage: 'Multi purpose',
401
564
  team: 'Design System Team'
402
565
  },
566
+ panel: {
567
+ keywords: ['panel', 'icon', 'icon-lab', 'core', 'panel', 'card'],
568
+ componentName: 'PanelIcon',
569
+ package: '@atlaskit/icon-lab/core/panel',
570
+ type: 'core',
571
+ categorization: 'multi-purpose',
572
+ usage: 'Panel category in Confluence',
573
+ team: 'Editor AI'
574
+ },
403
575
  'party-popper': {
404
576
  keywords: ['party-popper', 'partypopper', 'icon', 'icon-lab', 'core', 'party', 'celebrate', 'celebration', 'confetti'],
405
577
  componentName: 'PartyPopperIcon',
@@ -436,6 +608,16 @@ var metadata = {
436
608
  usage: 'Reserved for JSM queue navigation to pop out from sidebar',
437
609
  team: 'JSM core capabilities'
438
610
  },
611
+ recur: {
612
+ keywords: ['recur', 'icon', 'icon-lab', 'core', 'recur', 'recurring', 'repeat', 'repeating'],
613
+ componentName: 'RecurIcon',
614
+ package: '@atlaskit/icon-lab/core/recur',
615
+ type: 'core',
616
+ categorization: 'single-purpose',
617
+ usage: 'Reserved for setting objects to recur (eg Work items, Forms)',
618
+ team: 'Pandora',
619
+ slackChannel: '#horizon-pandora-eng'
620
+ },
439
621
  'roadmaps-plan': {
440
622
  keywords: ['roadmaps-plan', 'roadmapsplan', 'icon', 'icon-lab', 'core', 'roadmaps', 'roadmap', 'plan'],
441
623
  componentName: 'RoadmapsPlanIcon',
@@ -655,6 +837,15 @@ var metadata = {
655
837
  usage: 'Reserved for representing solid stroke and border styles.',
656
838
  team: 'Whiteboards'
657
839
  },
840
+ 'suggested-edit': {
841
+ keywords: ['suggested-edit', 'suggestededit', 'icon', 'icon-lab', 'core', 'AI', 'suggestion', 'suggested edit', 'suggest', 'generative'],
842
+ componentName: 'SuggestedEditIcon',
843
+ package: '@atlaskit/icon-lab/core/suggested-edit',
844
+ type: 'core',
845
+ categorization: 'single-purpose',
846
+ usage: 'Reserved for suggestions powered by Atlassian Intelligence',
847
+ team: 'Editor AI'
848
+ },
658
849
  sunset: {
659
850
  keywords: ['sunset', 'icon', 'icon-lab', 'core', 'sun', 'horizon', 'farewell', 'goodbye', 'sky', 'farewell feed'],
660
851
  componentName: 'SunsetIcon',
@@ -701,6 +892,15 @@ var metadata = {
701
892
  usage: 'Known usages: Alternative option for food emoji category.',
702
893
  team: 'Design System Team'
703
894
  },
895
+ talent: {
896
+ keywords: ['talent', 'icon', 'icon-lab', 'core', 'talent', 'person', 'star'],
897
+ componentName: 'TalentIcon',
898
+ package: '@atlaskit/icon-lab/core/talent',
899
+ type: 'core',
900
+ categorization: 'single-purpose',
901
+ usage: 'Reserved for functional representation of Talent app',
902
+ team: 'Talent'
903
+ },
704
904
  template: {
705
905
  keywords: ['template', 'icon', 'icon-lab', 'core', 'template', 'templates'],
706
906
  componentName: 'TemplateIcon',
@@ -710,6 +910,150 @@ var metadata = {
710
910
  usage: 'Used for templates in Whiteboards',
711
911
  team: 'Whiteboards'
712
912
  },
913
+ 'text-bold-italic': {
914
+ keywords: ['text-bold-italic', 'textbolditalic', 'icon', 'icon-lab', 'core', 'Text', 'Type', 'Font', 'Bold', 'Italic'],
915
+ componentName: 'TextBoldItalicIcon',
916
+ package: '@atlaskit/icon-lab/core/text-bold-italic',
917
+ type: 'core',
918
+ categorization: 'single-purpose',
919
+ usage: 'Reserved for bold text with italic',
920
+ team: 'Whiteboards'
921
+ },
922
+ 'text-bold-italic-strikethrough': {
923
+ keywords: ['text-bold-italic-strikethrough', 'textbolditalicstrikethrough', 'icon', 'icon-lab', 'core', 'Text', 'Type', 'strikethrough', 'Bold', 'Italic'],
924
+ componentName: 'TextBoldItalicStrikethroughIcon',
925
+ package: '@atlaskit/icon-lab/core/text-bold-italic-strikethrough',
926
+ type: 'core',
927
+ categorization: 'single-purpose',
928
+ usage: 'Reserved for italic bold text with a strikethrough',
929
+ team: 'Whiteboards'
930
+ },
931
+ 'text-bold-italic-underline': {
932
+ keywords: ['text-bold-italic-underline', 'textbolditalicunderline', 'icon', 'icon-lab', 'core', 'Text', 'Type', 'Font', 'Bold', 'Italic', 'Underline'],
933
+ componentName: 'TextBoldItalicUnderlineIcon',
934
+ package: '@atlaskit/icon-lab/core/text-bold-italic-underline',
935
+ type: 'core',
936
+ categorization: 'single-purpose',
937
+ usage: 'Reserved for bold italic text with underline',
938
+ team: 'Whiteboards'
939
+ },
940
+ 'text-bold-italic-underline-strikethrough': {
941
+ keywords: ['text-bold-italic-underline-strikethrough', 'textbolditalicunderlinestrikethrough', 'icon', 'icon-lab', 'core', 'text formatting', 'bold', 'underline', 'strikethrough', 'italic'],
942
+ componentName: 'TextBoldItalicUnderlineStrikethroughIcon',
943
+ package: '@atlaskit/icon-lab/core/text-bold-italic-underline-strikethrough',
944
+ type: 'core',
945
+ categorization: 'single-purpose',
946
+ usage: 'Reserved for bold italic text with underline and strikethrough',
947
+ team: 'Whiteboards'
948
+ },
949
+ 'text-bold-strikethrough': {
950
+ keywords: ['text-bold-strikethrough', 'textboldstrikethrough', 'icon', 'icon-lab', 'core', 'Text', 'Type', 'Bold', 'strikethrough'],
951
+ componentName: 'TextBoldStrikethroughIcon',
952
+ package: '@atlaskit/icon-lab/core/text-bold-strikethrough',
953
+ type: 'core',
954
+ categorization: 'single-purpose',
955
+ usage: 'Reserved for bold strikethrough text',
956
+ team: 'Whiteboards'
957
+ },
958
+ 'text-bold-underline': {
959
+ keywords: ['text-bold-underline', 'textboldunderline', 'icon', 'icon-lab', 'core', 'bold', 'underline', 'text formatting'],
960
+ componentName: 'TextBoldUnderlineIcon',
961
+ package: '@atlaskit/icon-lab/core/text-bold-underline',
962
+ type: 'core',
963
+ categorization: 'single-purpose',
964
+ usage: 'Reserved for bold text with underline',
965
+ team: 'Whiteboards'
966
+ },
967
+ 'text-bold-underline-strikethrough': {
968
+ keywords: ['text-bold-underline-strikethrough', 'textboldunderlinestrikethrough', 'icon', 'icon-lab', 'core', 'text formatting', 'bold', 'strikethrough', 'underline'],
969
+ componentName: 'TextBoldUnderlineStrikethroughIcon',
970
+ package: '@atlaskit/icon-lab/core/text-bold-underline-strikethrough',
971
+ type: 'core',
972
+ categorization: 'single-purpose',
973
+ usage: 'Reserved for bold text with underline and strikethrough',
974
+ team: 'Whiteboards'
975
+ },
976
+ 'text-conclusion-add': {
977
+ keywords: ['text-conclusion-add', 'textconclusionadd', 'icon', 'icon-lab', 'core', 'text', 'conclusion', 'AI', 'generative'],
978
+ componentName: 'TextConclusionAddIcon',
979
+ package: '@atlaskit/icon-lab/core/text-conclusion-add',
980
+ type: 'core',
981
+ categorization: 'single-purpose',
982
+ usage: 'Confluence Editor AI action for generating a conclusion',
983
+ team: 'Editor AI'
984
+ },
985
+ 'text-introduction-add': {
986
+ keywords: ['text-introduction-add', 'textintroductionadd', 'icon', 'icon-lab', 'core', 'text', 'introduction', 'AI', 'generative'],
987
+ componentName: 'TextIntroductionAddIcon',
988
+ package: '@atlaskit/icon-lab/core/text-introduction-add',
989
+ type: 'core',
990
+ categorization: 'single-purpose',
991
+ usage: 'Confluence Editor AI action for generating an introduction',
992
+ team: 'Editor AI'
993
+ },
994
+ 'text-italic-strikethrough': {
995
+ keywords: ['text-italic-strikethrough', 'textitalicstrikethrough', 'icon', 'icon-lab', 'core', 'Text', 'Type', 'Font', 'Italic', 'Strikethrough'],
996
+ componentName: 'TextItalicStrikethroughIcon',
997
+ package: '@atlaskit/icon-lab/core/text-italic-strikethrough',
998
+ type: 'core',
999
+ categorization: 'single-purpose',
1000
+ usage: 'Reserved for italic text with strikethrough',
1001
+ team: 'Whiteboards'
1002
+ },
1003
+ 'text-italic-underline': {
1004
+ keywords: ['text-italic-underline', 'textitalicunderline', 'icon', 'icon-lab', 'core', 'Text', 'Type', 'Font', 'Underline', 'Italic'],
1005
+ componentName: 'TextItalicUnderlineIcon',
1006
+ package: '@atlaskit/icon-lab/core/text-italic-underline',
1007
+ type: 'core',
1008
+ categorization: 'single-purpose',
1009
+ usage: 'Reserved for italic text with underline',
1010
+ team: 'Whiteboards'
1011
+ },
1012
+ 'text-italic-underline-strikethrough': {
1013
+ keywords: ['text-italic-underline-strikethrough', 'textitalicunderlinestrikethrough', 'icon', 'icon-lab', 'core', 'text formatting', 'italic', 'underline', 'strikethrough'],
1014
+ componentName: 'TextItalicUnderlineStrikethroughIcon',
1015
+ package: '@atlaskit/icon-lab/core/text-italic-underline-strikethrough',
1016
+ type: 'core',
1017
+ categorization: 'single-purpose',
1018
+ usage: 'Reserved for italic text with underline and strikethrough',
1019
+ team: 'Whiteboards'
1020
+ },
1021
+ 'text-lengthen': {
1022
+ keywords: ['text-lengthen', 'textlengthen', 'icon', 'icon-lab', 'core', 'text', 'lengthen', 'expand', 'AI', 'generative'],
1023
+ componentName: 'TextLengthenIcon',
1024
+ package: '@atlaskit/icon-lab/core/text-lengthen',
1025
+ type: 'core',
1026
+ categorization: 'single-purpose',
1027
+ usage: 'Lengthening text content with Atlassian Intelligence',
1028
+ team: 'Editor AI'
1029
+ },
1030
+ 'text-paragraph': {
1031
+ keywords: ['text-paragraph', 'textparagraph', 'icon', 'icon-lab', 'core', 'text', 'paragraph break', 'AI', 'generative', 'reformat'],
1032
+ componentName: 'TextParagraphIcon',
1033
+ package: '@atlaskit/icon-lab/core/text-paragraph',
1034
+ type: 'core',
1035
+ categorization: 'multi-purpose',
1036
+ usage: 'Confluence Editor AI action for reformatting paragraphs into multiple shorter paragraphs',
1037
+ team: 'Editor AI'
1038
+ },
1039
+ 'text-rephrase': {
1040
+ keywords: ['text-rephrase', 'textrephrase', 'icon', 'icon-lab', 'core', 'text', 'rephrase', 'AI', 'generative'],
1041
+ componentName: 'TextRephraseIcon',
1042
+ package: '@atlaskit/icon-lab/core/text-rephrase',
1043
+ type: 'core',
1044
+ categorization: 'single-purpose',
1045
+ usage: 'Confluence Editor AI action for rephrasing text',
1046
+ team: 'Editor AI'
1047
+ },
1048
+ 'text-underline-strikethrough': {
1049
+ keywords: ['text-underline-strikethrough', 'textunderlinestrikethrough', 'icon', 'icon-lab', 'core', 'text', 'type', 'font', 'strikethrough', 'underline'],
1050
+ componentName: 'TextUnderlineStrikethroughIcon',
1051
+ package: '@atlaskit/icon-lab/core/text-underline-strikethrough',
1052
+ type: 'core',
1053
+ categorization: 'single-purpose',
1054
+ usage: 'Reserved for underline text with a strikethrough',
1055
+ team: 'Whiteboards'
1056
+ },
713
1057
  ticket: {
714
1058
  keywords: ['ticket', 'icon', 'icon-lab', 'core', 'stub', 'ticket'],
715
1059
  componentName: 'TicketIcon',
@@ -746,6 +1090,24 @@ var metadata = {
746
1090
  usage: 'Known usages: Alternative option for transport emoji category.',
747
1091
  team: 'Design System Team'
748
1092
  },
1093
+ 'video-hd': {
1094
+ keywords: ['video-hd', 'videohd', 'icon', 'icon-lab', 'core', 'high definition', 'hi def'],
1095
+ componentName: 'VideoHdIcon',
1096
+ package: '@atlaskit/icon-lab/core/video-hd',
1097
+ type: 'core',
1098
+ categorization: 'single-purpose',
1099
+ usage: 'Single purpose - Reserved for enabling high definition videos',
1100
+ team: 'Atlassian Design System'
1101
+ },
1102
+ 'video-hd-filled': {
1103
+ keywords: ['video-hd-filled', 'videohdfilled', 'icon', 'icon-lab', 'core', 'high definition', 'hi def'],
1104
+ componentName: 'VideoHdFilledIcon',
1105
+ package: '@atlaskit/icon-lab/core/video-hd-filled',
1106
+ type: 'core',
1107
+ categorization: 'single-purpose',
1108
+ usage: 'Single purpose - Reserved to show that high definition is enabled for videos',
1109
+ team: 'Atlassian Design System'
1110
+ },
749
1111
  'view-type-board-home': {
750
1112
  keywords: ['view-type-board-home', 'viewtypeboardhome', 'icon', 'icon-lab', 'core', 'board view', 'databases', 'home', 'default view'],
751
1113
  componentName: 'ViewTypeBoardHomeIcon',
@@ -791,6 +1153,15 @@ var metadata = {
791
1153
  usage: 'Multi purpose',
792
1154
  team: 'Design System Team'
793
1155
  },
1156
+ 'warning-outline': {
1157
+ keywords: ['warning-outline', 'warningoutline', 'icon', 'icon-lab', 'core', 'warning', 'exclamation', 'overdue', 'past due', 'late'],
1158
+ componentName: 'WarningOutlineIcon',
1159
+ package: '@atlaskit/icon-lab/core/warning-outline',
1160
+ type: 'core',
1161
+ categorization: 'multi-purpose',
1162
+ usage: 'Low-impact warnings. Overdue dates in Atlassian Home.',
1163
+ team: 'Atlassian Home'
1164
+ },
794
1165
  webhook: {
795
1166
  keywords: ['webhook', 'icon', 'icon-lab', 'core', 'api', 'callback', 'payload'],
796
1167
  componentName: 'WebhookIcon',
@@ -811,6 +1182,15 @@ var metadata = {
811
1182
  team: 'Insights',
812
1183
  slackChannel: '#cc-insights-and-reporting'
813
1184
  },
1185
+ 'work-item-add': {
1186
+ keywords: ['work-item-add', 'workitemadd', 'icon', 'icon-lab', 'core', 'issue', 'work item', 'work type', 'add', 'plus', 'create'],
1187
+ componentName: 'WorkItemAddIcon',
1188
+ package: '@atlaskit/icon-lab/core/work-item-add',
1189
+ type: 'core',
1190
+ categorization: 'single-purpose',
1191
+ usage: 'Reserved for adding or creating a new work item.',
1192
+ team: 'Jira'
1193
+ },
814
1194
  'workflow-controls': {
815
1195
  keywords: ['workflow-controls', 'workflowcontrols', 'icon', 'icon-lab', 'core', 'orchestration'],
816
1196
  componentName: 'WorkflowControlsIcon',