@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.
Files changed (54) hide show
  1. package/CHANGELOG.md +35 -0
  2. package/build/index.tsx +2 -2
  3. package/core/basketball.js +2 -2
  4. package/core/chart-bar.js +2 -2
  5. package/core/chart-pie.js +2 -2
  6. package/core/check-circle-unchecked.d.ts +13 -0
  7. package/core/check-circle-unchecked.js +28 -0
  8. package/core/check-mark.js +2 -2
  9. package/core/edit.js +2 -2
  10. package/core/glasses.js +2 -2
  11. package/core/headphones.js +2 -2
  12. package/core/home.js +2 -2
  13. package/core/paint-bucket.js +2 -2
  14. package/core/presenter-mode.js +2 -2
  15. package/core/priority-critical.js +2 -2
  16. package/core/priority-high.js +2 -2
  17. package/core/priority-highest.js +2 -2
  18. package/core/priority-major.js +2 -2
  19. package/core/redo.js +2 -2
  20. package/core/shield-strikethrough.js +2 -2
  21. package/core/snippet.js +2 -2
  22. package/core/thumbs-down.js +2 -2
  23. package/core/whiteboard.js +2 -2
  24. package/dist/cjs/metadata-core.js +377 -367
  25. package/dist/cjs/metadata-utility.js +30 -30
  26. package/dist/es2019/metadata-core.js +377 -367
  27. package/dist/es2019/metadata-utility.js +30 -30
  28. package/dist/esm/metadata-core.js +377 -367
  29. package/dist/esm/metadata-utility.js +30 -30
  30. package/dist/types/metadata-core.d.ts +1 -1
  31. package/dist/types/metadata-utility.d.ts +1 -1
  32. package/dist/types-ts4.5/metadata-core.d.ts +1 -1
  33. package/dist/types-ts4.5/metadata-utility.d.ts +1 -1
  34. package/package.json +2 -2
  35. package/svgs/core/basketball.svg +1 -1
  36. package/svgs/core/chart-bar.svg +1 -1
  37. package/svgs/core/chart-pie.svg +1 -1
  38. package/svgs/core/check-circle-unchecked.svg +1 -0
  39. package/svgs/core/check-mark.svg +1 -1
  40. package/svgs/core/edit.svg +1 -1
  41. package/svgs/core/glasses.svg +1 -1
  42. package/svgs/core/headphones.svg +1 -1
  43. package/svgs/core/home.svg +1 -1
  44. package/svgs/core/paint-bucket.svg +1 -1
  45. package/svgs/core/presenter-mode.svg +1 -1
  46. package/svgs/core/priority-critical.svg +1 -1
  47. package/svgs/core/priority-high.svg +1 -1
  48. package/svgs/core/priority-highest.svg +1 -1
  49. package/svgs/core/priority-major.svg +1 -1
  50. package/svgs/core/redo.svg +1 -1
  51. package/svgs/core/shield-strikethrough.svg +1 -1
  52. package/svgs/core/snippet.svg +1 -1
  53. package/svgs/core/thumbs-down.svg +1 -1
  54. package/svgs/core/whiteboard.svg +1 -1
@@ -3,13 +3,13 @@
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::0c3e035b20a6ad065a4bf439a32227fa>>
6
+ * @codegen <<SignedSource::c3117e1f85e95001dbf33c1d06887055>>
7
7
  * @codegenCommand yarn build:icon-glyphs
8
8
  */
9
9
 
