@atlaskit/icon 27.9.1 → 27.10.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 +35 -0
- package/build/index.tsx +2 -2
- package/core/basketball.js +2 -2
- package/core/chart-bar.js +2 -2
- package/core/chart-pie.js +2 -2
- package/core/check-circle-unchecked.d.ts +13 -0
- package/core/check-circle-unchecked.js +28 -0
- package/core/check-mark.js +2 -2
- package/core/edit.js +2 -2
- package/core/glasses.js +2 -2
- package/core/headphones.js +2 -2
- package/core/home.js +2 -2
- package/core/paint-bucket.js +2 -2
- package/core/presenter-mode.js +2 -2
- package/core/priority-critical.js +2 -2
- package/core/priority-high.js +2 -2
- package/core/priority-highest.js +2 -2
- package/core/priority-major.js +2 -2
- package/core/redo.js +2 -2
- package/core/shield-strikethrough.js +2 -2
- package/core/snippet.js +2 -2
- package/core/thumbs-down.js +2 -2
- package/core/whiteboard.js +2 -2
- package/dist/cjs/metadata-core.js +377 -367
- package/dist/cjs/metadata-utility.js +30 -30
- package/dist/es2019/metadata-core.js +377 -367
- package/dist/es2019/metadata-utility.js +30 -30
- package/dist/esm/metadata-core.js +377 -367
- package/dist/esm/metadata-utility.js +30 -30
- package/dist/types/metadata-core.d.ts +1 -1
- package/dist/types/metadata-utility.d.ts +1 -1
- package/dist/types-ts4.5/metadata-core.d.ts +1 -1
- package/dist/types-ts4.5/metadata-utility.d.ts +1 -1
- package/package.json +2 -2
- package/svgs/core/basketball.svg +1 -1
- package/svgs/core/chart-bar.svg +1 -1
- package/svgs/core/chart-pie.svg +1 -1
- package/svgs/core/check-circle-unchecked.svg +1 -0
- package/svgs/core/check-mark.svg +1 -1
- package/svgs/core/edit.svg +1 -1
- package/svgs/core/glasses.svg +1 -1
- package/svgs/core/headphones.svg +1 -1
- package/svgs/core/home.svg +1 -1
- package/svgs/core/paint-bucket.svg +1 -1
- package/svgs/core/presenter-mode.svg +1 -1
- package/svgs/core/priority-critical.svg +1 -1
- package/svgs/core/priority-high.svg +1 -1
- package/svgs/core/priority-highest.svg +1 -1
- package/svgs/core/priority-major.svg +1 -1
- package/svgs/core/redo.svg +1 -1
- package/svgs/core/shield-strikethrough.svg +1 -1
- package/svgs/core/snippet.svg +1 -1
- package/svgs/core/thumbs-down.svg +1 -1
- package/svgs/core/whiteboard.svg +1 -1
|
@@ -9,13 +9,13 @@ 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::c3117e1f85e95001dbf33c1d06887055>>
|
|
13
13
|
* @codegenCommand yarn build:icon-glyphs
|
|
14
14
|
*/
|
|
15
15
|
|
|
16
16
|
var metadata = {
|
|
17
17
|
add: {
|
|
18
|
-
keywords: ['add', 'plus', 'create', 'new', 'icon', '
|
|
18
|
+
keywords: ['add', 'plus', 'create', 'new', 'icon', 'create', 'plus'],
|
|
19
19
|
componentName: 'AddIcon',
|
|
20
20
|
package: '@atlaskit/icon/utility/add',
|
|
21
21
|
oldName: ['add-circle', 'add', 'editor/add', 'emoji/custom'],
|
|
@@ -31,7 +31,7 @@ var metadata = {
|
|
|
31
31
|
status: 'deprecated'
|
|
32
32
|
},
|
|
33
33
|
'arrow-down': {
|
|
34
|
-
keywords: ['arrow-down', 'arrowdown', 'icon', '
|
|
34
|
+
keywords: ['arrow-down', 'arrowdown', 'icon', 'down', 'bottom', 'sorting'],
|
|
35
35
|
componentName: 'ArrowDownIcon',
|
|
36
36
|
package: '@atlaskit/icon/utility/arrow-down',
|
|
37
37
|
oldName: ['arrow-down-circle', 'arrow-down'],
|
|
@@ -47,7 +47,7 @@ var metadata = {
|
|
|
47
47
|
status: 'deprecated'
|
|
48
48
|
},
|
|
49
49
|
'arrow-left': {
|
|
50
|
-
keywords: ['arrow-left', 'arrowleft', 'back', 'previous', 'icon', '
|
|
50
|
+
keywords: ['arrow-left', 'arrowleft', 'back', 'previous', 'icon', 'back', 'previous'],
|
|
51
51
|
componentName: 'ArrowLeftIcon',
|
|
52
52
|
package: '@atlaskit/icon/utility/arrow-left',
|
|
53
53
|
oldName: ['arrow-left-circle', 'arrow-left'],
|
|
@@ -63,7 +63,7 @@ var metadata = {
|
|
|
63
63
|
status: 'deprecated'
|
|
64
64
|
},
|
|
65
65
|
'arrow-right': {
|
|
66
|
-
keywords: ['arrow-right', 'arrowright', 'forward', 'next', 'icon', '
|
|
66
|
+
keywords: ['arrow-right', 'arrowright', 'forward', 'next', 'icon', 'forward', 'next', 'link'],
|
|
67
67
|
componentName: 'ArrowRightIcon',
|
|
68
68
|
package: '@atlaskit/icon/utility/arrow-right',
|
|
69
69
|
oldName: ['arrow-right-circle', 'arrow-right'],
|
|
@@ -79,7 +79,7 @@ var metadata = {
|
|
|
79
79
|
status: 'deprecated'
|
|
80
80
|
},
|
|
81
81
|
'arrow-up': {
|
|
82
|
-
keywords: ['arrow-up', 'arrowup', 'icon', '
|
|
82
|
+
keywords: ['arrow-up', 'arrowup', 'icon', 'improvement', 'jira status'],
|
|
83
83
|
componentName: 'ArrowUpIcon',
|
|
84
84
|
package: '@atlaskit/icon/utility/arrow-up',
|
|
85
85
|
oldName: ['arrow-up-circle', 'arrow-up'],
|
|
@@ -95,7 +95,7 @@ var metadata = {
|
|
|
95
95
|
status: 'deprecated'
|
|
96
96
|
},
|
|
97
97
|
'check-circle': {
|
|
98
|
-
keywords: ['check-circle', 'checkcircle', 'tick', 'icon', '
|
|
98
|
+
keywords: ['check-circle', 'checkcircle', 'tick', 'icon', 'tick', 'yes', 'checkmark'],
|
|
99
99
|
componentName: 'CheckCircleIcon',
|
|
100
100
|
package: '@atlaskit/icon/utility/check-circle',
|
|
101
101
|
oldName: ['check-circle', 'check-circle-outline', 'emoji/productivity'],
|
|
@@ -111,7 +111,7 @@ var metadata = {
|
|
|
111
111
|
status: 'deprecated'
|
|
112
112
|
},
|
|
113
113
|
'check-mark': {
|
|
114
|
-
keywords: ['check-mark', 'checkmark', 'icon', '
|
|
114
|
+
keywords: ['check-mark', 'checkmark', 'icon', 'tick'],
|
|
115
115
|
componentName: 'CheckMarkIcon',
|
|
116
116
|
package: '@atlaskit/icon/utility/check-mark',
|
|
117
117
|
oldName: ['check', 'editor/done'],
|
|
@@ -127,7 +127,7 @@ var metadata = {
|
|
|
127
127
|
status: 'deprecated'
|
|
128
128
|
},
|
|
129
129
|
'chevron-double-left': {
|
|
130
|
-
keywords: ['chevron-double-left', 'chevrondoubleleft', 'icon', '
|
|
130
|
+
keywords: ['chevron-double-left', 'chevrondoubleleft', 'icon', 'calendar year', '<<', 'less than', 'previous'],
|
|
131
131
|
componentName: 'ChevronDoubleLeftIcon',
|
|
132
132
|
package: '@atlaskit/icon/utility/chevron-double-left',
|
|
133
133
|
type: 'utility',
|
|
@@ -143,7 +143,7 @@ var metadata = {
|
|
|
143
143
|
slackChannel: '#help-design-system'
|
|
144
144
|
},
|
|
145
145
|
'chevron-double-right': {
|
|
146
|
-
keywords: ['chevron-double-right', 'chevrondoubleright', 'icon', '
|
|
146
|
+
keywords: ['chevron-double-right', 'chevrondoubleright', 'icon', 'calendar year', '>>', 'greater than', 'next'],
|
|
147
147
|
componentName: 'ChevronDoubleRightIcon',
|
|
148
148
|
package: '@atlaskit/icon/utility/chevron-double-right',
|
|
149
149
|
type: 'utility',
|
|
@@ -159,7 +159,7 @@ var metadata = {
|
|
|
159
159
|
slackChannel: '#help-design-system'
|
|
160
160
|
},
|
|
161
161
|
'chevron-down': {
|
|
162
|
-
keywords: ['chevron-down', 'chevrondown', 'expand', 'collapse', 'icon', '
|
|
162
|
+
keywords: ['chevron-down', 'chevrondown', 'expand', 'collapse', 'icon', 'accordion', 'down'],
|
|
163
163
|
componentName: 'ChevronDownIcon',
|
|
164
164
|
package: '@atlaskit/icon/utility/chevron-down',
|
|
165
165
|
oldName: ['chevron-down', 'chevron-down-circle', 'hipchat/chevron-down'],
|
|
@@ -175,7 +175,7 @@ var metadata = {
|
|
|
175
175
|
status: 'deprecated'
|
|
176
176
|
},
|
|
177
177
|
'chevron-left': {
|
|
178
|
-
keywords: ['chevron-left', 'chevronleft', 'back', 'previous', 'icon', '
|
|
178
|
+
keywords: ['chevron-left', 'chevronleft', 'back', 'previous', 'icon', 'less than', '<', 'previous'],
|
|
179
179
|
componentName: 'ChevronLeftIcon',
|
|
180
180
|
package: '@atlaskit/icon/utility/chevron-left',
|
|
181
181
|
oldName: ['chevron-left-circle', 'chevron-left', 'chevron-left-large'],
|
|
@@ -191,7 +191,7 @@ var metadata = {
|
|
|
191
191
|
status: 'deprecated'
|
|
192
192
|
},
|
|
193
193
|
'chevron-right': {
|
|
194
|
-
keywords: ['chevron-right', 'chevronright', 'forward', 'next', 'icon', '
|
|
194
|
+
keywords: ['chevron-right', 'chevronright', 'forward', 'next', 'icon', 'greater than', '>', 'next'],
|
|
195
195
|
componentName: 'ChevronRightIcon',
|
|
196
196
|
package: '@atlaskit/icon/utility/chevron-right',
|
|
197
197
|
oldName: ['chevron-right-circle', 'chevron-right', 'chevron-right-large'],
|
|
@@ -207,7 +207,7 @@ var metadata = {
|
|
|
207
207
|
status: 'deprecated'
|
|
208
208
|
},
|
|
209
209
|
'chevron-up': {
|
|
210
|
-
keywords: ['chevron-up', 'chevronup', 'expand', 'collapse', 'icon', '
|
|
210
|
+
keywords: ['chevron-up', 'chevronup', 'expand', 'collapse', 'icon', 'up', 'accordion'],
|
|
211
211
|
componentName: 'ChevronUpIcon',
|
|
212
212
|
package: '@atlaskit/icon/utility/chevron-up',
|
|
213
213
|
oldName: ['chevron-up-circle', 'hipchat/chevron-up', 'chevron-up'],
|
|
@@ -223,7 +223,7 @@ var metadata = {
|
|
|
223
223
|
status: 'deprecated'
|
|
224
224
|
},
|
|
225
225
|
cross: {
|
|
226
|
-
keywords: ['cross', 'close', 'x', 'cancel', 'icon', '
|
|
226
|
+
keywords: ['cross', 'close', 'x', 'cancel', 'icon', 'remove', 'clear', 'x'],
|
|
227
227
|
componentName: 'CrossIcon',
|
|
228
228
|
package: '@atlaskit/icon/utility/cross',
|
|
229
229
|
oldName: ['cross', 'editor/close'],
|
|
@@ -239,7 +239,7 @@ var metadata = {
|
|
|
239
239
|
status: 'deprecated'
|
|
240
240
|
},
|
|
241
241
|
'cross-circle': {
|
|
242
|
-
keywords: ['cross-circle', 'crosscircle', 'close', 'x', 'cancel', 'icon', '
|
|
242
|
+
keywords: ['cross-circle', 'crosscircle', 'close', 'x', 'cancel', 'icon', 'x', 'exit', 'clear', 'no', 'filled', 'form'],
|
|
243
243
|
componentName: 'CrossCircleIcon',
|
|
244
244
|
package: '@atlaskit/icon/utility/cross-circle',
|
|
245
245
|
oldName: ['cross-circle', 'editor/error', 'select-clear'],
|
|
@@ -255,7 +255,7 @@ var metadata = {
|
|
|
255
255
|
status: 'deprecated'
|
|
256
256
|
},
|
|
257
257
|
'drag-handle': {
|
|
258
|
-
keywords: ['drag-handle', 'draghandle', 'icon', '
|
|
258
|
+
keywords: ['drag-handle', 'draghandle', 'icon', 'drag handler', 'drag dots', 'reorder', 'move'],
|
|
259
259
|
componentName: 'DragHandleIcon',
|
|
260
260
|
package: '@atlaskit/icon/utility/drag-handle',
|
|
261
261
|
oldName: ['drag-handler'],
|
|
@@ -271,7 +271,7 @@ var metadata = {
|
|
|
271
271
|
status: 'deprecated'
|
|
272
272
|
},
|
|
273
273
|
'drag-handle-horizontal': {
|
|
274
|
-
keywords: ['drag-handle-horizontal', 'draghandlehorizontal', 'icon', '
|
|
274
|
+
keywords: ['drag-handle-horizontal', 'draghandlehorizontal', 'icon', 'drag', 'drag handler', 'reorder columns', 'move'],
|
|
275
275
|
componentName: 'DragHandleHorizontalIcon',
|
|
276
276
|
package: '@atlaskit/icon/utility/drag-handle-horizontal',
|
|
277
277
|
type: 'utility',
|
|
@@ -287,7 +287,7 @@ var metadata = {
|
|
|
287
287
|
slackChannel: '#icon-contributions'
|
|
288
288
|
},
|
|
289
289
|
'drag-handle-vertical': {
|
|
290
|
-
keywords: ['drag-handle-vertical', 'draghandlevertical', 'icon', '
|
|
290
|
+
keywords: ['drag-handle-vertical', 'draghandlevertical', 'icon', 'drag', 'drag handler', 'move', 'reorder rows'],
|
|
291
291
|
componentName: 'DragHandleVerticalIcon',
|
|
292
292
|
package: '@atlaskit/icon/utility/drag-handle-vertical',
|
|
293
293
|
oldName: ['drag-handler'],
|
|
@@ -304,7 +304,7 @@ var metadata = {
|
|
|
304
304
|
slackChannel: '#icon-contributions'
|
|
305
305
|
},
|
|
306
306
|
error: {
|
|
307
|
-
keywords: ['error', 'warning', 'alert', 'icon', '
|
|
307
|
+
keywords: ['error', 'warning', 'alert', 'icon', 'filled', 'status', 'form', 'helper'],
|
|
308
308
|
componentName: 'ErrorIcon',
|
|
309
309
|
package: '@atlaskit/icon/utility/error',
|
|
310
310
|
oldName: ['error'],
|
|
@@ -320,7 +320,7 @@ var metadata = {
|
|
|
320
320
|
status: 'deprecated'
|
|
321
321
|
},
|
|
322
322
|
information: {
|
|
323
|
-
keywords: ['information', 'icon', '
|
|
323
|
+
keywords: ['information', 'icon', 'info', 'filled', 'helper', 'tip', 'form'],
|
|
324
324
|
componentName: 'InformationIcon',
|
|
325
325
|
package: '@atlaskit/icon/utility/information',
|
|
326
326
|
oldName: ['editor/info', 'editor/panel', 'info'],
|
|
@@ -336,7 +336,7 @@ var metadata = {
|
|
|
336
336
|
status: 'deprecated'
|
|
337
337
|
},
|
|
338
338
|
'link-external': {
|
|
339
|
-
keywords: ['link-external', 'linkexternal', 'icon', '
|
|
339
|
+
keywords: ['link-external', 'linkexternal', 'icon', 'new tab', 'new window', 'open in', 'url', 'hyperlink', 'www', 'http', 'https', 'website', 'external', 'shortcut', 'diagonal arrow', 'secondary', 'tertiary'],
|
|
340
340
|
componentName: 'LinkExternalIcon',
|
|
341
341
|
package: '@atlaskit/icon/utility/link-external',
|
|
342
342
|
oldName: ['shortcut'],
|
|
@@ -352,7 +352,7 @@ var metadata = {
|
|
|
352
352
|
status: 'deprecated'
|
|
353
353
|
},
|
|
354
354
|
'lock-locked': {
|
|
355
|
-
keywords: ['lock-locked', 'locklocked', 'icon', '
|
|
355
|
+
keywords: ['lock-locked', 'locklocked', 'icon', 'secondary', 'tertiary', 'permissions', 'no access', 'restricted', 'security', 'secure', 'forbidden', 'authentication'],
|
|
356
356
|
componentName: 'LockLockedIcon',
|
|
357
357
|
package: '@atlaskit/icon/utility/lock-locked',
|
|
358
358
|
oldName: ['lock-circle', 'lock-filled', 'lock', 'unlock-circle'],
|
|
@@ -368,7 +368,7 @@ var metadata = {
|
|
|
368
368
|
status: 'deprecated'
|
|
369
369
|
},
|
|
370
370
|
'lock-unlocked': {
|
|
371
|
-
keywords: ['lock-unlocked', 'lockunlocked', 'icon', '
|
|
371
|
+
keywords: ['lock-unlocked', 'lockunlocked', 'icon', 'secondary', 'tertiary', 'open permissions', 'unrestricted access', 'security', 'insecure', 'authentication'],
|
|
372
372
|
componentName: 'LockUnlockedIcon',
|
|
373
373
|
package: '@atlaskit/icon/utility/lock-unlocked',
|
|
374
374
|
oldName: ['unlock-filled', 'unlock'],
|
|
@@ -384,7 +384,7 @@ var metadata = {
|
|
|
384
384
|
status: 'deprecated'
|
|
385
385
|
},
|
|
386
386
|
'show-more-horizontal': {
|
|
387
|
-
keywords: ['show-more-horizontal', 'showmorehorizontal', 'icon', '
|
|
387
|
+
keywords: ['show-more-horizontal', 'showmorehorizontal', 'icon', 'ellipses', 'three dots', 'meatball', 'more actions', 'secondary', 'tertiary'],
|
|
388
388
|
componentName: 'ShowMoreHorizontalIcon',
|
|
389
389
|
package: '@atlaskit/icon/utility/show-more-horizontal',
|
|
390
390
|
oldName: ['editor/more', 'more'],
|
|
@@ -400,7 +400,7 @@ var metadata = {
|
|
|
400
400
|
status: 'deprecated'
|
|
401
401
|
},
|
|
402
402
|
'show-more-vertical': {
|
|
403
|
-
keywords: ['show-more-vertical', 'showmorevertical', 'icon', '
|
|
403
|
+
keywords: ['show-more-vertical', 'showmorevertical', 'icon', 'three dots', 'kebab', 'more actions', 'secondary', 'tertiary'],
|
|
404
404
|
componentName: 'ShowMoreVerticalIcon',
|
|
405
405
|
package: '@atlaskit/icon/utility/show-more-vertical',
|
|
406
406
|
oldName: ['more-vertical'],
|
|
@@ -416,7 +416,7 @@ var metadata = {
|
|
|
416
416
|
status: 'deprecated'
|
|
417
417
|
},
|
|
418
418
|
'star-starred': {
|
|
419
|
-
keywords: ['star-starred', 'starstarred', 'icon', '
|
|
419
|
+
keywords: ['star-starred', 'starstarred', 'icon', 'favourite', 'star', 'starred', 'filled', 'menu', 'secondary', 'tertiary'],
|
|
420
420
|
componentName: 'StarStarredIcon',
|
|
421
421
|
package: '@atlaskit/icon/utility/star-starred',
|
|
422
422
|
oldName: ['star-filled'],
|
|
@@ -432,7 +432,7 @@ var metadata = {
|
|
|
432
432
|
status: 'deprecated'
|
|
433
433
|
},
|
|
434
434
|
'star-unstarred': {
|
|
435
|
-
keywords: ['star-unstarred', 'starunstarred', 'icon', '
|
|
435
|
+
keywords: ['star-unstarred', 'starunstarred', 'icon', 'favourite', 'star', 'form', 'secondary', 'tertiary'],
|
|
436
436
|
componentName: 'StarUnstarredIcon',
|
|
437
437
|
package: '@atlaskit/icon/utility/star-unstarred',
|
|
438
438
|
oldName: ['star', 'star-large'],
|
|
@@ -448,7 +448,7 @@ var metadata = {
|
|
|
448
448
|
status: 'deprecated'
|
|
449
449
|
},
|
|
450
450
|
success: {
|
|
451
|
-
keywords: ['success', 'icon', '
|
|
451
|
+
keywords: ['success', 'icon', 'tick', 'yes', 'success', 'filled'],
|
|
452
452
|
componentName: 'SuccessIcon',
|
|
453
453
|
package: '@atlaskit/icon/utility/success',
|
|
454
454
|
oldName: ['check-circle', 'editor/success'],
|
|
@@ -464,7 +464,7 @@ var metadata = {
|
|
|
464
464
|
status: 'deprecated'
|
|
465
465
|
},
|
|
466
466
|
warning: {
|
|
467
|
-
keywords: ['warning', 'error', 'alert', 'icon', '
|
|
467
|
+
keywords: ['warning', 'error', 'alert', 'icon', 'alert', 'danger', 'triangle', 'filled', 'secondary', 'tertiary'],
|
|
468
468
|
componentName: 'WarningIcon',
|
|
469
469
|
package: '@atlaskit/icon/utility/warning',
|
|
470
470
|
oldName: ['editor/warning', 'warning'],
|