@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
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*
|
|
4
4
|
* To change the format of this file, modify `createIconDocsNew` in icon-build-process/src/create-icon-docs.tsx.
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::0c3e035b20a6ad065a4bf439a32227fa>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
|
|
@@ -14,10 +14,15 @@ var metadata = {
|
|
|
14
14
|
package: '@atlaskit/icon/utility/add',
|
|
15
15
|
oldName: ['add-circle', 'add', 'editor/add', 'emoji/custom'],
|
|
16
16
|
type: 'utility',
|
|
17
|
+
replacement: {
|
|
18
|
+
name: 'add',
|
|
19
|
+
type: 'core',
|
|
20
|
+
location: '@atlaskit/icon'
|
|
21
|
+
},
|
|
17
22
|
categorization: 'utility',
|
|
18
23
|
usage: 'Reserved for creating and adding an object as a secondary/tertiary action in a menu item.',
|
|
19
24
|
team: 'Design System Team',
|
|
20
|
-
status: '
|
|
25
|
+
status: 'deprecated'
|
|
21
26
|
},
|
|
22
27
|
'arrow-down': {
|
|
23
28
|
keywords: ['arrow-down', 'arrowdown', 'icon', 'utility', 'down', 'bottom', 'sorting'],
|
|
@@ -25,10 +30,15 @@ var metadata = {
|
|
|
25
30
|
package: '@atlaskit/icon/utility/arrow-down',
|
|
26
31
|
oldName: ['arrow-down-circle', 'arrow-down'],
|
|
27
32
|
type: 'utility',
|
|
33
|
+
replacement: {
|
|
34
|
+
name: 'arrow-down',
|
|
35
|
+
type: 'core',
|
|
36
|
+
location: '@atlaskit/icon'
|
|
37
|
+
},
|
|
28
38
|
categorization: 'utility',
|
|
29
39
|
usage: 'Know uses: sorting table headers or Bitbucket code difference.',
|
|
30
40
|
team: 'Design System Team',
|
|
31
|
-
status: '
|
|
41
|
+
status: 'deprecated'
|
|
32
42
|
},
|
|
33
43
|
'arrow-left': {
|
|
34
44
|
keywords: ['arrow-left', 'arrowleft', 'back', 'previous', 'icon', 'utility', 'back', 'previous'],
|
|
@@ -36,10 +46,15 @@ var metadata = {
|
|
|
36
46
|
package: '@atlaskit/icon/utility/arrow-left',
|
|
37
47
|
oldName: ['arrow-left-circle', 'arrow-left'],
|
|
38
48
|
type: 'utility',
|
|
49
|
+
replacement: {
|
|
50
|
+
name: 'arrow-left',
|
|
51
|
+
type: 'core',
|
|
52
|
+
location: '@atlaskit/icon'
|
|
53
|
+
},
|
|
39
54
|
categorization: 'utility',
|
|
40
55
|
usage: 'Known uses: back to previous screen, previous slide.',
|
|
41
56
|
team: 'Design System Team',
|
|
42
|
-
status: '
|
|
57
|
+
status: 'deprecated'
|
|
43
58
|
},
|
|
44
59
|
'arrow-right': {
|
|
45
60
|
keywords: ['arrow-right', 'arrowright', 'forward', 'next', 'icon', 'utility', 'forward', 'next', 'link'],
|
|
@@ -47,10 +62,15 @@ var metadata = {
|
|
|
47
62
|
package: '@atlaskit/icon/utility/arrow-right',
|
|
48
63
|
oldName: ['arrow-right-circle', 'arrow-right'],
|
|
49
64
|
type: 'utility',
|
|
65
|
+
replacement: {
|
|
66
|
+
name: 'arrow-right',
|
|
67
|
+
type: 'core',
|
|
68
|
+
location: '@atlaskit/icon'
|
|
69
|
+
},
|
|
50
70
|
categorization: 'utility',
|
|
51
71
|
usage: 'Known uses: link to nested menu item, a linked menu item, next slide.',
|
|
52
72
|
team: 'Design System Team',
|
|
53
|
-
status: '
|
|
73
|
+
status: 'deprecated'
|
|
54
74
|
},
|
|
55
75
|
'arrow-up': {
|
|
56
76
|
keywords: ['arrow-up', 'arrowup', 'icon', 'utility', 'improvement', 'jira status'],
|
|
@@ -58,10 +78,15 @@ var metadata = {
|
|
|
58
78
|
package: '@atlaskit/icon/utility/arrow-up',
|
|
59
79
|
oldName: ['arrow-up-circle', 'arrow-up'],
|
|
60
80
|
type: 'utility',
|
|
81
|
+
replacement: {
|
|
82
|
+
name: 'arrow-up',
|
|
83
|
+
type: 'core',
|
|
84
|
+
location: '@atlaskit/icon'
|
|
85
|
+
},
|
|
61
86
|
categorization: 'utility',
|
|
62
87
|
usage: 'Known uses: back to top.',
|
|
63
88
|
team: 'Design System Team',
|
|
64
|
-
status: '
|
|
89
|
+
status: 'deprecated'
|
|
65
90
|
},
|
|
66
91
|
'check-circle': {
|
|
67
92
|
keywords: ['check-circle', 'checkcircle', 'tick', 'icon', 'utility', 'tick', 'yes', 'checkmark'],
|
|
@@ -69,10 +94,15 @@ var metadata = {
|
|
|
69
94
|
package: '@atlaskit/icon/utility/check-circle',
|
|
70
95
|
oldName: ['check-circle', 'check-circle-outline', 'emoji/productivity'],
|
|
71
96
|
type: 'utility',
|
|
97
|
+
replacement: {
|
|
98
|
+
name: 'check-circle',
|
|
99
|
+
type: 'core',
|
|
100
|
+
location: '@atlaskit/icon'
|
|
101
|
+
},
|
|
72
102
|
categorization: 'utility',
|
|
73
103
|
usage: '📦 @atlaskit/icon/utility/check-circle',
|
|
74
104
|
team: 'Design System Team',
|
|
75
|
-
status: '
|
|
105
|
+
status: 'deprecated'
|
|
76
106
|
},
|
|
77
107
|
'check-mark': {
|
|
78
108
|
keywords: ['check-mark', 'checkmark', 'icon', 'utility', 'tick'],
|
|
@@ -80,20 +110,30 @@ var metadata = {
|
|
|
80
110
|
package: '@atlaskit/icon/utility/check-mark',
|
|
81
111
|
oldName: ['check', 'editor/done'],
|
|
82
112
|
type: 'utility',
|
|
113
|
+
replacement: {
|
|
114
|
+
name: 'check-mark',
|
|
115
|
+
type: 'core',
|
|
116
|
+
location: '@atlaskit/icon'
|
|
117
|
+
},
|
|
83
118
|
categorization: 'utility',
|
|
84
119
|
usage: '📦 @atlaskit/icon/utility/check-mark',
|
|
85
120
|
team: 'Design System Team',
|
|
86
|
-
status: '
|
|
121
|
+
status: 'deprecated'
|
|
87
122
|
},
|
|
88
123
|
'chevron-double-left': {
|
|
89
124
|
keywords: ['chevron-double-left', 'chevrondoubleleft', 'icon', 'utility', 'calendar year', '<<', 'less than', 'previous'],
|
|
90
125
|
componentName: 'ChevronDoubleLeftIcon',
|
|
91
126
|
package: '@atlaskit/icon/utility/chevron-double-left',
|
|
92
127
|
type: 'utility',
|
|
128
|
+
replacement: {
|
|
129
|
+
name: 'chevron-double-left',
|
|
130
|
+
type: 'core',
|
|
131
|
+
location: '@atlaskit/icon'
|
|
132
|
+
},
|
|
93
133
|
categorization: 'utility',
|
|
94
134
|
usage: 'Reserved for calendar year button.',
|
|
95
135
|
team: 'Design System Team',
|
|
96
|
-
status: '
|
|
136
|
+
status: 'deprecated',
|
|
97
137
|
slackChannel: '#help-design-system'
|
|
98
138
|
},
|
|
99
139
|
'chevron-double-right': {
|
|
@@ -101,10 +141,15 @@ var metadata = {
|
|
|
101
141
|
componentName: 'ChevronDoubleRightIcon',
|
|
102
142
|
package: '@atlaskit/icon/utility/chevron-double-right',
|
|
103
143
|
type: 'utility',
|
|
144
|
+
replacement: {
|
|
145
|
+
name: 'chevron-double-right',
|
|
146
|
+
type: 'core',
|
|
147
|
+
location: '@atlaskit/icon'
|
|
148
|
+
},
|
|
104
149
|
categorization: 'utility',
|
|
105
150
|
usage: 'Reserved for calendar year button.',
|
|
106
151
|
team: 'Design System Team',
|
|
107
|
-
status: '
|
|
152
|
+
status: 'deprecated',
|
|
108
153
|
slackChannel: '#help-design-system'
|
|
109
154
|
},
|
|
110
155
|
'chevron-down': {
|
|
@@ -113,10 +158,15 @@ var metadata = {
|
|
|
113
158
|
package: '@atlaskit/icon/utility/chevron-down',
|
|
114
159
|
oldName: ['chevron-down', 'chevron-down-circle', 'hipchat/chevron-down'],
|
|
115
160
|
type: 'utility',
|
|
161
|
+
replacement: {
|
|
162
|
+
name: 'chevron-down',
|
|
163
|
+
type: 'core',
|
|
164
|
+
location: '@atlaskit/icon'
|
|
165
|
+
},
|
|
116
166
|
categorization: 'utility',
|
|
117
167
|
usage: 'Reserved for dropdown menus, selects, accordions, and expands.',
|
|
118
168
|
team: 'Design System Team',
|
|
119
|
-
status: '
|
|
169
|
+
status: 'deprecated'
|
|
120
170
|
},
|
|
121
171
|
'chevron-left': {
|
|
122
172
|
keywords: ['chevron-left', 'chevronleft', 'back', 'previous', 'icon', 'utility', 'less than', '<', 'previous'],
|
|
@@ -124,10 +174,15 @@ var metadata = {
|
|
|
124
174
|
package: '@atlaskit/icon/utility/chevron-left',
|
|
125
175
|
oldName: ['chevron-left-circle', 'chevron-left', 'chevron-left-large'],
|
|
126
176
|
type: 'utility',
|
|
177
|
+
replacement: {
|
|
178
|
+
name: 'chevron-left',
|
|
179
|
+
type: 'core',
|
|
180
|
+
location: '@atlaskit/icon'
|
|
181
|
+
},
|
|
127
182
|
categorization: 'utility',
|
|
128
183
|
usage: 'Reserved for collapse side nav and to indicate previous in dates.',
|
|
129
184
|
team: 'Design System Team',
|
|
130
|
-
status: '
|
|
185
|
+
status: 'deprecated'
|
|
131
186
|
},
|
|
132
187
|
'chevron-right': {
|
|
133
188
|
keywords: ['chevron-right', 'chevronright', 'forward', 'next', 'icon', 'utility', 'greater than', '>', 'next'],
|
|
@@ -135,10 +190,15 @@ var metadata = {
|
|
|
135
190
|
package: '@atlaskit/icon/utility/chevron-right',
|
|
136
191
|
oldName: ['chevron-right-circle', 'chevron-right', 'chevron-right-large'],
|
|
137
192
|
type: 'utility',
|
|
193
|
+
replacement: {
|
|
194
|
+
name: 'chevron-right',
|
|
195
|
+
type: 'core',
|
|
196
|
+
location: '@atlaskit/icon'
|
|
197
|
+
},
|
|
138
198
|
categorization: 'utility',
|
|
139
199
|
usage: 'Reserved for menu fly outs and to indicate next in dates.',
|
|
140
200
|
team: 'Design System Team',
|
|
141
|
-
status: '
|
|
201
|
+
status: 'deprecated'
|
|
142
202
|
},
|
|
143
203
|
'chevron-up': {
|
|
144
204
|
keywords: ['chevron-up', 'chevronup', 'expand', 'collapse', 'icon', 'utility', 'up', 'accordion'],
|
|
@@ -146,21 +206,31 @@ var metadata = {
|
|
|
146
206
|
package: '@atlaskit/icon/utility/chevron-up',
|
|
147
207
|
oldName: ['chevron-up-circle', 'hipchat/chevron-up', 'chevron-up'],
|
|
148
208
|
type: 'utility',
|
|
209
|
+
replacement: {
|
|
210
|
+
name: 'chevron-up',
|
|
211
|
+
type: 'core',
|
|
212
|
+
location: '@atlaskit/icon'
|
|
213
|
+
},
|
|
149
214
|
categorization: 'utility',
|
|
150
215
|
usage: 'Reserved for accordions.',
|
|
151
216
|
team: 'Design System Team',
|
|
152
|
-
status: '
|
|
217
|
+
status: 'deprecated'
|
|
153
218
|
},
|
|
154
219
|
cross: {
|
|
155
220
|
keywords: ['cross', 'close', 'x', 'cancel', 'icon', 'utility', 'remove', 'clear', 'x'],
|
|
156
221
|
componentName: 'CrossIcon',
|
|
157
222
|
package: '@atlaskit/icon/utility/cross',
|
|
158
|
-
oldName: ['editor/close'],
|
|
223
|
+
oldName: ['cross', 'editor/close'],
|
|
159
224
|
type: 'utility',
|
|
225
|
+
replacement: {
|
|
226
|
+
name: 'cross',
|
|
227
|
+
type: 'core',
|
|
228
|
+
location: '@atlaskit/icon'
|
|
229
|
+
},
|
|
160
230
|
categorization: 'utility',
|
|
161
231
|
usage: 'Known uses: remove tag.',
|
|
162
232
|
team: 'Design System Team',
|
|
163
|
-
status: '
|
|
233
|
+
status: 'deprecated'
|
|
164
234
|
},
|
|
165
235
|
'cross-circle': {
|
|
166
236
|
keywords: ['cross-circle', 'crosscircle', 'close', 'x', 'cancel', 'icon', 'utility', 'x', 'exit', 'clear', 'no', 'filled', 'form'],
|
|
@@ -168,10 +238,15 @@ var metadata = {
|
|
|
168
238
|
package: '@atlaskit/icon/utility/cross-circle',
|
|
169
239
|
oldName: ['cross-circle', 'editor/error', 'select-clear'],
|
|
170
240
|
type: 'utility',
|
|
241
|
+
replacement: {
|
|
242
|
+
name: 'cross-circle',
|
|
243
|
+
type: 'core',
|
|
244
|
+
location: '@atlaskit/icon'
|
|
245
|
+
},
|
|
171
246
|
categorization: 'utility',
|
|
172
247
|
usage: 'Reserved for Helper Messages in Forms.',
|
|
173
248
|
team: 'Design System Team',
|
|
174
|
-
status: '
|
|
249
|
+
status: 'deprecated'
|
|
175
250
|
},
|
|
176
251
|
'drag-handle': {
|
|
177
252
|
keywords: ['drag-handle', 'draghandle', 'icon', 'utility', 'drag handler', 'drag dots', 'reorder', 'move'],
|
|
@@ -181,7 +256,7 @@ var metadata = {
|
|
|
181
256
|
type: 'utility',
|
|
182
257
|
replacement: {
|
|
183
258
|
name: 'drag-handle-vertical',
|
|
184
|
-
type: '
|
|
259
|
+
type: 'core',
|
|
185
260
|
location: '@atlaskit/icon'
|
|
186
261
|
},
|
|
187
262
|
categorization: 'utility',
|
|
@@ -194,10 +269,15 @@ var metadata = {
|
|
|
194
269
|
componentName: 'DragHandleHorizontalIcon',
|
|
195
270
|
package: '@atlaskit/icon/utility/drag-handle-horizontal',
|
|
196
271
|
type: 'utility',
|
|
272
|
+
replacement: {
|
|
273
|
+
name: 'drag-handle-horizontal',
|
|
274
|
+
type: 'core',
|
|
275
|
+
location: '@atlaskit/icon'
|
|
276
|
+
},
|
|
197
277
|
categorization: 'utility',
|
|
198
278
|
usage: 'Reserved for dragging elements along a horizontal axis.',
|
|
199
279
|
team: 'Design System Team',
|
|
200
|
-
status: '
|
|
280
|
+
status: 'deprecated',
|
|
201
281
|
slackChannel: '#icon-contributions'
|
|
202
282
|
},
|
|
203
283
|
'drag-handle-vertical': {
|
|
@@ -206,10 +286,15 @@ var metadata = {
|
|
|
206
286
|
package: '@atlaskit/icon/utility/drag-handle-vertical',
|
|
207
287
|
oldName: ['drag-handler'],
|
|
208
288
|
type: 'utility',
|
|
289
|
+
replacement: {
|
|
290
|
+
name: 'drag-handle-vertical',
|
|
291
|
+
type: 'core',
|
|
292
|
+
location: '@atlaskit/icon'
|
|
293
|
+
},
|
|
209
294
|
categorization: 'utility',
|
|
210
295
|
usage: 'Reserved for dragging elements along a vertical axis.',
|
|
211
296
|
team: 'Design System Team',
|
|
212
|
-
status: '
|
|
297
|
+
status: 'deprecated',
|
|
213
298
|
slackChannel: '#icon-contributions'
|
|
214
299
|
},
|
|
215
300
|
error: {
|
|
@@ -218,10 +303,15 @@ var metadata = {
|
|
|
218
303
|
package: '@atlaskit/icon/utility/error',
|
|
219
304
|
oldName: ['error'],
|
|
220
305
|
type: 'utility',
|
|
306
|
+
replacement: {
|
|
307
|
+
name: 'status-error',
|
|
308
|
+
type: 'core',
|
|
309
|
+
location: '@atlaskit/icon'
|
|
310
|
+
},
|
|
221
311
|
categorization: 'utility',
|
|
222
312
|
usage: 'Reserved for Helper Messages in Forms.',
|
|
223
313
|
team: 'Design System Team',
|
|
224
|
-
status: '
|
|
314
|
+
status: 'deprecated'
|
|
225
315
|
},
|
|
226
316
|
information: {
|
|
227
317
|
keywords: ['information', 'icon', 'utility', 'info', 'filled', 'helper', 'tip', 'form'],
|
|
@@ -229,10 +319,15 @@ var metadata = {
|
|
|
229
319
|
package: '@atlaskit/icon/utility/information',
|
|
230
320
|
oldName: ['editor/info', 'editor/panel', 'info'],
|
|
231
321
|
type: 'utility',
|
|
322
|
+
replacement: {
|
|
323
|
+
name: 'status-information',
|
|
324
|
+
type: 'core',
|
|
325
|
+
location: '@atlaskit/icon'
|
|
326
|
+
},
|
|
232
327
|
categorization: 'utility',
|
|
233
328
|
usage: 'Reserved for Helper Messages in Forms.',
|
|
234
329
|
team: 'Design System Team',
|
|
235
|
-
status: '
|
|
330
|
+
status: 'deprecated'
|
|
236
331
|
},
|
|
237
332
|
'link-external': {
|
|
238
333
|
keywords: ['link-external', 'linkexternal', 'icon', 'utility', 'new tab', 'new window', 'open in', 'url', 'hyperlink', 'www', 'http', 'https', 'website', 'external', 'shortcut', 'diagonal arrow', 'secondary', 'tertiary'],
|
|
@@ -240,10 +335,15 @@ var metadata = {
|
|
|
240
335
|
package: '@atlaskit/icon/utility/link-external',
|
|
241
336
|
oldName: ['shortcut'],
|
|
242
337
|
type: 'utility',
|
|
338
|
+
replacement: {
|
|
339
|
+
name: 'link-external',
|
|
340
|
+
type: 'core',
|
|
341
|
+
location: '@atlaskit/icon'
|
|
342
|
+
},
|
|
243
343
|
categorization: 'utility',
|
|
244
344
|
usage: 'Reserved for links that open up a new tab as a secondary/tertiary action.',
|
|
245
345
|
team: 'Design System Team',
|
|
246
|
-
status: '
|
|
346
|
+
status: 'deprecated'
|
|
247
347
|
},
|
|
248
348
|
'lock-locked': {
|
|
249
349
|
keywords: ['lock-locked', 'locklocked', 'icon', 'utility', 'secondary', 'tertiary', 'permissions', 'no access', 'restricted', 'security', 'secure', 'forbidden', 'authentication'],
|
|
@@ -251,10 +351,15 @@ var metadata = {
|
|
|
251
351
|
package: '@atlaskit/icon/utility/lock-locked',
|
|
252
352
|
oldName: ['lock-circle', 'lock-filled', 'lock', 'unlock-circle'],
|
|
253
353
|
type: 'utility',
|
|
354
|
+
replacement: {
|
|
355
|
+
name: 'lock-locked',
|
|
356
|
+
type: 'core',
|
|
357
|
+
location: '@atlaskit/icon'
|
|
358
|
+
},
|
|
254
359
|
categorization: 'utility',
|
|
255
360
|
usage: 'Reserved for indicating something is locked in the side navigation Menu Item.',
|
|
256
361
|
team: 'Design System Team',
|
|
257
|
-
status: '
|
|
362
|
+
status: 'deprecated'
|
|
258
363
|
},
|
|
259
364
|
'lock-unlocked': {
|
|
260
365
|
keywords: ['lock-unlocked', 'lockunlocked', 'icon', 'utility', 'secondary', 'tertiary', 'open permissions', 'unrestricted access', 'security', 'insecure', 'authentication'],
|
|
@@ -262,10 +367,15 @@ var metadata = {
|
|
|
262
367
|
package: '@atlaskit/icon/utility/lock-unlocked',
|
|
263
368
|
oldName: ['unlock-filled', 'unlock'],
|
|
264
369
|
type: 'utility',
|
|
370
|
+
replacement: {
|
|
371
|
+
name: 'lock-unlocked',
|
|
372
|
+
type: 'core',
|
|
373
|
+
location: '@atlaskit/icon'
|
|
374
|
+
},
|
|
265
375
|
categorization: 'utility',
|
|
266
376
|
usage: 'Reserved for indicating something is locked in the side navigation Menu Item.',
|
|
267
377
|
team: 'Design System Team',
|
|
268
|
-
status: '
|
|
378
|
+
status: 'deprecated'
|
|
269
379
|
},
|
|
270
380
|
'show-more-horizontal': {
|
|
271
381
|
keywords: ['show-more-horizontal', 'showmorehorizontal', 'icon', 'utility', 'ellipses', 'three dots', 'meatball', 'more actions', 'secondary', 'tertiary'],
|
|
@@ -273,10 +383,15 @@ var metadata = {
|
|
|
273
383
|
package: '@atlaskit/icon/utility/show-more-horizontal',
|
|
274
384
|
oldName: ['editor/more', 'more'],
|
|
275
385
|
type: 'utility',
|
|
386
|
+
replacement: {
|
|
387
|
+
name: 'show-more-horizontal',
|
|
388
|
+
type: 'core',
|
|
389
|
+
location: '@atlaskit/icon'
|
|
390
|
+
},
|
|
276
391
|
categorization: 'utility',
|
|
277
392
|
usage: 'Reserved for secondary/tertiary more action menus.',
|
|
278
393
|
team: 'Design System Team',
|
|
279
|
-
status: '
|
|
394
|
+
status: 'deprecated'
|
|
280
395
|
},
|
|
281
396
|
'show-more-vertical': {
|
|
282
397
|
keywords: ['show-more-vertical', 'showmorevertical', 'icon', 'utility', 'three dots', 'kebab', 'more actions', 'secondary', 'tertiary'],
|
|
@@ -284,10 +399,15 @@ var metadata = {
|
|
|
284
399
|
package: '@atlaskit/icon/utility/show-more-vertical',
|
|
285
400
|
oldName: ['more-vertical'],
|
|
286
401
|
type: 'utility',
|
|
402
|
+
replacement: {
|
|
403
|
+
name: 'show-more-vertical',
|
|
404
|
+
type: 'core',
|
|
405
|
+
location: '@atlaskit/icon'
|
|
406
|
+
},
|
|
287
407
|
categorization: 'utility',
|
|
288
408
|
usage: 'Reserved for secondary/tertiary action menus, traditionally on mobile.',
|
|
289
409
|
team: 'Design System Team',
|
|
290
|
-
status: '
|
|
410
|
+
status: 'deprecated'
|
|
291
411
|
},
|
|
292
412
|
'star-starred': {
|
|
293
413
|
keywords: ['star-starred', 'starstarred', 'icon', 'utility', 'favourite', 'star', 'starred', 'filled', 'menu', 'secondary', 'tertiary'],
|
|
@@ -295,10 +415,15 @@ var metadata = {
|
|
|
295
415
|
package: '@atlaskit/icon/utility/star-starred',
|
|
296
416
|
oldName: ['star-filled'],
|
|
297
417
|
type: 'utility',
|
|
418
|
+
replacement: {
|
|
419
|
+
name: 'star-starred',
|
|
420
|
+
type: 'core',
|
|
421
|
+
location: '@atlaskit/icon'
|
|
422
|
+
},
|
|
298
423
|
categorization: 'utility',
|
|
299
424
|
usage: 'Reserved for starred or favourited objects as a secondary/tertiary action.',
|
|
300
425
|
team: 'Design System Team',
|
|
301
|
-
status: '
|
|
426
|
+
status: 'deprecated'
|
|
302
427
|
},
|
|
303
428
|
'star-unstarred': {
|
|
304
429
|
keywords: ['star-unstarred', 'starunstarred', 'icon', 'utility', 'favourite', 'star', 'form', 'secondary', 'tertiary'],
|
|
@@ -306,10 +431,15 @@ var metadata = {
|
|
|
306
431
|
package: '@atlaskit/icon/utility/star-unstarred',
|
|
307
432
|
oldName: ['star', 'star-large'],
|
|
308
433
|
type: 'utility',
|
|
434
|
+
replacement: {
|
|
435
|
+
name: 'star-unstarred',
|
|
436
|
+
type: 'core',
|
|
437
|
+
location: '@atlaskit/icon'
|
|
438
|
+
},
|
|
309
439
|
categorization: 'utility',
|
|
310
440
|
usage: 'Reserved for starring or favoriting objects as a secondary/tertiary action.',
|
|
311
441
|
team: 'Design System Team',
|
|
312
|
-
status: '
|
|
442
|
+
status: 'deprecated'
|
|
313
443
|
},
|
|
314
444
|
success: {
|
|
315
445
|
keywords: ['success', 'icon', 'utility', 'tick', 'yes', 'success', 'filled'],
|
|
@@ -317,10 +447,15 @@ var metadata = {
|
|
|
317
447
|
package: '@atlaskit/icon/utility/success',
|
|
318
448
|
oldName: ['check-circle', 'editor/success'],
|
|
319
449
|
type: 'utility',
|
|
450
|
+
replacement: {
|
|
451
|
+
name: 'status-success',
|
|
452
|
+
type: 'core',
|
|
453
|
+
location: '@atlaskit/icon'
|
|
454
|
+
},
|
|
320
455
|
categorization: 'utility',
|
|
321
456
|
usage: 'Reserved for Helper Messages in Forms.',
|
|
322
457
|
team: 'Design System Team',
|
|
323
|
-
status: '
|
|
458
|
+
status: 'deprecated'
|
|
324
459
|
},
|
|
325
460
|
warning: {
|
|
326
461
|
keywords: ['warning', 'error', 'alert', 'icon', 'utility', 'alert', 'danger', 'triangle', 'filled', 'secondary', 'tertiary'],
|
|
@@ -328,10 +463,15 @@ var metadata = {
|
|
|
328
463
|
package: '@atlaskit/icon/utility/warning',
|
|
329
464
|
oldName: ['editor/warning', 'warning'],
|
|
330
465
|
type: 'utility',
|
|
466
|
+
replacement: {
|
|
467
|
+
name: 'status-warning',
|
|
468
|
+
type: 'core',
|
|
469
|
+
location: '@atlaskit/icon'
|
|
470
|
+
},
|
|
331
471
|
categorization: 'utility',
|
|
332
472
|
usage: 'Reserved for Helper Messages in Forms.',
|
|
333
473
|
team: 'Design System Team',
|
|
334
|
-
status: '
|
|
474
|
+
status: 'deprecated'
|
|
335
475
|
}
|
|
336
476
|
};
|
|
337
477
|
export default metadata;
|
|
@@ -1037,10 +1037,15 @@ var migrationMap = {
|
|
|
1037
1037
|
},
|
|
1038
1038
|
cross: {
|
|
1039
1039
|
newIcon: {
|
|
1040
|
-
name: '
|
|
1040
|
+
name: 'cross',
|
|
1041
1041
|
type: 'core',
|
|
1042
1042
|
package: '@atlaskit/icon'
|
|
1043
1043
|
},
|
|
1044
|
+
additionalIcons: [{
|
|
1045
|
+
name: 'close',
|
|
1046
|
+
type: 'core',
|
|
1047
|
+
package: '@atlaskit/icon'
|
|
1048
|
+
}],
|
|
1044
1049
|
sizeGuidance: {
|
|
1045
1050
|
small: 'swap-slight-visual-change',
|
|
1046
1051
|
medium: 'swap',
|
|
@@ -1401,7 +1406,7 @@ var migrationMap = {
|
|
|
1401
1406
|
},
|
|
1402
1407
|
'editor/close': {
|
|
1403
1408
|
newIcon: {
|
|
1404
|
-
name: '
|
|
1409
|
+
name: 'cross',
|
|
1405
1410
|
type: 'core',
|
|
1406
1411
|
package: '@atlaskit/icon'
|
|
1407
1412
|
},
|
|
@@ -1409,6 +1414,10 @@ var migrationMap = {
|
|
|
1409
1414
|
name: 'cross',
|
|
1410
1415
|
type: 'utility',
|
|
1411
1416
|
package: '@atlaskit/icon'
|
|
1417
|
+
}, {
|
|
1418
|
+
name: 'close',
|
|
1419
|
+
type: 'core',
|
|
1420
|
+
package: '@atlaskit/icon'
|
|
1412
1421
|
}],
|
|
1413
1422
|
sizeGuidance: {
|
|
1414
1423
|
small: 'swap-slight-visual-change',
|
|
@@ -3,7 +3,7 @@
|
|
|
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::ec9654a23699788f0dfeb0bccea011b6>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
declare const deprecatedIcons: Record<string, {
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*
|
|
4
4
|
* To change the format of this file, modify `createIconDocsNew` in icon-build-process/src/create-icon-docs.tsx.
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::74da18cf3b9a90fa10ee83c7d6201ac6>>
|
|
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 `createIconDocsNew` in icon-build-process/src/create-icon-docs.tsx.
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::0c3e035b20a6ad065a4bf439a32227fa>>
|
|
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 `createDeprecatedIconDocs` in icon-build-process/src/create-deprecated-icon-docs.tsx.
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::ec9654a23699788f0dfeb0bccea011b6>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
declare const deprecatedIcons: Record<string, {
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*
|
|
4
4
|
* To change the format of this file, modify `createIconDocsNew` in icon-build-process/src/create-icon-docs.tsx.
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::74da18cf3b9a90fa10ee83c7d6201ac6>>
|
|
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 `createIconDocsNew` in icon-build-process/src/create-icon-docs.tsx.
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::0c3e035b20a6ad065a4bf439a32227fa>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
interface metadata {
|
package/glyph/cross.js
CHANGED
|
@@ -6,12 +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
|
|
9
|
+
var _cross = _interopRequireDefault(require("@atlaskit/icon/core/cross"));
|
|
10
10
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
11
11
|
const CrossIcon = props => /*#__PURE__*/_react.default.createElement(_base.IconFacade, Object.assign({
|
|
12
12
|
dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><path fill="currentcolor" d="M12 10.586 6.707 5.293a1 1 0 0 0-1.414 1.414L10.586 12l-5.293 5.293a1 1 0 0 0 1.414 1.414L12 13.414l5.293 5.293a1 1 0 0 0 1.414-1.414L13.414 12l5.293-5.293a1 1 0 1 0-1.414-1.414z"/></svg>`
|
|
13
13
|
}, props, {
|
|
14
|
-
newIcon:
|
|
14
|
+
newIcon: _cross.default
|
|
15
15
|
}));
|
|
16
16
|
CrossIcon.displayName = 'CrossIcon';
|
|
17
17
|
var _default = exports.default = CrossIcon;
|
package/glyph/editor/close.js
CHANGED
|
@@ -6,12 +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
|
|
9
|
+
var _cross = _interopRequireDefault(require("@atlaskit/icon/core/cross"));
|
|
10
10
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
11
11
|
const EditorCloseIcon = props => /*#__PURE__*/_react.default.createElement(_base.IconFacade, Object.assign({
|
|
12
12
|
dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><path fill="currentcolor" fill-rule="evenodd" d="m15.185 7.4-3.184 3.185-3.186-3.186a.507.507 0 0 0-.712.003l-.7.701a.496.496 0 0 0-.004.712l3.185 3.184L7.4 15.185a.507.507 0 0 0 .004.712l.7.7c.206.207.516.2.712.004l3.186-3.185 3.184 3.185a.507.507 0 0 0 .712-.004l.701-.7a.496.496 0 0 0 .003-.712l-3.186-3.186 3.186-3.184a.507.507 0 0 0-.003-.712l-.7-.7a.5.5 0 0 0-.36-.153.5.5 0 0 0-.353.15"/></svg>`
|
|
13
13
|
}, props, {
|
|
14
|
-
newIcon:
|
|
14
|
+
newIcon: _cross.default
|
|
15
15
|
}));
|
|
16
16
|
EditorCloseIcon.displayName = 'EditorCloseIcon';
|
|
17
17
|
var _default = exports.default = EditorCloseIcon;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/icon",
|
|
3
|
-
"version": "27.
|
|
3
|
+
"version": "27.2.0",
|
|
4
4
|
"description": "An icon is a symbol representing a command, device, directory, or common action.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -96,7 +96,7 @@
|
|
|
96
96
|
},
|
|
97
97
|
"dependencies": {
|
|
98
98
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
99
|
-
"@atlaskit/tokens": "^5.
|
|
99
|
+
"@atlaskit/tokens": "^5.4.0",
|
|
100
100
|
"@babel/register": "^7.25.9",
|
|
101
101
|
"@babel/runtime": "^7.0.0",
|
|
102
102
|
"@compiled/react": "^0.18.3"
|
|
@@ -111,7 +111,7 @@
|
|
|
111
111
|
"@af/visual-regression": "workspace:^",
|
|
112
112
|
"@atlaskit/button": "^23.2.0",
|
|
113
113
|
"@atlaskit/code": "^17.2.0",
|
|
114
|
-
"@atlaskit/css": "^0.
|
|
114
|
+
"@atlaskit/css": "^0.11.0",
|
|
115
115
|
"@atlaskit/docs": "^11.0.0",
|
|
116
116
|
"@atlaskit/ds-lib": "^4.0.0",
|
|
117
117
|
"@atlaskit/form": "^12.0.0",
|
|
@@ -119,10 +119,10 @@
|
|
|
119
119
|
"@atlaskit/icon-file-type": "^7.0.0",
|
|
120
120
|
"@atlaskit/icon-object": "^7.1.0",
|
|
121
121
|
"@atlaskit/link": "^3.2.0",
|
|
122
|
-
"@atlaskit/logo": "^19.
|
|
122
|
+
"@atlaskit/logo": "^19.2.0",
|
|
123
123
|
"@atlaskit/menu": "^8.0.0",
|
|
124
124
|
"@atlaskit/modal-dialog": "^14.2.0",
|
|
125
|
-
"@atlaskit/primitives": "^14.
|
|
125
|
+
"@atlaskit/primitives": "^14.9.0",
|
|
126
126
|
"@atlaskit/section-message": "^8.2.0",
|
|
127
127
|
"@atlaskit/textfield": "^8.0.0",
|
|
128
128
|
"@atlaskit/theme": "^18.0.0",
|
package/svgs/core/cash.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor"
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M.75 2a.75.75 0 0 0-.75.75v10.5c0 .414.336.75.75.75h14.5a.75.75 0 0 0 .75-.75V2.75a.75.75 0 0 0-.75-.75zM14.5 12.5h-13v-9h13zM12 9v2.5h1.5V9zM7 8c0-1.015.612-1.5 1-1.5S9 6.985 9 8s-.612 1.5-1 1.5S7 9.015 7 8M2.5 4.5V7H4V4.5zm3 3.5c0 1.47.955 3 2.5 3s2.5-1.53 2.5-3S9.545 5 8 5 5.5 6.53 5.5 8"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M14.03 3.03 9.06 8l4.97 4.97-1.06 1.06L8 9.06l-4.97 4.97-1.06-1.06L6.94 8 1.97 3.03l1.06-1.06L8 6.94l4.97-4.97z"/></svg>
|