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