@atlaskit/icon-lab 5.7.1 → 5.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (91) hide show
  1. package/CHANGELOG.md +62 -0
  2. package/core/ai-generative-text.js +2 -2
  3. package/core/assets-object-type.d.ts +13 -0
  4. package/core/assets-object-type.js +29 -0
  5. package/core/assets-object.d.ts +13 -0
  6. package/core/assets-object.js +29 -0
  7. package/core/assets-schema.js +3 -3
  8. package/core/blast-radius.d.ts +13 -0
  9. package/core/blast-radius.js +29 -0
  10. package/core/chart-bullet.d.ts +13 -0
  11. package/core/chart-bullet.js +29 -0
  12. package/core/chart-extrapolate.d.ts +13 -0
  13. package/core/chart-extrapolate.js +29 -0
  14. package/core/chart-funnel.d.ts +13 -0
  15. package/core/chart-funnel.js +29 -0
  16. package/core/data-bucket.d.ts +13 -0
  17. package/core/data-bucket.js +29 -0
  18. package/core/data-formula.d.ts +13 -0
  19. package/core/data-formula.js +29 -0
  20. package/core/data-function.d.ts +13 -0
  21. package/core/data-function.js +29 -0
  22. package/core/data-pivot.d.ts +13 -0
  23. package/core/data-pivot.js +29 -0
  24. package/core/data-transpose.d.ts +13 -0
  25. package/core/data-transpose.js +29 -0
  26. package/core/data-unpivot.d.ts +13 -0
  27. package/core/data-unpivot.js +29 -0
  28. package/core/data-visualization-heatmap.d.ts +13 -0
  29. package/core/data-visualization-heatmap.js +29 -0
  30. package/core/data-visualization-metric.d.ts +13 -0
  31. package/core/data-visualization-metric.js +29 -0
  32. package/core/data-zero-fill.d.ts +13 -0
  33. package/core/data-zero-fill.js +29 -0
  34. package/core/key.d.ts +13 -0
  35. package/core/key.js +29 -0
  36. package/core/merge-queue.d.ts +13 -0
  37. package/core/merge-queue.js +29 -0
  38. package/core/missed-call.d.ts +13 -0
  39. package/core/missed-call.js +29 -0
  40. package/core/power-cable.d.ts +13 -0
  41. package/core/power-cable.js +29 -0
  42. package/core/table-row-limit.d.ts +13 -0
  43. package/core/table-row-limit.js +29 -0
  44. package/core/template-sync.d.ts +13 -0
  45. package/core/template-sync.js +29 -0
  46. package/core/template.js +4 -4
  47. package/core/text-cursor.d.ts +13 -0
  48. package/core/text-cursor.js +29 -0
  49. package/core/text-density-compress.d.ts +13 -0
  50. package/core/text-density-compress.js +29 -0
  51. package/core/text-density-expand.d.ts +13 -0
  52. package/core/text-density-expand.js +29 -0
  53. package/core/views.d.ts +13 -0
  54. package/core/views.js +29 -0
  55. package/core/world.d.ts +13 -0
  56. package/core/world.js +29 -0
  57. package/dist/cjs/metadata-core.js +267 -7
  58. package/dist/es2019/metadata-core.js +267 -7
  59. package/dist/esm/metadata-core.js +267 -7
  60. package/dist/types/metadata-core.d.ts +1 -1
  61. package/dist/types-ts4.5/metadata-core.d.ts +1 -1
  62. package/package.json +8 -8
  63. package/svgs/core/ai-generative-text.svg +1 -1
  64. package/svgs/core/assets-object-type.svg +1 -0
  65. package/svgs/core/assets-object.svg +1 -0
  66. package/svgs/core/assets-schema.svg +1 -1
  67. package/svgs/core/blast-radius.svg +1 -0
  68. package/svgs/core/chart-bullet.svg +1 -0
  69. package/svgs/core/chart-extrapolate.svg +1 -0
  70. package/svgs/core/chart-funnel.svg +1 -0
  71. package/svgs/core/data-bucket.svg +1 -0
  72. package/svgs/core/data-formula.svg +1 -0
  73. package/svgs/core/data-function.svg +1 -0
  74. package/svgs/core/data-pivot.svg +1 -0
  75. package/svgs/core/data-transpose.svg +1 -0
  76. package/svgs/core/data-unpivot.svg +1 -0
  77. package/svgs/core/data-visualization-heatmap.svg +1 -0
  78. package/svgs/core/data-visualization-metric.svg +1 -0
  79. package/svgs/core/data-zero-fill.svg +1 -0
  80. package/svgs/core/key.svg +1 -0
  81. package/svgs/core/merge-queue.svg +1 -0
  82. package/svgs/core/missed-call.svg +1 -0
  83. package/svgs/core/power-cable.svg +1 -0
  84. package/svgs/core/table-row-limit.svg +1 -0
  85. package/svgs/core/template-sync.svg +1 -0
  86. package/svgs/core/template.svg +1 -1
  87. package/svgs/core/text-cursor.svg +1 -0
  88. package/svgs/core/text-density-compress.svg +1 -0
  89. package/svgs/core/text-density-expand.svg +1 -0
  90. package/svgs/core/views.svg +1 -0
  91. package/svgs/core/world.svg +1 -0
