@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
|
@@ -3,16 +3,146 @@
|
|
|
3
3
|
*
|
|
4
4
|
* To change the format of this file, modify `createDeprecatedIconDocs` in icon-build-process/src/create-deprecated-icon-docs.tsx.
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::fb70e6767d35094fbe4b28e206f22313>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
const deprecatedIcons = {
|
|
10
|
+
'@atlaskit/icon/utility/add': {
|
|
11
|
+
message: 'The icon "add" is deprecated in favour of "add" from “@atlaskit/icon/core”'
|
|
12
|
+
},
|
|
13
|
+
'@atlaskit/icon/utility/arrow-down': {
|
|
14
|
+
message: 'The icon "arrow-down" is deprecated in favour of "arrow-down" from “@atlaskit/icon/core”'
|
|
15
|
+
},
|
|
16
|
+
'@atlaskit/icon/utility/arrow-left': {
|
|
17
|
+
message: 'The icon "arrow-left" is deprecated in favour of "arrow-left" from “@atlaskit/icon/core”'
|
|
18
|
+
},
|
|
19
|
+
'@atlaskit/icon/utility/arrow-right': {
|
|
20
|
+
message: 'The icon "arrow-right" is deprecated in favour of "arrow-right" from “@atlaskit/icon/core”'
|
|
21
|
+
},
|
|
22
|
+
'@atlaskit/icon/utility/arrow-up': {
|
|
23
|
+
message: 'The icon "arrow-up" is deprecated in favour of "arrow-up" from “@atlaskit/icon/core”'
|
|
24
|
+
},
|
|
25
|
+
'@atlaskit/icon/utility/check-circle': {
|
|
26
|
+
message: 'The icon "check-circle" is deprecated in favour of "check-circle" from “@atlaskit/icon/core”'
|
|
27
|
+
},
|
|
28
|
+
'@atlaskit/icon/utility/check-mark': {
|
|
29
|
+
message: 'The icon "check-mark" is deprecated in favour of "check-mark" from “@atlaskit/icon/core”'
|
|
30
|
+
},
|
|
31
|
+
'@atlaskit/icon/utility/chevron-double-left': {
|
|
32
|
+
message: 'The icon "chevron-double-left" is deprecated in favour of "chevron-double-left" from “@atlaskit/icon/core”'
|
|
33
|
+
},
|
|
34
|
+
'@atlaskit/icon/utility/chevron-double-right': {
|
|
35
|
+
message: 'The icon "chevron-double-right" is deprecated in favour of "chevron-double-right" from “@atlaskit/icon/core”'
|
|
36
|
+
},
|
|
37
|
+
'@atlaskit/icon/utility/chevron-down': {
|
|
38
|
+
message: 'The icon "chevron-down" is deprecated in favour of "chevron-down" from “@atlaskit/icon/core”'
|
|
39
|
+
},
|
|
40
|
+
'@atlaskit/icon/utility/chevron-left': {
|
|
41
|
+
message: 'The icon "chevron-left" is deprecated in favour of "chevron-left" from “@atlaskit/icon/core”'
|
|
42
|
+
},
|
|
43
|
+
'@atlaskit/icon/utility/chevron-right': {
|
|
44
|
+
message: 'The icon "chevron-right" is deprecated in favour of "chevron-right" from “@atlaskit/icon/core”'
|
|
45
|
+
},
|
|
46
|
+
'@atlaskit/icon/utility/chevron-up': {
|
|
47
|
+
message: 'The icon "chevron-up" is deprecated in favour of "chevron-up" from “@atlaskit/icon/core”'
|
|
48
|
+
},
|
|
49
|
+
'@atlaskit/icon/utility/cross': {
|
|
50
|
+
message: 'The icon "cross" is deprecated in favour of "cross" from “@atlaskit/icon/core”'
|
|
51
|
+
},
|
|
52
|
+
'@atlaskit/icon/utility/cross-circle': {
|
|
53
|
+
message: 'The icon "cross-circle" is deprecated in favour of "cross-circle" from “@atlaskit/icon/core”'
|
|
54
|
+
},
|
|
10
55
|
'@atlaskit/icon/utility/drag-handle': {
|
|
11
|
-
message: 'The icon "drag-handle" is deprecated in favour of "drag-handle-vertical" from “@atlaskit/icon/
|
|
56
|
+
message: 'The icon "drag-handle" is deprecated in favour of "drag-handle-vertical" from “@atlaskit/icon/core”'
|
|
57
|
+
},
|
|
58
|
+
'@atlaskit/icon/utility/drag-handle-horizontal': {
|
|
59
|
+
message: 'The icon "drag-handle-horizontal" is deprecated in favour of "drag-handle-horizontal" from “@atlaskit/icon/core”'
|
|
60
|
+
},
|
|
61
|
+
'@atlaskit/icon/utility/drag-handle-vertical': {
|
|
62
|
+
message: 'The icon "drag-handle-vertical" is deprecated in favour of "drag-handle-vertical" from “@atlaskit/icon/core”'
|
|
63
|
+
},
|
|
64
|
+
'@atlaskit/icon/utility/error': {
|
|
65
|
+
message: 'The icon "error" is deprecated in favour of "status-error" from “@atlaskit/icon/core”'
|
|
66
|
+
},
|
|
67
|
+
'@atlaskit/icon/utility/information': {
|
|
68
|
+
message: 'The icon "information" is deprecated in favour of "status-information" from “@atlaskit/icon/core”'
|
|
69
|
+
},
|
|
70
|
+
'@atlaskit/icon/utility/link-external': {
|
|
71
|
+
message: 'The icon "link-external" is deprecated in favour of "link-external" from “@atlaskit/icon/core”'
|
|
72
|
+
},
|
|
73
|
+
'@atlaskit/icon/utility/lock-locked': {
|
|
74
|
+
message: 'The icon "lock-locked" is deprecated in favour of "lock-locked" from “@atlaskit/icon/core”'
|
|
75
|
+
},
|
|
76
|
+
'@atlaskit/icon/utility/lock-unlocked': {
|
|
77
|
+
message: 'The icon "lock-unlocked" is deprecated in favour of "lock-unlocked" from “@atlaskit/icon/core”'
|
|
12
78
|
},
|
|
13
|
-
'@atlaskit/icon/utility/
|
|
14
|
-
message: 'The icon "
|
|
79
|
+
'@atlaskit/icon/utility/show-more-horizontal': {
|
|
80
|
+
message: 'The icon "show-more-horizontal" is deprecated in favour of "show-more-horizontal" from “@atlaskit/icon/core”'
|
|
81
|
+
},
|
|
82
|
+
'@atlaskit/icon/utility/show-more-vertical': {
|
|
83
|
+
message: 'The icon "show-more-vertical" is deprecated in favour of "show-more-vertical" from “@atlaskit/icon/core”'
|
|
84
|
+
},
|
|
85
|
+
'@atlaskit/icon/utility/star-starred': {
|
|
86
|
+
message: 'The icon "star-starred" is deprecated in favour of "star-starred" from “@atlaskit/icon/core”'
|
|
87
|
+
},
|
|
88
|
+
'@atlaskit/icon/utility/star-unstarred': {
|
|
89
|
+
message: 'The icon "star-unstarred" is deprecated in favour of "star-unstarred" from “@atlaskit/icon/core”'
|
|
90
|
+
},
|
|
91
|
+
'@atlaskit/icon/utility/success': {
|
|
92
|
+
message: 'The icon "success" is deprecated in favour of "status-success" from “@atlaskit/icon/core”'
|
|
93
|
+
},
|
|
94
|
+
'@atlaskit/icon/utility/warning': {
|
|
95
|
+
message: 'The icon "warning" is deprecated in favour of "status-warning" from “@atlaskit/icon/core”'
|
|
96
|
+
},
|
|
97
|
+
'@atlaskit/icon/utility/migration/check-circle': {
|
|
98
|
+
message: 'The icon "check-circle" is deprecated, Please refer to the changelog for guidance on how to migrate. https://atlassian.design/components/icon/changelog',
|
|
99
|
+
unfixable: true
|
|
100
|
+
},
|
|
101
|
+
'@atlaskit/icon/utility/migration/check-mark--editor-done': {
|
|
102
|
+
message: 'The icon "check-mark--editor-done" is deprecated in favour of "check-mark--editor-done" from “@atlaskit/icon/core/migration”'
|
|
103
|
+
},
|
|
104
|
+
'@atlaskit/icon/utility/migration/chevron-down': {
|
|
105
|
+
message: 'The icon "chevron-down" is deprecated in favour of "chevron-down" from “@atlaskit/icon/core/migration”'
|
|
106
|
+
},
|
|
107
|
+
'@atlaskit/icon/utility/migration/chevron-down--chevron-down-circle': {
|
|
108
|
+
message: 'The icon "chevron-down--chevron-down-circle" is deprecated in favour of "chevron-down--chevron-down-circle" from “@atlaskit/icon/core/migration”'
|
|
109
|
+
},
|
|
110
|
+
'@atlaskit/icon/utility/migration/chevron-down--hipchat-chevron-down': {
|
|
111
|
+
message: 'The icon "chevron-down--hipchat-chevron-down" is deprecated in favour of "chevron-down--hipchat-chevron-down" from “@atlaskit/icon/core/migration”'
|
|
112
|
+
},
|
|
113
|
+
'@atlaskit/icon/utility/migration/chevron-left--chevron-left-circle': {
|
|
114
|
+
message: 'The icon "chevron-left--chevron-left-circle" is deprecated in favour of "chevron-left--chevron-left-circle" from “@atlaskit/icon/core/migration”'
|
|
115
|
+
},
|
|
116
|
+
'@atlaskit/icon/utility/migration/chevron-left': {
|
|
117
|
+
message: 'The icon "chevron-left" is deprecated in favour of "chevron-left" from “@atlaskit/icon/core/migration”'
|
|
118
|
+
},
|
|
119
|
+
'@atlaskit/icon/utility/migration/chevron-left--chevron-left-large': {
|
|
120
|
+
message: 'The icon "chevron-left--chevron-left-large" is deprecated in favour of "chevron-left--chevron-left-large" from “@atlaskit/icon/core/migration”'
|
|
121
|
+
},
|
|
122
|
+
'@atlaskit/icon/utility/migration/chevron-right--chevron-right-circle': {
|
|
123
|
+
message: 'The icon "chevron-right--chevron-right-circle" is deprecated in favour of "chevron-right--chevron-right-circle" from “@atlaskit/icon/core/migration”'
|
|
124
|
+
},
|
|
125
|
+
'@atlaskit/icon/utility/migration/chevron-right': {
|
|
126
|
+
message: 'The icon "chevron-right" is deprecated in favour of "chevron-right" from “@atlaskit/icon/core/migration”'
|
|
127
|
+
},
|
|
128
|
+
'@atlaskit/icon/utility/migration/chevron-right--chevron-right-large': {
|
|
129
|
+
message: 'The icon "chevron-right--chevron-right-large" is deprecated in favour of "chevron-right--chevron-right-large" from “@atlaskit/icon/core/migration”'
|
|
130
|
+
},
|
|
131
|
+
'@atlaskit/icon/utility/migration/chevron-up--chevron-up-circle': {
|
|
132
|
+
message: 'The icon "chevron-up--chevron-up-circle" is deprecated in favour of "chevron-up--chevron-up-circle" from “@atlaskit/icon/core/migration”'
|
|
133
|
+
},
|
|
134
|
+
'@atlaskit/icon/utility/migration/chevron-up--hipchat-chevron-up': {
|
|
135
|
+
message: 'The icon "chevron-up--hipchat-chevron-up" is deprecated in favour of "chevron-up--hipchat-chevron-up" from “@atlaskit/icon/core/migration”'
|
|
136
|
+
},
|
|
137
|
+
'@atlaskit/icon/utility/migration/chevron-up': {
|
|
138
|
+
message: 'The icon "chevron-up" is deprecated in favour of "chevron-up" from “@atlaskit/icon/core/migration”'
|
|
139
|
+
},
|
|
140
|
+
'@atlaskit/icon/utility/migration/cross--editor-close': {
|
|
141
|
+
message: 'The icon "cross--editor-close" is deprecated, Please refer to the changelog for guidance on how to migrate. https://atlassian.design/components/icon/changelog',
|
|
15
142
|
unfixable: true
|
|
143
|
+
},
|
|
144
|
+
'@atlaskit/icon/core/migration/drag-handle--drag-handler': {
|
|
145
|
+
message: 'The icon "drag-handle--drag-handler" is deprecated in favour of "drag-handle-vertical--drag-handler" from “@atlaskit/icon/core/migration”'
|
|
16
146
|
}
|
|
17
147
|
};
|
|
18
148
|
export default deprecatedIcons;
|