@atlaskit/icon 22.17.0 → 22.18.1
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.
- package/CHANGELOG.md +37 -0
- package/core/arrow-down.js +2 -2
- package/core/arrow-left.js +2 -2
- package/core/arrow-right.js +2 -2
- package/core/arrow-up-right.js +2 -2
- package/core/arrow-up.js +2 -2
- package/core/changes.js +2 -2
- package/core/chart-trend.js +2 -2
- package/core/cloud-arrow-up.js +2 -2
- package/core/collapse-horizontal.js +2 -2
- package/core/collapse-vertical.js +2 -2
- package/core/content-align-center.js +2 -2
- package/core/content-align-left.js +2 -2
- package/core/content-align-right.js +2 -2
- package/core/content-width-narrow.js +2 -2
- package/core/content-width-wide.js +2 -2
- package/core/content-wrap-left.js +2 -2
- package/core/content-wrap-right.js +2 -2
- package/core/decision.js +2 -2
- package/core/defect.js +3 -3
- package/core/discovery.js +2 -2
- package/core/download.js +2 -2
- package/core/edit-bulk.js +2 -2
- package/core/expand-horizontal.js +2 -2
- package/core/expand-vertical.js +2 -2
- package/core/feedback.js +2 -2
- package/core/grow-diagonal.js +2 -2
- package/core/grow-horizontal.js +2 -2
- package/core/grow-vertical.js +2 -2
- package/core/highlight.d.ts +14 -0
- package/core/highlight.js +31 -0
- package/core/layout-one-column.d.ts +14 -0
- package/core/layout-one-column.js +31 -0
- package/core/layout-three-columns-sidebars.js +2 -2
- package/core/layout-three-columns.js +2 -2
- package/core/layout-two-columns-sidebar-left.js +2 -2
- package/core/layout-two-columns-sidebar-right.js +2 -2
- package/core/layout-two-columns.js +2 -2
- package/core/library.js +2 -2
- package/core/link-external.js +2 -2
- package/core/migration/content-align-center--editor-align-image-center.js +2 -2
- package/core/migration/content-align-left--editor-align-image-left.js +2 -2
- package/core/migration/content-align-right--editor-align-image-right.js +2 -2
- package/core/migration/content-width-narrow--editor-media-center.js +2 -2
- package/core/migration/content-width-wide--editor-media-wide.js +2 -2
- package/core/migration/layout-one-column--editor-layout-single.d.ts +14 -0
- package/core/migration/layout-one-column--editor-layout-single.js +33 -0
- package/core/migration/layout-three-columns--editor-layout-three-equal.js +2 -2
- package/core/migration/layout-three-columns-sidebars--editor-layout-three-with-sidebars.js +2 -2
- package/core/migration/layout-two-columns--editor-layout-two-equal.js +2 -2
- package/core/migration/layout-two-columns-sidebar-left--editor-layout-two-left-sidebar.js +2 -2
- package/core/migration/layout-two-columns-sidebar-right--editor-layout-two-right-sidebar.js +2 -2
- package/core/migration/on-call--hipchat-dial-out.js +2 -2
- package/core/migration/text-bold--editor-bold.js +2 -2
- package/core/migration/text-indent-left--editor-outdent.js +2 -2
- package/core/migration/text-indent-right--editor-indent.js +2 -2
- package/core/migration/text-italic--editor-italic.js +2 -2
- package/core/objective.js +2 -2
- package/core/on-call.js +2 -2
- package/core/operations.js +3 -3
- package/core/paint-bucket.js +2 -2
- package/core/redo.js +2 -2
- package/core/refresh.js +2 -2
- package/core/retry.js +2 -2
- package/core/sort-ascending.js +2 -2
- package/core/sort-descending.js +2 -2
- package/core/sprint.js +2 -2
- package/core/target.js +2 -2
- package/core/text-bold.js +2 -2
- package/core/text-indent-left.js +2 -2
- package/core/text-indent-right.js +2 -2
- package/core/text-italic.js +2 -2
- package/core/text-spellcheck.js +2 -2
- package/core/text-style.js +2 -2
- package/core/theme.js +2 -2
- package/core/undo.js +2 -2
- package/dist/cjs/components/icon-new.js +1 -1
- package/dist/cjs/metadata-core.js +47 -28
- package/dist/cjs/metadata-utility.js +1 -1
- package/dist/cjs/migration-map.js +9 -4
- package/dist/es2019/components/icon-new.js +1 -1
- package/dist/es2019/metadata-core.js +47 -28
- package/dist/es2019/metadata-utility.js +1 -1
- package/dist/es2019/migration-map.js +9 -4
- package/dist/esm/components/icon-new.js +1 -1
- package/dist/esm/metadata-core.js +47 -28
- package/dist/esm/metadata-utility.js +1 -1
- package/dist/esm/migration-map.js +9 -4
- package/dist/types/metadata-core.d.ts +1 -1
- package/dist/types/metadata-utility.d.ts +1 -1
- package/dist/types-ts4.5/metadata-core.d.ts +1 -1
- package/dist/types-ts4.5/metadata-utility.d.ts +1 -1
- package/glyph/editor/layout-single.js +4 -1
- package/package.json +8 -5
- package/utility/arrow-down.js +2 -2
- package/utility/arrow-left.js +2 -2
- package/utility/arrow-right.js +2 -2
- package/utility/arrow-up.js +2 -2
- 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::
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
719
|
-
usage:
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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::
|
|
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: '
|
|
1578
|
-
medium: '
|
|
1579
|
-
large: 'icon-
|
|
1580
|
-
xlarge: 'icon-
|
|
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::
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
719
|
-
usage:
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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::
|
|
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: '
|
|
1578
|
-
medium: '
|
|
1579
|
-
large: 'icon-
|
|
1580
|
-
xlarge: 'icon-
|
|
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::
|
|
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::
|
|
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::
|
|
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::
|
|
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;
|