@atlaskit/icon 26.4.1 → 27.1.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.
- package/CHANGELOG.md +116 -0
- package/afm-cc/tsconfig.json +1 -1
- package/afm-townsquare/tsconfig.json +27 -0
- package/core/capture.d.ts +4 -1
- package/core/capture.js +3 -3
- package/core/cash.js +2 -2
- package/core/close.d.ts +4 -1
- package/core/close.js +3 -3
- package/core/{issue.d.ts → cross.d.ts} +3 -6
- package/core/{align-right.js → cross.js} +7 -7
- package/core/discovery.d.ts +4 -1
- package/core/discovery.js +3 -2
- package/core/error.d.ts +4 -1
- package/core/error.js +3 -2
- package/core/flask.js +2 -2
- package/core/{issues.d.ts → focus-area.d.ts} +3 -6
- package/core/{summarize.js → focus-area.js} +7 -7
- package/core/information.d.ts +4 -1
- package/core/information.js +4 -2
- package/core/lightbulb.js +2 -2
- package/core/magic-wand.js +2 -2
- package/core/migration/{align-center--editor-align-center.d.ts → align-text-left--overview.d.ts} +3 -3
- package/core/migration/{align-left--overview.js → align-text-left--overview.js} +7 -7
- package/core/migration/capture--jira-capture.js +3 -3
- package/core/migration/{align-right--editor-align-right.d.ts → child-work-items--child-issues.d.ts} +3 -3
- package/core/migration/{child-issues.js → child-work-items--child-issues.js} +9 -9
- package/core/migration/close--cross.js +3 -3
- package/core/migration/close--editor-close.js +3 -3
- package/core/migration/discovery--editor-note.js +3 -2
- package/core/migration/error.js +3 -2
- package/core/migration/information--editor-info.js +4 -2
- package/core/migration/information--editor-panel.js +4 -2
- package/core/migration/information--info.js +4 -2
- package/core/migration/{drag-handle--drag-handler.d.ts → panel-right--detail-view.d.ts} +3 -3
- package/core/migration/{sidebar-right--detail-view.js → panel-right--detail-view.js} +8 -8
- package/core/migration/{align-left--overview.d.ts → panel-right--room-menu.d.ts} +3 -3
- package/core/migration/{sidebar-right--room-menu.js → panel-right--room-menu.js} +8 -8
- package/core/migration/success--check-circle.js +2 -2
- package/core/migration/success--editor-success.js +2 -2
- package/core/migration/warning--editor-warning.js +3 -2
- package/core/migration/warning.js +3 -2
- package/core/migration/{issue.d.ts → work-item--issue.d.ts} +3 -3
- package/core/migration/{issue.js → work-item--issue.js} +10 -10
- package/core/migration/{align-left--editor-align-left.d.ts → work-items--issues.d.ts} +3 -3
- package/core/migration/{issues.js → work-items--issues.js} +9 -9
- package/core/paint-palette.js +2 -2
- package/core/pen.js +2 -2
- package/core/{drawer-left.d.ts → status-discovery.d.ts} +3 -6
- package/core/{border-weight-medium.js → status-discovery.js} +8 -7
- package/core/{align-left.d.ts → status-error.d.ts} +3 -6
- package/core/{drawer-right.js → status-error.js} +8 -7
- package/core/status-information.d.ts +13 -0
- package/core/{content-align-right.js → status-information.js} +9 -7
- package/core/status-success.d.ts +13 -0
- package/core/{border-weight-thick.js → status-success.js} +7 -7
- package/core/status-verified.js +3 -2
- package/core/status-warning.d.ts +13 -0
- package/core/{border-weight-thin.js → status-warning.js} +8 -7
- package/core/success.d.ts +4 -1
- package/core/success.js +2 -2
- package/core/warning.d.ts +4 -1
- package/core/warning.js +3 -2
- package/dist/cjs/deprecated-core.js +2 -81
- package/dist/cjs/deprecated-utility.js +134 -4
- package/dist/cjs/metadata-core.js +133 -308
- package/dist/cjs/metadata-utility.js +170 -30
- package/dist/cjs/migration-map.js +6 -6
- package/dist/es2019/deprecated-core.js +2 -81
- package/dist/es2019/deprecated-utility.js +134 -4
- package/dist/es2019/metadata-core.js +133 -308
- package/dist/es2019/metadata-utility.js +170 -30
- package/dist/es2019/migration-map.js +6 -6
- package/dist/esm/deprecated-core.js +2 -81
- package/dist/esm/deprecated-utility.js +134 -4
- package/dist/esm/metadata-core.js +133 -308
- package/dist/esm/metadata-utility.js +170 -30
- package/dist/esm/migration-map.js +6 -6
- package/dist/types/deprecated-core.d.ts +1 -1
- package/dist/types/deprecated-utility.d.ts +1 -1
- package/dist/types/metadata-core.d.ts +1 -1
- package/dist/types/metadata-utility.d.ts +1 -1
- package/dist/types-ts4.5/deprecated-core.d.ts +1 -1
- package/dist/types-ts4.5/deprecated-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/child-issues.js +2 -2
- package/glyph/detail-view.js +2 -2
- package/glyph/issue.js +2 -2
- package/glyph/issues.js +2 -2
- package/glyph/overview.js +2 -2
- package/glyph/room-menu.js +2 -2
- package/package.json +7 -7
- package/svgs/core/cash.svg +1 -1
- package/svgs/core/cross.svg +1 -0
- package/svgs/core/flask.svg +1 -1
- package/svgs/core/focus-area.svg +1 -0
- package/svgs/core/lightbulb.svg +1 -1
- package/svgs/core/magic-wand.svg +1 -1
- package/svgs/core/paint-palette.svg +1 -1
- package/svgs/core/pen.svg +1 -1
- package/svgs/core/status-discovery.svg +1 -0
- package/svgs/core/status-error.svg +1 -0
- package/svgs/core/status-information.svg +1 -0
- package/svgs/core/status-success.svg +1 -0
- package/svgs/core/status-verified.svg +1 -1
- package/svgs/core/status-warning.svg +1 -0
- package/utility/add.d.ts +4 -1
- package/utility/arrow-down.d.ts +4 -1
- package/utility/arrow-left.d.ts +4 -1
- package/utility/arrow-right.d.ts +4 -1
- package/utility/arrow-up.d.ts +4 -1
- package/utility/check-circle.d.ts +4 -1
- package/utility/check-mark.d.ts +4 -1
- package/utility/chevron-double-left.d.ts +4 -1
- package/utility/chevron-double-right.d.ts +4 -1
- package/utility/chevron-down.d.ts +4 -1
- package/utility/chevron-left.d.ts +4 -1
- package/utility/chevron-right.d.ts +4 -1
- package/utility/chevron-up.d.ts +4 -1
- package/utility/cross-circle.d.ts +4 -1
- package/utility/cross.d.ts +4 -1
- package/utility/drag-handle-horizontal.d.ts +4 -1
- package/utility/drag-handle-vertical.d.ts +4 -1
- package/utility/drag-handle.d.ts +2 -2
- package/utility/error.d.ts +4 -1
- package/utility/information.d.ts +4 -1
- package/utility/link-external.d.ts +4 -1
- package/utility/lock-locked.d.ts +4 -1
- package/utility/lock-unlocked.d.ts +4 -1
- package/utility/show-more-horizontal.d.ts +4 -1
- package/utility/show-more-vertical.d.ts +4 -1
- package/utility/star-starred.d.ts +4 -1
- package/utility/star-unstarred.d.ts +4 -1
- package/utility/success.d.ts +4 -1
- package/utility/warning.d.ts +4 -1
- package/core/align-center.d.ts +0 -16
- package/core/align-center.js +0 -28
- package/core/align-left.js +0 -28
- package/core/align-right.d.ts +0 -16
- package/core/border-weight-medium.d.ts +0 -16
- package/core/border-weight-thick.d.ts +0 -16
- package/core/border-weight-thin.d.ts +0 -16
- package/core/child-issues.d.ts +0 -16
- package/core/child-issues.js +0 -28
- package/core/content-align-center.d.ts +0 -16
- package/core/content-align-center.js +0 -28
- package/core/content-align-left.d.ts +0 -16
- package/core/content-align-left.js +0 -28
- package/core/content-align-right.d.ts +0 -16
- package/core/drag-handle.d.ts +0 -16
- package/core/drag-handle.js +0 -28
- package/core/drawer-left.js +0 -28
- package/core/drawer-right.d.ts +0 -16
- package/core/issue.js +0 -28
- package/core/issues.js +0 -28
- package/core/migration/align-center--editor-align-center.js +0 -31
- package/core/migration/align-left--editor-align-left.js +0 -31
- package/core/migration/align-right--editor-align-right.js +0 -31
- package/core/migration/border-weight-thin--media-services-line.d.ts +0 -15
- package/core/migration/border-weight-thin--media-services-line.js +0 -31
- package/core/migration/child-issues.d.ts +0 -15
- package/core/migration/content-align-center--editor-align-image-center.d.ts +0 -15
- package/core/migration/content-align-center--editor-align-image-center.js +0 -31
- package/core/migration/content-align-left--editor-align-image-left.d.ts +0 -15
- package/core/migration/content-align-left--editor-align-image-left.js +0 -31
- package/core/migration/content-align-right--editor-align-image-right.d.ts +0 -15
- package/core/migration/content-align-right--editor-align-image-right.js +0 -31
- package/core/migration/drag-handle--drag-handler.js +0 -31
- package/core/migration/issues.d.ts +0 -15
- package/core/migration/sidebar-right--detail-view.d.ts +0 -15
- package/core/migration/sidebar-right--room-menu.d.ts +0 -15
- package/core/sidebar-left.d.ts +0 -16
- package/core/sidebar-left.js +0 -28
- package/core/sidebar-right.d.ts +0 -16
- package/core/sidebar-right.js +0 -28
- package/core/summarize.d.ts +0 -16
- package/svgs/core/align-center.svg +0 -1
- package/svgs/core/align-left.svg +0 -1
- package/svgs/core/align-right.svg +0 -1
- package/svgs/core/border-weight-medium.svg +0 -1
- package/svgs/core/border-weight-thick.svg +0 -1
- package/svgs/core/border-weight-thin.svg +0 -1
- package/svgs/core/child-issues.svg +0 -1
- package/svgs/core/content-align-center.svg +0 -1
- package/svgs/core/content-align-left.svg +0 -1
- package/svgs/core/content-align-right.svg +0 -1
- package/svgs/core/drag-handle.svg +0 -1
- package/svgs/core/drawer-left.svg +0 -1
- package/svgs/core/drawer-right.svg +0 -1
- package/svgs/core/issue.svg +0 -1
- package/svgs/core/issues.svg +0 -1
- package/svgs/core/sidebar-left.svg +0 -1
- package/svgs/core/sidebar-right.svg +0 -1
- package/svgs/core/summarize.svg +0 -1
|
@@ -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::
|
|
12
|
+
* @codegen <<SignedSource::d5b89c7de7160ff4e35f9d7566dcc191>>
|
|
13
13
|
* @codegenCommand yarn build:icon-glyphs
|
|
14
14
|
*/
|
|
15
15
|
|
|
@@ -77,22 +77,6 @@ var metadata = {
|
|
|
77
77
|
team: 'Design System Team',
|
|
78
78
|
status: 'published'
|
|
79
79
|
},
|
|
80
|
-
'align-center': {
|
|
81
|
-
keywords: ['align-center', 'aligncenter', 'icon', 'core', 'alignment', 'text', 'content'],
|
|
82
|
-
componentName: 'AlignCenterIcon',
|
|
83
|
-
package: '@atlaskit/icon/core/align-center',
|
|
84
|
-
oldName: ['editor/align-center'],
|
|
85
|
-
type: 'core',
|
|
86
|
-
replacement: {
|
|
87
|
-
name: 'align-text-center',
|
|
88
|
-
type: 'core',
|
|
89
|
-
location: '@atlaskit/icon'
|
|
90
|
-
},
|
|
91
|
-
categorization: 'multi-purpose',
|
|
92
|
-
usage: 'Multi purpose - Known uses: align text center, align center.',
|
|
93
|
-
team: 'Design System Team',
|
|
94
|
-
status: 'deprecated'
|
|
95
|
-
},
|
|
96
80
|
'align-image-center': {
|
|
97
81
|
keywords: ['align-image-center', 'alignimagecenter', 'icon', 'core', 'content', 'media', 'image', 'alignment', 'centre'],
|
|
98
82
|
componentName: 'AlignImageCenterIcon',
|
|
@@ -126,38 +110,6 @@ var metadata = {
|
|
|
126
110
|
team: 'Design System Team',
|
|
127
111
|
status: 'published'
|
|
128
112
|
},
|
|
129
|
-
'align-left': {
|
|
130
|
-
keywords: ['align-left', 'alignleft', 'icon', 'core', 'alignment', 'text', 'content', 'summary'],
|
|
131
|
-
componentName: 'AlignLeftIcon',
|
|
132
|
-
package: '@atlaskit/icon/core/align-left',
|
|
133
|
-
oldName: ['editor/align-left', 'overview'],
|
|
134
|
-
type: 'core',
|
|
135
|
-
replacement: {
|
|
136
|
-
name: 'align-text-left',
|
|
137
|
-
type: 'core',
|
|
138
|
-
location: '@atlaskit/icon'
|
|
139
|
-
},
|
|
140
|
-
categorization: 'multi-purpose',
|
|
141
|
-
usage: 'Multi purpose - Known uses: align text left, align content left, summary.',
|
|
142
|
-
team: 'Design System Team',
|
|
143
|
-
status: 'deprecated'
|
|
144
|
-
},
|
|
145
|
-
'align-right': {
|
|
146
|
-
keywords: ['align-right', 'alignright', 'icon', 'core', 'alignment', 'text', 'content'],
|
|
147
|
-
componentName: 'AlignRightIcon',
|
|
148
|
-
package: '@atlaskit/icon/core/align-right',
|
|
149
|
-
oldName: ['editor/align-right'],
|
|
150
|
-
type: 'core',
|
|
151
|
-
replacement: {
|
|
152
|
-
name: 'align-text-right',
|
|
153
|
-
type: 'core',
|
|
154
|
-
location: '@atlaskit/icon'
|
|
155
|
-
},
|
|
156
|
-
categorization: 'multi-purpose',
|
|
157
|
-
usage: 'Multi purpose - Known uses: align text right, align content right.',
|
|
158
|
-
team: 'Design System Team',
|
|
159
|
-
status: 'deprecated'
|
|
160
|
-
},
|
|
161
113
|
'align-text-center': {
|
|
162
114
|
keywords: ['align-text-center', 'aligntextcenter', 'icon', 'core', 'alignment', 'text', 'content'],
|
|
163
115
|
componentName: 'AlignTextCenterIcon',
|
|
@@ -173,7 +125,7 @@ var metadata = {
|
|
|
173
125
|
keywords: ['align-text-left', 'aligntextleft', 'icon', 'core', 'alignment', 'text', 'content', 'summary'],
|
|
174
126
|
componentName: 'AlignTextLeftIcon',
|
|
175
127
|
package: '@atlaskit/icon/core/align-text-left',
|
|
176
|
-
oldName: ['editor/align-left'],
|
|
128
|
+
oldName: ['editor/align-left', 'overview'],
|
|
177
129
|
type: 'core',
|
|
178
130
|
categorization: 'multi-purpose',
|
|
179
131
|
usage: 'Multi purpose - Known uses: align text left, align content left, summary.',
|
|
@@ -467,52 +419,6 @@ var metadata = {
|
|
|
467
419
|
team: 'Editor',
|
|
468
420
|
status: 'published'
|
|
469
421
|
},
|
|
470
|
-
'border-weight-medium': {
|
|
471
|
-
keywords: ['border-weight-medium', 'borderweightmedium', 'icon', 'core', 'border', 'weight', 'stroke', 'medium', 'thickness', 'confluence', 'editor'],
|
|
472
|
-
componentName: 'BorderWeightMediumIcon',
|
|
473
|
-
package: '@atlaskit/icon/core/border-weight-medium',
|
|
474
|
-
type: 'core',
|
|
475
|
-
replacement: {
|
|
476
|
-
name: 'stroke-weight-medium',
|
|
477
|
-
type: 'core',
|
|
478
|
-
location: '@atlaskit/icon'
|
|
479
|
-
},
|
|
480
|
-
categorization: 'single-purpose',
|
|
481
|
-
usage: 'Reserved for representing medium border stroke widths.',
|
|
482
|
-
team: 'Editor',
|
|
483
|
-
status: 'deprecated'
|
|
484
|
-
},
|
|
485
|
-
'border-weight-thick': {
|
|
486
|
-
keywords: ['border-weight-thick', 'borderweightthick', 'icon', 'core', 'border', 'weight', 'thickness', 'stroke', 'thick', 'confluence', 'editor'],
|
|
487
|
-
componentName: 'BorderWeightThickIcon',
|
|
488
|
-
package: '@atlaskit/icon/core/border-weight-thick',
|
|
489
|
-
type: 'core',
|
|
490
|
-
replacement: {
|
|
491
|
-
name: 'stroke-weight-large',
|
|
492
|
-
type: 'core',
|
|
493
|
-
location: '@atlaskit/icon'
|
|
494
|
-
},
|
|
495
|
-
categorization: 'single-purpose',
|
|
496
|
-
usage: 'Reserved for representing thick border stroke widths.',
|
|
497
|
-
team: 'Editor',
|
|
498
|
-
status: 'deprecated'
|
|
499
|
-
},
|
|
500
|
-
'border-weight-thin': {
|
|
501
|
-
keywords: ['border-weight-thin', 'borderweightthin', 'icon', 'core', 'border', 'weight', 'thickness', 'stroke', 'confluence', 'editor'],
|
|
502
|
-
componentName: 'BorderWeightThinIcon',
|
|
503
|
-
package: '@atlaskit/icon/core/border-weight-thin',
|
|
504
|
-
oldName: ['media-services/line'],
|
|
505
|
-
type: 'core',
|
|
506
|
-
replacement: {
|
|
507
|
-
name: 'stroke-weight-small',
|
|
508
|
-
type: 'core',
|
|
509
|
-
location: '@atlaskit/icon'
|
|
510
|
-
},
|
|
511
|
-
categorization: 'single-purpose',
|
|
512
|
-
usage: 'Reserved for representing thin border stroke widths.',
|
|
513
|
-
team: 'Editor',
|
|
514
|
-
status: 'deprecated'
|
|
515
|
-
},
|
|
516
422
|
branch: {
|
|
517
423
|
keywords: ['branch', 'icon', 'core', 'git branch', 'bitbucket branch', 'branches', 'jira status'],
|
|
518
424
|
componentName: 'BranchIcon',
|
|
@@ -580,15 +486,20 @@ var metadata = {
|
|
|
580
486
|
status: 'published'
|
|
581
487
|
},
|
|
582
488
|
capture: {
|
|
583
|
-
keywords: ['capture', 'icon', 'core'],
|
|
489
|
+
keywords: ['capture', 'icon', 'core', 'focus', 'focus area', 'capture'],
|
|
584
490
|
componentName: 'CaptureIcon',
|
|
585
491
|
package: '@atlaskit/icon/core/capture',
|
|
586
492
|
oldName: ['jira/capture'],
|
|
587
493
|
type: 'core',
|
|
588
|
-
|
|
589
|
-
|
|
494
|
+
replacement: {
|
|
495
|
+
name: 'focus-area',
|
|
496
|
+
type: 'core',
|
|
497
|
+
location: '@atlaskit/icon'
|
|
498
|
+
},
|
|
499
|
+
categorization: 'single-purpose',
|
|
500
|
+
usage: 'Reserved for representing Focus Areas.',
|
|
590
501
|
team: 'Design System Team',
|
|
591
|
-
status: '
|
|
502
|
+
status: 'deprecated'
|
|
592
503
|
},
|
|
593
504
|
card: {
|
|
594
505
|
keywords: ['card', 'icon', 'core', 'card'],
|
|
@@ -608,7 +519,7 @@ var metadata = {
|
|
|
608
519
|
categorization: 'multi-purpose',
|
|
609
520
|
usage: "Known usages: 'Sales' work type.",
|
|
610
521
|
team: 'Design System Team',
|
|
611
|
-
status: '
|
|
522
|
+
status: 'published'
|
|
612
523
|
},
|
|
613
524
|
changes: {
|
|
614
525
|
keywords: ['changes', 'icon', 'core', 'jira status', 'horizontal arrows'],
|
|
@@ -802,26 +713,11 @@ var metadata = {
|
|
|
802
713
|
status: 'published',
|
|
803
714
|
slackChannel: '#icon-contributions'
|
|
804
715
|
},
|
|
805
|
-
'child-issues': {
|
|
806
|
-
keywords: ['child-issues', 'childissues', 'icon', 'core', 'children', 'child', 'related', 'work items'],
|
|
807
|
-
componentName: 'ChildIssuesIcon',
|
|
808
|
-
package: '@atlaskit/icon/core/child-issues',
|
|
809
|
-
oldName: ['child-issues'],
|
|
810
|
-
type: 'core',
|
|
811
|
-
replacement: {
|
|
812
|
-
name: 'child-work-items',
|
|
813
|
-
type: 'core',
|
|
814
|
-
location: '@atlaskit/icon'
|
|
815
|
-
},
|
|
816
|
-
categorization: 'single-purpose',
|
|
817
|
-
usage: 'Reserved for child work items.',
|
|
818
|
-
team: 'Design System Team',
|
|
819
|
-
status: 'deprecated'
|
|
820
|
-
},
|
|
821
716
|
'child-work-items': {
|
|
822
717
|
keywords: ['child-work-items', 'childworkitems', 'icon', 'core', 'children', 'child', 'related', 'work items'],
|
|
823
718
|
componentName: 'ChildWorkItemsIcon',
|
|
824
719
|
package: '@atlaskit/icon/core/child-work-items',
|
|
720
|
+
oldName: ['child-issues'],
|
|
825
721
|
type: 'core',
|
|
826
722
|
categorization: 'single-purpose',
|
|
827
723
|
usage: 'Reserved for child work items.',
|
|
@@ -850,15 +746,20 @@ var metadata = {
|
|
|
850
746
|
status: 'published'
|
|
851
747
|
},
|
|
852
748
|
close: {
|
|
853
|
-
keywords: ['close', 'icon', 'core', 'cross', 'x'],
|
|
749
|
+
keywords: ['close', 'icon', 'core', 'cross', 'x', 'close', 'remove'],
|
|
854
750
|
componentName: 'CloseIcon',
|
|
855
751
|
package: '@atlaskit/icon/core/close',
|
|
856
752
|
oldName: ['cross', 'editor/close'],
|
|
857
753
|
type: 'core',
|
|
858
|
-
|
|
859
|
-
|
|
754
|
+
replacement: {
|
|
755
|
+
name: 'cross',
|
|
756
|
+
type: 'core',
|
|
757
|
+
location: '@atlaskit/icon'
|
|
758
|
+
},
|
|
759
|
+
categorization: 'multi-purpose',
|
|
760
|
+
usage: 'Known uses: closing modals, panels, and transient views; removing tags',
|
|
860
761
|
team: 'Design System Team',
|
|
861
|
-
status: '
|
|
762
|
+
status: 'deprecated'
|
|
862
763
|
},
|
|
863
764
|
'cloud-arrow-up': {
|
|
864
765
|
keywords: ['cloud-arrow-up', 'cloudarrowup', 'icon', 'core', 'deployments', 'up arrow'],
|
|
@@ -946,54 +847,6 @@ var metadata = {
|
|
|
946
847
|
team: 'Design System Team',
|
|
947
848
|
status: 'published'
|
|
948
849
|
},
|
|
949
|
-
'content-align-center': {
|
|
950
|
-
keywords: ['content-align-center', 'contentaligncenter', 'icon', 'core', 'content', 'media', 'image', 'alignment', 'centre'],
|
|
951
|
-
componentName: 'ContentAlignCenterIcon',
|
|
952
|
-
package: '@atlaskit/icon/core/content-align-center',
|
|
953
|
-
oldName: ['editor/align-image-center'],
|
|
954
|
-
type: 'core',
|
|
955
|
-
replacement: {
|
|
956
|
-
name: 'align-image-center',
|
|
957
|
-
type: 'core',
|
|
958
|
-
location: '@atlaskit/icon'
|
|
959
|
-
},
|
|
960
|
-
categorization: 'single-purpose',
|
|
961
|
-
usage: 'Single purpose - Reserved for center aligning media and content.',
|
|
962
|
-
team: 'Design System Team',
|
|
963
|
-
status: 'deprecated'
|
|
964
|
-
},
|
|
965
|
-
'content-align-left': {
|
|
966
|
-
keywords: ['content-align-left', 'contentalignleft', 'icon', 'core', 'content', 'media', 'image', 'alignment', 'left'],
|
|
967
|
-
componentName: 'ContentAlignLeftIcon',
|
|
968
|
-
package: '@atlaskit/icon/core/content-align-left',
|
|
969
|
-
oldName: ['editor/align-image-left'],
|
|
970
|
-
type: 'core',
|
|
971
|
-
replacement: {
|
|
972
|
-
name: 'align-image-left',
|
|
973
|
-
type: 'core',
|
|
974
|
-
location: '@atlaskit/icon'
|
|
975
|
-
},
|
|
976
|
-
categorization: 'single-purpose',
|
|
977
|
-
usage: 'Single purpose - Reserved for left aligning media and content.',
|
|
978
|
-
team: 'Design System Team',
|
|
979
|
-
status: 'deprecated'
|
|
980
|
-
},
|
|
981
|
-
'content-align-right': {
|
|
982
|
-
keywords: ['content-align-right', 'contentalignright', 'icon', 'core', 'content', 'media', 'image', 'alignment', 'right'],
|
|
983
|
-
componentName: 'ContentAlignRightIcon',
|
|
984
|
-
package: '@atlaskit/icon/core/content-align-right',
|
|
985
|
-
oldName: ['editor/align-image-right'],
|
|
986
|
-
type: 'core',
|
|
987
|
-
replacement: {
|
|
988
|
-
name: 'align-image-right',
|
|
989
|
-
type: 'core',
|
|
990
|
-
location: '@atlaskit/icon'
|
|
991
|
-
},
|
|
992
|
-
categorization: 'single-purpose',
|
|
993
|
-
usage: 'Single purpose - Reserved for right aligning media and content.',
|
|
994
|
-
team: 'Design System Team',
|
|
995
|
-
status: 'deprecated'
|
|
996
|
-
},
|
|
997
850
|
'content-width-narrow': {
|
|
998
851
|
keywords: ['content-width-narrow', 'contentwidthnarrow', 'icon', 'core', 'content', 'media', 'image', 'width', 'fixed', 'narrow'],
|
|
999
852
|
componentName: 'ContentWidthNarrowIcon',
|
|
@@ -1060,6 +913,16 @@ var metadata = {
|
|
|
1060
913
|
team: 'Design System Team',
|
|
1061
914
|
status: 'published'
|
|
1062
915
|
},
|
|
916
|
+
cross: {
|
|
917
|
+
keywords: ['cross', 'close', 'x', 'cancel', 'icon', 'core', 'cross', 'x', 'close', 'remove'],
|
|
918
|
+
componentName: 'CrossIcon',
|
|
919
|
+
package: '@atlaskit/icon/core/cross',
|
|
920
|
+
type: 'core',
|
|
921
|
+
categorization: 'multi-purpose',
|
|
922
|
+
usage: 'Known uses: closing modals, panels, and transient views; removing tags',
|
|
923
|
+
team: 'Design System Team',
|
|
924
|
+
status: 'published'
|
|
925
|
+
},
|
|
1063
926
|
'cross-circle': {
|
|
1064
927
|
keywords: ['cross-circle', 'crosscircle', 'close', 'x', 'cancel', 'icon', 'core', 'x', 'exit', 'clear', 'no', 'filled'],
|
|
1065
928
|
componentName: 'CrossCircleIcon',
|
|
@@ -1208,15 +1071,20 @@ var metadata = {
|
|
|
1208
1071
|
status: 'published'
|
|
1209
1072
|
},
|
|
1210
1073
|
discovery: {
|
|
1211
|
-
keywords: ['discovery', 'icon', 'core', 'discovery', 'note', 'filled'],
|
|
1074
|
+
keywords: ['discovery', 'icon', 'core', 'discovery', 'note', 'filled', 'onboarding', 'status'],
|
|
1212
1075
|
componentName: 'DiscoveryIcon',
|
|
1213
1076
|
package: '@atlaskit/icon/core/discovery',
|
|
1214
1077
|
oldName: ['editor/note'],
|
|
1215
1078
|
type: 'core',
|
|
1079
|
+
replacement: {
|
|
1080
|
+
name: 'status-discovery',
|
|
1081
|
+
type: 'core',
|
|
1082
|
+
location: '@atlaskit/icon'
|
|
1083
|
+
},
|
|
1216
1084
|
categorization: 'single-purpose',
|
|
1217
|
-
usage: '
|
|
1085
|
+
usage: 'Reserved for discovery statuses and messaging. Filled status icons provide higher visual contrast to draw attention to important information.',
|
|
1218
1086
|
team: 'Design System Team',
|
|
1219
|
-
status: '
|
|
1087
|
+
status: 'deprecated'
|
|
1220
1088
|
},
|
|
1221
1089
|
download: {
|
|
1222
1090
|
keywords: ['download', 'cloud', 'icon', 'core', 'down arrow', 'file download'],
|
|
@@ -1229,23 +1097,6 @@ var metadata = {
|
|
|
1229
1097
|
team: 'Design System Team',
|
|
1230
1098
|
status: 'published'
|
|
1231
1099
|
},
|
|
1232
|
-
'drag-handle': {
|
|
1233
|
-
keywords: ['drag-handle', 'draghandle', 'icon', 'core', 'drag handler', 'reorder', 'move', 'reorder vertical'],
|
|
1234
|
-
componentName: 'DragHandleIcon',
|
|
1235
|
-
package: '@atlaskit/icon/core/drag-handle',
|
|
1236
|
-
oldName: ['drag-handler'],
|
|
1237
|
-
type: 'core',
|
|
1238
|
-
replacement: {
|
|
1239
|
-
name: 'drag-handle-vertical',
|
|
1240
|
-
type: 'core',
|
|
1241
|
-
location: '@atlaskit/icon'
|
|
1242
|
-
},
|
|
1243
|
-
categorization: 'single-purpose',
|
|
1244
|
-
usage: 'Single purpose - Reserved for draggable elements along a vertical axis.',
|
|
1245
|
-
team: 'Design System Team',
|
|
1246
|
-
status: 'deprecated',
|
|
1247
|
-
slackChannel: '#icon-contributions'
|
|
1248
|
-
},
|
|
1249
1100
|
'drag-handle-horizontal': {
|
|
1250
1101
|
keywords: ['drag-handle-horizontal', 'draghandlehorizontal', 'icon', 'core', 'drag handler', 'reorder', 'move', 'reorder horizontal'],
|
|
1251
1102
|
componentName: 'DragHandleHorizontalIcon',
|
|
@@ -1269,36 +1120,6 @@ var metadata = {
|
|
|
1269
1120
|
status: 'published',
|
|
1270
1121
|
slackChannel: '#icon-contributions'
|
|
1271
1122
|
},
|
|
1272
|
-
'drawer-left': {
|
|
1273
|
-
keywords: ['drawer-left', 'drawerleft', 'icon', 'core', 'detail view', 'left rail', 'drawer', 'preview panel', 'sidebar'],
|
|
1274
|
-
componentName: 'DrawerLeftIcon',
|
|
1275
|
-
package: '@atlaskit/icon/core/drawer-left',
|
|
1276
|
-
type: 'core',
|
|
1277
|
-
replacement: {
|
|
1278
|
-
name: 'panel-left',
|
|
1279
|
-
type: 'core',
|
|
1280
|
-
location: '@atlaskit/icon'
|
|
1281
|
-
},
|
|
1282
|
-
categorization: 'single-purpose',
|
|
1283
|
-
usage: 'Reserved for opening a preview panel to the left of the viewport edge. Use only for right-to-left languages which invert the navigational chrome.',
|
|
1284
|
-
team: 'Design System Team',
|
|
1285
|
-
status: 'deprecated'
|
|
1286
|
-
},
|
|
1287
|
-
'drawer-right': {
|
|
1288
|
-
keywords: ['drawer-right', 'drawerright', 'icon', 'core', 'detail view', 'right rail', 'drawer', 'preview panel', 'sidebar'],
|
|
1289
|
-
componentName: 'DrawerRightIcon',
|
|
1290
|
-
package: '@atlaskit/icon/core/drawer-right',
|
|
1291
|
-
type: 'core',
|
|
1292
|
-
replacement: {
|
|
1293
|
-
name: 'panel-right',
|
|
1294
|
-
type: 'core',
|
|
1295
|
-
location: '@atlaskit/icon'
|
|
1296
|
-
},
|
|
1297
|
-
categorization: 'single-purpose',
|
|
1298
|
-
usage: 'Reserved for opening a preview panel to the right of the viewport edge. Use only for left-to-right languages.',
|
|
1299
|
-
team: 'Design System Team',
|
|
1300
|
-
status: 'deprecated'
|
|
1301
|
-
},
|
|
1302
1123
|
edit: {
|
|
1303
1124
|
keywords: ['edit', 'pencil', 'write', 'icon', 'core', 'pencil', 'pencil on page'],
|
|
1304
1125
|
componentName: 'EditIcon',
|
|
@@ -1394,15 +1215,20 @@ var metadata = {
|
|
|
1394
1215
|
status: 'published'
|
|
1395
1216
|
},
|
|
1396
1217
|
error: {
|
|
1397
|
-
keywords: ['error', 'warning', 'alert', 'icon', 'core', 'filled', 'status', 'danger', 'exclamation', '!', '
|
|
1218
|
+
keywords: ['error', 'warning', 'alert', 'icon', 'core', 'filled', 'status', 'danger', 'exclamation', '!', 'error'],
|
|
1398
1219
|
componentName: 'ErrorIcon',
|
|
1399
1220
|
package: '@atlaskit/icon/core/error',
|
|
1400
1221
|
oldName: ['error'],
|
|
1401
1222
|
type: 'core',
|
|
1223
|
+
replacement: {
|
|
1224
|
+
name: 'status-error',
|
|
1225
|
+
type: 'core',
|
|
1226
|
+
location: '@atlaskit/icon'
|
|
1227
|
+
},
|
|
1402
1228
|
categorization: 'single-purpose',
|
|
1403
|
-
usage: '
|
|
1229
|
+
usage: 'Reserved for error statuses and messaging. Filled status icons provide higher visual contrast to draw attention to important information.',
|
|
1404
1230
|
team: 'Design System Team',
|
|
1405
|
-
status: '
|
|
1231
|
+
status: 'deprecated'
|
|
1406
1232
|
},
|
|
1407
1233
|
'exclamation-square': {
|
|
1408
1234
|
keywords: ['exclamation-square', 'exclamationsquare', 'icon', 'core', '!', 'exclaim', 'square', 'work type'],
|
|
@@ -1605,6 +1431,16 @@ var metadata = {
|
|
|
1605
1431
|
team: 'Design System Team',
|
|
1606
1432
|
status: 'published'
|
|
1607
1433
|
},
|
|
1434
|
+
'focus-area': {
|
|
1435
|
+
keywords: ['focus-area', 'focusarea', 'icon', 'core', 'focus', 'focus area', 'capture'],
|
|
1436
|
+
componentName: 'FocusAreaIcon',
|
|
1437
|
+
package: '@atlaskit/icon/core/focus-area',
|
|
1438
|
+
type: 'core',
|
|
1439
|
+
categorization: 'single-purpose',
|
|
1440
|
+
usage: 'Reserved for representing Focus Areas.',
|
|
1441
|
+
team: 'Design System Team',
|
|
1442
|
+
status: 'published'
|
|
1443
|
+
},
|
|
1608
1444
|
'folder-closed': {
|
|
1609
1445
|
keywords: ['folder-closed', 'folderclosed', 'icon', 'core', 'directory'],
|
|
1610
1446
|
componentName: 'FolderClosedIcon',
|
|
@@ -1847,15 +1683,20 @@ var metadata = {
|
|
|
1847
1683
|
status: 'published'
|
|
1848
1684
|
},
|
|
1849
1685
|
information: {
|
|
1850
|
-
keywords: ['information', 'icon', 'core', 'info', 'filled', '
|
|
1686
|
+
keywords: ['information', 'icon', 'core', 'info', 'filled', 'status', 'information'],
|
|
1851
1687
|
componentName: 'InformationIcon',
|
|
1852
1688
|
package: '@atlaskit/icon/core/information',
|
|
1853
1689
|
oldName: ['editor/info', 'editor/panel', 'info'],
|
|
1854
1690
|
type: 'core',
|
|
1691
|
+
replacement: {
|
|
1692
|
+
name: 'status-information',
|
|
1693
|
+
type: 'core',
|
|
1694
|
+
location: '@atlaskit/icon'
|
|
1695
|
+
},
|
|
1855
1696
|
categorization: 'single-purpose',
|
|
1856
|
-
usage:
|
|
1697
|
+
usage: "Reserved for information statuses and messaging. Filled status icons provide higher visual contrast to draw attention to important information. For information tooltips, use the unfilled 'information circle' icon.",
|
|
1857
1698
|
team: 'Design System Team',
|
|
1858
|
-
status: '
|
|
1699
|
+
status: 'deprecated'
|
|
1859
1700
|
},
|
|
1860
1701
|
'information-circle': {
|
|
1861
1702
|
keywords: ['information-circle', 'informationcircle', 'icon', 'core', 'information', 'circle', 'info'],
|
|
@@ -1868,38 +1709,6 @@ var metadata = {
|
|
|
1868
1709
|
status: 'published',
|
|
1869
1710
|
slackChannel: '#icon-contributions'
|
|
1870
1711
|
},
|
|
1871
|
-
issue: {
|
|
1872
|
-
keywords: ['issue', 'tick', 'check', 'confirm', 'task', 'icon', 'core', 'single issue', 'check mark', 'tick', 'work item'],
|
|
1873
|
-
componentName: 'IssueIcon',
|
|
1874
|
-
package: '@atlaskit/icon/core/issue',
|
|
1875
|
-
oldName: ['issue'],
|
|
1876
|
-
type: 'core',
|
|
1877
|
-
replacement: {
|
|
1878
|
-
name: 'work-item',
|
|
1879
|
-
type: 'core',
|
|
1880
|
-
location: '@atlaskit/icon'
|
|
1881
|
-
},
|
|
1882
|
-
categorization: 'single-purpose',
|
|
1883
|
-
usage: 'Reserved for representing work items.',
|
|
1884
|
-
team: 'Design System Team',
|
|
1885
|
-
status: 'deprecated'
|
|
1886
|
-
},
|
|
1887
|
-
issues: {
|
|
1888
|
-
keywords: ['issues', 'tick', 'check', 'confirm', 'task', 'icon', 'core', 'multiple issues', 'check mark', 'tick', 'work items', 'work type'],
|
|
1889
|
-
componentName: 'IssuesIcon',
|
|
1890
|
-
package: '@atlaskit/icon/core/issues',
|
|
1891
|
-
oldName: ['issues'],
|
|
1892
|
-
type: 'core',
|
|
1893
|
-
replacement: {
|
|
1894
|
-
name: 'work-items',
|
|
1895
|
-
type: 'core',
|
|
1896
|
-
location: '@atlaskit/icon'
|
|
1897
|
-
},
|
|
1898
|
-
categorization: 'single-purpose',
|
|
1899
|
-
usage: 'Reserved for representing multiple work items.',
|
|
1900
|
-
team: 'Design System Team',
|
|
1901
|
-
status: 'deprecated'
|
|
1902
|
-
},
|
|
1903
1712
|
'key-result': {
|
|
1904
1713
|
keywords: ['key-result', 'keyresult', 'icon', 'core', 'target', 'bullseye', 'key result', 'arrow', 'bow', 'archery', 'OKR'],
|
|
1905
1714
|
componentName: 'KeyResultIcon',
|
|
@@ -2405,6 +2214,7 @@ var metadata = {
|
|
|
2405
2214
|
keywords: ['panel-right', 'panelright', 'icon', 'core', 'detail view', 'right rail', 'drawer', 'preview panel', 'sidebar'],
|
|
2406
2215
|
componentName: 'PanelRightIcon',
|
|
2407
2216
|
package: '@atlaskit/icon/core/panel-right',
|
|
2217
|
+
oldName: ['detail-view', 'room-menu'],
|
|
2408
2218
|
type: 'core',
|
|
2409
2219
|
categorization: 'single-purpose',
|
|
2410
2220
|
usage: 'Reserved for opening a preview panel to the right of the viewport edge. Use only for left-to-right languages.',
|
|
@@ -3050,37 +2860,6 @@ var metadata = {
|
|
|
3050
2860
|
team: 'Design System Team',
|
|
3051
2861
|
status: 'published'
|
|
3052
2862
|
},
|
|
3053
|
-
'sidebar-left': {
|
|
3054
|
-
keywords: ['sidebar-left', 'sidebarleft', 'icon', 'core', 'sidebar', 'detail view', 'left rail', 'drawer'],
|
|
3055
|
-
componentName: 'SidebarLeftIcon',
|
|
3056
|
-
package: '@atlaskit/icon/core/sidebar-left',
|
|
3057
|
-
type: 'core',
|
|
3058
|
-
replacement: {
|
|
3059
|
-
name: 'panel-left',
|
|
3060
|
-
type: 'core',
|
|
3061
|
-
location: '@atlaskit/icon'
|
|
3062
|
-
},
|
|
3063
|
-
categorization: 'single-purpose',
|
|
3064
|
-
usage: 'Reserved for opening a drawer or sidebar to the left of the viewport edge.',
|
|
3065
|
-
team: 'Design System Team',
|
|
3066
|
-
status: 'deprecated'
|
|
3067
|
-
},
|
|
3068
|
-
'sidebar-right': {
|
|
3069
|
-
keywords: ['sidebar-right', 'sidebarright', 'icon', 'core', 'sidebar', 'detail view', 'right rail', 'drawer'],
|
|
3070
|
-
componentName: 'SidebarRightIcon',
|
|
3071
|
-
package: '@atlaskit/icon/core/sidebar-right',
|
|
3072
|
-
oldName: ['detail-view', 'room-menu'],
|
|
3073
|
-
type: 'core',
|
|
3074
|
-
replacement: {
|
|
3075
|
-
name: 'panel-right',
|
|
3076
|
-
type: 'core',
|
|
3077
|
-
location: '@atlaskit/icon'
|
|
3078
|
-
},
|
|
3079
|
-
categorization: 'single-purpose',
|
|
3080
|
-
usage: 'Reserved for opening a drawer or sidebar to the right of the viewport edge.',
|
|
3081
|
-
team: 'Design System Team',
|
|
3082
|
-
status: 'deprecated'
|
|
3083
|
-
},
|
|
3084
2863
|
'smart-link': {
|
|
3085
2864
|
keywords: ['smart-link', 'smartlink', 'icon', 'core', 'smart link'],
|
|
3086
2865
|
componentName: 'SmartLinkIcon',
|
|
@@ -3206,13 +2985,63 @@ var metadata = {
|
|
|
3206
2985
|
team: 'Design System Team',
|
|
3207
2986
|
status: 'published'
|
|
3208
2987
|
},
|
|
2988
|
+
'status-discovery': {
|
|
2989
|
+
keywords: ['status-discovery', 'statusdiscovery', 'icon', 'core', 'discovery', 'note', 'filled', 'onboarding', 'status'],
|
|
2990
|
+
componentName: 'StatusDiscoveryIcon',
|
|
2991
|
+
package: '@atlaskit/icon/core/status-discovery',
|
|
2992
|
+
type: 'core',
|
|
2993
|
+
categorization: 'single-purpose',
|
|
2994
|
+
usage: 'Reserved for discovery statuses and messaging. Filled status icons provide higher visual contrast to draw attention to important information.',
|
|
2995
|
+
team: 'Design System Team',
|
|
2996
|
+
status: 'published'
|
|
2997
|
+
},
|
|
2998
|
+
'status-error': {
|
|
2999
|
+
keywords: ['status-error', 'statuserror', 'icon', 'core', 'filled', 'status', 'danger', 'exclamation', '!', 'error'],
|
|
3000
|
+
componentName: 'StatusErrorIcon',
|
|
3001
|
+
package: '@atlaskit/icon/core/status-error',
|
|
3002
|
+
type: 'core',
|
|
3003
|
+
categorization: 'single-purpose',
|
|
3004
|
+
usage: 'Reserved for error statuses and messaging. Filled status icons provide higher visual contrast to draw attention to important information.',
|
|
3005
|
+
team: 'Design System Team',
|
|
3006
|
+
status: 'published'
|
|
3007
|
+
},
|
|
3008
|
+
'status-information': {
|
|
3009
|
+
keywords: ['status-information', 'statusinformation', 'icon', 'core', 'info', 'filled', 'status', 'information'],
|
|
3010
|
+
componentName: 'StatusInformationIcon',
|
|
3011
|
+
package: '@atlaskit/icon/core/status-information',
|
|
3012
|
+
type: 'core',
|
|
3013
|
+
categorization: 'single-purpose',
|
|
3014
|
+
usage: "Reserved for information statuses and messaging. Filled status icons provide higher visual contrast to draw attention to important information. For information tooltips, use the unfilled 'information circle' icon.",
|
|
3015
|
+
team: 'Design System Team',
|
|
3016
|
+
status: 'published'
|
|
3017
|
+
},
|
|
3018
|
+
'status-success': {
|
|
3019
|
+
keywords: ['status-success', 'statussuccess', 'icon', 'core', 'tick', 'completed', 'success', 'filled', 'check mark', 'status'],
|
|
3020
|
+
componentName: 'StatusSuccessIcon',
|
|
3021
|
+
package: '@atlaskit/icon/core/status-success',
|
|
3022
|
+
type: 'core',
|
|
3023
|
+
categorization: 'single-purpose',
|
|
3024
|
+
usage: 'Reserved for success statuses and messaging. Filled status icons provide higher visual contrast to draw attention to important information.',
|
|
3025
|
+
team: 'Design System Team',
|
|
3026
|
+
status: 'published'
|
|
3027
|
+
},
|
|
3209
3028
|
'status-verified': {
|
|
3210
3029
|
keywords: ['status-verified', 'statusverified', 'icon', 'core', 'verified badge', 'status'],
|
|
3211
3030
|
componentName: 'StatusVerifiedIcon',
|
|
3212
3031
|
package: '@atlaskit/icon/core/status-verified',
|
|
3213
3032
|
type: 'core',
|
|
3214
3033
|
categorization: 'single-purpose',
|
|
3215
|
-
usage: 'Reserved for representing verified content.',
|
|
3034
|
+
usage: 'Reserved for representing verified content. Filled status icons provide higher visual contrast draw attention to important information.',
|
|
3035
|
+
team: 'Design System Team',
|
|
3036
|
+
status: 'published'
|
|
3037
|
+
},
|
|
3038
|
+
'status-warning': {
|
|
3039
|
+
keywords: ['status-warning', 'statuswarning', 'icon', 'core', 'alert', 'filled', 'exclamation', '!', 'warning', 'status'],
|
|
3040
|
+
componentName: 'StatusWarningIcon',
|
|
3041
|
+
package: '@atlaskit/icon/core/status-warning',
|
|
3042
|
+
type: 'core',
|
|
3043
|
+
categorization: 'single-purpose',
|
|
3044
|
+
usage: 'Reserved for warning statuses. Filled status icons provide higher visual contrast to draw attention to important information.',
|
|
3216
3045
|
team: 'Design System Team',
|
|
3217
3046
|
status: 'published'
|
|
3218
3047
|
},
|
|
@@ -3290,31 +3119,20 @@ var metadata = {
|
|
|
3290
3119
|
status: 'published'
|
|
3291
3120
|
},
|
|
3292
3121
|
success: {
|
|
3293
|
-
keywords: ['success', 'icon', 'core', 'tick', 'completed', 'success', 'filled'],
|
|
3122
|
+
keywords: ['success', 'icon', 'core', 'tick', 'completed', 'success', 'filled', 'check mark', 'status'],
|
|
3294
3123
|
componentName: 'SuccessIcon',
|
|
3295
3124
|
package: '@atlaskit/icon/core/success',
|
|
3296
3125
|
oldName: ['check-circle', 'editor/success'],
|
|
3297
3126
|
type: 'core',
|
|
3298
|
-
categorization: 'single-purpose',
|
|
3299
|
-
usage: 'Single-purpose - Reserved for success section messages and form validation messages.',
|
|
3300
|
-
team: 'Design System Team',
|
|
3301
|
-
status: 'published'
|
|
3302
|
-
},
|
|
3303
|
-
summarize: {
|
|
3304
|
-
keywords: ['summarize', 'icon', 'core', 'summarize', 'summarise', 'summary', 'automation', 'AI'],
|
|
3305
|
-
componentName: 'SummarizeIcon',
|
|
3306
|
-
package: '@atlaskit/icon/core/summarize',
|
|
3307
|
-
type: 'core',
|
|
3308
3127
|
replacement: {
|
|
3309
|
-
name: '
|
|
3128
|
+
name: 'status-success',
|
|
3310
3129
|
type: 'core',
|
|
3311
3130
|
location: '@atlaskit/icon'
|
|
3312
3131
|
},
|
|
3313
3132
|
categorization: 'single-purpose',
|
|
3314
|
-
usage: 'Reserved for
|
|
3315
|
-
team: '
|
|
3316
|
-
status: 'deprecated'
|
|
3317
|
-
slackChannel: '#feedback-loom-vizrefresh'
|
|
3133
|
+
usage: 'Reserved for success statuses and messaging. Filled status icons provide higher visual contrast to draw attention to important information.',
|
|
3134
|
+
team: 'Design System Team',
|
|
3135
|
+
status: 'deprecated'
|
|
3318
3136
|
},
|
|
3319
3137
|
support: {
|
|
3320
3138
|
keywords: ['support', 'icon', 'core', 'support', 'help', 'life raft', 'life ring', 'lifebuoy', 'life preserver'],
|
|
@@ -3980,15 +3798,20 @@ var metadata = {
|
|
|
3980
3798
|
status: 'published'
|
|
3981
3799
|
},
|
|
3982
3800
|
warning: {
|
|
3983
|
-
keywords: ['warning', 'error', 'alert', 'icon', 'core', 'alert', '
|
|
3801
|
+
keywords: ['warning', 'error', 'alert', 'icon', 'core', 'alert', 'filled', 'exclamation', '!', 'warning', 'status'],
|
|
3984
3802
|
componentName: 'WarningIcon',
|
|
3985
3803
|
package: '@atlaskit/icon/core/warning',
|
|
3986
3804
|
oldName: ['editor/warning', 'warning'],
|
|
3987
3805
|
type: 'core',
|
|
3806
|
+
replacement: {
|
|
3807
|
+
name: 'status-warning',
|
|
3808
|
+
type: 'core',
|
|
3809
|
+
location: '@atlaskit/icon'
|
|
3810
|
+
},
|
|
3988
3811
|
categorization: 'single-purpose',
|
|
3989
|
-
usage: '
|
|
3812
|
+
usage: 'Reserved for warning statuses. Filled status icons provide higher visual contrast to draw attention to important information.',
|
|
3990
3813
|
team: 'Design System Team',
|
|
3991
|
-
status: '
|
|
3814
|
+
status: 'deprecated'
|
|
3992
3815
|
},
|
|
3993
3816
|
whiteboard: {
|
|
3994
3817
|
keywords: ['whiteboard', 'icon', 'core', 'shapes', 'canvas'],
|
|
@@ -4004,6 +3827,7 @@ var metadata = {
|
|
|
4004
3827
|
keywords: ['work-item', 'workitem', 'icon', 'core', 'check mark', 'tick', 'work item', 'work type'],
|
|
4005
3828
|
componentName: 'WorkItemIcon',
|
|
4006
3829
|
package: '@atlaskit/icon/core/work-item',
|
|
3830
|
+
oldName: ['issue'],
|
|
4007
3831
|
type: 'core',
|
|
4008
3832
|
categorization: 'single-purpose',
|
|
4009
3833
|
usage: 'Reserved for work items.',
|
|
@@ -4014,6 +3838,7 @@ var metadata = {
|
|
|
4014
3838
|
keywords: ['work-items', 'workitems', 'icon', 'core', 'check mark', 'tick', 'work items', 'work type'],
|
|
4015
3839
|
componentName: 'WorkItemsIcon',
|
|
4016
3840
|
package: '@atlaskit/icon/core/work-items',
|
|
3841
|
+
oldName: ['issues'],
|
|
4017
3842
|
type: 'core',
|
|
4018
3843
|
categorization: 'single-purpose',
|
|
4019
3844
|
usage: 'Reserved for representing multiple work items.',
|