@atlaskit/icon 22.17.0 → 22.18.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 (99) hide show
  1. package/CHANGELOG.md +31 -0
  2. package/core/arrow-down.js +2 -2
  3. package/core/arrow-left.js +2 -2
  4. package/core/arrow-right.js +2 -2
  5. package/core/arrow-up-right.js +2 -2
  6. package/core/arrow-up.js +2 -2
  7. package/core/changes.js +2 -2
  8. package/core/chart-trend.js +2 -2
  9. package/core/cloud-arrow-up.js +2 -2
  10. package/core/collapse-horizontal.js +2 -2
  11. package/core/collapse-vertical.js +2 -2
  12. package/core/content-align-center.js +2 -2
  13. package/core/content-align-left.js +2 -2
  14. package/core/content-align-right.js +2 -2
  15. package/core/content-width-narrow.js +2 -2
  16. package/core/content-width-wide.js +2 -2
  17. package/core/content-wrap-left.js +2 -2
  18. package/core/content-wrap-right.js +2 -2
  19. package/core/decision.js +2 -2
  20. package/core/defect.js +3 -3
  21. package/core/discovery.js +2 -2
  22. package/core/download.js +2 -2
  23. package/core/edit-bulk.js +2 -2
  24. package/core/expand-horizontal.js +2 -2
  25. package/core/expand-vertical.js +2 -2
  26. package/core/feedback.js +2 -2
  27. package/core/grow-diagonal.js +2 -2
  28. package/core/grow-horizontal.js +2 -2
  29. package/core/grow-vertical.js +2 -2
  30. package/core/highlight.d.ts +14 -0
  31. package/core/highlight.js +31 -0
  32. package/core/layout-one-column.d.ts +14 -0
  33. package/core/layout-one-column.js +31 -0
  34. package/core/layout-three-columns-sidebars.js +2 -2
  35. package/core/layout-three-columns.js +2 -2
  36. package/core/layout-two-columns-sidebar-left.js +2 -2
  37. package/core/layout-two-columns-sidebar-right.js +2 -2
  38. package/core/layout-two-columns.js +2 -2
  39. package/core/library.js +2 -2
  40. package/core/link-external.js +2 -2
  41. package/core/migration/content-align-center--editor-align-image-center.js +2 -2
  42. package/core/migration/content-align-left--editor-align-image-left.js +2 -2
  43. package/core/migration/content-align-right--editor-align-image-right.js +2 -2
  44. package/core/migration/content-width-narrow--editor-media-center.js +2 -2
  45. package/core/migration/content-width-wide--editor-media-wide.js +2 -2
  46. package/core/migration/layout-one-column--editor-layout-single.d.ts +14 -0
  47. package/core/migration/layout-one-column--editor-layout-single.js +33 -0
  48. package/core/migration/layout-three-columns--editor-layout-three-equal.js +2 -2
  49. package/core/migration/layout-three-columns-sidebars--editor-layout-three-with-sidebars.js +2 -2
  50. package/core/migration/layout-two-columns--editor-layout-two-equal.js +2 -2
  51. package/core/migration/layout-two-columns-sidebar-left--editor-layout-two-left-sidebar.js +2 -2
  52. package/core/migration/layout-two-columns-sidebar-right--editor-layout-two-right-sidebar.js +2 -2
  53. package/core/migration/on-call--hipchat-dial-out.js +2 -2
  54. package/core/migration/text-bold--editor-bold.js +2 -2
  55. package/core/migration/text-indent-left--editor-outdent.js +2 -2
  56. package/core/migration/text-indent-right--editor-indent.js +2 -2
  57. package/core/migration/text-italic--editor-italic.js +2 -2
  58. package/core/objective.js +2 -2
  59. package/core/on-call.js +2 -2
  60. package/core/operations.js +3 -3
  61. package/core/paint-bucket.js +2 -2
  62. package/core/redo.js +2 -2
  63. package/core/refresh.js +2 -2
  64. package/core/retry.js +2 -2
  65. package/core/sort-ascending.js +2 -2
  66. package/core/sort-descending.js +2 -2
  67. package/core/sprint.js +2 -2
  68. package/core/target.js +2 -2
  69. package/core/text-bold.js +2 -2
  70. package/core/text-indent-left.js +2 -2
  71. package/core/text-indent-right.js +2 -2
  72. package/core/text-italic.js +2 -2
  73. package/core/text-spellcheck.js +2 -2
  74. package/core/text-style.js +2 -2
  75. package/core/theme.js +2 -2
  76. package/core/undo.js +2 -2
  77. package/dist/cjs/components/icon-new.js +1 -1
  78. package/dist/cjs/metadata-core.js +47 -28
  79. package/dist/cjs/metadata-utility.js +1 -1
  80. package/dist/cjs/migration-map.js +9 -4
  81. package/dist/es2019/components/icon-new.js +1 -1
  82. package/dist/es2019/metadata-core.js +47 -28
  83. package/dist/es2019/metadata-utility.js +1 -1
  84. package/dist/es2019/migration-map.js +9 -4
  85. package/dist/esm/components/icon-new.js +1 -1
  86. package/dist/esm/metadata-core.js +47 -28
  87. package/dist/esm/metadata-utility.js +1 -1
  88. package/dist/esm/migration-map.js +9 -4
  89. package/dist/types/metadata-core.d.ts +1 -1
  90. package/dist/types/metadata-utility.d.ts +1 -1
  91. package/dist/types-ts4.5/metadata-core.d.ts +1 -1
  92. package/dist/types-ts4.5/metadata-utility.d.ts +1 -1
  93. package/glyph/editor/layout-single.js +4 -1
  94. package/package.json +4 -1
  95. package/utility/arrow-down.js +2 -2
  96. package/utility/arrow-left.js +2 -2
  97. package/utility/arrow-right.js +2 -2
  98. package/utility/arrow-up.js +2 -2
  99. package/utility/link-external.js +2 -2
