@atlaskit/icon 27.0.0 → 27.2.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 +99 -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/cross.d.ts +13 -0
- package/core/cross.js +28 -0
- 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/focus-area.d.ts +13 -0
- package/core/focus-area.js +28 -0
- 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/capture--jira-capture.js +3 -3
- package/core/migration/close--cross.js +3 -3
- package/core/migration/close--editor-close.js +3 -3
- package/core/migration/cross--editor-close.d.ts +15 -0
- package/core/migration/cross--editor-close.js +31 -0
- package/core/migration/cross.d.ts +15 -0
- package/core/migration/cross.js +31 -0
- 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/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/paint-palette.js +2 -2
- package/core/pen.js +2 -2
- package/core/status-discovery.d.ts +13 -0
- package/core/status-discovery.js +29 -0
- package/core/status-error.d.ts +13 -0
- package/core/status-error.js +29 -0
- package/core/status-information.d.ts +13 -0
- package/core/status-information.js +30 -0
- package/core/status-success.d.ts +13 -0
- package/core/status-success.js +28 -0
- package/core/status-verified.js +3 -2
- package/core/status-warning.d.ts +13 -0
- package/core/status-warning.js +29 -0
- 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-utility.js +133 -4
- package/dist/cjs/metadata-core.js +132 -26
- package/dist/cjs/metadata-utility.js +171 -31
- package/dist/cjs/migration-map.js +11 -2
- package/dist/es2019/deprecated-utility.js +133 -4
- package/dist/es2019/metadata-core.js +132 -26
- package/dist/es2019/metadata-utility.js +171 -31
- package/dist/es2019/migration-map.js +11 -2
- package/dist/esm/deprecated-utility.js +133 -4
- package/dist/esm/metadata-core.js +132 -26
- package/dist/esm/metadata-utility.js +171 -31
- package/dist/esm/migration-map.js +11 -2
- 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-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/cross.js +2 -2
- package/glyph/editor/close.js +2 -2
- package/package.json +5 -5
- 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/migration/cross.d.ts +15 -0
- package/utility/migration/cross.js +31 -0
- 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
|
@@ -9,16 +9,145 @@ exports.default = void 0;
|
|
|
9
9
|
*
|
|
10
10
|
* To change the format of this file, modify `createDeprecatedIconDocs` in icon-build-process/src/create-deprecated-icon-docs.tsx.
|
|
11
11
|
*
|
|
12
|
-
* @codegen <<SignedSource::
|
|
12
|
+
* @codegen <<SignedSource::ec9654a23699788f0dfeb0bccea011b6>>
|
|
13
13
|
* @codegenCommand yarn build:icon-glyphs
|
|
14
14
|
*/
|
|
15
15
|
var deprecatedIcons = {
|
|
16
|
+
'@atlaskit/icon/utility/add': {
|
|
17
|
+
message: 'The icon "add" is deprecated in favour of "add" from “@atlaskit/icon/core”'
|
|
18
|
+
},
|
|
19
|
+
'@atlaskit/icon/utility/arrow-down': {
|
|
20
|
+
message: 'The icon "arrow-down" is deprecated in favour of "arrow-down" from “@atlaskit/icon/core”'
|
|
21
|
+
},
|
|
22
|
+
'@atlaskit/icon/utility/arrow-left': {
|
|
23
|
+
message: 'The icon "arrow-left" is deprecated in favour of "arrow-left" from “@atlaskit/icon/core”'
|
|
24
|
+
},
|
|
25
|
+
'@atlaskit/icon/utility/arrow-right': {
|
|
26
|
+
message: 'The icon "arrow-right" is deprecated in favour of "arrow-right" from “@atlaskit/icon/core”'
|
|
27
|
+
},
|
|
28
|
+
'@atlaskit/icon/utility/arrow-up': {
|
|
29
|
+
message: 'The icon "arrow-up" is deprecated in favour of "arrow-up" from “@atlaskit/icon/core”'
|
|
30
|
+
},
|
|
31
|
+
'@atlaskit/icon/utility/check-circle': {
|
|
32
|
+
message: 'The icon "check-circle" is deprecated in favour of "check-circle" from “@atlaskit/icon/core”'
|
|
33
|
+
},
|
|
34
|
+
'@atlaskit/icon/utility/check-mark': {
|
|
35
|
+
message: 'The icon "check-mark" is deprecated in favour of "check-mark" from “@atlaskit/icon/core”'
|
|
36
|
+
},
|
|
37
|
+
'@atlaskit/icon/utility/chevron-double-left': {
|
|
38
|
+
message: 'The icon "chevron-double-left" is deprecated in favour of "chevron-double-left" from “@atlaskit/icon/core”'
|
|
39
|
+
},
|
|
40
|
+
'@atlaskit/icon/utility/chevron-double-right': {
|
|
41
|
+
message: 'The icon "chevron-double-right" is deprecated in favour of "chevron-double-right" from “@atlaskit/icon/core”'
|
|
42
|
+
},
|
|
43
|
+
'@atlaskit/icon/utility/chevron-down': {
|
|
44
|
+
message: 'The icon "chevron-down" is deprecated in favour of "chevron-down" from “@atlaskit/icon/core”'
|
|
45
|
+
},
|
|
46
|
+
'@atlaskit/icon/utility/chevron-left': {
|
|
47
|
+
message: 'The icon "chevron-left" is deprecated in favour of "chevron-left" from “@atlaskit/icon/core”'
|
|
48
|
+
},
|
|
49
|
+
'@atlaskit/icon/utility/chevron-right': {
|
|
50
|
+
message: 'The icon "chevron-right" is deprecated in favour of "chevron-right" from “@atlaskit/icon/core”'
|
|
51
|
+
},
|
|
52
|
+
'@atlaskit/icon/utility/chevron-up': {
|
|
53
|
+
message: 'The icon "chevron-up" is deprecated in favour of "chevron-up" from “@atlaskit/icon/core”'
|
|
54
|
+
},
|
|
55
|
+
'@atlaskit/icon/utility/cross': {
|
|
56
|
+
message: 'The icon "cross" is deprecated in favour of "cross" from “@atlaskit/icon/core”'
|
|
57
|
+
},
|
|
58
|
+
'@atlaskit/icon/utility/cross-circle': {
|
|
59
|
+
message: 'The icon "cross-circle" is deprecated in favour of "cross-circle" from “@atlaskit/icon/core”'
|
|
60
|
+
},
|
|
16
61
|
'@atlaskit/icon/utility/drag-handle': {
|
|
17
|
-
message: 'The icon "drag-handle" is deprecated in favour of "drag-handle-vertical" from “@atlaskit/icon/
|
|
62
|
+
message: 'The icon "drag-handle" is deprecated in favour of "drag-handle-vertical" from “@atlaskit/icon/core”'
|
|
63
|
+
},
|
|
64
|
+
'@atlaskit/icon/utility/drag-handle-horizontal': {
|
|
65
|
+
message: 'The icon "drag-handle-horizontal" is deprecated in favour of "drag-handle-horizontal" from “@atlaskit/icon/core”'
|
|
66
|
+
},
|
|
67
|
+
'@atlaskit/icon/utility/drag-handle-vertical': {
|
|
68
|
+
message: 'The icon "drag-handle-vertical" is deprecated in favour of "drag-handle-vertical" from “@atlaskit/icon/core”'
|
|
69
|
+
},
|
|
70
|
+
'@atlaskit/icon/utility/error': {
|
|
71
|
+
message: 'The icon "error" is deprecated in favour of "status-error" from “@atlaskit/icon/core”'
|
|
72
|
+
},
|
|
73
|
+
'@atlaskit/icon/utility/information': {
|
|
74
|
+
message: 'The icon "information" is deprecated in favour of "status-information" from “@atlaskit/icon/core”'
|
|
75
|
+
},
|
|
76
|
+
'@atlaskit/icon/utility/link-external': {
|
|
77
|
+
message: 'The icon "link-external" is deprecated in favour of "link-external" from “@atlaskit/icon/core”'
|
|
78
|
+
},
|
|
79
|
+
'@atlaskit/icon/utility/lock-locked': {
|
|
80
|
+
message: 'The icon "lock-locked" is deprecated in favour of "lock-locked" from “@atlaskit/icon/core”'
|
|
81
|
+
},
|
|
82
|
+
'@atlaskit/icon/utility/lock-unlocked': {
|
|
83
|
+
message: 'The icon "lock-unlocked" is deprecated in favour of "lock-unlocked" from “@atlaskit/icon/core”'
|
|
18
84
|
},
|
|
19
|
-
'@atlaskit/icon/utility/
|
|
20
|
-
message: 'The icon "
|
|
85
|
+
'@atlaskit/icon/utility/show-more-horizontal': {
|
|
86
|
+
message: 'The icon "show-more-horizontal" is deprecated in favour of "show-more-horizontal" from “@atlaskit/icon/core”'
|
|
87
|
+
},
|
|
88
|
+
'@atlaskit/icon/utility/show-more-vertical': {
|
|
89
|
+
message: 'The icon "show-more-vertical" is deprecated in favour of "show-more-vertical" from “@atlaskit/icon/core”'
|
|
90
|
+
},
|
|
91
|
+
'@atlaskit/icon/utility/star-starred': {
|
|
92
|
+
message: 'The icon "star-starred" is deprecated in favour of "star-starred" from “@atlaskit/icon/core”'
|
|
93
|
+
},
|
|
94
|
+
'@atlaskit/icon/utility/star-unstarred': {
|
|
95
|
+
message: 'The icon "star-unstarred" is deprecated in favour of "star-unstarred" from “@atlaskit/icon/core”'
|
|
96
|
+
},
|
|
97
|
+
'@atlaskit/icon/utility/success': {
|
|
98
|
+
message: 'The icon "success" is deprecated in favour of "status-success" from “@atlaskit/icon/core”'
|
|
99
|
+
},
|
|
100
|
+
'@atlaskit/icon/utility/warning': {
|
|
101
|
+
message: 'The icon "warning" is deprecated in favour of "status-warning" from “@atlaskit/icon/core”'
|
|
102
|
+
},
|
|
103
|
+
'@atlaskit/icon/utility/migration/check-circle': {
|
|
104
|
+
message: 'The icon "check-circle" is deprecated, Please refer to the changelog for guidance on how to migrate. https://atlassian.design/components/icon/changelog',
|
|
21
105
|
unfixable: true
|
|
106
|
+
},
|
|
107
|
+
'@atlaskit/icon/utility/migration/check-mark--editor-done': {
|
|
108
|
+
message: 'The icon "check-mark--editor-done" is deprecated in favour of "check-mark--editor-done" from “@atlaskit/icon/core/migration”'
|
|
109
|
+
},
|
|
110
|
+
'@atlaskit/icon/utility/migration/chevron-down': {
|
|
111
|
+
message: 'The icon "chevron-down" is deprecated in favour of "chevron-down" from “@atlaskit/icon/core/migration”'
|
|
112
|
+
},
|
|
113
|
+
'@atlaskit/icon/utility/migration/chevron-down--chevron-down-circle': {
|
|
114
|
+
message: 'The icon "chevron-down--chevron-down-circle" is deprecated in favour of "chevron-down--chevron-down-circle" from “@atlaskit/icon/core/migration”'
|
|
115
|
+
},
|
|
116
|
+
'@atlaskit/icon/utility/migration/chevron-down--hipchat-chevron-down': {
|
|
117
|
+
message: 'The icon "chevron-down--hipchat-chevron-down" is deprecated in favour of "chevron-down--hipchat-chevron-down" from “@atlaskit/icon/core/migration”'
|
|
118
|
+
},
|
|
119
|
+
'@atlaskit/icon/utility/migration/chevron-left--chevron-left-circle': {
|
|
120
|
+
message: 'The icon "chevron-left--chevron-left-circle" is deprecated in favour of "chevron-left--chevron-left-circle" from “@atlaskit/icon/core/migration”'
|
|
121
|
+
},
|
|
122
|
+
'@atlaskit/icon/utility/migration/chevron-left': {
|
|
123
|
+
message: 'The icon "chevron-left" is deprecated in favour of "chevron-left" from “@atlaskit/icon/core/migration”'
|
|
124
|
+
},
|
|
125
|
+
'@atlaskit/icon/utility/migration/chevron-left--chevron-left-large': {
|
|
126
|
+
message: 'The icon "chevron-left--chevron-left-large" is deprecated in favour of "chevron-left--chevron-left-large" from “@atlaskit/icon/core/migration”'
|
|
127
|
+
},
|
|
128
|
+
'@atlaskit/icon/utility/migration/chevron-right--chevron-right-circle': {
|
|
129
|
+
message: 'The icon "chevron-right--chevron-right-circle" is deprecated in favour of "chevron-right--chevron-right-circle" from “@atlaskit/icon/core/migration”'
|
|
130
|
+
},
|
|
131
|
+
'@atlaskit/icon/utility/migration/chevron-right': {
|
|
132
|
+
message: 'The icon "chevron-right" is deprecated in favour of "chevron-right" from “@atlaskit/icon/core/migration”'
|
|
133
|
+
},
|
|
134
|
+
'@atlaskit/icon/utility/migration/chevron-right--chevron-right-large': {
|
|
135
|
+
message: 'The icon "chevron-right--chevron-right-large" is deprecated in favour of "chevron-right--chevron-right-large" from “@atlaskit/icon/core/migration”'
|
|
136
|
+
},
|
|
137
|
+
'@atlaskit/icon/utility/migration/chevron-up--chevron-up-circle': {
|
|
138
|
+
message: 'The icon "chevron-up--chevron-up-circle" is deprecated in favour of "chevron-up--chevron-up-circle" from “@atlaskit/icon/core/migration”'
|
|
139
|
+
},
|
|
140
|
+
'@atlaskit/icon/utility/migration/chevron-up--hipchat-chevron-up': {
|
|
141
|
+
message: 'The icon "chevron-up--hipchat-chevron-up" is deprecated in favour of "chevron-up--hipchat-chevron-up" from “@atlaskit/icon/core/migration”'
|
|
142
|
+
},
|
|
143
|
+
'@atlaskit/icon/utility/migration/chevron-up': {
|
|
144
|
+
message: 'The icon "chevron-up" is deprecated in favour of "chevron-up" from “@atlaskit/icon/core/migration”'
|
|
145
|
+
},
|
|
146
|
+
'@atlaskit/icon/utility/migration/cross--editor-close': {
|
|
147
|
+
message: 'The icon "cross--editor-close" is deprecated in favour of "cross--editor-close" from “@atlaskit/icon/core/migration”'
|
|
148
|
+
},
|
|
149
|
+
'@atlaskit/icon/core/migration/drag-handle--drag-handler': {
|
|
150
|
+
message: 'The icon "drag-handle--drag-handler" is deprecated in favour of "drag-handle-vertical--drag-handler" from “@atlaskit/icon/core/migration”'
|
|
22
151
|
}
|
|
23
152
|
};
|
|
24
153
|
var _default = exports.default = deprecatedIcons;
|
|
@@ -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::74da18cf3b9a90fa10ee83c7d6201ac6>>
|
|
13
13
|
* @codegenCommand yarn build:icon-glyphs
|
|
14
14
|
*/
|
|
15
15
|
|
|
@@ -486,15 +486,20 @@ var metadata = {
|
|
|
486
486
|
status: 'published'
|
|
487
487
|
},
|
|
488
488
|
capture: {
|
|
489
|
-
keywords: ['capture', 'icon', 'core'],
|
|
489
|
+
keywords: ['capture', 'icon', 'core', 'focus', 'focus area', 'capture'],
|
|
490
490
|
componentName: 'CaptureIcon',
|
|
491
491
|
package: '@atlaskit/icon/core/capture',
|
|
492
492
|
oldName: ['jira/capture'],
|
|
493
493
|
type: 'core',
|
|
494
|
-
|
|
495
|
-
|
|
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.',
|
|
496
501
|
team: 'Design System Team',
|
|
497
|
-
status: '
|
|
502
|
+
status: 'deprecated'
|
|
498
503
|
},
|
|
499
504
|
card: {
|
|
500
505
|
keywords: ['card', 'icon', 'core', 'card'],
|
|
@@ -514,7 +519,7 @@ var metadata = {
|
|
|
514
519
|
categorization: 'multi-purpose',
|
|
515
520
|
usage: "Known usages: 'Sales' work type.",
|
|
516
521
|
team: 'Design System Team',
|
|
517
|
-
status: '
|
|
522
|
+
status: 'published'
|
|
518
523
|
},
|
|
519
524
|
changes: {
|
|
520
525
|
keywords: ['changes', 'icon', 'core', 'jira status', 'horizontal arrows'],
|
|
@@ -741,15 +746,20 @@ var metadata = {
|
|
|
741
746
|
status: 'published'
|
|
742
747
|
},
|
|
743
748
|
close: {
|
|
744
|
-
keywords: ['close', 'icon', 'core', 'cross', 'x'],
|
|
749
|
+
keywords: ['close', 'icon', 'core', 'cross', 'x', 'close', 'remove'],
|
|
745
750
|
componentName: 'CloseIcon',
|
|
746
751
|
package: '@atlaskit/icon/core/close',
|
|
747
752
|
oldName: ['cross', 'editor/close'],
|
|
748
753
|
type: 'core',
|
|
749
|
-
|
|
750
|
-
|
|
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',
|
|
751
761
|
team: 'Design System Team',
|
|
752
|
-
status: '
|
|
762
|
+
status: 'deprecated'
|
|
753
763
|
},
|
|
754
764
|
'cloud-arrow-up': {
|
|
755
765
|
keywords: ['cloud-arrow-up', 'cloudarrowup', 'icon', 'core', 'deployments', 'up arrow'],
|
|
@@ -903,6 +913,17 @@ var metadata = {
|
|
|
903
913
|
team: 'Design System Team',
|
|
904
914
|
status: 'published'
|
|
905
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
|
+
oldName: ['cross', 'editor/close'],
|
|
921
|
+
type: 'core',
|
|
922
|
+
categorization: 'multi-purpose',
|
|
923
|
+
usage: 'Known uses: closing modals, panels, and transient views; removing tags',
|
|
924
|
+
team: 'Design System Team',
|
|
925
|
+
status: 'published'
|
|
926
|
+
},
|
|
906
927
|
'cross-circle': {
|
|
907
928
|
keywords: ['cross-circle', 'crosscircle', 'close', 'x', 'cancel', 'icon', 'core', 'x', 'exit', 'clear', 'no', 'filled'],
|
|
908
929
|
componentName: 'CrossCircleIcon',
|
|
@@ -1051,15 +1072,20 @@ var metadata = {
|
|
|
1051
1072
|
status: 'published'
|
|
1052
1073
|
},
|
|
1053
1074
|
discovery: {
|
|
1054
|
-
keywords: ['discovery', 'icon', 'core', 'discovery', 'note', 'filled'],
|
|
1075
|
+
keywords: ['discovery', 'icon', 'core', 'discovery', 'note', 'filled', 'onboarding', 'status'],
|
|
1055
1076
|
componentName: 'DiscoveryIcon',
|
|
1056
1077
|
package: '@atlaskit/icon/core/discovery',
|
|
1057
1078
|
oldName: ['editor/note'],
|
|
1058
1079
|
type: 'core',
|
|
1080
|
+
replacement: {
|
|
1081
|
+
name: 'status-discovery',
|
|
1082
|
+
type: 'core',
|
|
1083
|
+
location: '@atlaskit/icon'
|
|
1084
|
+
},
|
|
1059
1085
|
categorization: 'single-purpose',
|
|
1060
|
-
usage: '
|
|
1086
|
+
usage: 'Reserved for discovery statuses and messaging. Filled status icons provide higher visual contrast to draw attention to important information.',
|
|
1061
1087
|
team: 'Design System Team',
|
|
1062
|
-
status: '
|
|
1088
|
+
status: 'deprecated'
|
|
1063
1089
|
},
|
|
1064
1090
|
download: {
|
|
1065
1091
|
keywords: ['download', 'cloud', 'icon', 'core', 'down arrow', 'file download'],
|
|
@@ -1190,15 +1216,20 @@ var metadata = {
|
|
|
1190
1216
|
status: 'published'
|
|
1191
1217
|
},
|
|
1192
1218
|
error: {
|
|
1193
|
-
keywords: ['error', 'warning', 'alert', 'icon', 'core', 'filled', 'status', 'danger', 'exclamation', '!', '
|
|
1219
|
+
keywords: ['error', 'warning', 'alert', 'icon', 'core', 'filled', 'status', 'danger', 'exclamation', '!', 'error'],
|
|
1194
1220
|
componentName: 'ErrorIcon',
|
|
1195
1221
|
package: '@atlaskit/icon/core/error',
|
|
1196
1222
|
oldName: ['error'],
|
|
1197
1223
|
type: 'core',
|
|
1224
|
+
replacement: {
|
|
1225
|
+
name: 'status-error',
|
|
1226
|
+
type: 'core',
|
|
1227
|
+
location: '@atlaskit/icon'
|
|
1228
|
+
},
|
|
1198
1229
|
categorization: 'single-purpose',
|
|
1199
|
-
usage: '
|
|
1230
|
+
usage: 'Reserved for error statuses and messaging. Filled status icons provide higher visual contrast to draw attention to important information.',
|
|
1200
1231
|
team: 'Design System Team',
|
|
1201
|
-
status: '
|
|
1232
|
+
status: 'deprecated'
|
|
1202
1233
|
},
|
|
1203
1234
|
'exclamation-square': {
|
|
1204
1235
|
keywords: ['exclamation-square', 'exclamationsquare', 'icon', 'core', '!', 'exclaim', 'square', 'work type'],
|
|
@@ -1401,6 +1432,16 @@ var metadata = {
|
|
|
1401
1432
|
team: 'Design System Team',
|
|
1402
1433
|
status: 'published'
|
|
1403
1434
|
},
|
|
1435
|
+
'focus-area': {
|
|
1436
|
+
keywords: ['focus-area', 'focusarea', 'icon', 'core', 'focus', 'focus area', 'capture'],
|
|
1437
|
+
componentName: 'FocusAreaIcon',
|
|
1438
|
+
package: '@atlaskit/icon/core/focus-area',
|
|
1439
|
+
type: 'core',
|
|
1440
|
+
categorization: 'single-purpose',
|
|
1441
|
+
usage: 'Reserved for representing Focus Areas.',
|
|
1442
|
+
team: 'Design System Team',
|
|
1443
|
+
status: 'published'
|
|
1444
|
+
},
|
|
1404
1445
|
'folder-closed': {
|
|
1405
1446
|
keywords: ['folder-closed', 'folderclosed', 'icon', 'core', 'directory'],
|
|
1406
1447
|
componentName: 'FolderClosedIcon',
|
|
@@ -1643,15 +1684,20 @@ var metadata = {
|
|
|
1643
1684
|
status: 'published'
|
|
1644
1685
|
},
|
|
1645
1686
|
information: {
|
|
1646
|
-
keywords: ['information', 'icon', 'core', 'info', 'filled', '
|
|
1687
|
+
keywords: ['information', 'icon', 'core', 'info', 'filled', 'status', 'information'],
|
|
1647
1688
|
componentName: 'InformationIcon',
|
|
1648
1689
|
package: '@atlaskit/icon/core/information',
|
|
1649
1690
|
oldName: ['editor/info', 'editor/panel', 'info'],
|
|
1650
1691
|
type: 'core',
|
|
1692
|
+
replacement: {
|
|
1693
|
+
name: 'status-information',
|
|
1694
|
+
type: 'core',
|
|
1695
|
+
location: '@atlaskit/icon'
|
|
1696
|
+
},
|
|
1651
1697
|
categorization: 'single-purpose',
|
|
1652
|
-
usage:
|
|
1698
|
+
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.",
|
|
1653
1699
|
team: 'Design System Team',
|
|
1654
|
-
status: '
|
|
1700
|
+
status: 'deprecated'
|
|
1655
1701
|
},
|
|
1656
1702
|
'information-circle': {
|
|
1657
1703
|
keywords: ['information-circle', 'informationcircle', 'icon', 'core', 'information', 'circle', 'info'],
|
|
@@ -2940,13 +2986,63 @@ var metadata = {
|
|
|
2940
2986
|
team: 'Design System Team',
|
|
2941
2987
|
status: 'published'
|
|
2942
2988
|
},
|
|
2989
|
+
'status-discovery': {
|
|
2990
|
+
keywords: ['status-discovery', 'statusdiscovery', 'icon', 'core', 'discovery', 'note', 'filled', 'onboarding', 'status'],
|
|
2991
|
+
componentName: 'StatusDiscoveryIcon',
|
|
2992
|
+
package: '@atlaskit/icon/core/status-discovery',
|
|
2993
|
+
type: 'core',
|
|
2994
|
+
categorization: 'single-purpose',
|
|
2995
|
+
usage: 'Reserved for discovery statuses and messaging. Filled status icons provide higher visual contrast to draw attention to important information.',
|
|
2996
|
+
team: 'Design System Team',
|
|
2997
|
+
status: 'published'
|
|
2998
|
+
},
|
|
2999
|
+
'status-error': {
|
|
3000
|
+
keywords: ['status-error', 'statuserror', 'icon', 'core', 'filled', 'status', 'danger', 'exclamation', '!', 'error'],
|
|
3001
|
+
componentName: 'StatusErrorIcon',
|
|
3002
|
+
package: '@atlaskit/icon/core/status-error',
|
|
3003
|
+
type: 'core',
|
|
3004
|
+
categorization: 'single-purpose',
|
|
3005
|
+
usage: 'Reserved for error statuses and messaging. Filled status icons provide higher visual contrast to draw attention to important information.',
|
|
3006
|
+
team: 'Design System Team',
|
|
3007
|
+
status: 'published'
|
|
3008
|
+
},
|
|
3009
|
+
'status-information': {
|
|
3010
|
+
keywords: ['status-information', 'statusinformation', 'icon', 'core', 'info', 'filled', 'status', 'information'],
|
|
3011
|
+
componentName: 'StatusInformationIcon',
|
|
3012
|
+
package: '@atlaskit/icon/core/status-information',
|
|
3013
|
+
type: 'core',
|
|
3014
|
+
categorization: 'single-purpose',
|
|
3015
|
+
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.",
|
|
3016
|
+
team: 'Design System Team',
|
|
3017
|
+
status: 'published'
|
|
3018
|
+
},
|
|
3019
|
+
'status-success': {
|
|
3020
|
+
keywords: ['status-success', 'statussuccess', 'icon', 'core', 'tick', 'completed', 'success', 'filled', 'check mark', 'status'],
|
|
3021
|
+
componentName: 'StatusSuccessIcon',
|
|
3022
|
+
package: '@atlaskit/icon/core/status-success',
|
|
3023
|
+
type: 'core',
|
|
3024
|
+
categorization: 'single-purpose',
|
|
3025
|
+
usage: 'Reserved for success statuses and messaging. Filled status icons provide higher visual contrast to draw attention to important information.',
|
|
3026
|
+
team: 'Design System Team',
|
|
3027
|
+
status: 'published'
|
|
3028
|
+
},
|
|
2943
3029
|
'status-verified': {
|
|
2944
3030
|
keywords: ['status-verified', 'statusverified', 'icon', 'core', 'verified badge', 'status'],
|
|
2945
3031
|
componentName: 'StatusVerifiedIcon',
|
|
2946
3032
|
package: '@atlaskit/icon/core/status-verified',
|
|
2947
3033
|
type: 'core',
|
|
2948
3034
|
categorization: 'single-purpose',
|
|
2949
|
-
usage: 'Reserved for representing verified content.',
|
|
3035
|
+
usage: 'Reserved for representing verified content. Filled status icons provide higher visual contrast draw attention to important information.',
|
|
3036
|
+
team: 'Design System Team',
|
|
3037
|
+
status: 'published'
|
|
3038
|
+
},
|
|
3039
|
+
'status-warning': {
|
|
3040
|
+
keywords: ['status-warning', 'statuswarning', 'icon', 'core', 'alert', 'filled', 'exclamation', '!', 'warning', 'status'],
|
|
3041
|
+
componentName: 'StatusWarningIcon',
|
|
3042
|
+
package: '@atlaskit/icon/core/status-warning',
|
|
3043
|
+
type: 'core',
|
|
3044
|
+
categorization: 'single-purpose',
|
|
3045
|
+
usage: 'Reserved for warning statuses. Filled status icons provide higher visual contrast to draw attention to important information.',
|
|
2950
3046
|
team: 'Design System Team',
|
|
2951
3047
|
status: 'published'
|
|
2952
3048
|
},
|
|
@@ -3024,15 +3120,20 @@ var metadata = {
|
|
|
3024
3120
|
status: 'published'
|
|
3025
3121
|
},
|
|
3026
3122
|
success: {
|
|
3027
|
-
keywords: ['success', 'icon', 'core', 'tick', 'completed', 'success', 'filled'],
|
|
3123
|
+
keywords: ['success', 'icon', 'core', 'tick', 'completed', 'success', 'filled', 'check mark', 'status'],
|
|
3028
3124
|
componentName: 'SuccessIcon',
|
|
3029
3125
|
package: '@atlaskit/icon/core/success',
|
|
3030
3126
|
oldName: ['check-circle', 'editor/success'],
|
|
3031
3127
|
type: 'core',
|
|
3128
|
+
replacement: {
|
|
3129
|
+
name: 'status-success',
|
|
3130
|
+
type: 'core',
|
|
3131
|
+
location: '@atlaskit/icon'
|
|
3132
|
+
},
|
|
3032
3133
|
categorization: 'single-purpose',
|
|
3033
|
-
usage: '
|
|
3134
|
+
usage: 'Reserved for success statuses and messaging. Filled status icons provide higher visual contrast to draw attention to important information.',
|
|
3034
3135
|
team: 'Design System Team',
|
|
3035
|
-
status: '
|
|
3136
|
+
status: 'deprecated'
|
|
3036
3137
|
},
|
|
3037
3138
|
support: {
|
|
3038
3139
|
keywords: ['support', 'icon', 'core', 'support', 'help', 'life raft', 'life ring', 'lifebuoy', 'life preserver'],
|
|
@@ -3698,15 +3799,20 @@ var metadata = {
|
|
|
3698
3799
|
status: 'published'
|
|
3699
3800
|
},
|
|
3700
3801
|
warning: {
|
|
3701
|
-
keywords: ['warning', 'error', 'alert', 'icon', 'core', 'alert', '
|
|
3802
|
+
keywords: ['warning', 'error', 'alert', 'icon', 'core', 'alert', 'filled', 'exclamation', '!', 'warning', 'status'],
|
|
3702
3803
|
componentName: 'WarningIcon',
|
|
3703
3804
|
package: '@atlaskit/icon/core/warning',
|
|
3704
3805
|
oldName: ['editor/warning', 'warning'],
|
|
3705
3806
|
type: 'core',
|
|
3807
|
+
replacement: {
|
|
3808
|
+
name: 'status-warning',
|
|
3809
|
+
type: 'core',
|
|
3810
|
+
location: '@atlaskit/icon'
|
|
3811
|
+
},
|
|
3706
3812
|
categorization: 'single-purpose',
|
|
3707
|
-
usage: '
|
|
3813
|
+
usage: 'Reserved for warning statuses. Filled status icons provide higher visual contrast to draw attention to important information.',
|
|
3708
3814
|
team: 'Design System Team',
|
|
3709
|
-
status: '
|
|
3815
|
+
status: 'deprecated'
|
|
3710
3816
|
},
|
|
3711
3817
|
whiteboard: {
|
|
3712
3818
|
keywords: ['whiteboard', 'icon', 'core', 'shapes', 'canvas'],
|