10
10
  const metadata = {
11
11
  add: {
12
- keywords: ['add', 'plus', 'create', 'new', 'icon', 'utility', 'create', 'plus'],
12
+ keywords: ['add', 'plus', 'create', 'new', 'icon', 'create', 'plus'],
13
13
  componentName: 'AddIcon',
14
14
  package: '@atlaskit/icon/utility/add',
15
15
  oldName: ['add-circle', 'add', 'editor/add', 'emoji/custom'],
@@ -25,7 +25,7 @@ const metadata = {
25
25
  status: 'deprecated'
26
26
  },
27
27
  'arrow-down': {
28
- keywords: ['arrow-down', 'arrowdown', 'icon', 'utility', 'down', 'bottom', 'sorting'],
28
+ keywords: ['arrow-down', 'arrowdown', 'icon', 'down', 'bottom', 'sorting'],
29
29
  componentName: 'ArrowDownIcon',
30
30
  package: '@atlaskit/icon/utility/arrow-down',
31
31
  oldName: ['arrow-down-circle', 'arrow-down'],
@@ -41,7 +41,7 @@ const metadata = {
41
41
  status: 'deprecated'
42
42
  },
43
43
  'arrow-left': {
44
- keywords: ['arrow-left', 'arrowleft', 'back', 'previous', 'icon', 'utility', 'back', 'previous'],
44
+ keywords: ['arrow-left', 'arrowleft', 'back', 'previous', 'icon', 'back', 'previous'],
45
45
  componentName: 'ArrowLeftIcon',
46
46
  package: '@atlaskit/icon/utility/arrow-left',
47
47
  oldName: ['arrow-left-circle', 'arrow-left'],
@@ -57,7 +57,7 @@ const metadata = {
57
57
  status: 'deprecated'
58
58
  },
59
59
  'arrow-right': {
60
- keywords: ['arrow-right', 'arrowright', 'forward', 'next', 'icon', 'utility', 'forward', 'next', 'link'],
60
+ keywords: ['arrow-right', 'arrowright', 'forward', 'next', 'icon', 'forward', 'next', 'link'],
61
61
  componentName: 'ArrowRightIcon',
62
62
  package: '@atlaskit/icon/utility/arrow-right',
63
63
  oldName: ['arrow-right-circle', 'arrow-right'],
@@ -73,7 +73,7 @@ const metadata = {
73
73
  status: 'deprecated'
74
74
  },
75
75
  'arrow-up': {
76
- keywords: ['arrow-up', 'arrowup', 'icon', 'utility', 'improvement', 'jira status'],
76
+ keywords: ['arrow-up', 'arrowup', 'icon', 'improvement', 'jira status'],
77
77
  componentName: 'ArrowUpIcon',
78
78
  package: '@atlaskit/icon/utility/arrow-up',
79
79
  oldName: ['arrow-up-circle', 'arrow-up'],
@@ -89,7 +89,7 @@ const metadata = {
89
89
  status: 'deprecated'
90
90
  },
91
91
  'check-circle': {
92
- keywords: ['check-circle', 'checkcircle', 'tick', 'icon', 'utility', 'tick', 'yes', 'checkmark'],
92
+ keywords: ['check-circle', 'checkcircle', 'tick', 'icon', 'tick', 'yes', 'checkmark'],
93
93
  componentName: 'CheckCircleIcon',
94
94
  package: '@atlaskit/icon/utility/check-circle',
95
95
  oldName: ['check-circle', 'check-circle-outline', 'emoji/productivity'],
@@ -105,7 +105,7 @@ const metadata = {
105
105
  status: 'deprecated'
106
106
  },
107
107
  'check-mark': {
108
- keywords: ['check-mark', 'checkmark', 'icon', 'utility', 'tick'],
108
+ keywords: ['check-mark', 'checkmark', 'icon', 'tick'],
109
109
  componentName: 'CheckMarkIcon',
110
110
  package: '@atlaskit/icon/utility/check-mark',
111
111
  oldName: ['check', 'editor/done'],
@@ -121,7 +121,7 @@ const metadata = {
121
121
  status: 'deprecated'
122
122
  },
123
123
  'chevron-double-left': {
124
- keywords: ['chevron-double-left', 'chevrondoubleleft', 'icon', 'utility', 'calendar year', '<<', 'less than', 'previous'],
124
+ keywords: ['chevron-double-left', 'chevrondoubleleft', 'icon', 'calendar year', '<<', 'less than', 'previous'],
125
125
  componentName: 'ChevronDoubleLeftIcon',
126
126
  package: '@atlaskit/icon/utility/chevron-double-left',
127
127
  type: 'utility',
@@ -137,7 +137,7 @@ const metadata = {
137
137
  slackChannel: '#help-design-system'
138
138
  },
139
139
  'chevron-double-right': {
140
- keywords: ['chevron-double-right', 'chevrondoubleright', 'icon', 'utility', 'calendar year', '>>', 'greater than', 'next'],
140
+ keywords: ['chevron-double-right', 'chevrondoubleright', 'icon', 'calendar year', '>>', 'greater than', 'next'],
141
141
  componentName: 'ChevronDoubleRightIcon',
142
142
  package: '@atlaskit/icon/utility/chevron-double-right',
143
143
  type: 'utility',
@@ -153,7 +153,7 @@ const metadata = {
153
153
  slackChannel: '#help-design-system'
154
154
  },
155
155
  'chevron-down': {
156
- keywords: ['chevron-down', 'chevrondown', 'expand', 'collapse', 'icon', 'utility', 'accordion', 'down'],
156
+ keywords: ['chevron-down', 'chevrondown', 'expand', 'collapse', 'icon', 'accordion', 'down'],
157
157
  componentName: 'ChevronDownIcon',
158
158
  package: '@atlaskit/icon/utility/chevron-down',
159
159
  oldName: ['chevron-down', 'chevron-down-circle', 'hipchat/chevron-down'],
@@ -169,7 +169,7 @@ const metadata = {
169
169
  status: 'deprecated'
170
170
  },
171
171
  'chevron-left': {
172
- keywords: ['chevron-left', 'chevronleft', 'back', 'previous', 'icon', 'utility', 'less than', '<', 'previous'],
172
+ keywords: ['chevron-left', 'chevronleft', 'back', 'previous', 'icon', 'less than', '<', 'previous'],
173
173
  componentName: 'ChevronLeftIcon',
174
174
  package: '@atlaskit/icon/utility/chevron-left',
175
175
  oldName: ['chevron-left-circle', 'chevron-left', 'chevron-left-large'],
@@ -185,7 +185,7 @@ const metadata = {
185
185
  status: 'deprecated'
186
186
  },
187
187
  'chevron-right': {
188
- keywords: ['chevron-right', 'chevronright', 'forward', 'next', 'icon', 'utility', 'greater than', '>', 'next'],
188
+ keywords: ['chevron-right', 'chevronright', 'forward', 'next', 'icon', 'greater than', '>', 'next'],
189
189
  componentName: 'ChevronRightIcon',
190
190
  package: '@atlaskit/icon/utility/chevron-right',
191
191
  oldName: ['chevron-right-circle', 'chevron-right', 'chevron-right-large'],
@@ -201,7 +201,7 @@ const metadata = {
201
201
  status: 'deprecated'
202
202
  },
203
203
  'chevron-up': {
204
- keywords: ['chevron-up', 'chevronup', 'expand', 'collapse', 'icon', 'utility', 'up', 'accordion'],
204
+ keywords: ['chevron-up', 'chevronup', 'expand', 'collapse', 'icon', 'up', 'accordion'],
205
205
  componentName: 'ChevronUpIcon',
206
206
  package: '@atlaskit/icon/utility/chevron-up',
207
207
  oldName: ['chevron-up-circle', 'hipchat/chevron-up', 'chevron-up'],
@@ -217,7 +217,7 @@ const metadata = {
217
217
  status: 'deprecated'
218
218
  },
219
219
  cross: {
220
- keywords: ['cross', 'close', 'x', 'cancel', 'icon', 'utility', 'remove', 'clear', 'x'],
220
+ keywords: ['cross', 'close', 'x', 'cancel', 'icon', 'remove', 'clear', 'x'],
221
221
  componentName: 'CrossIcon',
222
222
  package: '@atlaskit/icon/utility/cross',
223
223
  oldName: ['cross', 'editor/close'],
@@ -233,7 +233,7 @@ const metadata = {
233
233
  status: 'deprecated'
234
234
  },
235
235
  'cross-circle': {
236
- keywords: ['cross-circle', 'crosscircle', 'close', 'x', 'cancel', 'icon', 'utility', 'x', 'exit', 'clear', 'no', 'filled', 'form'],
236
+ keywords: ['cross-circle', 'crosscircle', 'close', 'x', 'cancel', 'icon', 'x', 'exit', 'clear', 'no', 'filled', 'form'],
237
237
  componentName: 'CrossCircleIcon',
238
238
  package: '@atlaskit/icon/utility/cross-circle',
239
239
  oldName: ['cross-circle', 'editor/error', 'select-clear'],
@@ -249,7 +249,7 @@ const metadata = {
249
249
  status: 'deprecated'
250
250
  },
251
251
  'drag-handle': {
252
- keywords: ['drag-handle', 'draghandle', 'icon', 'utility', 'drag handler', 'drag dots', 'reorder', 'move'],
252
+ keywords: ['drag-handle', 'draghandle', 'icon', 'drag handler', 'drag dots', 'reorder', 'move'],
253
253
  componentName: 'DragHandleIcon',
254
254
  package: '@atlaskit/icon/utility/drag-handle',
255
255
  oldName: ['drag-handler'],
@@ -265,7 +265,7 @@ const metadata = {
265
265
  status: 'deprecated'
266
266
  },
267
267
  'drag-handle-horizontal': {
268
- keywords: ['drag-handle-horizontal', 'draghandlehorizontal', 'icon', 'utility', 'drag', 'drag handler', 'reorder columns', 'move'],
268
+ keywords: ['drag-handle-horizontal', 'draghandlehorizontal', 'icon', 'drag', 'drag handler', 'reorder columns', 'move'],
269
269
  componentName: 'DragHandleHorizontalIcon',
270
270
  package: '@atlaskit/icon/utility/drag-handle-horizontal',
271
271
  type: 'utility',
@@ -281,7 +281,7 @@ const metadata = {
281
281
  slackChannel: '#icon-contributions'
282
282
  },
283
283
  'drag-handle-vertical': {
284
- keywords: ['drag-handle-vertical', 'draghandlevertical', 'icon', 'utility', 'drag', 'drag handler', 'move', 'reorder rows'],
284
+ keywords: ['drag-handle-vertical', 'draghandlevertical', 'icon', 'drag', 'drag handler', 'move', 'reorder rows'],
285
285
  componentName: 'DragHandleVerticalIcon',
286
286
  package: '@atlaskit/icon/utility/drag-handle-vertical',
287
287
  oldName: ['drag-handler'],
@@ -298,7 +298,7 @@ const metadata = {
298
298
  slackChannel: '#icon-contributions'
299
299
  },
300
300
  error: {
301
- keywords: ['error', 'warning', 'alert', 'icon', 'utility', 'filled', 'status', 'form', 'helper'],
301
+ keywords: ['error', 'warning', 'alert', 'icon', 'filled', 'status', 'form', 'helper'],
302
302
  componentName: 'ErrorIcon',
303
303
  package: '@atlaskit/icon/utility/error',
304
304
  oldName: ['error'],
@@ -314,7 +314,7 @@ const metadata = {
314
314
  status: 'deprecated'
315
315
  },
316
316
  information: {
317
- keywords: ['information', 'icon', 'utility', 'info', 'filled', 'helper', 'tip', 'form'],
317
+ keywords: ['information', 'icon', 'info', 'filled', 'helper', 'tip', 'form'],
318
318
  componentName: 'InformationIcon',
319
319
  package: '@atlaskit/icon/utility/information',
320
320
  oldName: ['editor/info', 'editor/panel', 'info'],
@@ -330,7 +330,7 @@ const metadata = {
330
330
  status: 'deprecated'
331
331
  },
332
332
  'link-external': {
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'],
333
+ keywords: ['link-external', 'linkexternal', 'icon', 'new tab', 'new window', 'open in', 'url', 'hyperlink', 'www', 'http', 'https', 'website', 'external', 'shortcut', 'diagonal arrow', 'secondary', 'tertiary'],
334
334
  componentName: 'LinkExternalIcon',
335
335
  package: '@atlaskit/icon/utility/link-external',
336
336
  oldName: ['shortcut'],
@@ -346,7 +346,7 @@ const metadata = {
346
346
  status: 'deprecated'
347
347
  },
348
348
  'lock-locked': {
349
- keywords: ['lock-locked', 'locklocked', 'icon', 'utility', 'secondary', 'tertiary', 'permissions', 'no access', 'restricted', 'security', 'secure', 'forbidden', 'authentication'],
349
+ keywords: ['lock-locked', 'locklocked', 'icon', 'secondary', 'tertiary', 'permissions', 'no access', 'restricted', 'security', 'secure', 'forbidden', 'authentication'],
350
350
  componentName: 'LockLockedIcon',
351
351
  package: '@atlaskit/icon/utility/lock-locked',
352
352
  oldName: ['lock-circle', 'lock-filled', 'lock', 'unlock-circle'],
@@ -362,7 +362,7 @@ const metadata = {
362
362
  status: 'deprecated'
363
363
  },
364
364
  'lock-unlocked': {
365
- keywords: ['lock-unlocked', 'lockunlocked', 'icon', 'utility', 'secondary', 'tertiary', 'open permissions', 'unrestricted access', 'security', 'insecure', 'authentication'],
365
+ keywords: ['lock-unlocked', 'lockunlocked', 'icon', 'secondary', 'tertiary', 'open permissions', 'unrestricted access', 'security', 'insecure', 'authentication'],
366
366
  componentName: 'LockUnlockedIcon',
367
367
  package: '@atlaskit/icon/utility/lock-unlocked',
368
368
  oldName: ['unlock-filled', 'unlock'],
@@ -378,7 +378,7 @@ const metadata = {
378
378
  status: 'deprecated'
379
379
  },
380
380
  'show-more-horizontal': {
381
- keywords: ['show-more-horizontal', 'showmorehorizontal', 'icon', 'utility', 'ellipses', 'three dots', 'meatball', 'more actions', 'secondary', 'tertiary'],
381
+ keywords: ['show-more-horizontal', 'showmorehorizontal', 'icon', 'ellipses', 'three dots', 'meatball', 'more actions', 'secondary', 'tertiary'],
382
382
  componentName: 'ShowMoreHorizontalIcon',
383
383
  package: '@atlaskit/icon/utility/show-more-horizontal',
384
384
  oldName: ['editor/more', 'more'],
@@ -394,7 +394,7 @@ const metadata = {
394
394
  status: 'deprecated'
395
395
  },
396
396
  'show-more-vertical': {
397
- keywords: ['show-more-vertical', 'showmorevertical', 'icon', 'utility', 'three dots', 'kebab', 'more actions', 'secondary', 'tertiary'],
397
+ keywords: ['show-more-vertical', 'showmorevertical', 'icon', 'three dots', 'kebab', 'more actions', 'secondary', 'tertiary'],
398
398
  componentName: 'ShowMoreVerticalIcon',
399
399
  package: '@atlaskit/icon/utility/show-more-vertical',
400
400
  oldName: ['more-vertical'],
@@ -410,7 +410,7 @@ const metadata = {
410
410
  status: 'deprecated'
411
411
  },
412
412
  'star-starred': {
413
- keywords: ['star-starred', 'starstarred', 'icon', 'utility', 'favourite', 'star', 'starred', 'filled', 'menu', 'secondary', 'tertiary'],
413
+ keywords: ['star-starred', 'starstarred', 'icon', 'favourite', 'star', 'starred', 'filled', 'menu', 'secondary', 'tertiary'],
414
414
  componentName: 'StarStarredIcon',
415
415
  package: '@atlaskit/icon/utility/star-starred',
416
416
  oldName: ['star-filled'],
@@ -426,7 +426,7 @@ const metadata = {
426
426
  status: 'deprecated'
427
427
  },
428
428
  'star-unstarred': {
429
- keywords: ['star-unstarred', 'starunstarred', 'icon', 'utility', 'favourite', 'star', 'form', 'secondary', 'tertiary'],
429
+ keywords: ['star-unstarred', 'starunstarred', 'icon', 'favourite', 'star', 'form', 'secondary', 'tertiary'],
430
430
  componentName: 'StarUnstarredIcon',
431
431
  package: '@atlaskit/icon/utility/star-unstarred',
432
432
  oldName: ['star', 'star-large'],
@@ -442,7 +442,7 @@ const metadata = {
442
442
  status: 'deprecated'
443
443
  },
444
444
  success: {
445
- keywords: ['success', 'icon', 'utility', 'tick', 'yes', 'success', 'filled'],
445
+ keywords: ['success', 'icon', 'tick', 'yes', 'success', 'filled'],
446
446
  componentName: 'SuccessIcon',
447
447
  package: '@atlaskit/icon/utility/success',
448
448
  oldName: ['check-circle', 'editor/success'],
@@ -458,7 +458,7 @@ const metadata = {
458
458
  status: 'deprecated'
459
459
  },
460
460
  warning: {
461
- keywords: ['warning', 'error', 'alert', 'icon', 'utility', 'alert', 'danger', 'triangle', 'filled', 'secondary', 'tertiary'],
461
+ keywords: ['warning', 'error', 'alert', 'icon', 'alert', 'danger', 'triangle', 'filled', 'secondary', 'tertiary'],
462
462
  componentName: 'WarningIcon',
463
463
  package: '@atlaskit/icon/utility/warning',
464
464
  oldName: ['editor/warning', 'warning'],