package/core/views.js ADDED
@@ -0,0 +1,29 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::5412db8dd6dbd639e997b10aa14b104a>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+ "use strict";
7
+
8
+ Object.defineProperty(exports, "__esModule", {
9
+ value: true
10
+ });
11
+ exports.default = void 0;
12
+ var _react = _interopRequireDefault(require("react"));
13
+ var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
14
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
15
+ /**
16
+ * Icon: "Views".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Reserved for representing saved views.
20
+ * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
21
+ * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
22
+ */
23
+ const ViewsIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ name: "ViewsIcon",
25
+ dangerouslySetGlyph: `<path fill="currentcolor" d="M11.5 5.5H6v6h5a.5.5 0 0 0 .5-.5zm-9 5.5a.5.5 0 0 0 .5.5h1.5v-6h-2zm9-8a.5.5 0 0 0-.5-.5H3a.5.5 0 0 0-.5.5v1h9zm1.5 8a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2z"/><path fill="currentcolor" d="M14.5 12.75V6H16v6.75A3.25 3.25 0 0 1 12.75 16H6v-1.5h6.75a1.75 1.75 0 0 0 1.75-1.75"/>`
26
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
27
+ }, props));
28
+ ViewsIcon.displayName = 'ViewsIcon';
29
+ var _default = exports.default = ViewsIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::75329438197427848c8de9ccd782b6b0>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const WorldIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default WorldIcon;
package/core/world.js ADDED
@@ -0,0 +1,29 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::43688494f0a31d9179ab4b6542dc66c8>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+ "use strict";
7
+
8
+ Object.defineProperty(exports, "__esModule", {
9
+ value: true
10
+ });
11
+ exports.default = void 0;
12
+ var _react = _interopRequireDefault(require("react"));
13
+ var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
14
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
15
+ /**
16
+ * Icon: "World".
17
+ * Category: multi-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Known uses: Geographical data visualization.
20
+ * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
21
+ * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
22
+ */
23
+ const WorldIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ name: "WorldIcon",
25
+ dangerouslySetGlyph: `<path fill="currentcolor" d="M14.5 8a6.5 6.5 0 1 0-13 0 6.5 6.5 0 0 0 13 0M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0"/><path fill="currentcolor" d="M9.5 12.13a2.63 2.63 0 0 1 2.63-2.63H15V11h-2.87c-.62 0-1.12.5-1.12 1.13V15H9.5zm-1.5.62a2 2 0 0 0-2-2 .5.5 0 0 1-.5-.5v-.5A2.5 2.5 0 0 0 3 7.25H1v1.5h2a1 1 0 0 1 1 1v.5a2 2 0 0 0 2 2 .5.5 0 0 1 .5.5V15H8zm-1.25-6.5A.75.75 0 0 0 6 5.5h-.25A2.5 2.5 0 0 1 3.25 3V1.63h1.5V3a1 1 0 0 0 1 1H6a2.25 2.25 0 0 1 2.25 2.25c0 .41.34.75.75.75h1.5a.5.5 0 0 0 .5-.5 2 2 0 0 1 2-2h1.75V6H13a.5.5 0 0 0-.5.5 2 2 0 0 1-2 2H9a2.25 2.25 0 0 1-2.25-2.25"/>`
26
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
27
+ }, props));
28
+ WorldIcon.displayName = 'WorldIcon';
29
+ var _default = exports.default = WorldIcon;
@@ -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::5b69fe1c13c3b715214c07768484a6fc>>
12
+ * @codegen <<SignedSource::e31ec5110d73ffb95ab5d95b127fdc71>>
13
13
  * @codegenCommand yarn build:icon-glyphs