@@ -3,7 +3,7 @@
3
3
  *
4
4
  * To change the format of this file, modify `UNSAFE_createIconDocsNew` in icon-build-process/src/create-icon-docs.tsx.
5
5
  *
6
- * @codegen <<SignedSource::a1b62bf6f89207d8d697a50949119712>>
6
+ * @codegen <<SignedSource::09bd6a6145a272101283ee0b06fd5eab>>
7
7
  * @codegenCommand yarn build:icon-glyphs
8
8
  */
9
9
 
@@ -548,7 +548,7 @@ const metadata = {
548
548
  keywords: ['compass', 'icon', 'core', 'template'],
549
549
  componentName: 'CompassIcon',
550
550
  package: '@atlaskit/icon/core/compass',
551
- oldName: ['discover'],
551
+ oldName: ['discover-filled', 'discover'],
552
552
  type: 'core',
553
553
  categorization: 'multi-purpose',
554
554
  usage: 'Multi purpose - Known uses: templates.',
@@ -570,7 +570,7 @@ const metadata = {
570
570
  package: '@atlaskit/icon/core/content-align-center',
571
571
  oldName: ['editor/align-image-center'],
572
572
  type: 'core',
573
- categorization: 'multi-purpose',
573
+ categorization: 'single-purpose',
574
574
  usage: 'Single purpose - Reserved for center aligning media and content.',
575
575
  team: 'Design System Team'
576
576
  },
@@ -580,7 +580,7 @@ const metadata = {
580
580
  package: '@atlaskit/icon/core/content-align-left',
581
581
  oldName: ['editor/align-image-left'],
582
582
  type: 'core',
583
- categorization: 'multi-purpose',
583
+ categorization: 'single-purpose',
584
584
  usage: 'Single purpose - Reserved for left aligning media and content.',
585
585
  team: 'Design System Team'
586
586
  },
@@ -590,7 +590,7 @@ const metadata = {
590
590
  package: '@atlaskit/icon/core/content-align-right',
591
591
  oldName: ['editor/align-image-right'],
592
592
  type: 'core',
593
- categorization: 'multi-purpose',
593
+ categorization: 'single-purpose',
594
594
  usage: 'Single purpose - Reserved for right aligning media and content.',
595
595
  team: 'Design System Team'
596
596
  },
@@ -600,7 +600,7 @@ const metadata = {
600
600
  package: '@atlaskit/icon/core/content-width-narrow',
601
601
  oldName: ['editor/media-center'],
602
602
  type: 'core',
603
- categorization: 'multi-purpose',
603
+ categorization: 'single-purpose',
604
604
  usage: 'Single purpose - Reserved for setting media and content to a narrow width.',
605
605
  team: 'Design System Team'
606
606
  },
@@ -610,7 +610,7 @@ const metadata = {
610
610
  package: '@atlaskit/icon/core/content-width-wide',
611
611
  oldName: ['editor/media-wide'],
612
612
  type: 'core',
613
- categorization: 'multi-purpose',
613
+ categorization: 'single-purpose',
614
614
  usage: 'Single purpose - Reserved for setting media and content to a wide width.',
615
615
  team: 'Design System Team'
616
616
  },
@@ -619,7 +619,7 @@ const metadata = {
619
619
  componentName: 'ContentWrapLeftIcon',
620
620
  package: '@atlaskit/icon/core/content-wrap-left',
621
621
  type: 'core',
622
- categorization: 'multi-purpose',
622
+ categorization: 'single-purpose',
623
623
  usage: 'Single purpose - Reserved for left aligning media and content with wrapping enabled.',
624
624
  team: 'Design System Team'
625
625
  },
@@ -628,7 +628,7 @@ const metadata = {
628
628
  componentName: 'ContentWrapRightIcon',
629
629
  package: '@atlaskit/icon/core/content-wrap-right',
630
630
  type: 'core',
631
- categorization: 'multi-purpose',
631
+ categorization: 'single-purpose',
632
632
  usage: 'Single purpose - Reserved for right aligning media and content with wrapping enabled.',
633
633
  team: 'Design System Team'
634
634
  },
@@ -715,8 +715,8 @@ const metadata = {
715
715
  componentName: 'DefectIcon',
716
716
  package: '@atlaskit/icon/core/defect',
717
717
  type: 'core',
718
- categorization: 'multi-purpose',
719
- usage: "Single purpose - Reserved for 'Defect' Jira issue type.",
718
+ categorization: 'single-purpose',
719
+ usage: 'Single purpose - Reserved for Defect Jira issue type.',
720
720
  team: 'Design System Team'
721
721
  },
722
722
  delete: {
@@ -802,7 +802,7 @@ const metadata = {
802
802
  componentName: 'EditBulkIcon',
803
803
  package: '@atlaskit/icon/core/edit-bulk',
804
804
  type: 'core',
805
- categorization: 'multi-purpose',
805
+ categorization: 'single-purpose',
806
806
  usage: 'Single purpose - Reserved for editing multiple objects in bulk.',
807
807
  team: 'Design System Team'
808
808
  },
@@ -1125,6 +1125,15 @@ const metadata = {
1125
1125
  usage: 'Multi purpose - Known uses: emoji symbols in Editor.',
1126
1126
  team: 'Design System Team'
1127
1127
  },
1128
+ highlight: {
1129
+ keywords: ['highlight', 'icon', 'core', ' highlight', 'highlighter', 'stabilo', 'pen'],
1130
+ componentName: 'HighlightIcon',
1131
+ package: '@atlaskit/icon/core/highlight',
1132
+ type: 'core',
1133
+ categorization: 'single-purpose',
1134
+ usage: 'Single purpose - Reserved for highlight text tool in Confluence Editor.',
1135
+ team: 'Design System Team'
1136
+ },
1128
1137
  home: {
1129
1138
  keywords: ['home', 'icon', 'core', 'house', 'building'],
1130
1139
  componentName: 'HomeIcon',
@@ -1203,13 +1212,23 @@ const metadata = {
1203
1212
  usage: 'Single purpose - Reserved for objectives.',
1204
1213
  team: 'Design System Team'
1205
1214
  },
1215
+ 'layout-one-column': {
1216
+ keywords: ['layout-one-column', 'layoutonecolumn', 'icon', 'core', 'layout', 'columns', '1 col'],
1217
+ componentName: 'LayoutOneColumnIcon',
1218
+ package: '@atlaskit/icon/core/layout-one-column',
1219
+ oldName: ['editor/layout-single'],
1220
+ type: 'core',
1221
+ categorization: 'multi-purpose',
1222
+ usage: 'Single purpose - Reserved for single column layout option in Confluence Editor',
1223
+ team: 'Design System Team'
1224
+ },
1206
1225
  'layout-three-columns': {
1207
1226
  keywords: ['layout-three-columns', 'layoutthreecolumns', 'icon', 'core', 'layout', 'columns', '3 col', '3 cols'],
1208
1227
  componentName: 'LayoutThreeColumnsIcon',
1209
1228
  package: '@atlaskit/icon/core/layout-three-columns',
1210
1229
  oldName: ['editor/layout-three-equal'],
1211
1230
  type: 'core',
1212
- categorization: 'multi-purpose',
1231
+ categorization: 'single-purpose',
1213
1232
  usage: 'Single purpose - Reserved for 3 column layout option in Confluence Editor.',
1214
1233
  team: 'Design System Team'
1215
1234
  },
@@ -1219,7 +1238,7 @@ const metadata = {
1219
1238
  package: '@atlaskit/icon/core/layout-three-columns-sidebars',
1220
1239
  oldName: ['editor/layout-three-with-sidebars'],
1221
1240
  type: 'core',
1222
- categorization: 'multi-purpose',
1241
+ categorization: 'single-purpose',
1223
1242
  usage: 'Single purpose - Reserved for 3 column layout with left and right sidebars option in Confluence Editor.',
1224
1243
  team: 'Design System Team'
1225
1244
  },
@@ -1229,7 +1248,7 @@ const metadata = {
1229
1248
  package: '@atlaskit/icon/core/layout-two-columns',
1230
1249
  oldName: ['editor/layout-two-equal'],
1231
1250
  type: 'core',
1232
- categorization: 'multi-purpose',
1251
+ categorization: 'single-purpose',
1233
1252
  usage: 'Single purpose - Reserved for 2 column layout option in Confluence Editor.',
1234
1253
  team: 'Design System Team'
1235
1254
  },
@@ -1239,7 +1258,7 @@ const metadata = {
1239
1258
  package: '@atlaskit/icon/core/layout-two-columns-sidebar-left',
1240
1259
  oldName: ['editor/layout-two-left-sidebar'],
1241
1260
  type: 'core',
1242
- categorization: 'multi-purpose',
1261
+ categorization: 'single-purpose',
1243
1262
  usage: 'Single purpose - Reserved for 2 column layout with left sidebar option in Confluence Editor.',
1244
1263
  team: 'Design System Team'
1245
1264
  },
@@ -1249,7 +1268,7 @@ const metadata = {
1249
1268
  package: '@atlaskit/icon/core/layout-two-columns-sidebar-right',
1250
1269
  oldName: ['editor/layout-two-right-sidebar'],
1251
1270
  type: 'core',
1252
- categorization: 'multi-purpose',
1271
+ categorization: 'single-purpose',
1253
1272
  usage: 'Single purpose - Reserved for 2 column layout with right sidebar option in Confluence Editor.',
1254
1273
  team: 'Design System Team'
1255
1274
  },
@@ -1258,7 +1277,7 @@ const metadata = {
1258
1277
  componentName: 'LibraryIcon',
1259
1278
  package: '@atlaskit/icon/core/library',
1260
1279
  type: 'core',
1261
- categorization: 'multi-purpose',
1280
+ categorization: 'single-purpose',
1262
1281
  usage: 'Single purpose - Reserved for library view in Atlassian Home.',
1263
1282
  team: 'Design System Team'
1264
1283
  },
@@ -1548,7 +1567,7 @@ const metadata = {
1548
1567
  componentName: 'ObjectiveIcon',
1549
1568
  package: '@atlaskit/icon/core/objective',
1550
1569
  type: 'core',
1551
- categorization: 'multi-purpose',
1570
+ categorization: 'single-purpose',
1552
1571
  usage: 'Single purpose - Reserved for objectives.',
1553
1572
  team: 'Design System Team'
1554
1573
  },
@@ -1568,7 +1587,7 @@ const metadata = {
1568
1587
  package: '@atlaskit/icon/core/on-call',
1569
1588
  oldName: ['hipchat/dial-out'],
1570
1589
  type: 'core',
1571
- categorization: 'multi-purpose',
1590
+ categorization: 'single-purpose',
1572
1591
  usage: 'Single purpose - Reserved for representing on-call across Atlassian products.',
1573
1592
  team: 'Design System Team'
1574
1593
  },
@@ -1577,7 +1596,7 @@ const metadata = {
1577
1596
  componentName: 'OperationsIcon',
1578
1597
  package: '@atlaskit/icon/core/operations',
1579
1598
  type: 'core',
1580
- categorization: 'multi-purpose',
1599
+ categorization: 'single-purpose',
1581
1600
  usage: 'Single purpose - Reserved for IT Operations.',
1582
1601
  team: 'Design System Team'
1583
1602
  },
@@ -2264,7 +2283,7 @@ const metadata = {
2264
2283
  componentName: 'TargetIcon',
2265
2284
  package: '@atlaskit/icon/core/target',
2266
2285
  type: 'core',
2267
- categorization: 'multi-purpose',
2286
+ categorization: 'single-purpose',
2268
2287
  usage: 'Single purpose - Reserved for targets.',
2269
2288
  team: 'Design System Team'
2270
2289
  },
@@ -2312,7 +2331,7 @@ const metadata = {
2312
2331
  package: '@atlaskit/icon/core/text-bold',
2313
2332
  oldName: ['editor/bold'],
2314
2333
  type: 'core',
2315
- categorization: 'multi-purpose',
2334
+ categorization: 'single-purpose',
2316
2335
  usage: 'Single purpose - Reserved for bolding text.',
2317
2336
  team: 'Design System Team'
2318
2337
  },
@@ -2322,7 +2341,7 @@ const metadata = {
2322
2341
  package: '@atlaskit/icon/core/text-indent-left',
2323
2342
  oldName: ['editor/outdent'],
2324
2343
  type: 'core',
2325
- categorization: 'multi-purpose',
2344
+ categorization: 'single-purpose',
2326
2345
  usage: 'Single purpose - Reserved for shifting the indent of text content left.',
2327
2346
  team: 'Design System Team'
2328
2347
  },
@@ -2332,7 +2351,7 @@ const metadata = {
2332
2351
  package: '@atlaskit/icon/core/text-indent-right',
2333
2352
  oldName: ['editor/indent'],
2334
2353
  type: 'core',
2335
- categorization: 'multi-purpose',
2354
+ categorization: 'single-purpose',
2336
2355
  usage: 'Single purpose - Reserved for shifting the indent of text content right.',
2337
2356
  team: 'Design System Team'
2338
2357
  },
@@ -2342,7 +2361,7 @@ const metadata = {
2342
2361
  package: '@atlaskit/icon/core/text-italic',
2343
2362
  oldName: ['editor/italic'],
2344
2363
  type: 'core',
2345
- categorization: 'multi-purpose',
2364
+ categorization: 'single-purpose',
2346
2365
  usage: 'Single purpose - Reserved for italicizing text.',
2347
2366
  team: 'Design System Team'
2348
2367
  },
@@ -2351,7 +2370,7 @@ const metadata = {
2351
2370
  componentName: 'TextSpellcheckIcon',
2352
2371
  package: '@atlaskit/icon/core/text-spellcheck',
2353
2372
  type: 'core',
2354
- categorization: 'multi-purpose',
2373
+ categorization: 'single-purpose',
2355
2374
  usage: 'Single purpose - Reserved for spellchecking.',
2356
2375
  team: 'Design System Team'
2357
2376
  },
@@ -2370,7 +2389,7 @@ const metadata = {
2370
2389
  componentName: 'ThemeIcon',
2371
2390
  package: '@atlaskit/icon/core/theme',
2372
2391
  type: 'core',
2373
- categorization: 'multi-purpose',
2392
+ categorization: 'single-purpose',
2374
2393
  usage: 'Single purpose - Reserved for representing themes and theme switching.',
2375
2394
  team: 'Design System Team'
2376
2395
  },
@@ -3,7 +3,7 @@
3
3
  *
4
4
  * To change the format of this file, modify `UNSAFE_createIconDocsNew` in icon-build-process/src/create-icon-docs.tsx.
5
5
  *
6
- * @codegen <<SignedSource::9631ea87cef913a2404b055832446e10>>
6
+ * @codegen <<SignedSource::f026d0766e98fc87a4d6b2f4471f5379>>
7
7
  * @codegenCommand yarn build:icon-glyphs
8
8
  */
9
9
 
@@ -1573,11 +1573,16 @@ const migrationMap = {
1573
1573
  }
1574
1574
  },
1575
1575
  'editor/layout-single': {
1576
+ newIcon: {
1577
+ name: 'layout-one-column',
1578
+ type: 'core',
1579
+ package: '@atlaskit/icon'
1580
+ },
1576
1581
  sizeGuidance: {
1577
- small: 'icon-lab',
1578
- medium: 'icon-lab',
1579
- large: 'icon-lab',
1580
- xlarge: 'icon-lab'
1582
+ small: 'swap-slight-visual-change',
1583
+ medium: 'swap-slight-visual-change',
1584
+ large: 'icon-tile',
1585
+ xlarge: 'icon-tile'
1581
1586
  }
1582
1587
  },
1583
1588
  'editor/layout-three-equal': {
@@ -103,7 +103,7 @@ export var Icon = /*#__PURE__*/memo(function Icon(props) {
103
103
  shouldScale = _ref.shouldScale,
104
104
  LEGACY_margin = _ref.LEGACY_margin;
105
105
  var fallbackColor = "var(--ds-icon, #44546F)";
106
- if (fg('platform-design-system-new-icon-default-color')) {
106
+ if (fg('platform-design-system-new-icon-default-color') || fg('platform-design-system-new-icon-default-color-2')) {
107
107
  fallbackColor = 'currentColor';
108
108
  }
109
109
  var color = providedColor !== null && providedColor !== void 0 ? providedColor : fallbackColor;
@@ -3,7 +3,7 @@
3
3
  *
4
4
  * To change the format of this file, modify `UNSAFE_createIconDocsNew` in icon-build-process/src/create-icon-docs.tsx.
5
5
  *
6
- * @codegen <<SignedSource::a1b62bf6f89207d8d697a50949119712>>
6
+ * @codegen <<SignedSource::09bd6a6145a272101283ee0b06fd5eab>>
7
7
  * @codegenCommand yarn build:icon-glyphs
8
8
  */
9
9
 
@@ -548,7 +548,7 @@ var metadata = {
548
548
  keywords: ['compass', 'icon', 'core', 'template'],
549
549
  componentName: 'CompassIcon',
550
550
  package: '@atlaskit/icon/core/compass',
551
- oldName: ['discover'],
551
+ oldName: ['discover-filled', 'discover'],
552
552
  type: 'core',
553
553
  categorization: 'multi-purpose',
554
554
  usage: 'Multi purpose - Known uses: templates.',
@@ -570,7 +570,7 @@ var metadata = {
570
570
  package: '@atlaskit/icon/core/content-align-center',
571
571
  oldName: ['editor/align-image-center'],
572
572
  type: 'core',
573
- categorization: 'multi-purpose',
573
+ categorization: 'single-purpose',
574
574
  usage: 'Single purpose - Reserved for center aligning media and content.',
575
575
  team: 'Design System Team'
576
576
  },
@@ -580,7 +580,7 @@ var metadata = {
580
580
  package: '@atlaskit/icon/core/content-align-left',
581
581
  oldName: ['editor/align-image-left'],
582
582
  type: 'core',
583
- categorization: 'multi-purpose',
583
+ categorization: 'single-purpose',
584
584
  usage: 'Single purpose - Reserved for left aligning media and content.',
585
585
  team: 'Design System Team'
586
586
  },
@@ -590,7 +590,7 @@ var metadata = {
590
590
  package: '@atlaskit/icon/core/content-align-right',
591
591
  oldName: ['editor/align-image-right'],
592
592
  type: 'core',
593
- categorization: 'multi-purpose',
593
+ categorization: 'single-purpose',
594
594
  usage: 'Single purpose - Reserved for right aligning media and content.',
595
595
  team: 'Design System Team'
596
596
  },
@@ -600,7 +600,7 @@ var metadata = {
600
600
  package: '@atlaskit/icon/core/content-width-narrow',
601
601
  oldName: ['editor/media-center'],
602
602
  type: 'core',
603
- categorization: 'multi-purpose',
603
+ categorization: 'single-purpose',
604
604
  usage: 'Single purpose - Reserved for setting media and content to a narrow width.',
605
605
  team: 'Design System Team'
606
606
  },
@@ -610,7 +610,7 @@ var metadata = {
610
610
  package: '@atlaskit/icon/core/content-width-wide',
611
611
  oldName: ['editor/media-wide'],
612
612
  type: 'core',
613
- categorization: 'multi-purpose',
613
+ categorization: 'single-purpose',
614
614
  usage: 'Single purpose - Reserved for setting media and content to a wide width.',
615
615
  team: 'Design System Team'
616
616
  },
@@ -619,7 +619,7 @@ var metadata = {
619
619
  componentName: 'ContentWrapLeftIcon',
620
620
  package: '@atlaskit/icon/core/content-wrap-left',
621
621
  type: 'core',
622
- categorization: 'multi-purpose',
622
+ categorization: 'single-purpose',
623
623
  usage: 'Single purpose - Reserved for left aligning media and content with wrapping enabled.',
624
624
  team: 'Design System Team'
625
625
  },
@@ -628,7 +628,7 @@ var metadata = {
628
628
  componentName: 'ContentWrapRightIcon',
629
629
  package: '@atlaskit/icon/core/content-wrap-right',
630
630
  type: 'core',
631
- categorization: 'multi-purpose',
631
+ categorization: 'single-purpose',
632
632
  usage: 'Single purpose - Reserved for right aligning media and content with wrapping enabled.',
633
633
  team: 'Design System Team'
634
634
  },
@@ -715,8 +715,8 @@ var metadata = {
715
715
  componentName: 'DefectIcon',
716
716
  package: '@atlaskit/icon/core/defect',
717
717
  type: 'core',
718
- categorization: 'multi-purpose',
719
- usage: "Single purpose - Reserved for 'Defect' Jira issue type.",
718
+ categorization: 'single-purpose',
719
+ usage: 'Single purpose - Reserved for Defect Jira issue type.',
720
720
  team: 'Design System Team'
721
721
  },
722
722
  delete: {
@@ -802,7 +802,7 @@ var metadata = {
802
802
  componentName: 'EditBulkIcon',
803
803
  package: '@atlaskit/icon/core/edit-bulk',
804
804
  type: 'core',
805
- categorization: 'multi-purpose',
805
+ categorization: 'single-purpose',
806
806
  usage: 'Single purpose - Reserved for editing multiple objects in bulk.',
807
807
  team: 'Design System Team'
808
808
  },
@@ -1125,6 +1125,15 @@ var metadata = {
1125
1125
  usage: 'Multi purpose - Known uses: emoji symbols in Editor.',
1126
1126
  team: 'Design System Team'
1127
1127
  },
1128
+ highlight: {
1129
+ keywords: ['highlight', 'icon', 'core', ' highlight', 'highlighter', 'stabilo', 'pen'],
1130
+ componentName: 'HighlightIcon',
1131
+ package: '@atlaskit/icon/core/highlight',
1132
+ type: 'core',
1133
+ categorization: 'single-purpose',
1134
+ usage: 'Single purpose - Reserved for highlight text tool in Confluence Editor.',
1135
+ team: 'Design System Team'
1136
+ },
1128
1137
  home: {
1129
1138
  keywords: ['home', 'icon', 'core', 'house', 'building'],
1130
1139
  componentName: 'HomeIcon',
@@ -1203,13 +1212,23 @@ var metadata = {
1203
1212
  usage: 'Single purpose - Reserved for objectives.',
1204
1213
  team: 'Design System Team'
1205
1214
  },
1215
+ 'layout-one-column': {
1216
+ keywords: ['layout-one-column', 'layoutonecolumn', 'icon', 'core', 'layout', 'columns', '1 col'],
1217
+ componentName: 'LayoutOneColumnIcon',
1218
+ package: '@atlaskit/icon/core/layout-one-column',
1219
+ oldName: ['editor/layout-single'],
1220
+ type: 'core',
1221
+ categorization: 'multi-purpose',
1222
+ usage: 'Single purpose - Reserved for single column layout option in Confluence Editor',
1223
+ team: 'Design System Team'
1224
+ },
1206
1225
  'layout-three-columns': {
1207
1226
  keywords: ['layout-three-columns', 'layoutthreecolumns', 'icon', 'core', 'layout', 'columns', '3 col', '3 cols'],
1208
1227
  componentName: 'LayoutThreeColumnsIcon',
1209
1228
  package: '@atlaskit/icon/core/layout-three-columns',
1210
1229
  oldName: ['editor/layout-three-equal'],
1211
1230
  type: 'core',
1212
- categorization: 'multi-purpose',
1231
+ categorization: 'single-purpose',
1213
1232
  usage: 'Single purpose - Reserved for 3 column layout option in Confluence Editor.',
1214
1233
  team: 'Design System Team'
1215
1234
  },
@@ -1219,7 +1238,7 @@ var metadata = {
1219
1238
  package: '@atlaskit/icon/core/layout-three-columns-sidebars',
1220
1239
  oldName: ['editor/layout-three-with-sidebars'],
1221
1240
  type: 'core',
1222
- categorization: 'multi-purpose',
1241
+ categorization: 'single-purpose',
1223
1242
  usage: 'Single purpose - Reserved for 3 column layout with left and right sidebars option in Confluence Editor.',
1224
1243
  team: 'Design System Team'
1225
1244
  },
@@ -1229,7 +1248,7 @@ var metadata = {
1229
1248
  package: '@atlaskit/icon/core/layout-two-columns',
1230
1249
  oldName: ['editor/layout-two-equal'],
1231
1250
  type: 'core',
1232
- categorization: 'multi-purpose',
1251
+ categorization: 'single-purpose',
1233
1252
  usage: 'Single purpose - Reserved for 2 column layout option in Confluence Editor.',
1234
1253
  team: 'Design System Team'
1235
1254
  },
@@ -1239,7 +1258,7 @@ var metadata = {
1239
1258
  package: '@atlaskit/icon/core/layout-two-columns-sidebar-left',
1240
1259
  oldName: ['editor/layout-two-left-sidebar'],
1241
1260
  type: 'core',
1242
- categorization: 'multi-purpose',
1261
+ categorization: 'single-purpose',
1243
1262
  usage: 'Single purpose - Reserved for 2 column layout with left sidebar option in Confluence Editor.',
1244
1263
  team: 'Design System Team'
1245
1264
  },
@@ -1249,7 +1268,7 @@ var metadata = {
1249
1268
  package: '@atlaskit/icon/core/layout-two-columns-sidebar-right',
1250
1269
  oldName: ['editor/layout-two-right-sidebar'],
1251
1270
  type: 'core',
1252
- categorization: 'multi-purpose',
1271
+ categorization: 'single-purpose',
1253
1272
  usage: 'Single purpose - Reserved for 2 column layout with right sidebar option in Confluence Editor.',
1254
1273
  team: 'Design System Team'
1255
1274
  },
@@ -1258,7 +1277,7 @@ var metadata = {
1258
1277
  componentName: 'LibraryIcon',
1259
1278
  package: '@atlaskit/icon/core/library',
1260
1279
  type: 'core',
1261
- categorization: 'multi-purpose',
1280
+ categorization: 'single-purpose',
1262
1281
  usage: 'Single purpose - Reserved for library view in Atlassian Home.',
1263
1282
  team: 'Design System Team'
1264
1283
  },
@@ -1548,7 +1567,7 @@ var metadata = {
1548
1567
  componentName: 'ObjectiveIcon',
1549
1568
  package: '@atlaskit/icon/core/objective',
1550
1569
  type: 'core',
1551
- categorization: 'multi-purpose',
1570
+ categorization: 'single-purpose',
1552
1571
  usage: 'Single purpose - Reserved for objectives.',
1553
1572
  team: 'Design System Team'
1554
1573
  },
@@ -1568,7 +1587,7 @@ var metadata = {
1568
1587
  package: '@atlaskit/icon/core/on-call',
1569
1588
  oldName: ['hipchat/dial-out'],
1570
1589
  type: 'core',
1571
- categorization: 'multi-purpose',
1590
+ categorization: 'single-purpose',
1572
1591
  usage: 'Single purpose - Reserved for representing on-call across Atlassian products.',
1573
1592
  team: 'Design System Team'
1574
1593
  },
@@ -1577,7 +1596,7 @@ var metadata = {
1577
1596
  componentName: 'OperationsIcon',
1578
1597
  package: '@atlaskit/icon/core/operations',
1579
1598
  type: 'core',
1580
- categorization: 'multi-purpose',
1599
+ categorization: 'single-purpose',
1581
1600
  usage: 'Single purpose - Reserved for IT Operations.',
1582
1601
  team: 'Design System Team'
1583
1602
  },
@@ -2264,7 +2283,7 @@ var metadata = {
2264
2283
  componentName: 'TargetIcon',
2265
2284
  package: '@atlaskit/icon/core/target',
2266
2285
  type: 'core',
2267
- categorization: 'multi-purpose',
2286
+ categorization: 'single-purpose',
2268
2287
  usage: 'Single purpose - Reserved for targets.',
2269
2288
  team: 'Design System Team'
2270
2289
  },
@@ -2312,7 +2331,7 @@ var metadata = {
2312
2331
  package: '@atlaskit/icon/core/text-bold',
2313
2332
  oldName: ['editor/bold'],
2314
2333
  type: 'core',
2315
- categorization: 'multi-purpose',
2334
+ categorization: 'single-purpose',
2316
2335
  usage: 'Single purpose - Reserved for bolding text.',
2317
2336
  team: 'Design System Team'
2318
2337
  },
@@ -2322,7 +2341,7 @@ var metadata = {
2322
2341
  package: '@atlaskit/icon/core/text-indent-left',
2323
2342
  oldName: ['editor/outdent'],
2324
2343
  type: 'core',
2325
- categorization: 'multi-purpose',
2344
+ categorization: 'single-purpose',
2326
2345
  usage: 'Single purpose - Reserved for shifting the indent of text content left.',
2327
2346
  team: 'Design System Team'
2328
2347
  },
@@ -2332,7 +2351,7 @@ var metadata = {
2332
2351
  package: '@atlaskit/icon/core/text-indent-right',
2333
2352
  oldName: ['editor/indent'],
2334
2353
  type: 'core',
2335
- categorization: 'multi-purpose',
2354
+ categorization: 'single-purpose',
2336
2355
  usage: 'Single purpose - Reserved for shifting the indent of text content right.',
2337
2356
  team: 'Design System Team'
2338
2357
  },
@@ -2342,7 +2361,7 @@ var metadata = {
2342
2361
  package: '@atlaskit/icon/core/text-italic',
2343
2362
  oldName: ['editor/italic'],
2344
2363
  type: 'core',
2345
- categorization: 'multi-purpose',
2364
+ categorization: 'single-purpose',
2346
2365
  usage: 'Single purpose - Reserved for italicizing text.',
2347
2366
  team: 'Design System Team'
2348
2367
  },
@@ -2351,7 +2370,7 @@ var metadata = {
2351
2370
  componentName: 'TextSpellcheckIcon',
2352
2371
  package: '@atlaskit/icon/core/text-spellcheck',
2353
2372
  type: 'core',
2354
- categorization: 'multi-purpose',
2373
+ categorization: 'single-purpose',
2355
2374
  usage: 'Single purpose - Reserved for spellchecking.',
2356
2375
  team: 'Design System Team'
2357
2376
  },
@@ -2370,7 +2389,7 @@ var metadata = {
2370
2389
  componentName: 'ThemeIcon',
2371
2390
  package: '@atlaskit/icon/core/theme',
2372
2391
  type: 'core',
2373
- categorization: 'multi-purpose',
2392
+ categorization: 'single-purpose',
2374
2393
  usage: 'Single purpose - Reserved for representing themes and theme switching.',
2375
2394
  team: 'Design System Team'
2376
2395
  },
@@ -3,7 +3,7 @@
3
3
  *
4
4
  * To change the format of this file, modify `UNSAFE_createIconDocsNew` in icon-build-process/src/create-icon-docs.tsx.
5
5
  *
6
- * @codegen <<SignedSource::9631ea87cef913a2404b055832446e10>>
6
+ * @codegen <<SignedSource::f026d0766e98fc87a4d6b2f4471f5379>>
7
7
  * @codegenCommand yarn build:icon-glyphs
8
8
  */
9
9
 
@@ -1573,11 +1573,16 @@ var migrationMap = {
1573
1573
  }
1574
1574
  },
1575
1575
  'editor/layout-single': {
1576
+ newIcon: {
1577
+ name: 'layout-one-column',
1578
+ type: 'core',
1579
+ package: '@atlaskit/icon'
1580
+ },
1576
1581
  sizeGuidance: {
1577
- small: 'icon-lab',
1578
- medium: 'icon-lab',
1579
- large: 'icon-lab',
1580
- xlarge: 'icon-lab'
1582
+ small: 'swap-slight-visual-change',
1583
+ medium: 'swap-slight-visual-change',
1584
+ large: 'icon-tile',
1585
+ xlarge: 'icon-tile'
1581
1586
  }
1582
1587
  },
1583
1588
  'editor/layout-three-equal': {
@@ -3,7 +3,7 @@
3
3
  *
4
4
  * To change the format of this file, modify `UNSAFE_createIconDocsNew` in icon-build-process/src/create-icon-docs.tsx.
5
5
  *
6
- * @codegen <<SignedSource::a1b62bf6f89207d8d697a50949119712>>
6
+ * @codegen <<SignedSource::09bd6a6145a272101283ee0b06fd5eab>>
7
7
  * @codegenCommand yarn build:icon-glyphs
8
8
  */
9
9
  interface metadata {
@@ -3,7 +3,7 @@
3
3
  *
4
4
  * To change the format of this file, modify `UNSAFE_createIconDocsNew` in icon-build-process/src/create-icon-docs.tsx.
5
5
  *
6
- * @codegen <<SignedSource::9631ea87cef913a2404b055832446e10>>
6
+ * @codegen <<SignedSource::f026d0766e98fc87a4d6b2f4471f5379>>
7
7
  * @codegenCommand yarn build:icon-glyphs
8
8
  */
9
9
  interface metadata {
@@ -3,7 +3,7 @@
3
3
  *
4
4
  * To change the format of this file, modify `UNSAFE_createIconDocsNew` in icon-build-process/src/create-icon-docs.tsx.
5
5
  *
6
- * @codegen <<SignedSource::a1b62bf6f89207d8d697a50949119712>>
6
+ * @codegen <<SignedSource::09bd6a6145a272101283ee0b06fd5eab>>
7
7
  * @codegenCommand yarn build:icon-glyphs
8
8
  */
9
9
  interface metadata {
@@ -3,7 +3,7 @@
3
3
  *
4
4
  * To change the format of this file, modify `UNSAFE_createIconDocsNew` in icon-build-process/src/create-icon-docs.tsx.
5
5
  *
6
- * @codegen <<SignedSource::9631ea87cef913a2404b055832446e10>>
6
+ * @codegen <<SignedSource::f026d0766e98fc87a4d6b2f4471f5379>>
7
7
  * @codegenCommand yarn build:icon-glyphs
8
8
  */
9
9
  interface metadata {
@@ -6,9 +6,12 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports.default = void 0;
7
7
  var _react = _interopRequireDefault(require("react"));
8
8
  var _base = require("@atlaskit/icon/base");
9
+ var _layoutOneColumn = _interopRequireDefault(require("@atlaskit/icon/core/layout-one-column"));
9
10
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
10
11
  const EditorLayoutSingleIcon = props => /*#__PURE__*/_react.default.createElement(_base.UNSAFE_IconFacade, Object.assign({
11
12
  dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><rect width="16" height="14" x="4" y="5" fill="currentcolor" rx="2"/></svg>`
12
- }, props));
13
+ }, props, {
14
+ newIcon: _layoutOneColumn.default
15
+ }));
13
16
  EditorLayoutSingleIcon.displayName = 'EditorLayoutSingleIcon';
14
17
  var _default = exports.default = EditorLayoutSingleIcon;