@atlaskit/icon 27.9.0 → 27.9.2
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 +14 -0
- package/build/index.tsx +2 -2
- package/dist/cjs/metadata-core.js +367 -367
- package/dist/cjs/metadata-utility.js +30 -30
- package/dist/es2019/metadata-core.js +367 -367
- package/dist/es2019/metadata-utility.js +30 -30
- package/dist/esm/metadata-core.js +367 -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 +3 -3
|
@@ -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::
|
|
6
|
+
* @codegen <<SignedSource::c3117e1f85e95001dbf33c1d06887055>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
var metadata = {
|
|
11
11
|
add: {
|
|
12
|
-
keywords: ['add', 'plus', 'create', 'new', 'icon', '
|
|
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 @@ var metadata = {
|
|
|
25
25
|
status: 'deprecated'
|
|
26
26
|
},
|
|
27
27
|
'arrow-down': {
|
|
28
|
-
keywords: ['arrow-down', 'arrowdown', 'icon', '
|
|
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 @@ var metadata = {
|
|
|
41
41
|
status: 'deprecated'
|
|
42
42
|
},
|
|
43
43
|
'arrow-left': {
|
|
44
|
-
keywords: ['arrow-left', 'arrowleft', 'back', 'previous', 'icon', '
|
|
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 @@ var metadata = {
|
|
|
57
57
|
status: 'deprecated'
|
|
58
58
|
},
|
|
59
59
|
'arrow-right': {
|
|
60
|
-
keywords: ['arrow-right', 'arrowright', 'forward', 'next', 'icon', '
|
|
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 @@ var metadata = {
|
|
|
73
73
|
status: 'deprecated'
|
|
74
74
|
},
|
|
75
75
|
'arrow-up': {
|
|
76
|
-
keywords: ['arrow-up', 'arrowup', 'icon', '
|
|
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 @@ var metadata = {
|
|
|
89
89
|
status: 'deprecated'
|
|
90
90
|
},
|
|
91
91
|
'check-circle': {
|
|
92
|
-
keywords: ['check-circle', 'checkcircle', 'tick', 'icon', '
|
|
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 @@ var metadata = {
|
|
|
105
105
|
status: 'deprecated'
|
|
106
106
|
},
|
|
107
107
|
'check-mark': {
|
|
108
|
-
keywords: ['check-mark', 'checkmark', 'icon', '
|
|
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 @@ var metadata = {
|
|
|
121
121
|
status: 'deprecated'
|
|
122
122
|
},
|
|
123
123
|
'chevron-double-left': {
|
|
124
|
-
keywords: ['chevron-double-left', 'chevrondoubleleft', 'icon', '
|
|
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 @@ var metadata = {
|
|
|
137
137
|
slackChannel: '#help-design-system'
|
|
138
138
|
},
|
|
139
139
|
'chevron-double-right': {
|
|
140
|
-
keywords: ['chevron-double-right', 'chevrondoubleright', 'icon', '
|
|
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 @@ var metadata = {
|
|
|
153
153
|
slackChannel: '#help-design-system'
|
|
154
154
|
},
|
|
155
155
|
'chevron-down': {
|
|
156
|
-
keywords: ['chevron-down', 'chevrondown', 'expand', 'collapse', 'icon', '
|
|
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 @@ var metadata = {
|
|
|
169
169
|
status: 'deprecated'
|
|
170
170
|
},
|
|
171
171
|
'chevron-left': {
|
|
172
|
-
keywords: ['chevron-left', 'chevronleft', 'back', 'previous', 'icon', '
|
|
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 @@ var metadata = {
|
|
|
185
185
|
status: 'deprecated'
|
|
186
186
|
},
|
|
187
187
|
'chevron-right': {
|
|
188
|
-
keywords: ['chevron-right', 'chevronright', 'forward', 'next', 'icon', '
|
|
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 @@ var metadata = {
|
|
|
201
201
|
status: 'deprecated'
|
|
202
202
|
},
|
|
203
203
|
'chevron-up': {
|
|
204
|
-
keywords: ['chevron-up', 'chevronup', 'expand', 'collapse', 'icon', '
|
|
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 @@ var metadata = {
|
|
|
217
217
|
status: 'deprecated'
|
|
218
218
|
},
|
|
219
219
|
cross: {
|
|
220
|
-
keywords: ['cross', 'close', 'x', 'cancel', 'icon', '
|
|
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 @@ var metadata = {
|
|
|
233
233
|
status: 'deprecated'
|
|
234
234
|
},
|
|
235
235
|
'cross-circle': {
|
|
236
|
-
keywords: ['cross-circle', 'crosscircle', 'close', 'x', 'cancel', 'icon', '
|
|
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 @@ var metadata = {
|
|
|
249
249
|
status: 'deprecated'
|
|
250
250
|
},
|
|
251
251
|
'drag-handle': {
|
|
252
|
-
keywords: ['drag-handle', 'draghandle', 'icon', '
|
|
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 @@ var metadata = {
|
|
|
265
265
|
status: 'deprecated'
|
|
266
266
|
},
|
|
267
267
|
'drag-handle-horizontal': {
|
|
268
|
-
keywords: ['drag-handle-horizontal', 'draghandlehorizontal', 'icon', '
|
|
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 @@ var metadata = {
|
|
|
281
281
|
slackChannel: '#icon-contributions'
|
|
282
282
|
},
|
|
283
283
|
'drag-handle-vertical': {
|
|
284
|
-
keywords: ['drag-handle-vertical', 'draghandlevertical', 'icon', '
|
|
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 @@ var metadata = {
|
|
|
298
298
|
slackChannel: '#icon-contributions'
|
|
299
299
|
},
|
|
300
300
|
error: {
|
|
301
|
-
keywords: ['error', 'warning', 'alert', 'icon', '
|
|
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 @@ var metadata = {
|
|
|
314
314
|
status: 'deprecated'
|
|
315
315
|
},
|
|
316
316
|
information: {
|
|
317
|
-
keywords: ['information', 'icon', '
|
|
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 @@ var metadata = {
|
|
|
330
330
|
status: 'deprecated'
|
|
331
331
|
},
|
|
332
332
|
'link-external': {
|
|
333
|
-
keywords: ['link-external', 'linkexternal', 'icon', '
|
|
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 @@ var metadata = {
|
|
|
346
346
|
status: 'deprecated'
|
|
347
347
|
},
|
|
348
348
|
'lock-locked': {
|
|
349
|
-
keywords: ['lock-locked', 'locklocked', 'icon', '
|
|
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 @@ var metadata = {
|
|
|
362
362
|
status: 'deprecated'
|
|
363
363
|
},
|
|
364
364
|
'lock-unlocked': {
|
|
365
|
-
keywords: ['lock-unlocked', 'lockunlocked', 'icon', '
|
|
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 @@ var metadata = {
|
|
|
378
378
|
status: 'deprecated'
|
|
379
379
|
},
|
|
380
380
|
'show-more-horizontal': {
|
|
381
|
-
keywords: ['show-more-horizontal', 'showmorehorizontal', 'icon', '
|
|
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 @@ var metadata = {
|
|
|
394
394
|
status: 'deprecated'
|
|
395
395
|
},
|
|
396
396
|
'show-more-vertical': {
|
|
397
|
-
keywords: ['show-more-vertical', 'showmorevertical', 'icon', '
|
|
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 @@ var metadata = {
|
|
|
410
410
|
status: 'deprecated'
|
|
411
411
|
},
|
|
412
412
|
'star-starred': {
|
|
413
|
-
keywords: ['star-starred', 'starstarred', 'icon', '
|
|
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 @@ var metadata = {
|
|
|
426
426
|
status: 'deprecated'
|
|
427
427
|
},
|
|
428
428
|
'star-unstarred': {
|
|
429
|
-
keywords: ['star-unstarred', 'starunstarred', 'icon', '
|
|
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 @@ var metadata = {
|
|
|
442
442
|
status: 'deprecated'
|
|
443
443
|
},
|
|
444
444
|
success: {
|
|
445
|
-
keywords: ['success', 'icon', '
|
|
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 @@ var metadata = {
|
|
|
458
458
|
status: 'deprecated'
|
|
459
459
|
},
|
|
460
460
|
warning: {
|
|
461
|
-
keywords: ['warning', 'error', 'alert', 'icon', '
|
|
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'],
|
|
@@ -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::d540d86d4539a6bb75ca94a78337a5ec>>
|
|
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::c3117e1f85e95001dbf33c1d06887055>>
|
|
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::d540d86d4539a6bb75ca94a78337a5ec>>
|
|
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::c3117e1f85e95001dbf33c1d06887055>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
interface metadata {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/icon",
|
|
3
|
-
"version": "27.9.
|
|
3
|
+
"version": "27.9.2",
|
|
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": "^
|
|
99
|
+
"@atlaskit/tokens": "^6.0.0",
|
|
100
100
|
"@babel/register": "^7.25.9",
|
|
101
101
|
"@babel/runtime": "^7.0.0",
|
|
102
102
|
"@compiled/react": "^0.18.3"
|
|
@@ -117,7 +117,7 @@
|
|
|
117
117
|
"@atlaskit/form": "^12.0.0",
|
|
118
118
|
"@atlaskit/heading": "^5.2.0",
|
|
119
119
|
"@atlaskit/icon-file-type": "^7.0.0",
|
|
120
|
-
"@atlaskit/icon-object": "^7.
|
|
120
|
+
"@atlaskit/icon-object": "^7.2.0",
|
|
121
121
|
"@atlaskit/link": "^3.2.0",
|
|
122
122
|
"@atlaskit/logo": "^19.6.0",
|
|
123
123
|
"@atlaskit/menu": "^8.1.0",
|