14
14
  */
15
15
 
@@ -282,13 +282,33 @@ var metadata = {
282
282
  team: 'Assets',
283
283
  status: 'published'
284
284
  },
285
+ 'assets-object': {
286
+ keywords: ['assets-object', 'assetsobject', 'icon', 'icon-lab', 'assets', 'object', 'box'],
287
+ componentName: 'AssetsObjectIcon',
288
+ package: '@atlaskit/icon-lab/core/assets-object',
289
+ type: 'core',
290
+ categorization: 'single-purpose',
291
+ usage: 'Reserved for representing objects in Assets.',
292
+ team: 'Assets',
293
+ status: 'published'
294
+ },
295
+ 'assets-object-type': {
296
+ keywords: ['assets-object-type', 'assetsobjecttype', 'icon', 'icon-lab', 'assets', 'object type', 'collection'],
297
+ componentName: 'AssetsObjectTypeIcon',
298
+ package: '@atlaskit/icon-lab/core/assets-object-type',
299
+ type: 'core',
300
+ categorization: 'single-purpose',
301
+ usage: 'Reserved for representing object types in Assets.',
302
+ team: 'Assets',
303
+ status: 'published'
304
+ },
285
305
  'assets-schema': {
286
306
  keywords: ['assets-schema', 'assetsschema', 'icon', 'icon-lab', 'assets', 'CMDB', 'configuration management database'],
287
307
  componentName: 'AssetsSchemaIcon',
288
308
  package: '@atlaskit/icon-lab/core/assets-schema',
289
309
  type: 'core',
290
310
  categorization: 'single-purpose',
291
- usage: 'Reserved for JSM Assets.',
311
+ usage: 'Reserved for representing schema in Assets.',
292
312
  team: 'Assets',
293
313
  status: 'published'
294
314
  },
@@ -322,6 +342,16 @@ var metadata = {
322
342
  team: 'Growth Buy',
323
343
  status: 'published'
324
344
  },
