@atlaskit/icon-lab 4.17.0 → 4.19.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 +94 -0
- package/core/diagram-symbol-action.d.ts +13 -0
- package/core/diagram-symbol-action.js +28 -0
- package/core/diagram-symbol-alternate-process.d.ts +13 -0
- package/core/diagram-symbol-alternate-process.js +28 -0
- package/core/diagram-symbol-collate.d.ts +13 -0
- package/core/diagram-symbol-collate.js +28 -0
- package/core/diagram-symbol-comment-left.d.ts +13 -0
- package/core/diagram-symbol-comment-left.js +28 -0
- package/core/diagram-symbol-comment-right.d.ts +13 -0
- package/core/diagram-symbol-comment-right.js +28 -0
- package/core/diagram-symbol-connector-off-page.d.ts +13 -0
- package/core/diagram-symbol-connector-off-page.js +28 -0
- package/core/diagram-symbol-connector-on-page.d.ts +13 -0
- package/core/diagram-symbol-connector-on-page.js +28 -0
- package/core/diagram-symbol-database.d.ts +13 -0
- package/core/diagram-symbol-database.js +28 -0
- package/core/diagram-symbol-decision.d.ts +13 -0
- package/core/diagram-symbol-decision.js +28 -0
- package/core/diagram-symbol-delay.d.ts +13 -0
- package/core/diagram-symbol-delay.js +28 -0
- package/core/diagram-symbol-display.d.ts +13 -0
- package/core/diagram-symbol-display.js +28 -0
- package/core/diagram-symbol-document.d.ts +13 -0
- package/core/diagram-symbol-document.js +28 -0
- package/core/diagram-symbol-documents.d.ts +13 -0
- package/core/diagram-symbol-documents.js +28 -0
- package/core/diagram-symbol-hard-disk.d.ts +13 -0
- package/core/diagram-symbol-hard-disk.js +28 -0
- package/core/diagram-symbol-input-output.d.ts +13 -0
- package/core/diagram-symbol-input-output.js +28 -0
- package/core/diagram-symbol-internal-storage.d.ts +13 -0
- package/core/diagram-symbol-internal-storage.js +28 -0
- package/core/diagram-symbol-loop-limit.d.ts +13 -0
- package/core/diagram-symbol-loop-limit.js +28 -0
- package/core/diagram-symbol-manual-input.d.ts +13 -0
- package/core/diagram-symbol-manual-input.js +28 -0
- package/core/diagram-symbol-manual-operation.d.ts +13 -0
- package/core/diagram-symbol-manual-operation.js +28 -0
- package/core/diagram-symbol-merge.d.ts +13 -0
- package/core/diagram-symbol-merge.js +28 -0
- package/core/diagram-symbol-mind-map.d.ts +13 -0
- package/core/diagram-symbol-mind-map.js +28 -0
- package/core/diagram-symbol-or.d.ts +13 -0
- package/core/diagram-symbol-or.js +28 -0
- package/core/diagram-symbol-predefined-process.d.ts +13 -0
- package/core/diagram-symbol-predefined-process.js +28 -0
- package/core/diagram-symbol-preparation.d.ts +13 -0
- package/core/diagram-symbol-preparation.js +28 -0
- package/core/diagram-symbol-sort.d.ts +13 -0
- package/core/diagram-symbol-sort.js +28 -0
- package/core/diagram-symbol-stored-data.d.ts +13 -0
- package/core/diagram-symbol-stored-data.js +28 -0
- package/core/diagram-symbol-summing-junction.d.ts +13 -0
- package/core/diagram-symbol-summing-junction.js +28 -0
- package/core/diagram-symbol-terminator.d.ts +13 -0
- package/core/diagram-symbol-terminator.js +28 -0
- package/core/hand-clenched.d.ts +4 -1
- package/core/hand-closed.d.ts +13 -0
- package/core/hand-closed.js +28 -0
- package/core/hand-open.d.ts +13 -0
- package/core/hand-open.js +28 -0
- package/core/hand-raised.d.ts +13 -0
- package/core/hand-raised.js +28 -0
- package/core/hand.d.ts +4 -1
- package/core/hand.js +2 -2
- package/core/milestone-complete.js +2 -2
- package/core/randomize.d.ts +13 -0
- package/core/randomize.js +28 -0
- package/core/shape-comment-left.d.ts +4 -1
- package/core/shape-comment-left.js +2 -2
- package/core/shape-comment-right.d.ts +4 -1
- package/core/shape-comment-right.js +2 -2
- package/core/shape-database.d.ts +4 -1
- package/core/shape-database.js +2 -2
- package/core/shape-delay.d.ts +4 -1
- package/core/shape-delay.js +2 -2
- package/core/shape-display.d.ts +4 -1
- package/core/shape-display.js +2 -2
- package/core/shape-document-symbol.d.ts +4 -1
- package/core/shape-document-symbol.js +2 -2
- package/core/shape-hard-disk.d.ts +4 -1
- package/core/shape-hard-disk.js +2 -2
- package/core/shape-internal-storage.d.ts +4 -1
- package/core/shape-internal-storage.js +2 -2
- package/core/shape-manual-input.d.ts +4 -1
- package/core/shape-manual-input.js +2 -2
- package/core/shape-manual-operation-symbol.d.ts +4 -1
- package/core/shape-manual-operation-symbol.js +2 -2
- package/core/shape-mindmap.d.ts +4 -1
- package/core/shape-mindmap.js +2 -2
- package/core/shape-multiple-documents.d.ts +4 -1
- package/core/shape-multiple-documents.js +2 -2
- package/core/shape-off-page.d.ts +4 -1
- package/core/shape-off-page.js +2 -2
- package/core/shape-predefined-process.d.ts +4 -1
- package/core/shape-predefined-process.js +2 -2
- package/core/shape-preparation-symbol.d.ts +4 -1
- package/core/shape-preparation-symbol.js +2 -2
- package/core/shape-start-end.d.ts +4 -1
- package/core/shape-start-end.js +2 -2
- package/core/shape-stored-data.d.ts +4 -1
- package/core/shape-stored-data.js +2 -2
- package/core/shape-summing-junction-cross.d.ts +4 -1
- package/core/shape-summing-junction-cross.js +2 -2
- package/core/shape-summing-junction-plus.d.ts +4 -1
- package/core/shape-summing-junction-plus.js +2 -2
- package/core/space.js +2 -2
- package/core/text-adjust-length.d.ts +13 -0
- package/core/text-adjust-length.js +28 -0
- package/dist/cjs/deprecated-core.js +64 -1
- package/dist/cjs/metadata-core.js +497 -62
- package/dist/es2019/deprecated-core.js +64 -1
- package/dist/es2019/metadata-core.js +497 -62
- package/dist/esm/deprecated-core.js +64 -1
- package/dist/esm/metadata-core.js +497 -62
- package/dist/types/deprecated-core.d.ts +1 -1
- package/dist/types/metadata-core.d.ts +1 -1
- package/dist/types-ts4.5/deprecated-core.d.ts +1 -1
- package/dist/types-ts4.5/metadata-core.d.ts +1 -1
- package/package.json +3 -3
- package/svgs/core/diagram-symbol-action.svg +1 -0
- package/svgs/core/diagram-symbol-alternate-process.svg +1 -0
- package/svgs/core/diagram-symbol-collate.svg +1 -0
- package/svgs/core/diagram-symbol-comment-left.svg +1 -0
- package/svgs/core/diagram-symbol-comment-right.svg +1 -0
- package/svgs/core/diagram-symbol-connector-off-page.svg +1 -0
- package/svgs/core/diagram-symbol-connector-on-page.svg +1 -0
- package/svgs/core/diagram-symbol-database.svg +1 -0
- package/svgs/core/diagram-symbol-decision.svg +1 -0
- package/svgs/core/diagram-symbol-delay.svg +1 -0
- package/svgs/core/diagram-symbol-display.svg +1 -0
- package/svgs/core/diagram-symbol-document.svg +1 -0
- package/svgs/core/diagram-symbol-documents.svg +1 -0
- package/svgs/core/diagram-symbol-hard-disk.svg +1 -0
- package/svgs/core/diagram-symbol-input-output.svg +1 -0
- package/svgs/core/diagram-symbol-internal-storage.svg +1 -0
- package/svgs/core/diagram-symbol-loop-limit.svg +1 -0
- package/svgs/core/diagram-symbol-manual-input.svg +1 -0
- package/svgs/core/diagram-symbol-manual-operation.svg +1 -0
- package/svgs/core/diagram-symbol-merge.svg +1 -0
- package/svgs/core/diagram-symbol-mind-map.svg +1 -0
- package/svgs/core/diagram-symbol-or.svg +1 -0
- package/svgs/core/diagram-symbol-predefined-process.svg +1 -0
- package/svgs/core/diagram-symbol-preparation.svg +1 -0
- package/svgs/core/diagram-symbol-sort.svg +1 -0
- package/svgs/core/diagram-symbol-stored-data.svg +1 -0
- package/svgs/core/diagram-symbol-summing-junction.svg +1 -0
- package/svgs/core/diagram-symbol-terminator.svg +1 -0
- package/svgs/core/hand-closed.svg +1 -0
- package/svgs/core/hand-open.svg +1 -0
- package/svgs/core/hand-raised.svg +1 -0
- package/svgs/core/milestone-complete.svg +1 -1
- package/svgs/core/randomize.svg +1 -0
- package/svgs/core/space.svg +1 -1
- package/svgs/core/text-adjust-length.svg +1 -0
|
@@ -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::271b1f4b4831f5e12477bee6e36a90f8>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
|
|
@@ -410,6 +410,286 @@ var metadata = {
|
|
|
410
410
|
status: 'published',
|
|
411
411
|
slackChannel: '#forge-sql'
|
|
412
412
|
},
|
|
413
|
+
'diagram-symbol-action': {
|
|
414
|
+
keywords: ['diagram-symbol-action', 'diagramsymbolaction', 'icon', 'icon-lab', 'core', 'diagram', 'symbol', 'action'],
|
|
415
|
+
componentName: 'DiagramSymbolActionIcon',
|
|
416
|
+
package: '@atlaskit/icon-lab/core/diagram-symbol-action',
|
|
417
|
+
type: 'core',
|
|
418
|
+
categorization: 'single-purpose',
|
|
419
|
+
usage: 'Reserved for action diagram symbol.',
|
|
420
|
+
team: 'Whiteboards',
|
|
421
|
+
status: 'published'
|
|
422
|
+
},
|
|
423
|
+
'diagram-symbol-alternate-process': {
|
|
424
|
+
keywords: ['diagram-symbol-alternate-process', 'diagramsymbolalternateprocess', 'icon', 'icon-lab', 'core', 'diagram', 'symbol', 'alternate process'],
|
|
425
|
+
componentName: 'DiagramSymbolAlternateProcessIcon',
|
|
426
|
+
package: '@atlaskit/icon-lab/core/diagram-symbol-alternate-process',
|
|
427
|
+
type: 'core',
|
|
428
|
+
categorization: 'single-purpose',
|
|
429
|
+
usage: 'Reserved for alternate process diagram symbol.',
|
|
430
|
+
team: 'Whiteboards',
|
|
431
|
+
status: 'published'
|
|
432
|
+
},
|
|
433
|
+
'diagram-symbol-collate': {
|
|
434
|
+
keywords: ['diagram-symbol-collate', 'diagramsymbolcollate', 'icon', 'icon-lab', 'core', 'diagram', 'symbol', 'collate'],
|
|
435
|
+
componentName: 'DiagramSymbolCollateIcon',
|
|
436
|
+
package: '@atlaskit/icon-lab/core/diagram-symbol-collate',
|
|
437
|
+
type: 'core',
|
|
438
|
+
categorization: 'single-purpose',
|
|
439
|
+
usage: 'Reserved for collate diagram symbol.',
|
|
440
|
+
team: 'Whiteboards',
|
|
441
|
+
status: 'published'
|
|
442
|
+
},
|
|
443
|
+
'diagram-symbol-comment-left': {
|
|
444
|
+
keywords: ['diagram-symbol-comment-left', 'diagramsymbolcommentleft', 'icon', 'icon-lab', 'core', 'comment', 'left', 'diagram', 'symbol'],
|
|
445
|
+
componentName: 'DiagramSymbolCommentLeftIcon',
|
|
446
|
+
package: '@atlaskit/icon-lab/core/diagram-symbol-comment-left',
|
|
447
|
+
type: 'core',
|
|
448
|
+
categorization: 'single-purpose',
|
|
449
|
+
usage: 'Reserved for comment left diagram symbol.',
|
|
450
|
+
team: 'Whiteboards',
|
|
451
|
+
status: 'published'
|
|
452
|
+
},
|
|
453
|
+
'diagram-symbol-comment-right': {
|
|
454
|
+
keywords: ['diagram-symbol-comment-right', 'diagramsymbolcommentright', 'icon', 'icon-lab', 'core', 'comment', 'right', 'diagram', 'symbol'],
|
|
455
|
+
componentName: 'DiagramSymbolCommentRightIcon',
|
|
456
|
+
package: '@atlaskit/icon-lab/core/diagram-symbol-comment-right',
|
|
457
|
+
type: 'core',
|
|
458
|
+
categorization: 'single-purpose',
|
|
459
|
+
usage: 'Reserved for comment right diagram symbol.',
|
|
460
|
+
team: 'Whiteboards',
|
|
461
|
+
status: 'published'
|
|
462
|
+
},
|
|
463
|
+
'diagram-symbol-connector-off-page': {
|
|
464
|
+
keywords: ['diagram-symbol-connector-off-page', 'diagramsymbolconnectoroffpage', 'icon', 'icon-lab', 'core', 'off-page', 'diagram', 'symbol', 'connector'],
|
|
465
|
+
componentName: 'DiagramSymbolConnectorOffPageIcon',
|
|
466
|
+
package: '@atlaskit/icon-lab/core/diagram-symbol-connector-off-page',
|
|
467
|
+
type: 'core',
|
|
468
|
+
categorization: 'single-purpose',
|
|
469
|
+
usage: 'Reserved for off-page connector diagram symbol.',
|
|
470
|
+
team: 'Whiteboards',
|
|
471
|
+
status: 'published'
|
|
472
|
+
},
|
|
473
|
+
'diagram-symbol-connector-on-page': {
|
|
474
|
+
keywords: ['diagram-symbol-connector-on-page', 'diagramsymbolconnectoronpage', 'icon', 'icon-lab', 'core', 'diagram', 'symbol', 'on-page', 'connector'],
|
|
475
|
+
componentName: 'DiagramSymbolConnectorOnPageIcon',
|
|
476
|
+
package: '@atlaskit/icon-lab/core/diagram-symbol-connector-on-page',
|
|
477
|
+
type: 'core',
|
|
478
|
+
categorization: 'single-purpose',
|
|
479
|
+
usage: 'Reserved for on-page connector diagram symbol.',
|
|
480
|
+
team: 'Whiteboards',
|
|
481
|
+
status: 'published'
|
|
482
|
+
},
|
|
483
|
+
'diagram-symbol-database': {
|
|
484
|
+
keywords: ['diagram-symbol-database', 'diagramsymboldatabase', 'icon', 'icon-lab', 'core', 'diagram', 'symbol', 'database'],
|
|
485
|
+
componentName: 'DiagramSymbolDatabaseIcon',
|
|
486
|
+
package: '@atlaskit/icon-lab/core/diagram-symbol-database',
|
|
487
|
+
type: 'core',
|
|
488
|
+
categorization: 'single-purpose',
|
|
489
|
+
usage: 'Reserved for database diagram symbol.',
|
|
490
|
+
team: 'Whiteboards',
|
|
491
|
+
status: 'published'
|
|
492
|
+
},
|
|
493
|
+
'diagram-symbol-decision': {
|
|
494
|
+
keywords: ['diagram-symbol-decision', 'diagramsymboldecision', 'icon', 'icon-lab', 'core', 'diagram', 'symbol', 'decision'],
|
|
495
|
+
componentName: 'DiagramSymbolDecisionIcon',
|
|
496
|
+
package: '@atlaskit/icon-lab/core/diagram-symbol-decision',
|
|
497
|
+
type: 'core',
|
|
498
|
+
categorization: 'single-purpose',
|
|
499
|
+
usage: 'Reserved for decision diagram symbol.',
|
|
500
|
+
team: 'Whiteboards',
|
|
501
|
+
status: 'published'
|
|
502
|
+
},
|
|
503
|
+
'diagram-symbol-delay': {
|
|
504
|
+
keywords: ['diagram-symbol-delay', 'diagramsymboldelay', 'icon', 'icon-lab', 'core', 'diagram', 'symbol', 'delay'],
|
|
505
|
+
componentName: 'DiagramSymbolDelayIcon',
|
|
506
|
+
package: '@atlaskit/icon-lab/core/diagram-symbol-delay',
|
|
507
|
+
type: 'core',
|
|
508
|
+
categorization: 'single-purpose',
|
|
509
|
+
usage: 'Reserved for delay diagram symbol.',
|
|
510
|
+
team: 'Whiteboards',
|
|
511
|
+
status: 'published'
|
|
512
|
+
},
|
|
513
|
+
'diagram-symbol-display': {
|
|
514
|
+
keywords: ['diagram-symbol-display', 'diagramsymboldisplay', 'icon', 'icon-lab', 'core', 'diagram', 'symbol', 'display'],
|
|
515
|
+
componentName: 'DiagramSymbolDisplayIcon',
|
|
516
|
+
package: '@atlaskit/icon-lab/core/diagram-symbol-display',
|
|
517
|
+
type: 'core',
|
|
518
|
+
categorization: 'single-purpose',
|
|
519
|
+
usage: 'Reserved for display diagram symbol.',
|
|
520
|
+
team: 'Whiteboards',
|
|
521
|
+
status: 'published'
|
|
522
|
+
},
|
|
523
|
+
'diagram-symbol-document': {
|
|
524
|
+
keywords: ['diagram-symbol-document', 'diagramsymboldocument', 'icon', 'icon-lab', 'core', 'diagram', 'symbol', 'document'],
|
|
525
|
+
componentName: 'DiagramSymbolDocumentIcon',
|
|
526
|
+
package: '@atlaskit/icon-lab/core/diagram-symbol-document',
|
|
527
|
+
type: 'core',
|
|
528
|
+
categorization: 'single-purpose',
|
|
529
|
+
usage: 'Reserved for single document diagram symbol.',
|
|
530
|
+
team: 'Whiteboards',
|
|
531
|
+
status: 'published'
|
|
532
|
+
},
|
|
533
|
+
'diagram-symbol-documents': {
|
|
534
|
+
keywords: ['diagram-symbol-documents', 'diagramsymboldocuments', 'icon', 'icon-lab', 'core', 'diagram', 'symbol', 'multiple documents'],
|
|
535
|
+
componentName: 'DiagramSymbolDocumentsIcon',
|
|
536
|
+
package: '@atlaskit/icon-lab/core/diagram-symbol-documents',
|
|
537
|
+
type: 'core',
|
|
538
|
+
categorization: 'single-purpose',
|
|
539
|
+
usage: 'Reserved for multiple documents diagram symbol',
|
|
540
|
+
team: 'Whiteboards',
|
|
541
|
+
status: 'published'
|
|
542
|
+
},
|
|
543
|
+
'diagram-symbol-hard-disk': {
|
|
544
|
+
keywords: ['diagram-symbol-hard-disk', 'diagramsymbolharddisk', 'icon', 'icon-lab', 'core', 'diagram', 'symbol', 'hard disk', 'hard drive', 'storage'],
|
|
545
|
+
componentName: 'DiagramSymbolHardDiskIcon',
|
|
546
|
+
package: '@atlaskit/icon-lab/core/diagram-symbol-hard-disk',
|
|
547
|
+
type: 'core',
|
|
548
|
+
categorization: 'single-purpose',
|
|
549
|
+
usage: 'Reserved for hard disk diagram symbol.',
|
|
550
|
+
team: 'Whiteboards',
|
|
551
|
+
status: 'published'
|
|
552
|
+
},
|
|
553
|
+
'diagram-symbol-input-output': {
|
|
554
|
+
keywords: ['diagram-symbol-input-output', 'diagramsymbolinputoutput', 'icon', 'icon-lab', 'core', 'diagram', 'symbol', 'input', 'output'],
|
|
555
|
+
componentName: 'DiagramSymbolInputOutputIcon',
|
|
556
|
+
package: '@atlaskit/icon-lab/core/diagram-symbol-input-output',
|
|
557
|
+
type: 'core',
|
|
558
|
+
categorization: 'single-purpose',
|
|
559
|
+
usage: 'Reserved for input or output diagram symbols.',
|
|
560
|
+
team: 'Whiteboards',
|
|
561
|
+
status: 'published'
|
|
562
|
+
},
|
|
563
|
+
'diagram-symbol-internal-storage': {
|
|
564
|
+
keywords: ['diagram-symbol-internal-storage', 'diagramsymbolinternalstorage', 'icon', 'icon-lab', 'core', 'diagram', 'symbol', 'internal storage'],
|
|
565
|
+
componentName: 'DiagramSymbolInternalStorageIcon',
|
|
566
|
+
package: '@atlaskit/icon-lab/core/diagram-symbol-internal-storage',
|
|
567
|
+
type: 'core',
|
|
568
|
+
categorization: 'single-purpose',
|
|
569
|
+
usage: 'Reserved for internal storage diagram symbol.',
|
|
570
|
+
team: 'Whiteboards',
|
|
571
|
+
status: 'published'
|
|
572
|
+
},
|
|
573
|
+
'diagram-symbol-loop-limit': {
|
|
574
|
+
keywords: ['diagram-symbol-loop-limit', 'diagramsymbollooplimit', 'icon', 'icon-lab', 'core', 'diagram', 'symbol', 'loop limit'],
|
|
575
|
+
componentName: 'DiagramSymbolLoopLimitIcon',
|
|
576
|
+
package: '@atlaskit/icon-lab/core/diagram-symbol-loop-limit',
|
|
577
|
+
type: 'core',
|
|
578
|
+
categorization: 'single-purpose',
|
|
579
|
+
usage: 'Reserved for loop limit diagram symbol.',
|
|
580
|
+
team: 'Whiteboards',
|
|
581
|
+
status: 'published'
|
|
582
|
+
},
|
|
583
|
+
'diagram-symbol-manual-input': {
|
|
584
|
+
keywords: ['diagram-symbol-manual-input', 'diagramsymbolmanualinput', 'icon', 'icon-lab', 'core', 'diagram', 'symbol', 'manual input'],
|
|
585
|
+
componentName: 'DiagramSymbolManualInputIcon',
|
|
586
|
+
package: '@atlaskit/icon-lab/core/diagram-symbol-manual-input',
|
|
587
|
+
type: 'core',
|
|
588
|
+
categorization: 'single-purpose',
|
|
589
|
+
usage: 'Reserved for manual input diagram symbol.',
|
|
590
|
+
team: 'Whiteboards',
|
|
591
|
+
status: 'published'
|
|
592
|
+
},
|
|
593
|
+
'diagram-symbol-manual-operation': {
|
|
594
|
+
keywords: ['diagram-symbol-manual-operation', 'diagramsymbolmanualoperation', 'icon', 'icon-lab', 'core', 'diagram', 'symbol', 'manual operation'],
|
|
595
|
+
componentName: 'DiagramSymbolManualOperationIcon',
|
|
596
|
+
package: '@atlaskit/icon-lab/core/diagram-symbol-manual-operation',
|
|
597
|
+
type: 'core',
|
|
598
|
+
categorization: 'single-purpose',
|
|
599
|
+
usage: 'Reserved for manual operation diagram symbol.',
|
|
600
|
+
team: 'Whiteboards',
|
|
601
|
+
status: 'published'
|
|
602
|
+
},
|
|
603
|
+
'diagram-symbol-merge': {
|
|
604
|
+
keywords: ['diagram-symbol-merge', 'diagramsymbolmerge', 'icon', 'icon-lab', 'core', 'diagram', 'symbol', 'merge', 'triangle'],
|
|
605
|
+
componentName: 'DiagramSymbolMergeIcon',
|
|
606
|
+
package: '@atlaskit/icon-lab/core/diagram-symbol-merge',
|
|
607
|
+
type: 'core',
|
|
608
|
+
categorization: 'single-purpose',
|
|
609
|
+
usage: 'Reserved for merge diagram symbol.',
|
|
610
|
+
team: 'Whiteboards',
|
|
611
|
+
status: 'published'
|
|
612
|
+
},
|
|
613
|
+
'diagram-symbol-mind-map': {
|
|
614
|
+
keywords: ['diagram-symbol-mind-map', 'diagramsymbolmindmap', 'icon', 'icon-lab', 'core', 'diagram', 'symbol', 'mind map'],
|
|
615
|
+
componentName: 'DiagramSymbolMindMapIcon',
|
|
616
|
+
package: '@atlaskit/icon-lab/core/diagram-symbol-mind-map',
|
|
617
|
+
type: 'core',
|
|
618
|
+
categorization: 'single-purpose',
|
|
619
|
+
usage: 'Reserved for mind map diagram symbol.',
|
|
620
|
+
team: 'Whiteboards',
|
|
621
|
+
status: 'published'
|
|
622
|
+
},
|
|
623
|
+
'diagram-symbol-or': {
|
|
624
|
+
keywords: ['diagram-symbol-or', 'diagramsymbolor', 'icon', 'icon-lab', 'core', 'diagram', 'symbol', 'or', 'logic'],
|
|
625
|
+
componentName: 'DiagramSymbolOrIcon',
|
|
626
|
+
package: '@atlaskit/icon-lab/core/diagram-symbol-or',
|
|
627
|
+
type: 'core',
|
|
628
|
+
categorization: 'single-purpose',
|
|
629
|
+
usage: 'Reserved for or diagram symbol.',
|
|
630
|
+
team: 'Whiteboards',
|
|
631
|
+
status: 'published'
|
|
632
|
+
},
|
|
633
|
+
'diagram-symbol-predefined-process': {
|
|
634
|
+
keywords: ['diagram-symbol-predefined-process', 'diagramsymbolpredefinedprocess', 'icon', 'icon-lab', 'core', 'diagram', 'symbol', 'predefined process'],
|
|
635
|
+
componentName: 'DiagramSymbolPredefinedProcessIcon',
|
|
636
|
+
package: '@atlaskit/icon-lab/core/diagram-symbol-predefined-process',
|
|
637
|
+
type: 'core',
|
|
638
|
+
categorization: 'single-purpose',
|
|
639
|
+
usage: 'Reserved for predefined process diagram symbol.',
|
|
640
|
+
team: 'Whiteboards',
|
|
641
|
+
status: 'published'
|
|
642
|
+
},
|
|
643
|
+
'diagram-symbol-preparation': {
|
|
644
|
+
keywords: ['diagram-symbol-preparation', 'diagramsymbolpreparation', 'icon', 'icon-lab', 'core', 'diagram', 'symbol', 'preparation'],
|
|
645
|
+
componentName: 'DiagramSymbolPreparationIcon',
|
|
646
|
+
package: '@atlaskit/icon-lab/core/diagram-symbol-preparation',
|
|
647
|
+
type: 'core',
|
|
648
|
+
categorization: 'single-purpose',
|
|
649
|
+
usage: 'Reserved for preparation diagram symbol.',
|
|
650
|
+
team: 'Whiteboards',
|
|
651
|
+
status: 'published'
|
|
652
|
+
},
|
|
653
|
+
'diagram-symbol-sort': {
|
|
654
|
+
keywords: ['diagram-symbol-sort', 'diagramsymbolsort', 'icon', 'icon-lab', 'core', 'diagram', 'symbol', 'sort'],
|
|
655
|
+
componentName: 'DiagramSymbolSortIcon',
|
|
656
|
+
package: '@atlaskit/icon-lab/core/diagram-symbol-sort',
|
|
657
|
+
type: 'core',
|
|
658
|
+
categorization: 'single-purpose',
|
|
659
|
+
usage: 'Reserved for sort diagram symbol.',
|
|
660
|
+
team: 'Whiteboards',
|
|
661
|
+
status: 'published'
|
|
662
|
+
},
|
|
663
|
+
'diagram-symbol-stored-data': {
|
|
664
|
+
keywords: ['diagram-symbol-stored-data', 'diagramsymbolstoreddata', 'icon', 'icon-lab', 'core', 'diagram', 'symbol', 'stored data'],
|
|
665
|
+
componentName: 'DiagramSymbolStoredDataIcon',
|
|
666
|
+
package: '@atlaskit/icon-lab/core/diagram-symbol-stored-data',
|
|
667
|
+
type: 'core',
|
|
668
|
+
categorization: 'single-purpose',
|
|
669
|
+
usage: 'Reserved for stored data diagram symbol.',
|
|
670
|
+
team: 'Whiteboards',
|
|
671
|
+
status: 'published'
|
|
672
|
+
},
|
|
673
|
+
'diagram-symbol-summing-junction': {
|
|
674
|
+
keywords: ['diagram-symbol-summing-junction', 'diagramsymbolsummingjunction', 'icon', 'icon-lab', 'core', 'diagram', 'symbol', 'summing junction', 'cross'],
|
|
675
|
+
componentName: 'DiagramSymbolSummingJunctionIcon',
|
|
676
|
+
package: '@atlaskit/icon-lab/core/diagram-symbol-summing-junction',
|
|
677
|
+
type: 'core',
|
|
678
|
+
categorization: 'single-purpose',
|
|
679
|
+
usage: 'Reserved for summing junction diagram symbol.',
|
|
680
|
+
team: 'Whiteboards',
|
|
681
|
+
status: 'published'
|
|
682
|
+
},
|
|
683
|
+
'diagram-symbol-terminator': {
|
|
684
|
+
keywords: ['diagram-symbol-terminator', 'diagramsymbolterminator', 'icon', 'icon-lab', 'core', 'diagram', 'symbol', 'terminator', 'terminal', 'start point', 'end point'],
|
|
685
|
+
componentName: 'DiagramSymbolTerminatorIcon',
|
|
686
|
+
package: '@atlaskit/icon-lab/core/diagram-symbol-terminator',
|
|
687
|
+
type: 'core',
|
|
688
|
+
categorization: 'single-purpose',
|
|
689
|
+
usage: 'Reserved for terminator (start or end point) diagram symbol.',
|
|
690
|
+
team: 'Whiteboards',
|
|
691
|
+
status: 'published'
|
|
692
|
+
},
|
|
413
693
|
'distribute-spacing-horizontal': {
|
|
414
694
|
keywords: ['distribute-spacing-horizontal', 'distributespacinghorizontal', 'icon', 'icon-lab', 'core', 'Distribute', 'Horizontal spacing', 'Tidy up', 'Clean up'],
|
|
415
695
|
componentName: 'DistributeSpacingHorizontalIcon',
|
|
@@ -598,24 +878,64 @@ var metadata = {
|
|
|
598
878
|
status: 'published'
|
|
599
879
|
},
|
|
600
880
|
hand: {
|
|
601
|
-
keywords: ['hand', 'icon', 'icon-lab', 'core', 'hand', '
|
|
881
|
+
keywords: ['hand', 'icon', 'icon-lab', 'core', 'hand', 'farewell', 'wave'],
|
|
602
882
|
componentName: 'HandIcon',
|
|
603
883
|
package: '@atlaskit/icon-lab/core/hand',
|
|
604
884
|
type: 'core',
|
|
885
|
+
replacement: {
|
|
886
|
+
name: 'hand-raised',
|
|
887
|
+
type: 'core',
|
|
888
|
+
location: '@atlaskit/icon-lab'
|
|
889
|
+
},
|
|
605
890
|
categorization: 'multi-purpose',
|
|
606
|
-
usage: 'Used for
|
|
891
|
+
usage: 'Used for farewell feed in Atlassian Home.',
|
|
607
892
|
team: 'Whiteboards',
|
|
608
|
-
status: '
|
|
893
|
+
status: 'deprecated'
|
|
609
894
|
},
|
|
610
895
|
'hand-clenched': {
|
|
611
896
|
keywords: ['hand-clenched', 'handclenched', 'icon', 'icon-lab', 'core', 'whiteboards', 'grab'],
|
|
612
897
|
componentName: 'HandClenchedIcon',
|
|
613
898
|
package: '@atlaskit/icon-lab/core/hand-clenched',
|
|
614
899
|
type: 'core',
|
|
900
|
+
replacement: {
|
|
901
|
+
name: 'hand-closed',
|
|
902
|
+
type: 'core',
|
|
903
|
+
location: '@atlaskit/icon-lab'
|
|
904
|
+
},
|
|
615
905
|
categorization: 'single-purpose',
|
|
616
906
|
usage: 'Grabbing elements in whiteboards',
|
|
617
907
|
team: 'Whiteboards',
|
|
618
|
-
status: '
|
|
908
|
+
status: 'deprecated'
|
|
909
|
+
},
|
|
910
|
+
'hand-closed': {
|
|
911
|
+
keywords: ['hand-closed', 'handclosed', 'icon', 'icon-lab', 'core', 'hand tool', 'closed hand', 'grab', 'moving'],
|
|
912
|
+
componentName: 'HandClosedIcon',
|
|
913
|
+
package: '@atlaskit/icon-lab/core/hand-closed',
|
|
914
|
+
type: 'core',
|
|
915
|
+
categorization: 'multi-purpose',
|
|
916
|
+
usage: 'Known uses: Hand tool in Whiteboards when actively moving objects.',
|
|
917
|
+
team: 'Whiteboards',
|
|
918
|
+
status: 'published'
|
|
919
|
+
},
|
|
920
|
+
'hand-open': {
|
|
921
|
+
keywords: ['hand-open', 'handopen', 'icon', 'icon-lab', 'core', 'hand tool', 'open hand', 'move tool'],
|
|
922
|
+
componentName: 'HandOpenIcon',
|
|
923
|
+
package: '@atlaskit/icon-lab/core/hand-open',
|
|
924
|
+
type: 'core',
|
|
925
|
+
categorization: 'multi-purpose',
|
|
926
|
+
usage: 'Known uses: Hand tool in Whiteboards for moving objects.',
|
|
927
|
+
team: 'Whiteboards',
|
|
928
|
+
status: 'published'
|
|
929
|
+
},
|
|
930
|
+
'hand-raised': {
|
|
931
|
+
keywords: ['hand-raised', 'handraised', 'icon', 'icon-lab', 'core', 'hand', 'farewell', 'wave'],
|
|
932
|
+
componentName: 'HandRaisedIcon',
|
|
933
|
+
package: '@atlaskit/icon-lab/core/hand-raised',
|
|
934
|
+
type: 'core',
|
|
935
|
+
categorization: 'multi-purpose',
|
|
936
|
+
usage: 'Used for farewell feed in Atlassian Home.',
|
|
937
|
+
team: 'Whiteboards',
|
|
938
|
+
status: 'published'
|
|
619
939
|
},
|
|
620
940
|
history: {
|
|
621
941
|
keywords: ['history', 'icon', 'icon-lab', 'core', 'version control', 'past', 'arrow', 'clock', 'time', 'history', 'recent'],
|
|
@@ -1057,6 +1377,16 @@ var metadata = {
|
|
|
1057
1377
|
team: 'JSM core capabilities',
|
|
1058
1378
|
status: 'published'
|
|
1059
1379
|
},
|
|
1380
|
+
randomize: {
|
|
1381
|
+
keywords: ['randomize', 'icon', 'icon-lab', 'core', 'randomize', 'randomise', 'shuffle'],
|
|
1382
|
+
componentName: 'RandomizeIcon',
|
|
1383
|
+
package: '@atlaskit/icon-lab/core/randomize',
|
|
1384
|
+
type: 'core',
|
|
1385
|
+
categorization: 'single-purpose',
|
|
1386
|
+
usage: 'Reserved for randomizing or shuffling functionality.',
|
|
1387
|
+
team: 'Whiteboards',
|
|
1388
|
+
status: 'published'
|
|
1389
|
+
},
|
|
1060
1390
|
recur: {
|
|
1061
1391
|
keywords: ['recur', 'icon', 'icon-lab', 'core', 'recur', 'recurring', 'repeat', 'repeating'],
|
|
1062
1392
|
componentName: 'RecurIcon',
|
|
@@ -1169,44 +1499,64 @@ var metadata = {
|
|
|
1169
1499
|
status: 'published'
|
|
1170
1500
|
},
|
|
1171
1501
|
'shape-comment-left': {
|
|
1172
|
-
keywords: ['shape-comment-left', 'shapecommentleft', 'icon', 'icon-lab', 'core', '
|
|
1502
|
+
keywords: ['shape-comment-left', 'shapecommentleft', 'icon', 'icon-lab', 'core', 'comment', 'left', 'diagram', 'symbol'],
|
|
1173
1503
|
componentName: 'ShapeCommentLeftIcon',
|
|
1174
1504
|
package: '@atlaskit/icon-lab/core/shape-comment-left',
|
|
1175
1505
|
type: 'core',
|
|
1506
|
+
replacement: {
|
|
1507
|
+
name: 'diagram-symbol-comment-left',
|
|
1508
|
+
type: 'core',
|
|
1509
|
+
location: '@atlaskit/icon-lab'
|
|
1510
|
+
},
|
|
1176
1511
|
categorization: 'single-purpose',
|
|
1177
|
-
usage: '
|
|
1512
|
+
usage: 'Reserved for comment left diagram symbol.',
|
|
1178
1513
|
team: 'Whiteboards',
|
|
1179
|
-
status: '
|
|
1514
|
+
status: 'deprecated'
|
|
1180
1515
|
},
|
|
1181
1516
|
'shape-comment-right': {
|
|
1182
|
-
keywords: ['shape-comment-right', 'shapecommentright', 'icon', 'icon-lab', 'core', '
|
|
1517
|
+
keywords: ['shape-comment-right', 'shapecommentright', 'icon', 'icon-lab', 'core', 'comment', 'right', 'diagram', 'symbol'],
|
|
1183
1518
|
componentName: 'ShapeCommentRightIcon',
|
|
1184
1519
|
package: '@atlaskit/icon-lab/core/shape-comment-right',
|
|
1185
1520
|
type: 'core',
|
|
1521
|
+
replacement: {
|
|
1522
|
+
name: 'diagram-symbol-comment-right',
|
|
1523
|
+
type: 'core',
|
|
1524
|
+
location: '@atlaskit/icon-lab'
|
|
1525
|
+
},
|
|
1186
1526
|
categorization: 'single-purpose',
|
|
1187
|
-
usage: '
|
|
1527
|
+
usage: 'Reserved for comment right diagram symbol.',
|
|
1188
1528
|
team: 'Whiteboards',
|
|
1189
|
-
status: '
|
|
1529
|
+
status: 'deprecated'
|
|
1190
1530
|
},
|
|
1191
1531
|
'shape-database': {
|
|
1192
|
-
keywords: ['shape-database', 'shapedatabase', 'icon', 'icon-lab', 'core', '
|
|
1532
|
+
keywords: ['shape-database', 'shapedatabase', 'icon', 'icon-lab', 'core', 'diagram', 'symbol', 'database'],
|
|
1193
1533
|
componentName: 'ShapeDatabaseIcon',
|
|
1194
1534
|
package: '@atlaskit/icon-lab/core/shape-database',
|
|
1195
1535
|
type: 'core',
|
|
1536
|
+
replacement: {
|
|
1537
|
+
name: 'diagram-symbol-database',
|
|
1538
|
+
type: 'core',
|
|
1539
|
+
location: '@atlaskit/icon-lab'
|
|
1540
|
+
},
|
|
1196
1541
|
categorization: 'single-purpose',
|
|
1197
|
-
usage: '
|
|
1542
|
+
usage: 'Reserved for database diagram symbol.',
|
|
1198
1543
|
team: 'Whiteboards',
|
|
1199
|
-
status: '
|
|
1544
|
+
status: 'deprecated'
|
|
1200
1545
|
},
|
|
1201
1546
|
'shape-delay': {
|
|
1202
|
-
keywords: ['shape-delay', 'shapedelay', 'icon', 'icon-lab', 'core', '
|
|
1547
|
+
keywords: ['shape-delay', 'shapedelay', 'icon', 'icon-lab', 'core', 'diagram', 'symbol', 'delay'],
|
|
1203
1548
|
componentName: 'ShapeDelayIcon',
|
|
1204
1549
|
package: '@atlaskit/icon-lab/core/shape-delay',
|
|
1205
1550
|
type: 'core',
|
|
1551
|
+
replacement: {
|
|
1552
|
+
name: 'diagram-symbol-delay',
|
|
1553
|
+
type: 'core',
|
|
1554
|
+
location: '@atlaskit/icon-lab'
|
|
1555
|
+
},
|
|
1206
1556
|
categorization: 'single-purpose',
|
|
1207
|
-
usage: '
|
|
1557
|
+
usage: 'Reserved for delay diagram symbol.',
|
|
1208
1558
|
team: 'Whiteboards',
|
|
1209
|
-
status: '
|
|
1559
|
+
status: 'deprecated'
|
|
1210
1560
|
},
|
|
1211
1561
|
'shape-diamond': {
|
|
1212
1562
|
keywords: ['shape-diamond', 'shapediamond', 'icon', 'icon-lab', 'core', 'diamond', 'shape tool'],
|
|
@@ -1219,24 +1569,34 @@ var metadata = {
|
|
|
1219
1569
|
status: 'published'
|
|
1220
1570
|
},
|
|
1221
1571
|
'shape-display': {
|
|
1222
|
-
keywords: ['shape-display', 'shapedisplay', 'icon', 'icon-lab', 'core', '
|
|
1572
|
+
keywords: ['shape-display', 'shapedisplay', 'icon', 'icon-lab', 'core', 'diagram', 'symbol', 'display'],
|
|
1223
1573
|
componentName: 'ShapeDisplayIcon',
|
|
1224
1574
|
package: '@atlaskit/icon-lab/core/shape-display',
|
|
1225
1575
|
type: 'core',
|
|
1576
|
+
replacement: {
|
|
1577
|
+
name: 'diagram-symbol-display',
|
|
1578
|
+
type: 'core',
|
|
1579
|
+
location: '@atlaskit/icon-lab'
|
|
1580
|
+
},
|
|
1226
1581
|
categorization: 'single-purpose',
|
|
1227
|
-
usage: '
|
|
1582
|
+
usage: 'Reserved for display diagram symbol.',
|
|
1228
1583
|
team: 'Whiteboards',
|
|
1229
|
-
status: '
|
|
1584
|
+
status: 'deprecated'
|
|
1230
1585
|
},
|
|
1231
1586
|
'shape-document-symbol': {
|
|
1232
|
-
keywords: ['shape-document-symbol', 'shapedocumentsymbol', 'icon', 'icon-lab', 'core', '
|
|
1587
|
+
keywords: ['shape-document-symbol', 'shapedocumentsymbol', 'icon', 'icon-lab', 'core', 'diagram', 'symbol', 'document'],
|
|
1233
1588
|
componentName: 'ShapeDocumentSymbolIcon',
|
|
1234
1589
|
package: '@atlaskit/icon-lab/core/shape-document-symbol',
|
|
1235
1590
|
type: 'core',
|
|
1591
|
+
replacement: {
|
|
1592
|
+
name: 'diagram-symbol-document',
|
|
1593
|
+
type: 'core',
|
|
1594
|
+
location: '@atlaskit/icon-lab'
|
|
1595
|
+
},
|
|
1236
1596
|
categorization: 'single-purpose',
|
|
1237
|
-
usage: '
|
|
1597
|
+
usage: 'Reserved for single document diagram symbol.',
|
|
1238
1598
|
team: 'Whiteboards',
|
|
1239
|
-
status: '
|
|
1599
|
+
status: 'deprecated'
|
|
1240
1600
|
},
|
|
1241
1601
|
'shape-ellipse': {
|
|
1242
1602
|
keywords: ['shape-ellipse', 'shapeellipse', 'icon', 'icon-lab', 'core', 'ellipse', 'circle', 'shape tool'],
|
|
@@ -1249,74 +1609,109 @@ var metadata = {
|
|
|
1249
1609
|
status: 'published'
|
|
1250
1610
|
},
|
|
1251
1611
|
'shape-hard-disk': {
|
|
1252
|
-
keywords: ['shape-hard-disk', 'shapeharddisk', 'icon', 'icon-lab', 'core', '
|
|
1612
|
+
keywords: ['shape-hard-disk', 'shapeharddisk', 'icon', 'icon-lab', 'core', 'diagram', 'symbol', 'hard disk', 'hard drive', 'storage'],
|
|
1253
1613
|
componentName: 'ShapeHardDiskIcon',
|
|
1254
1614
|
package: '@atlaskit/icon-lab/core/shape-hard-disk',
|
|
1255
1615
|
type: 'core',
|
|
1616
|
+
replacement: {
|
|
1617
|
+
name: 'diagram-symbol-hard-disk',
|
|
1618
|
+
type: 'core',
|
|
1619
|
+
location: '@atlaskit/icon-lab'
|
|
1620
|
+
},
|
|
1256
1621
|
categorization: 'single-purpose',
|
|
1257
|
-
usage: '
|
|
1622
|
+
usage: 'Reserved for hard disk diagram symbol.',
|
|
1258
1623
|
team: 'Whiteboards',
|
|
1259
|
-
status: '
|
|
1624
|
+
status: 'deprecated'
|
|
1260
1625
|
},
|
|
1261
1626
|
'shape-internal-storage': {
|
|
1262
|
-
keywords: ['shape-internal-storage', 'shapeinternalstorage', 'icon', 'icon-lab', 'core', '
|
|
1627
|
+
keywords: ['shape-internal-storage', 'shapeinternalstorage', 'icon', 'icon-lab', 'core', 'diagram', 'symbol', 'internal storage'],
|
|
1263
1628
|
componentName: 'ShapeInternalStorageIcon',
|
|
1264
1629
|
package: '@atlaskit/icon-lab/core/shape-internal-storage',
|
|
1265
1630
|
type: 'core',
|
|
1631
|
+
replacement: {
|
|
1632
|
+
name: 'diagram-symbol-internal-storage',
|
|
1633
|
+
type: 'core',
|
|
1634
|
+
location: '@atlaskit/icon-lab'
|
|
1635
|
+
},
|
|
1266
1636
|
categorization: 'single-purpose',
|
|
1267
|
-
usage: '
|
|
1637
|
+
usage: 'Reserved for internal storage diagram symbol.',
|
|
1268
1638
|
team: 'Whiteboards',
|
|
1269
|
-
status: '
|
|
1639
|
+
status: 'deprecated'
|
|
1270
1640
|
},
|
|
1271
1641
|
'shape-manual-input': {
|
|
1272
|
-
keywords: ['shape-manual-input', 'shapemanualinput', 'icon', 'icon-lab', 'core', 'diagram', '
|
|
1642
|
+
keywords: ['shape-manual-input', 'shapemanualinput', 'icon', 'icon-lab', 'core', 'diagram', 'symbol', 'manual input'],
|
|
1273
1643
|
componentName: 'ShapeManualInputIcon',
|
|
1274
1644
|
package: '@atlaskit/icon-lab/core/shape-manual-input',
|
|
1275
1645
|
type: 'core',
|
|
1646
|
+
replacement: {
|
|
1647
|
+
name: 'diagram-symbol-manual-input',
|
|
1648
|
+
type: 'core',
|
|
1649
|
+
location: '@atlaskit/icon-lab'
|
|
1650
|
+
},
|
|
1276
1651
|
categorization: 'single-purpose',
|
|
1277
|
-
usage: '
|
|
1652
|
+
usage: 'Reserved for manual input diagram symbol.',
|
|
1278
1653
|
team: 'Whiteboards',
|
|
1279
|
-
status: '
|
|
1654
|
+
status: 'deprecated'
|
|
1280
1655
|
},
|
|
1281
1656
|
'shape-manual-operation-symbol': {
|
|
1282
|
-
keywords: ['shape-manual-operation-symbol', 'shapemanualoperationsymbol', 'icon', 'icon-lab', 'core', '
|
|
1657
|
+
keywords: ['shape-manual-operation-symbol', 'shapemanualoperationsymbol', 'icon', 'icon-lab', 'core', 'diagram', 'symbol', 'manual operation'],
|
|
1283
1658
|
componentName: 'ShapeManualOperationSymbolIcon',
|
|
1284
1659
|
package: '@atlaskit/icon-lab/core/shape-manual-operation-symbol',
|
|
1285
1660
|
type: 'core',
|
|
1661
|
+
replacement: {
|
|
1662
|
+
name: 'diagram-symbol-manual-operation',
|
|
1663
|
+
type: 'core',
|
|
1664
|
+
location: '@atlaskit/icon-lab'
|
|
1665
|
+
},
|
|
1286
1666
|
categorization: 'single-purpose',
|
|
1287
|
-
usage: '
|
|
1667
|
+
usage: 'Reserved for manual operation diagram symbol.',
|
|
1288
1668
|
team: 'Whiteboards',
|
|
1289
|
-
status: '
|
|
1669
|
+
status: 'deprecated'
|
|
1290
1670
|
},
|
|
1291
1671
|
'shape-mindmap': {
|
|
1292
|
-
keywords: ['shape-mindmap', 'shapemindmap', 'icon', 'icon-lab', 'core', '
|
|
1672
|
+
keywords: ['shape-mindmap', 'shapemindmap', 'icon', 'icon-lab', 'core', 'diagram', 'symbol', 'mind map'],
|
|
1293
1673
|
componentName: 'ShapeMindmapIcon',
|
|
1294
1674
|
package: '@atlaskit/icon-lab/core/shape-mindmap',
|
|
1295
1675
|
type: 'core',
|
|
1676
|
+
replacement: {
|
|
1677
|
+
name: 'diagram-symbol-mind-map',
|
|
1678
|
+
type: 'core',
|
|
1679
|
+
location: '@atlaskit/icon-lab'
|
|
1680
|
+
},
|
|
1296
1681
|
categorization: 'single-purpose',
|
|
1297
|
-
usage: '
|
|
1682
|
+
usage: 'Reserved for mind map diagram symbol.',
|
|
1298
1683
|
team: 'Whiteboards',
|
|
1299
|
-
status: '
|
|
1684
|
+
status: 'deprecated'
|
|
1300
1685
|
},
|
|
1301
1686
|
'shape-multiple-documents': {
|
|
1302
|
-
keywords: ['shape-multiple-documents', 'shapemultipledocuments', 'icon', 'icon-lab', 'core', '
|
|
1687
|
+
keywords: ['shape-multiple-documents', 'shapemultipledocuments', 'icon', 'icon-lab', 'core', 'diagram', 'symbol', 'multiple documents'],
|
|
1303
1688
|
componentName: 'ShapeMultipleDocumentsIcon',
|
|
1304
1689
|
package: '@atlaskit/icon-lab/core/shape-multiple-documents',
|
|
1305
1690
|
type: 'core',
|
|
1691
|
+
replacement: {
|
|
1692
|
+
name: 'diagram-symbol-documents',
|
|
1693
|
+
type: 'core',
|
|
1694
|
+
location: '@atlaskit/icon-lab'
|
|
1695
|
+
},
|
|
1306
1696
|
categorization: 'single-purpose',
|
|
1307
|
-
usage: '
|
|
1697
|
+
usage: 'Reserved for multiple documents diagram symbol',
|
|
1308
1698
|
team: 'Whiteboards',
|
|
1309
|
-
status: '
|
|
1699
|
+
status: 'deprecated'
|
|
1310
1700
|
},
|
|
1311
1701
|
'shape-off-page': {
|
|
1312
|
-
keywords: ['shape-off-page', 'shapeoffpage', 'icon', 'icon-lab', 'core', 'off-page', 'diagram'],
|
|
1702
|
+
keywords: ['shape-off-page', 'shapeoffpage', 'icon', 'icon-lab', 'core', 'off-page', 'diagram', 'symbol', 'connector'],
|
|
1313
1703
|
componentName: 'ShapeOffPageIcon',
|
|
1314
1704
|
package: '@atlaskit/icon-lab/core/shape-off-page',
|
|
1315
1705
|
type: 'core',
|
|
1706
|
+
replacement: {
|
|
1707
|
+
name: 'diagram-symbol-connector-off-page',
|
|
1708
|
+
type: 'core',
|
|
1709
|
+
location: '@atlaskit/icon-lab'
|
|
1710
|
+
},
|
|
1316
1711
|
categorization: 'single-purpose',
|
|
1317
|
-
usage: '
|
|
1712
|
+
usage: 'Reserved for off-page connector diagram symbol.',
|
|
1318
1713
|
team: 'Whiteboards',
|
|
1319
|
-
status: '
|
|
1714
|
+
status: 'deprecated'
|
|
1320
1715
|
},
|
|
1321
1716
|
'shape-parallelogram-skew-left': {
|
|
1322
1717
|
keywords: ['shape-parallelogram-skew-left', 'shapeparallelogramskewleft', 'icon', 'icon-lab', 'core', 'parallelogram', 'skewed', 'left', 'shape tool'],
|
|
@@ -1339,24 +1734,34 @@ var metadata = {
|
|
|
1339
1734
|
status: 'published'
|
|
1340
1735
|
},
|
|
1341
1736
|
'shape-predefined-process': {
|
|
1342
|
-
keywords: ['shape-predefined-process', 'shapepredefinedprocess', 'icon', 'icon-lab', 'core', 'diagram', '
|
|
1737
|
+
keywords: ['shape-predefined-process', 'shapepredefinedprocess', 'icon', 'icon-lab', 'core', 'diagram', 'symbol', 'predefined process'],
|
|
1343
1738
|
componentName: 'ShapePredefinedProcessIcon',
|
|
1344
1739
|
package: '@atlaskit/icon-lab/core/shape-predefined-process',
|
|
1345
1740
|
type: 'core',
|
|
1741
|
+
replacement: {
|
|
1742
|
+
name: 'diagram-symbol-predefined-process',
|
|
1743
|
+
type: 'core',
|
|
1744
|
+
location: '@atlaskit/icon-lab'
|
|
1745
|
+
},
|
|
1346
1746
|
categorization: 'single-purpose',
|
|
1347
|
-
usage: '
|
|
1747
|
+
usage: 'Reserved for predefined process diagram symbol.',
|
|
1348
1748
|
team: 'Whiteboards',
|
|
1349
|
-
status: '
|
|
1749
|
+
status: 'deprecated'
|
|
1350
1750
|
},
|
|
1351
1751
|
'shape-preparation-symbol': {
|
|
1352
|
-
keywords: ['shape-preparation-symbol', 'shapepreparationsymbol', 'icon', 'icon-lab', 'core', 'diagram'],
|
|
1752
|
+
keywords: ['shape-preparation-symbol', 'shapepreparationsymbol', 'icon', 'icon-lab', 'core', 'diagram', 'symbol', 'preparation'],
|
|
1353
1753
|
componentName: 'ShapePreparationSymbolIcon',
|
|
1354
1754
|
package: '@atlaskit/icon-lab/core/shape-preparation-symbol',
|
|
1355
1755
|
type: 'core',
|
|
1756
|
+
replacement: {
|
|
1757
|
+
name: 'diagram-symbol-preparation',
|
|
1758
|
+
type: 'core',
|
|
1759
|
+
location: '@atlaskit/icon-lab'
|
|
1760
|
+
},
|
|
1356
1761
|
categorization: 'single-purpose',
|
|
1357
|
-
usage: '
|
|
1762
|
+
usage: 'Reserved for preparation diagram symbol.',
|
|
1358
1763
|
team: 'Whiteboards',
|
|
1359
|
-
status: '
|
|
1764
|
+
status: 'deprecated'
|
|
1360
1765
|
},
|
|
1361
1766
|
'shape-rectangle': {
|
|
1362
1767
|
keywords: ['shape-rectangle', 'shaperectangle', 'icon', 'icon-lab', 'core', 'shape tool', 'rectangle', 'square'],
|
|
@@ -1379,44 +1784,64 @@ var metadata = {
|
|
|
1379
1784
|
status: 'published'
|
|
1380
1785
|
},
|
|
1381
1786
|
'shape-start-end': {
|
|
1382
|
-
keywords: ['shape-start-end', 'shapestartend', 'icon', 'icon-lab', 'core', '
|
|
1787
|
+
keywords: ['shape-start-end', 'shapestartend', 'icon', 'icon-lab', 'core', 'diagram', 'symbol', 'terminator', 'terminal', 'start point', 'end point'],
|
|
1383
1788
|
componentName: 'ShapeStartEndIcon',
|
|
1384
1789
|
package: '@atlaskit/icon-lab/core/shape-start-end',
|
|
1385
1790
|
type: 'core',
|
|
1791
|
+
replacement: {
|
|
1792
|
+
name: 'diagram-symbol-terminator',
|
|
1793
|
+
type: 'core',
|
|
1794
|
+
location: '@atlaskit/icon-lab'
|
|
1795
|
+
},
|
|
1386
1796
|
categorization: 'single-purpose',
|
|
1387
|
-
usage: '
|
|
1797
|
+
usage: 'Reserved for terminator (start or end point) diagram symbol.',
|
|
1388
1798
|
team: 'Whiteboards',
|
|
1389
|
-
status: '
|
|
1799
|
+
status: 'deprecated'
|
|
1390
1800
|
},
|
|
1391
1801
|
'shape-stored-data': {
|
|
1392
|
-
keywords: ['shape-stored-data', 'shapestoreddata', 'icon', 'icon-lab', 'core', '
|
|
1802
|
+
keywords: ['shape-stored-data', 'shapestoreddata', 'icon', 'icon-lab', 'core', 'diagram', 'symbol', 'stored data'],
|
|
1393
1803
|
componentName: 'ShapeStoredDataIcon',
|
|
1394
1804
|
package: '@atlaskit/icon-lab/core/shape-stored-data',
|
|
1395
1805
|
type: 'core',
|
|
1806
|
+
replacement: {
|
|
1807
|
+
name: 'diagram-symbol-stored-data',
|
|
1808
|
+
type: 'core',
|
|
1809
|
+
location: '@atlaskit/icon-lab'
|
|
1810
|
+
},
|
|
1396
1811
|
categorization: 'single-purpose',
|
|
1397
|
-
usage: '
|
|
1812
|
+
usage: 'Reserved for stored data diagram symbol.',
|
|
1398
1813
|
team: 'Whiteboards',
|
|
1399
|
-
status: '
|
|
1814
|
+
status: 'deprecated'
|
|
1400
1815
|
},
|
|
1401
1816
|
'shape-summing-junction-cross': {
|
|
1402
|
-
keywords: ['shape-summing-junction-cross', 'shapesummingjunctioncross', 'icon', 'icon-lab', 'core', '
|
|
1817
|
+
keywords: ['shape-summing-junction-cross', 'shapesummingjunctioncross', 'icon', 'icon-lab', 'core', 'diagram', 'symbol', 'summing junction', 'cross'],
|
|
1403
1818
|
componentName: 'ShapeSummingJunctionCrossIcon',
|
|
1404
1819
|
package: '@atlaskit/icon-lab/core/shape-summing-junction-cross',
|
|
1405
1820
|
type: 'core',
|
|
1821
|
+
replacement: {
|
|
1822
|
+
name: 'diagram-symbol-summing-junction',
|
|
1823
|
+
type: 'core',
|
|
1824
|
+
location: '@atlaskit/icon-lab'
|
|
1825
|
+
},
|
|
1406
1826
|
categorization: 'single-purpose',
|
|
1407
|
-
usage: '
|
|
1827
|
+
usage: 'Reserved for summing junction diagram symbol.',
|
|
1408
1828
|
team: 'Whiteboards',
|
|
1409
|
-
status: '
|
|
1829
|
+
status: 'deprecated'
|
|
1410
1830
|
},
|
|
1411
1831
|
'shape-summing-junction-plus': {
|
|
1412
|
-
keywords: ['shape-summing-junction-plus', 'shapesummingjunctionplus', 'icon', 'icon-lab', 'core', 'diagram', '
|
|
1832
|
+
keywords: ['shape-summing-junction-plus', 'shapesummingjunctionplus', 'icon', 'icon-lab', 'core', 'diagram', 'symbol', 'or', 'logic'],
|
|
1413
1833
|
componentName: 'ShapeSummingJunctionPlusIcon',
|
|
1414
1834
|
package: '@atlaskit/icon-lab/core/shape-summing-junction-plus',
|
|
1415
1835
|
type: 'core',
|
|
1836
|
+
replacement: {
|
|
1837
|
+
name: 'diagram-symbol-or',
|
|
1838
|
+
type: 'core',
|
|
1839
|
+
location: '@atlaskit/icon-lab'
|
|
1840
|
+
},
|
|
1416
1841
|
categorization: 'single-purpose',
|
|
1417
|
-
usage: '
|
|
1842
|
+
usage: 'Reserved for or diagram symbol.',
|
|
1418
1843
|
team: 'Whiteboards',
|
|
1419
|
-
status: '
|
|
1844
|
+
status: 'deprecated'
|
|
1420
1845
|
},
|
|
1421
1846
|
'shape-triangle': {
|
|
1422
1847
|
keywords: ['shape-triangle', 'shapetriangle', 'icon', 'icon-lab', 'core', 'triangle', 'shape tool', 'equilateral'],
|
|
@@ -1743,6 +2168,16 @@ var metadata = {
|
|
|
1743
2168
|
team: 'Whiteboards',
|
|
1744
2169
|
status: 'published'
|
|
1745
2170
|
},
|
|
2171
|
+
'text-adjust-length': {
|
|
2172
|
+
keywords: ['text-adjust-length', 'textadjustlength', 'icon', 'icon-lab', 'core', 'text length', 'change text length', 'adjust text length'],
|
|
2173
|
+
componentName: 'TextAdjustLengthIcon',
|
|
2174
|
+
package: '@atlaskit/icon-lab/core/text-adjust-length',
|
|
2175
|
+
type: 'core',
|
|
2176
|
+
categorization: 'single-purpose',
|
|
2177
|
+
usage: 'Reserved for accessing text length generative AI actions.',
|
|
2178
|
+
team: 'Editor AI',
|
|
2179
|
+
status: 'published'
|
|
2180
|
+
},
|
|
1746
2181
|
'text-audio-transcript': {
|
|
1747
2182
|
keywords: ['text-audio-transcript', 'textaudiotranscript', 'icon', 'icon-lab', 'core', 'microphone', 'script', 'paragraph'],
|
|
1748
2183
|
componentName: 'TextAudioTranscriptIcon',
|