@atlaskit/icon 25.6.0 → 25.8.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 +29 -0
- package/afm-passionfruit/tsconfig.json +27 -0
- package/core/attachment.js +2 -2
- package/core/cash.js +2 -2
- package/core/check-circle.js +2 -2
- package/core/child-work-items.d.ts +13 -0
- package/core/child-work-items.js +28 -0
- package/core/clock.js +2 -2
- package/core/defect.js +2 -2
- package/core/devices.js +2 -2
- package/core/exclamation-square.js +2 -2
- package/core/list-checklist.js +2 -2
- package/core/migration/attachment--editor-attachment.js +2 -2
- package/core/migration/attachment.js +2 -2
- package/core/migration/check-circle--check-circle-outline.js +2 -2
- package/core/migration/check-circle--emoji-productivity.js +2 -2
- package/core/migration/check-circle.js +2 -2
- package/core/migration/clock--editor-recent.js +2 -2
- package/core/migration/clock--emoji-frequent.js +2 -2
- package/core/migration/clock--recent.js +2 -2
- package/core/migration/plus-square--issue-raise.js +2 -2
- package/core/migration/subtasks--subtask.js +2 -2
- package/core/minus-square.js +2 -2
- package/core/pen.js +2 -2
- package/core/pin-filled.js +2 -2
- package/core/pin.js +2 -2
- package/core/plus-square.js +2 -2
- package/core/priority-blocker.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-low.js +2 -2
- package/core/priority-lowest.js +2 -2
- package/core/priority-major.js +2 -2
- package/core/priority-medium.js +2 -2
- package/core/priority-minor.js +2 -2
- package/core/priority-trivial.js +2 -2
- package/core/problem.js +2 -2
- package/core/refresh.js +2 -2
- package/core/shapes.js +2 -2
- package/core/story.js +2 -2
- package/core/subtasks.js +2 -2
- package/core/tools.js +2 -2
- package/core/work-item.js +2 -2
- package/dist/cjs/components/icon.js +1 -5
- package/dist/cjs/metadata-core.js +64 -54
- package/dist/cjs/metadata-utility.js +3 -3
- package/dist/es2019/components/icon.js +1 -5
- package/dist/es2019/metadata-core.js +64 -54
- package/dist/es2019/metadata-utility.js +3 -3
- package/dist/esm/components/icon.js +1 -5
- package/dist/esm/metadata-core.js +64 -54
- package/dist/esm/metadata-utility.js +3 -3
- 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 +12 -12
- package/svgs/core/child-work-items.svg +1 -0
- package/svgs/core/refresh.svg +1 -1
- package/svgs/core/shapes.svg +1 -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::74e48f82d18722adc91c77fffafd647c>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
|
|
@@ -365,13 +365,13 @@ var metadata = {
|
|
|
365
365
|
status: 'published'
|
|
366
366
|
},
|
|
367
367
|
attachment: {
|
|
368
|
-
keywords: ['attachment', 'paperclip', 'icon', 'core', 'paperclip', 'attach'],
|
|
368
|
+
keywords: ['attachment', 'paperclip', 'icon', 'core', 'paperclip', 'attach', 'attachment'],
|
|
369
369
|
componentName: 'AttachmentIcon',
|
|
370
370
|
package: '@atlaskit/icon/core/attachment',
|
|
371
371
|
oldName: ['attachment', 'editor/attachment'],
|
|
372
372
|
type: 'core',
|
|
373
373
|
categorization: 'single-purpose',
|
|
374
|
-
usage: '
|
|
374
|
+
usage: 'Reserved for attaching files to work types or other objects.',
|
|
375
375
|
team: 'Design System Team',
|
|
376
376
|
status: 'published'
|
|
377
377
|
},
|
|
@@ -595,14 +595,14 @@ var metadata = {
|
|
|
595
595
|
status: 'published'
|
|
596
596
|
},
|
|
597
597
|
cash: {
|
|
598
|
-
keywords: ['cash', 'icon', 'core', 'currency', 'money', 'cash', 'dollar', 'bill'],
|
|
598
|
+
keywords: ['cash', 'icon', 'core', 'currency', 'money', 'cash', 'dollar', 'bill', 'work type'],
|
|
599
599
|
componentName: 'CashIcon',
|
|
600
600
|
package: '@atlaskit/icon/core/cash',
|
|
601
601
|
type: 'core',
|
|
602
602
|
categorization: 'multi-purpose',
|
|
603
|
-
usage: "
|
|
603
|
+
usage: "Known usages: 'Sales' work type.",
|
|
604
604
|
team: 'Design System Team',
|
|
605
|
-
status: '
|
|
605
|
+
status: 'modified'
|
|
606
606
|
},
|
|
607
607
|
changes: {
|
|
608
608
|
keywords: ['changes', 'icon', 'core', 'jira status', 'horizontal arrows'],
|
|
@@ -673,7 +673,7 @@ var metadata = {
|
|
|
673
673
|
oldName: ['check-circle', 'check-circle-outline', 'emoji/productivity'],
|
|
674
674
|
type: 'core',
|
|
675
675
|
categorization: 'multi-purpose',
|
|
676
|
-
usage: '
|
|
676
|
+
usage: 'Known uses: completed items, productivity emoji category. Completed task work type in JSM Calendar view.',
|
|
677
677
|
team: 'Design System Team',
|
|
678
678
|
status: 'published'
|
|
679
679
|
},
|
|
@@ -731,6 +731,16 @@ var metadata = {
|
|
|
731
731
|
team: 'Design System Team',
|
|
732
732
|
status: 'published'
|
|
733
733
|
},
|
|
734
|
+
'child-work-items': {
|
|
735
|
+
keywords: ['child-work-items', 'childworkitems', 'icon', 'core', 'children', 'child', 'related', 'work items'],
|
|
736
|
+
componentName: 'ChildWorkItemsIcon',
|
|
737
|
+
package: '@atlaskit/icon/core/child-work-items',
|
|
738
|
+
type: 'core',
|
|
739
|
+
categorization: 'single-purpose',
|
|
740
|
+
usage: 'Reserved for child work items.',
|
|
741
|
+
team: 'Design System Team',
|
|
742
|
+
status: 'published'
|
|
743
|
+
},
|
|
734
744
|
clipboard: {
|
|
735
745
|
keywords: ['clipboard', 'icon', 'core', 'clipboard', 'paste'],
|
|
736
746
|
componentName: 'ClipboardIcon',
|
|
@@ -748,7 +758,7 @@ var metadata = {
|
|
|
748
758
|
oldName: ['editor/recent', 'emoji/frequent', 'recent'],
|
|
749
759
|
type: 'core',
|
|
750
760
|
categorization: 'multi-purpose',
|
|
751
|
-
usage: '
|
|
761
|
+
usage: 'Known uses: recent, time input, sprint time remaining, overdue task work type status.',
|
|
752
762
|
team: 'Design System Team',
|
|
753
763
|
status: 'published'
|
|
754
764
|
},
|
|
@@ -1058,12 +1068,12 @@ var metadata = {
|
|
|
1058
1068
|
status: 'published'
|
|
1059
1069
|
},
|
|
1060
1070
|
defect: {
|
|
1061
|
-
keywords: ['defect', 'icon', 'core', '
|
|
1071
|
+
keywords: ['defect', 'icon', 'core', 'defect', 'fragile', 'cracked', 'work type'],
|
|
1062
1072
|
componentName: 'DefectIcon',
|
|
1063
1073
|
package: '@atlaskit/icon/core/defect',
|
|
1064
1074
|
type: 'core',
|
|
1065
1075
|
categorization: 'single-purpose',
|
|
1066
|
-
usage: '
|
|
1076
|
+
usage: 'Reserved for defect work type.',
|
|
1067
1077
|
team: 'Design System Team',
|
|
1068
1078
|
status: 'published'
|
|
1069
1079
|
},
|
|
@@ -1101,12 +1111,12 @@ var metadata = {
|
|
|
1101
1111
|
status: 'published'
|
|
1102
1112
|
},
|
|
1103
1113
|
devices: {
|
|
1104
|
-
keywords: ['devices', 'icon', 'core', 'devices', 'assets', 'laptop', 'phone', 'hardware'],
|
|
1114
|
+
keywords: ['devices', 'icon', 'core', 'devices', 'assets', 'laptop', 'phone', 'hardware', 'work type'],
|
|
1105
1115
|
componentName: 'DevicesIcon',
|
|
1106
1116
|
package: '@atlaskit/icon/core/devices',
|
|
1107
1117
|
type: 'core',
|
|
1108
1118
|
categorization: 'multi-purpose',
|
|
1109
|
-
usage: "
|
|
1119
|
+
usage: "Known usages: 'Asset' work type.",
|
|
1110
1120
|
team: 'Design System Team',
|
|
1111
1121
|
status: 'published'
|
|
1112
1122
|
},
|
|
@@ -1298,12 +1308,12 @@ var metadata = {
|
|
|
1298
1308
|
status: 'published'
|
|
1299
1309
|
},
|
|
1300
1310
|
'exclamation-square': {
|
|
1301
|
-
keywords: ['exclamation-square', 'exclamationsquare', 'icon', 'core', '!', '
|
|
1311
|
+
keywords: ['exclamation-square', 'exclamationsquare', 'icon', 'core', '!', 'exclaim', 'square', 'work type'],
|
|
1302
1312
|
componentName: 'ExclamationSquareIcon',
|
|
1303
1313
|
package: '@atlaskit/icon/core/exclamation-square',
|
|
1304
1314
|
type: 'core',
|
|
1305
1315
|
categorization: 'multi-purpose',
|
|
1306
|
-
usage: 'Known uses: Exclamation
|
|
1316
|
+
usage: 'Known uses: Exclamation work type.',
|
|
1307
1317
|
team: 'Design System Team',
|
|
1308
1318
|
status: 'published',
|
|
1309
1319
|
slackChannel: '#icon-contributions'
|
|
@@ -1935,12 +1945,12 @@ var metadata = {
|
|
|
1935
1945
|
status: 'published'
|
|
1936
1946
|
},
|
|
1937
1947
|
'list-checklist': {
|
|
1938
|
-
keywords: ['list-checklist', 'listchecklist', 'icon', 'core', 'list', 'check mark', 'to-do', 'requirements'],
|
|
1948
|
+
keywords: ['list-checklist', 'listchecklist', 'icon', 'core', 'list', 'check mark', 'to-do', 'requirements', 'checklist', 'work type'],
|
|
1939
1949
|
componentName: 'ListChecklistIcon',
|
|
1940
1950
|
package: '@atlaskit/icon/core/list-checklist',
|
|
1941
1951
|
type: 'core',
|
|
1942
1952
|
categorization: 'multi-purpose',
|
|
1943
|
-
usage: "
|
|
1953
|
+
usage: "Known usages: Checklist, 'Requirement' work type.",
|
|
1944
1954
|
team: 'Design System Team',
|
|
1945
1955
|
status: 'published'
|
|
1946
1956
|
},
|
|
@@ -2149,12 +2159,12 @@ var metadata = {
|
|
|
2149
2159
|
status: 'published'
|
|
2150
2160
|
},
|
|
2151
2161
|
'minus-square': {
|
|
2152
|
-
keywords: ['minus-square', 'minussquare', 'icon', 'core', 'square', 'minus', 'subtract'],
|
|
2162
|
+
keywords: ['minus-square', 'minussquare', 'icon', 'core', 'square', 'minus', 'subtract', 'work type'],
|
|
2153
2163
|
componentName: 'MinusSquareIcon',
|
|
2154
2164
|
package: '@atlaskit/icon/core/minus-square',
|
|
2155
2165
|
type: 'core',
|
|
2156
2166
|
categorization: 'multi-purpose',
|
|
2157
|
-
usage: "
|
|
2167
|
+
usage: "Known usages: 'Remove feature' work type.",
|
|
2158
2168
|
team: 'Design System Team',
|
|
2159
2169
|
status: 'published'
|
|
2160
2170
|
},
|
|
@@ -2285,12 +2295,12 @@ var metadata = {
|
|
|
2285
2295
|
status: 'published'
|
|
2286
2296
|
},
|
|
2287
2297
|
pen: {
|
|
2288
|
-
keywords: ['pen', 'icon', 'core', 'pen tool', 'nib', 'fountain pen', 'design'],
|
|
2298
|
+
keywords: ['pen', 'icon', 'core', 'pen tool', 'nib', 'fountain pen', 'design', 'work type'],
|
|
2289
2299
|
componentName: 'PenIcon',
|
|
2290
2300
|
package: '@atlaskit/icon/core/pen',
|
|
2291
2301
|
type: 'core',
|
|
2292
2302
|
categorization: 'multi-purpose',
|
|
2293
|
-
usage: "
|
|
2303
|
+
usage: "Known usages: 'Design task' work type.",
|
|
2294
2304
|
team: 'Design System Team',
|
|
2295
2305
|
status: 'published'
|
|
2296
2306
|
},
|
|
@@ -2397,7 +2407,7 @@ var metadata = {
|
|
|
2397
2407
|
package: '@atlaskit/icon/core/pin',
|
|
2398
2408
|
type: 'core',
|
|
2399
2409
|
categorization: 'multi-purpose',
|
|
2400
|
-
usage: '
|
|
2410
|
+
usage: 'Known uses: unpinned fields.',
|
|
2401
2411
|
team: 'Design System Team',
|
|
2402
2412
|
status: 'published'
|
|
2403
2413
|
},
|
|
@@ -2407,18 +2417,18 @@ var metadata = {
|
|
|
2407
2417
|
package: '@atlaskit/icon/core/pin-filled',
|
|
2408
2418
|
type: 'core',
|
|
2409
2419
|
categorization: 'multi-purpose',
|
|
2410
|
-
usage: '
|
|
2420
|
+
usage: 'Known uses: pinned fields.',
|
|
2411
2421
|
team: 'Design System Team',
|
|
2412
2422
|
status: 'published'
|
|
2413
2423
|
},
|
|
2414
2424
|
'plus-square': {
|
|
2415
|
-
keywords: ['plus-square', 'plussquare', 'icon', 'core', 'square', 'plus', 'add'],
|
|
2425
|
+
keywords: ['plus-square', 'plussquare', 'icon', 'core', 'square', 'plus', 'add', 'work type'],
|
|
2416
2426
|
componentName: 'PlusSquareIcon',
|
|
2417
2427
|
package: '@atlaskit/icon/core/plus-square',
|
|
2418
2428
|
oldName: ['issue-raise'],
|
|
2419
2429
|
type: 'core',
|
|
2420
2430
|
categorization: 'multi-purpose',
|
|
2421
|
-
usage: "
|
|
2431
|
+
usage: "Known usages: 'New feature' work type.",
|
|
2422
2432
|
team: 'Design System Team',
|
|
2423
2433
|
status: 'published'
|
|
2424
2434
|
},
|
|
@@ -2464,112 +2474,112 @@ var metadata = {
|
|
|
2464
2474
|
status: 'published'
|
|
2465
2475
|
},
|
|
2466
2476
|
'priority-blocker': {
|
|
2467
|
-
keywords: ['priority-blocker', 'priorityblocker', 'icon', 'core', 'blocked', 'showstopper', '
|
|
2477
|
+
keywords: ['priority-blocker', 'priorityblocker', 'icon', 'core', 'blocked', 'showstopper', 'work type status'],
|
|
2468
2478
|
componentName: 'PriorityBlockerIcon',
|
|
2469
2479
|
package: '@atlaskit/icon/core/priority-blocker',
|
|
2470
2480
|
type: 'core',
|
|
2471
2481
|
categorization: 'single-purpose',
|
|
2472
|
-
usage: '
|
|
2482
|
+
usage: 'Reserved for blocker work type priority.',
|
|
2473
2483
|
team: 'Design System Team',
|
|
2474
2484
|
status: 'published'
|
|
2475
2485
|
},
|
|
2476
2486
|
'priority-critical': {
|
|
2477
|
-
keywords: ['priority-critical', 'prioritycritical', 'icon', 'core', '
|
|
2487
|
+
keywords: ['priority-critical', 'prioritycritical', 'icon', 'core', 'priority', 'work type status'],
|
|
2478
2488
|
componentName: 'PriorityCriticalIcon',
|
|
2479
2489
|
package: '@atlaskit/icon/core/priority-critical',
|
|
2480
2490
|
type: 'core',
|
|
2481
2491
|
categorization: 'single-purpose',
|
|
2482
|
-
usage: '
|
|
2492
|
+
usage: 'Reserved for critical work type priority.',
|
|
2483
2493
|
team: 'Design System Team',
|
|
2484
2494
|
status: 'published'
|
|
2485
2495
|
},
|
|
2486
2496
|
'priority-high': {
|
|
2487
|
-
keywords: ['priority-high', 'priorityhigh', 'icon', 'core', '
|
|
2497
|
+
keywords: ['priority-high', 'priorityhigh', 'icon', 'core', 'priority', 'work type status'],
|
|
2488
2498
|
componentName: 'PriorityHighIcon',
|
|
2489
2499
|
package: '@atlaskit/icon/core/priority-high',
|
|
2490
2500
|
type: 'core',
|
|
2491
2501
|
categorization: 'single-purpose',
|
|
2492
|
-
usage: '
|
|
2502
|
+
usage: 'Reserved for high work type priority.',
|
|
2493
2503
|
team: 'Design System Team',
|
|
2494
2504
|
status: 'published'
|
|
2495
2505
|
},
|
|
2496
2506
|
'priority-highest': {
|
|
2497
|
-
keywords: ['priority-highest', 'priorityhighest', 'icon', 'core', '
|
|
2507
|
+
keywords: ['priority-highest', 'priorityhighest', 'icon', 'core', 'priority', 'work type status'],
|
|
2498
2508
|
componentName: 'PriorityHighestIcon',
|
|
2499
2509
|
package: '@atlaskit/icon/core/priority-highest',
|
|
2500
2510
|
type: 'core',
|
|
2501
2511
|
categorization: 'single-purpose',
|
|
2502
|
-
usage: '
|
|
2512
|
+
usage: 'Reserved for highest work type priority.',
|
|
2503
2513
|
team: 'Design System Team',
|
|
2504
2514
|
status: 'published'
|
|
2505
2515
|
},
|
|
2506
2516
|
'priority-low': {
|
|
2507
|
-
keywords: ['priority-low', 'prioritylow', 'icon', 'core', '
|
|
2517
|
+
keywords: ['priority-low', 'prioritylow', 'icon', 'core', 'priority', 'work type status'],
|
|
2508
2518
|
componentName: 'PriorityLowIcon',
|
|
2509
2519
|
package: '@atlaskit/icon/core/priority-low',
|
|
2510
2520
|
type: 'core',
|
|
2511
2521
|
categorization: 'single-purpose',
|
|
2512
|
-
usage: '
|
|
2522
|
+
usage: 'Reserved for low work type priority.',
|
|
2513
2523
|
team: 'Design System Team',
|
|
2514
2524
|
status: 'published'
|
|
2515
2525
|
},
|
|
2516
2526
|
'priority-lowest': {
|
|
2517
|
-
keywords: ['priority-lowest', 'prioritylowest', 'icon', 'core', '
|
|
2527
|
+
keywords: ['priority-lowest', 'prioritylowest', 'icon', 'core', 'priority', 'work type status'],
|
|
2518
2528
|
componentName: 'PriorityLowestIcon',
|
|
2519
2529
|
package: '@atlaskit/icon/core/priority-lowest',
|
|
2520
2530
|
type: 'core',
|
|
2521
2531
|
categorization: 'single-purpose',
|
|
2522
|
-
usage: '
|
|
2532
|
+
usage: 'Reserved for lowest work type priority.',
|
|
2523
2533
|
team: 'Design System Team',
|
|
2524
2534
|
status: 'published'
|
|
2525
2535
|
},
|
|
2526
2536
|
'priority-major': {
|
|
2527
|
-
keywords: ['priority-major', 'prioritymajor', 'icon', 'core', '
|
|
2537
|
+
keywords: ['priority-major', 'prioritymajor', 'icon', 'core', 'priority', 'work type status'],
|
|
2528
2538
|
componentName: 'PriorityMajorIcon',
|
|
2529
2539
|
package: '@atlaskit/icon/core/priority-major',
|
|
2530
2540
|
type: 'core',
|
|
2531
2541
|
categorization: 'single-purpose',
|
|
2532
|
-
usage: '
|
|
2542
|
+
usage: 'Reserved for major work type priority.',
|
|
2533
2543
|
team: 'Design System Team',
|
|
2534
2544
|
status: 'published'
|
|
2535
2545
|
},
|
|
2536
2546
|
'priority-medium': {
|
|
2537
|
-
keywords: ['priority-medium', 'prioritymedium', 'icon', 'core', '
|
|
2547
|
+
keywords: ['priority-medium', 'prioritymedium', 'icon', 'core', 'priority', 'work type status'],
|
|
2538
2548
|
componentName: 'PriorityMediumIcon',
|
|
2539
2549
|
package: '@atlaskit/icon/core/priority-medium',
|
|
2540
2550
|
type: 'core',
|
|
2541
2551
|
categorization: 'single-purpose',
|
|
2542
|
-
usage: '
|
|
2552
|
+
usage: 'Reserved for medium work type priority.',
|
|
2543
2553
|
team: 'Design System Team',
|
|
2544
2554
|
status: 'published'
|
|
2545
2555
|
},
|
|
2546
2556
|
'priority-minor': {
|
|
2547
|
-
keywords: ['priority-minor', 'priorityminor', 'icon', 'core', '
|
|
2557
|
+
keywords: ['priority-minor', 'priorityminor', 'icon', 'core', 'priority', 'work type status'],
|
|
2548
2558
|
componentName: 'PriorityMinorIcon',
|
|
2549
2559
|
package: '@atlaskit/icon/core/priority-minor',
|
|
2550
2560
|
type: 'core',
|
|
2551
2561
|
categorization: 'single-purpose',
|
|
2552
|
-
usage: '
|
|
2562
|
+
usage: 'Reserved for minor work type priority.',
|
|
2553
2563
|
team: 'Design System Team',
|
|
2554
2564
|
status: 'published'
|
|
2555
2565
|
},
|
|
2556
2566
|
'priority-trivial': {
|
|
2557
|
-
keywords: ['priority-trivial', 'prioritytrivial', 'icon', 'core', '
|
|
2567
|
+
keywords: ['priority-trivial', 'prioritytrivial', 'icon', 'core', 'priority', 'work type status'],
|
|
2558
2568
|
componentName: 'PriorityTrivialIcon',
|
|
2559
2569
|
package: '@atlaskit/icon/core/priority-trivial',
|
|
2560
2570
|
type: 'core',
|
|
2561
2571
|
categorization: 'single-purpose',
|
|
2562
|
-
usage: '
|
|
2572
|
+
usage: 'Reserved for trivial work type priority.',
|
|
2563
2573
|
team: 'Design System Team',
|
|
2564
2574
|
status: 'published'
|
|
2565
2575
|
},
|
|
2566
2576
|
problem: {
|
|
2567
|
-
keywords: ['problem', 'icon', 'core', 'stop', '
|
|
2577
|
+
keywords: ['problem', 'icon', 'core', 'stop', 'priority', 'work type status'],
|
|
2568
2578
|
componentName: 'ProblemIcon',
|
|
2569
2579
|
package: '@atlaskit/icon/core/problem',
|
|
2570
2580
|
type: 'core',
|
|
2571
2581
|
categorization: 'single-purpose',
|
|
2572
|
-
usage: '
|
|
2582
|
+
usage: 'Reserved for problem work type priority.',
|
|
2573
2583
|
team: 'Design System Team',
|
|
2574
2584
|
status: 'published'
|
|
2575
2585
|
},
|
|
@@ -3101,12 +3111,12 @@ var metadata = {
|
|
|
3101
3111
|
status: 'published'
|
|
3102
3112
|
},
|
|
3103
3113
|
story: {
|
|
3104
|
-
keywords: ['story', 'icon', 'core', 'bookmark', '
|
|
3114
|
+
keywords: ['story', 'icon', 'core', 'bookmark', 'work type'],
|
|
3105
3115
|
componentName: 'StoryIcon',
|
|
3106
3116
|
package: '@atlaskit/icon/core/story',
|
|
3107
3117
|
type: 'core',
|
|
3108
3118
|
categorization: 'single-purpose',
|
|
3109
|
-
usage: '
|
|
3119
|
+
usage: 'Reserved for story work type.',
|
|
3110
3120
|
team: 'Design System Team',
|
|
3111
3121
|
status: 'published'
|
|
3112
3122
|
},
|
|
@@ -3152,13 +3162,13 @@ var metadata = {
|
|
|
3152
3162
|
status: 'published'
|
|
3153
3163
|
},
|
|
3154
3164
|
subtasks: {
|
|
3155
|
-
keywords: ['subtasks', 'icon', 'core', '
|
|
3165
|
+
keywords: ['subtasks', 'icon', 'core', 'todo', 'checklist', 'work type'],
|
|
3156
3166
|
componentName: 'SubtasksIcon',
|
|
3157
3167
|
package: '@atlaskit/icon/core/subtasks',
|
|
3158
3168
|
oldName: ['subtask'],
|
|
3159
3169
|
type: 'core',
|
|
3160
3170
|
categorization: 'single-purpose',
|
|
3161
|
-
usage: '
|
|
3171
|
+
usage: 'Reserved for subtask work type.',
|
|
3162
3172
|
team: 'Design System Team',
|
|
3163
3173
|
status: 'published'
|
|
3164
3174
|
},
|
|
@@ -3593,7 +3603,7 @@ var metadata = {
|
|
|
3593
3603
|
package: '@atlaskit/icon/core/tools',
|
|
3594
3604
|
type: 'core',
|
|
3595
3605
|
categorization: 'multi-purpose',
|
|
3596
|
-
usage: "
|
|
3606
|
+
usage: "Known usages: 'Service request' Jira work type.",
|
|
3597
3607
|
team: 'Design System Team',
|
|
3598
3608
|
status: 'published'
|
|
3599
3609
|
},
|
|
@@ -3869,17 +3879,17 @@ var metadata = {
|
|
|
3869
3879
|
status: 'published'
|
|
3870
3880
|
},
|
|
3871
3881
|
'work-item': {
|
|
3872
|
-
keywords: ['work-item', 'workitem', 'icon', 'core', '
|
|
3882
|
+
keywords: ['work-item', 'workitem', 'icon', 'core', 'check mark', 'tick', 'work item', 'work type'],
|
|
3873
3883
|
componentName: 'WorkItemIcon',
|
|
3874
3884
|
package: '@atlaskit/icon/core/work-item',
|
|
3875
3885
|
type: 'core',
|
|
3876
3886
|
categorization: 'single-purpose',
|
|
3877
|
-
usage: 'Reserved for
|
|
3887
|
+
usage: 'Reserved for work items.',
|
|
3878
3888
|
team: 'Design System Team',
|
|
3879
3889
|
status: 'published'
|
|
3880
3890
|
},
|
|
3881
3891
|
'work-items': {
|
|
3882
|
-
keywords: ['work-items', 'workitems', 'icon', 'core', '
|
|
3892
|
+
keywords: ['work-items', 'workitems', 'icon', 'core', 'check mark', 'tick', 'work items', 'work type'],
|
|
3883
3893
|
componentName: 'WorkItemsIcon',
|
|
3884
3894
|
package: '@atlaskit/icon/core/work-items',
|
|
3885
3895
|
type: 'core',
|
|
@@ -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::0a9bbc9e058d3b90ee6b8b82cf2f9830>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
|
|
@@ -93,7 +93,7 @@ var metadata = {
|
|
|
93
93
|
categorization: 'utility',
|
|
94
94
|
usage: 'Reserved for calendar year button.',
|
|
95
95
|
team: 'Design System Team',
|
|
96
|
-
status: '
|
|
96
|
+
status: 'published',
|
|
97
97
|
slackChannel: '#help-design-system'
|
|
98
98
|
},
|
|
99
99
|
'chevron-double-right': {
|
|
@@ -104,7 +104,7 @@ var metadata = {
|
|
|
104
104
|
categorization: 'utility',
|
|
105
105
|
usage: 'Reserved for calendar year button.',
|
|
106
106
|
team: 'Design System Team',
|
|
107
|
-
status: '
|
|
107
|
+
status: 'published',
|
|
108
108
|
slackChannel: '#help-design-system'
|
|
109
109
|
},
|
|
110
110
|
'chevron-down': {
|
|
@@ -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::74e48f82d18722adc91c77fffafd647c>>
|
|
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::0a9bbc9e058d3b90ee6b8b82cf2f9830>>
|
|
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::74e48f82d18722adc91c77fffafd647c>>
|
|
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::0a9bbc9e058d3b90ee6b8b82cf2f9830>>
|
|
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": "25.
|
|
3
|
+
"version": "25.8.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": "^4.
|
|
99
|
+
"@atlaskit/tokens": "^4.8.0",
|
|
100
100
|
"@babel/register": "^7.25.9",
|
|
101
101
|
"@babel/runtime": "^7.0.0",
|
|
102
102
|
"@emotion/react": "^11.7.1"
|
|
@@ -105,30 +105,30 @@
|
|
|
105
105
|
"react": "^18.2.0"
|
|
106
106
|
},
|
|
107
107
|
"devDependencies": {
|
|
108
|
-
"@af/accessibility-testing": "
|
|
109
|
-
"@af/icon-build-process": "
|
|
110
|
-
"@af/integration-testing": "
|
|
111
|
-
"@af/visual-regression": "
|
|
108
|
+
"@af/accessibility-testing": "workspace:^",
|
|
109
|
+
"@af/icon-build-process": "workspace:^",
|
|
110
|
+
"@af/integration-testing": "workspace:^",
|
|
111
|
+
"@af/visual-regression": "workspace:^",
|
|
112
112
|
"@atlaskit/button": "^23.0.0",
|
|
113
|
-
"@atlaskit/code": "^17.
|
|
113
|
+
"@atlaskit/code": "^17.1.0",
|
|
114
114
|
"@atlaskit/css": "^0.10.0",
|
|
115
115
|
"@atlaskit/docs": "^10.0.0",
|
|
116
116
|
"@atlaskit/ds-lib": "^4.0.0",
|
|
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.1.0",
|
|
121
121
|
"@atlaskit/link": "^3.1.0",
|
|
122
|
-
"@atlaskit/logo": "^
|
|
123
|
-
"@atlaskit/menu": "^
|
|
122
|
+
"@atlaskit/logo": "^18.0.0",
|
|
123
|
+
"@atlaskit/menu": "^5.0.0",
|
|
124
124
|
"@atlaskit/modal-dialog": "^14.1.0",
|
|
125
|
-
"@atlaskit/primitives": "^14.
|
|
125
|
+
"@atlaskit/primitives": "^14.7.0",
|
|
126
126
|
"@atlaskit/section-message": "^8.2.0",
|
|
127
127
|
"@atlaskit/textfield": "^8.0.0",
|
|
128
128
|
"@atlaskit/theme": "^18.0.0",
|
|
129
129
|
"@atlaskit/toggle": "^15.0.0",
|
|
130
130
|
"@atlaskit/tooltip": "^20.0.0",
|
|
131
|
-
"@atlaskit/visual-regression": "
|
|
131
|
+
"@atlaskit/visual-regression": "workspace:^",
|
|
132
132
|
"@atlassian/ssr-tests": "^0.2.0",
|
|
133
133
|
"@babel/core": "7.24.9",
|
|
134
134
|
"@codeshift/utils": "^0.2.4",
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M8.5 13.5h5V11h-5zm0-7h5V4h-5zm6.5.25C15 7.44 14.44 8 13.75 8h-5.5C7.56 8 7 7.44 7 6.75V6H2.5v5a.5.5 0 0 0 .5.5h4v-.75c0-.69.56-1.25 1.25-1.25h5.5c.69 0 1.25.56 1.25 1.25v3c0 .69-.56 1.25-1.25 1.25h-5.5C7.56 15 7 14.44 7 13.75V13H3a2 2 0 0 1-2-2V1h1.5v3.5H7v-.75c0-.69.56-1.25 1.25-1.25h5.5c.69 0 1.25.56 1.25 1.25z"/></svg>
|
package/svgs/core/refresh.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" fill-rule="evenodd" d="M2 .
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" fill-rule="evenodd" d="M2.5 3.67V1H1v5c0 .414.336.75.75.75H6.5v-1.5H3.236a5.5 5.5 0 1 1-.666 3.63l-1.48.24A7.002 7.002 0 0 0 15 8 7 7 0 0 0 2.5 3.67" clip-rule="evenodd"/></svg>
|
package/svgs/core/shapes.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" fill-rule="evenodd" d="
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" fill-rule="evenodd" d="M15 2.38C15 1.62 14.38 1 13.63 1h-3.25C9.62 1 9 1.62 9 2.38v3.25C9 6.39 9.62 7 10.38 7h3.25C14.39 7 15 6.38 15 5.63zm-1.5.13v3h-3v-3zM3.13 1.26a1 1 0 0 1 1.74 0l2.57 4.5a1 1 0 0 1-.87 1.5H1.43a1 1 0 0 1-.87-1.5zM4 2.76 2.29 5.75h3.42zM.75 12a3.25 3.25 0 1 1 6.5 0 3.25 3.25 0 0 1-6.5 0M4 10.25a1.75 1.75 0 1 0 0 3.5 1.75 1.75 0 0 0 0-3.5M10 9h4.25a.75.75 0 0 1 .75.75V14h-1.5v-2.44l-3.72 3.72-1.06-1.06 3.72-3.72H10z" clip-rule="evenodd"/></svg>
|