345
+ 'blast-radius': {
346
+ keywords: ['blast-radius', 'blastradius', 'icon', 'icon-lab', 'blast radius', 'impact area'],
347
+ componentName: 'BlastRadiusIcon',
348
+ package: '@atlaskit/icon-lab/core/blast-radius',
349
+ type: 'core',
350
+ categorization: 'single-purpose',
351
+ usage: 'Reserved for representing blast radius in Object Graph.',
352
+ team: 'JSM',
353
+ status: 'published'
354
+ },
325
355
  bluetooth: {
326
356
  keywords: ['bluetooth', 'icon', 'icon-lab', 'bluetooth', 'connectivity', 'bt'],
327
357
  componentName: 'BluetoothIcon',
@@ -415,6 +445,36 @@ var metadata = {
415
445
  team: 'Data Experiences',
416
446
  status: 'published'
417
447
  },
448
+ 'chart-bullet': {
449
+ keywords: ['chart-bullet', 'chartbullet', 'icon', 'icon-lab', 'bullet', 'chart', 'graph', 'primary measure'],
450
+ componentName: 'ChartBulletIcon',
451
+ package: '@atlaskit/icon-lab/core/chart-bullet',
452
+ type: 'core',
453
+ categorization: 'multi-purpose',
454
+ usage: 'Known uses: Bullet charts or graphs',
455
+ team: 'Data Experiences',
456
+ status: 'published'
457
+ },
458
+ 'chart-extrapolate': {
459
+ keywords: ['chart-extrapolate', 'chartextrapolate', 'icon', 'icon-lab', 'chart', 'trend', 'extrapolate', 'analytics'],
460
+ componentName: 'ChartExtrapolateIcon',
461
+ package: '@atlaskit/icon-lab/core/chart-extrapolate',
462
+ type: 'core',
463
+ categorization: 'multi-purpose',
464
+ usage: 'Known uses: Chart trend extrapolation in Analytics.',
465
+ team: 'Data Experiences',
466
+ status: 'published'
467
+ },
468
+ 'chart-funnel': {
469
+ keywords: ['chart-funnel', 'chartfunnel', 'icon', 'icon-lab', 'chart', 'funnel', 'sales process', 'revenue'],
470
+ componentName: 'ChartFunnelIcon',
471
+ package: '@atlaskit/icon-lab/core/chart-funnel',
472
+ type: 'core',
473
+ categorization: 'multi-purpose',
474
+ usage: 'Known uses: Chart funnels',
475
+ team: 'Data Experiences',
476
+ status: 'published'
477
+ },
418
478
  'chart-scatter-plot': {
419
479
  keywords: ['chart-scatter-plot', 'chartscatterplot', 'icon', 'icon-lab', 'chart', 'scatter', 'dot plot', 'distribution', 'analytics'],
420
480
  componentName: 'ChartScatterPlotIcon',
@@ -431,7 +491,7 @@ var metadata = {
431
491
  package: '@atlaskit/icon-lab/core/cloud-offline',
432
492
  type: 'core',
433
493
  categorization: 'single-purpose',
434
- usage: "Reserved for showing when a connection can't be established to the cloud.",
494
+ usage: "Reserved for showing when a connection can\'t be established to the cloud.",
435
495
  team: 'Content Types',
436
496
  status: 'published'
437
497
  },
@@ -461,7 +521,7 @@ var metadata = {
461
521
  package: '@atlaskit/icon-lab/core/colour-none',
462
522
  type: 'core',
463
523
  categorization: 'single-purpose',
464
- usage: "Remove colours from Whiteboard's colour picker",
524
+ usage: "Remove colours from Whiteboard\'s colour picker",
465
525
  team: 'Whiteboards',
466
526
  status: 'published'
467
527
  },
@@ -526,6 +586,96 @@ var metadata = {
526
586
  team: 'Whiteboards',
527
587
  status: 'published'
528
588
  },
589
+ 'data-bucket': {
590
+ keywords: ['data-bucket', 'databucket', 'icon', 'icon-lab', 'data bucketing', 'segmentation'],
591
+ componentName: 'DataBucketIcon',
592
+ package: '@atlaskit/icon-lab/core/data-bucket',
593
+ type: 'core',
594
+ categorization: 'single-purpose',
595
+ usage: 'Reserved for bucketing data.',
596
+ team: 'Data Experiences',
597
+ status: 'published'
598
+ },
599
+ 'data-formula': {
600
+ keywords: ['data-formula', 'dataformula', 'icon', 'icon-lab', 'data formula'],
601
+ componentName: 'DataFormulaIcon',
602
+ package: '@atlaskit/icon-lab/core/data-formula',
603
+ type: 'core',
604
+ categorization: 'single-purpose',
605
+ usage: 'Reserved for data formulas.',
606
+ team: 'Data experiences',
607
+ status: 'published'
608
+ },
609
+ 'data-function': {
610
+ keywords: ['data-function', 'datafunction', 'icon', 'icon-lab', 'data function'],
611
+ componentName: 'DataFunctionIcon',
612
+ package: '@atlaskit/icon-lab/core/data-function',
613
+ type: 'core',
614
+ categorization: 'single-purpose',
615
+ usage: 'Reserved for data functions.',
616
+ team: 'Data Experiences',
617
+ status: 'published'
618
+ },
619
+ 'data-pivot': {
620
+ keywords: ['data-pivot', 'datapivot', 'icon', 'icon-lab', 'data pivot', 'column', 'row'],
621
+ componentName: 'DataPivotIcon',
622
+ package: '@atlaskit/icon-lab/core/data-pivot',
623
+ type: 'core',
624
+ categorization: 'single-purpose',
625
+ usage: 'Reserved for pivoting data.',
626
+ team: 'Data Experiences',
627
+ status: 'published'
628
+ },
629
+ 'data-transpose': {
630
+ keywords: ['data-transpose', 'datatranspose', 'icon', 'icon-lab', 'transposition', 'transpose', 'column', 'row', 'data'],
631
+ componentName: 'DataTransposeIcon',
632
+ package: '@atlaskit/icon-lab/core/data-transpose',
633
+ type: 'core',
634
+ categorization: 'single-purpose',
635
+ usage: 'Reserved for transposing data.',
636
+ team: 'Data Experiences',
637
+ status: 'published'
638
+ },
639
+ 'data-unpivot': {
640
+ keywords: ['data-unpivot', 'dataunpivot', 'icon', 'icon-lab', 'data unpivot', 'column', 'row'],
641
+ componentName: 'DataUnpivotIcon',
642
+ package: '@atlaskit/icon-lab/core/data-unpivot',
643
+ type: 'core',
644
+ categorization: 'single-purpose',
645
+ usage: 'Reserved for unpivoting data.',
646
+ team: 'Data Experiences',
647
+ status: 'published'
648
+ },
649
+ 'data-visualization-heatmap': {
650
+ keywords: ['data-visualization-heatmap', 'datavisualizationheatmap', 'icon', 'icon-lab', 'chart', 'heatmap', 'data visualization', 'data visualisation'],
651
+ componentName: 'DataVisualizationHeatmapIcon',
652
+ package: '@atlaskit/icon-lab/core/data-visualization-heatmap',
653
+ type: 'core',
654
+ categorization: 'single-purpose',
655
+ usage: 'Reserved for representing heatmap data visualizations.',
656
+ team: 'Data Experiences',
657
+ status: 'published'
658
+ },
659
+ 'data-visualization-metric': {
660
+ keywords: ['data-visualization-metric', 'datavisualizationmetric', 'icon', 'icon-lab', 'single data indicator', 'metric card', 'data visualization', 'data visualisation'],
661
+ componentName: 'DataVisualizationMetricIcon',
662
+ package: '@atlaskit/icon-lab/core/data-visualization-metric',
663
+ type: 'core',
664
+ categorization: 'single-purpose',
665
+ usage: 'Reserved for single data indicator or metric visualizations.',
666
+ team: 'Data Experiences',
667
+ status: 'published'
668
+ },
669
+ 'data-zero-fill': {
670
+ keywords: ['data-zero-fill', 'datazerofill', 'icon', 'icon-lab', 'zero', '0', 'data transform'],
671
+ componentName: 'DataZeroFillIcon',
672
+ package: '@atlaskit/icon-lab/core/data-zero-fill',
673
+ type: 'core',
674
+ categorization: 'single-purpose',
675
+ usage: 'Reserved for replacing empty data fields with zero.',
676
+ team: 'Data Experiences',
677
+ status: 'published'
678
+ },
529
679
  'database-storage': {
530
680
  keywords: ['database-storage', 'databasestorage', 'icon', 'icon-lab', 'database', 'db', 'storage', 'sql'],
531
681
  componentName: 'DatabaseStorageIcon',
@@ -1181,6 +1331,16 @@ var metadata = {
1181
1331
  status: 'published',
1182
1332
  slackChannel: '@joel unger'
1183
1333
  },
1334
+ key: {
1335
+ keywords: ['key', 'icon', 'icon-lab', 'key'],
1336
+ componentName: 'KeyIcon',
1337
+ package: '@atlaskit/icon-lab/core/key',
1338
+ type: 'core',
1339
+ categorization: 'multi-purpose',
1340
+ usage: 'Known uses: Foreign key or primary key of a data table.',
1341
+ team: 'Data Experiences',
1342
+ status: 'published'
1343
+ },
1184
1344
  'layout-five-columns': {
1185
1345
  keywords: ['layout-five-columns', 'layoutfivecolumns', 'icon', 'icon-lab', 'layout', 'columns', '5 col', '5 cols'],
1186
1346
  componentName: 'LayoutFiveColumnsIcon',
@@ -1241,6 +1401,16 @@ var metadata = {
1241
1401
  team: 'Editor',
1242
1402
  status: 'published'
1243
1403
  },
1404
+ 'merge-queue': {
1405
+ keywords: ['merge-queue', 'mergequeue', 'icon', 'icon-lab', 'bitbucket', 'repository', 'merge queue', 'git', 'version control'],
1406
+ componentName: 'MergeQueueIcon',
1407
+ package: '@atlaskit/icon-lab/core/merge-queue',
1408
+ type: 'core',
1409
+ categorization: 'single-purpose',
1410
+ usage: 'Reserved for representing merge queue functionality.',
1411
+ team: 'Bitbucket DC',
1412
+ status: 'published'
1413
+ },
1244
1414
  'microphone-strikethrough': {
1245
1415
  keywords: ['microphone-strikethrough', 'microphonestrikethrough', 'icon', 'icon-lab', 'mic', 'no audio', 'off'],
1246
1416
  componentName: 'MicrophoneStrikethroughIcon',
@@ -1291,6 +1461,16 @@ var metadata = {
1291
1461
  team: 'Jira Align',
1292
1462
  status: 'published'
1293
1463
  },
1464
+ 'missed-call': {
1465
+ keywords: ['missed-call', 'missedcall', 'icon', 'icon-lab', 'missed phone call', 'rejected call'],
1466
+ componentName: 'MissedCallIcon',
1467
+ package: '@atlaskit/icon-lab/core/missed-call',
1468
+ type: 'core',
1469
+ categorization: 'single-purpose',
1470
+ usage: 'Reserved for representing missed calls and missed call settings.',
1471
+ team: 'IT Operations (ITSM)',
1472
+ status: 'published'
1473
+ },
1294
1474
  'node-parallel-bottom-left': {
1295
1475
  keywords: ['node-parallel-bottom-left', 'nodeparallelbottomleft', 'icon', 'icon-lab', 'Node', 'Parallel', 'Bottom', 'Left'],
1296
1476
  componentName: 'NodeParallelBottomLeftIcon',
@@ -1357,7 +1537,7 @@ var metadata = {
1357
1537
  package: '@atlaskit/icon-lab/core/notepad',
1358
1538
  type: 'core',
1359
1539
  categorization: 'multi-purpose',
1360
- usage: "Whiteboard component 'card'",
1540
+ usage: "Whiteboard component \'card\'",
1361
1541
  team: 'Confluence Whiteboards',
1362
1542
  status: 'published'
1363
1543
  },
@@ -1465,6 +1645,16 @@ var metadata = {
1465
1645
  status: 'published',
1466
1646
  slackChannel: '#feedback-loom-vizrefresh'
1467
1647
  },
1648
+ 'power-cable': {
1649
+ keywords: ['power-cable', 'powercable', 'icon', 'icon-lab', 'plugs', 'plugin', 'plug-in', 'connection', 'connectivity', 'cable', 'extensibility', 'power cord'],
1650
+ componentName: 'PowerCableIcon',
1651
+ package: '@atlaskit/icon-lab/core/power-cable',
1652
+ type: 'core',
1653
+ categorization: 'multi-purpose',
1654
+ usage: 'Suggested uses: Data connectivity, Connection, Plugins, Extensions, Extensibility',
1655
+ team: 'Design System Team',
1656
+ status: 'published'
1657
+ },
1468
1658
  'qr-code': {
1469
1659
  keywords: ['qr-code', 'qrcode', 'icon', 'icon-lab', 'QR code', 'barcode'],
1470
1660
  componentName: 'QrCodeIcon',
@@ -1943,6 +2133,16 @@ var metadata = {
1943
2133
  status: 'published',
1944
2134
  slackChannel: '#icon-contributions'
1945
2135
  },
2136
+ 'table-row-limit': {
2137
+ keywords: ['table-row-limit', 'tablerowlimit', 'icon', 'icon-lab', 'table', 'limit rows', 'range'],
2138
+ componentName: 'TableRowLimitIcon',
2139
+ package: '@atlaskit/icon-lab/core/table-row-limit',
2140
+ type: 'core',
2141
+ categorization: 'single-purpose',
2142
+ usage: 'Reserved for limiting table rows.',
2143
+ team: 'Data Experiences',
2144
+ status: 'published'
2145
+ },
1946
2146
  'takeout-container': {
1947
2147
  keywords: ['takeout-container', 'takeoutcontainer', 'icon', 'icon-lab', 'takeout', 'food', 'takeaway'],
1948
2148
  componentName: 'TakeoutContainerIcon',
@@ -1988,11 +2188,21 @@ var metadata = {
1988
2188
  componentName: 'TemplateIcon',
1989
2189
  package: '@atlaskit/icon-lab/core/template',
1990
2190
  type: 'core',
1991
- categorization: 'multi-purpose',
1992
- usage: 'Used for templates in Whiteboards',
2191
+ categorization: 'single-purpose',
2192
+ usage: 'Reserved fore templates.',
1993
2193
  team: 'Whiteboards',
1994
2194
  status: 'published'
1995
2195
  },
2196
+ 'template-sync': {
2197
+ keywords: ['template-sync', 'templatesync', 'icon', 'icon-lab', 'template', 'sync', 'save', 'update'],
2198
+ componentName: 'TemplateSyncIcon',
2199
+ package: '@atlaskit/icon-lab/core/template-sync',
2200
+ type: 'core',
2201
+ categorization: 'single-purpose',
2202
+ usage: 'Reserved for saving and updating templates.',
2203
+ team: 'Data Experiences',
2204
+ status: 'published'
2205
+ },
1996
2206
  terminal: {
1997
2207
  keywords: ['terminal', 'icon', 'icon-lab', 'terminal', 'IDE', 'code editor', 'command line'],
1998
2208
  componentName: 'TerminalIcon',
@@ -2103,6 +2313,36 @@ var metadata = {
2103
2313
  team: 'Editor AI',
2104
2314
  status: 'published'
2105
2315
  },
2316
+ 'text-cursor': {
2317
+ keywords: ['text-cursor', 'textcursor', 'icon', 'icon-lab', 'text cursor', 'rename'],
2318
+ componentName: 'TextCursorIcon',
2319
+ package: '@atlaskit/icon-lab/core/text-cursor',
2320
+ type: 'core',
2321
+ categorization: 'multi-purpose',
2322
+ usage: 'Known uses: Renaming',
2323
+ team: 'Data Experiences',
2324
+ status: 'published'
2325
+ },
2326
+ 'text-density-compress': {
2327
+ keywords: ['text-density-compress', 'textdensitycompress', 'icon', 'icon-lab', 'text density', 'compact density'],
2328
+ componentName: 'TextDensityCompressIcon',
2329
+ package: '@atlaskit/icon-lab/core/text-density-compress',
2330
+ type: 'core',
2331
+ categorization: 'single-purpose',
2332
+ usage: 'Reserved for increasing the density of text by reducing font size and/or line height.',
2333
+ team: 'Confluence',
2334
+ status: 'published'
2335
+ },
2336
+ 'text-density-expand': {
2337
+ keywords: ['text-density-expand', 'textdensityexpand', 'icon', 'icon-lab', 'text density', 'default density'],
2338
+ componentName: 'TextDensityExpandIcon',
2339
+ package: '@atlaskit/icon-lab/core/text-density-expand',
2340
+ type: 'core',
2341
+ categorization: 'single-purpose',
2342
+ usage: 'Reserved for reducing the density of text by increasing font size and/or line height.',
2343
+ team: 'Confluence',
2344
+ status: 'published'
2345
+ },
2106
2346
  'text-heading-five': {
2107
2347
  keywords: ['text-heading-five', 'textheadingfive', 'icon', 'icon-lab', 'heading 5', 'H5', 'text style'],
2108
2348
  componentName: 'TextHeadingFiveIcon',
@@ -2559,6 +2799,16 @@ var metadata = {
2559
2799
  team: 'Databases',
2560
2800
  status: 'published'
2561
2801
  },
2802
+ views: {
2803
+ keywords: ['views', 'icon', 'icon-lab', 'saved views', 'view types'],
2804
+ componentName: 'ViewsIcon',
2805
+ package: '@atlaskit/icon-lab/core/views',
2806
+ type: 'core',
2807
+ categorization: 'single-purpose',
2808
+ usage: 'Reserved for representing saved views.',
2809
+ team: 'Platforms Apps',
2810
+ status: 'published'
2811
+ },
2562
2812
  vulnerability: {
2563
2813
  keywords: ['vulnerability', 'icon', 'icon-lab', 'vulnerability', 'security', 'alert', 'warning'],
2564
2814
  componentName: 'VulnerabilityIcon',
@@ -2632,6 +2882,16 @@ var metadata = {
2632
2882
  status: 'published',
2633
2883
  slackChannel: '#help-automation-design'
2634
2884
  },
2885
+ world: {
2886
+ keywords: ['world', 'icon', 'icon-lab', 'world', 'globe', 'atlas', 'geography'],
2887
+ componentName: 'WorldIcon',
2888
+ package: '@atlaskit/icon-lab/core/world',
2889
+ type: 'core',
2890
+ categorization: 'multi-purpose',
2891
+ usage: 'Known uses: Geographical data visualization.',
2892
+ team: 'Data Experiences',
2893
+ status: 'published'
2894
+ },
2635
2895
  wrench: {
2636
2896
  keywords: ['wrench', 'icon', 'icon-lab', 'wrench', 'spanner', 'tool'],
2637
2897
  componentName: 'WrenchIcon',