@atlaskit/icon-lab 4.8.0 → 4.10.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 +43 -0
- package/core/ai-generative-cleanup.d.ts +13 -0
- package/core/ai-generative-cleanup.js +28 -0
- package/core/atom.d.ts +13 -0
- package/core/atom.js +27 -0
- package/core/bluetooth.d.ts +13 -0
- package/core/bluetooth.js +28 -0
- package/core/compass-hinged.d.ts +13 -0
- package/core/compass-hinged.js +27 -0
- package/core/draw.d.ts +13 -0
- package/core/draw.js +28 -0
- package/core/eyedropper.d.ts +13 -0
- package/core/eyedropper.js +28 -0
- package/core/kanban.d.ts +13 -0
- package/core/kanban.js +28 -0
- package/core/layout-three-columns-sidebars-left.d.ts +13 -0
- package/core/layout-three-columns-sidebars-left.js +28 -0
- package/core/layout-three-columns-sidebars-right.d.ts +13 -0
- package/core/layout-three-columns-sidebars-right.js +28 -0
- package/core/save.d.ts +13 -0
- package/core/save.js +28 -0
- package/core/studio.d.ts +13 -0
- package/core/studio.js +28 -0
- package/core/telescope.d.ts +13 -0
- package/core/telescope.js +28 -0
- package/core/text-letter-case.d.ts +13 -0
- package/core/text-letter-case.js +28 -0
- package/dist/cjs/metadata-core.js +138 -1
- package/dist/es2019/metadata-core.js +138 -1
- package/dist/esm/metadata-core.js +138 -1
- package/dist/types/metadata-core.d.ts +1 -1
- package/dist/types-ts4.5/metadata-core.d.ts +1 -1
- package/package.json +5 -5
- package/svgs/core/ai-generative-cleanup.svg +1 -0
- package/svgs/core/atom.svg +1 -0
- package/svgs/core/bluetooth.svg +1 -0
- package/svgs/core/compass-hinged.svg +1 -0
- package/svgs/core/draw.svg +1 -0
- package/svgs/core/eyedropper.svg +1 -0
- package/svgs/core/kanban.svg +1 -0
- package/svgs/core/layout-three-columns-sidebars-left.svg +1 -0
- package/svgs/core/layout-three-columns-sidebars-right.svg +1 -0
- package/svgs/core/save.svg +1 -0
- package/svgs/core/studio.svg +1 -0
- package/svgs/core/telescope.svg +1 -0
- package/svgs/core/text-letter-case.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::b39ce66bd01fb5680d5c3b1df2e78e3b>>
|
|
13
13
|
* @codegenCommand yarn build:icon-glyphs
|
|
14
14
|
*/
|
|
15
15
|
|
|
@@ -25,6 +25,17 @@ var metadata = {
|
|
|
25
25
|
status: 'published',
|
|
26
26
|
slackChannel: '#feedback-loom-vizrefresh'
|
|
27
27
|
},
|
|
28
|
+
'ai-generative-cleanup': {
|
|
29
|
+
keywords: ['ai-generative-cleanup', 'aigenerativecleanup', 'icon', 'icon-lab', 'core', 'broom', 'tidy', 'clean up'],
|
|
30
|
+
componentName: 'AiGenerativeCleanupIcon',
|
|
31
|
+
package: '@atlaskit/icon-lab/core/ai-generative-cleanup',
|
|
32
|
+
type: 'core',
|
|
33
|
+
categorization: 'single-purpose',
|
|
34
|
+
usage: 'Reserved for automated cleanup and tidy functionality',
|
|
35
|
+
team: 'Design System Team',
|
|
36
|
+
status: 'published',
|
|
37
|
+
slackChannel: '#icon-contributions'
|
|
38
|
+
},
|
|
28
39
|
'ai-generative-remove': {
|
|
29
40
|
keywords: ['ai-generative-remove', 'aigenerativeremove', 'icon', 'icon-lab', 'core', 'eraser', 'AI', 'automation'],
|
|
30
41
|
componentName: 'AiGenerativeRemoveIcon',
|
|
@@ -199,6 +210,16 @@ var metadata = {
|
|
|
199
210
|
team: 'Assets',
|
|
200
211
|
status: 'published'
|
|
201
212
|
},
|
|
213
|
+
atom: {
|
|
214
|
+
keywords: ['atom', 'icon', 'icon-lab', 'core', 'atom', 'molecule', 'atomic design'],
|
|
215
|
+
componentName: 'AtomIcon',
|
|
216
|
+
package: '@atlaskit/icon-lab/core/atom',
|
|
217
|
+
type: 'core',
|
|
218
|
+
categorization: 'multi-purpose',
|
|
219
|
+
team: 'Design System Team',
|
|
220
|
+
status: 'published',
|
|
221
|
+
slackChannel: '#icon-contributions'
|
|
222
|
+
},
|
|
202
223
|
'audio-waveform': {
|
|
203
224
|
keywords: ['audio-waveform', 'audiowaveform', 'icon', 'icon-lab', 'core', 'waveform', 'audio', 'soundwave', 'dialogue', 'speak'],
|
|
204
225
|
componentName: 'AudioWaveformIcon',
|
|
@@ -219,6 +240,17 @@ var metadata = {
|
|
|
219
240
|
team: 'Growth Buy',
|
|
220
241
|
status: 'published'
|
|
221
242
|
},
|
|
243
|
+
bluetooth: {
|
|
244
|
+
keywords: ['bluetooth', 'icon', 'icon-lab', 'core', 'bluetooth', 'connectivity', 'bt'],
|
|
245
|
+
componentName: 'BluetoothIcon',
|
|
246
|
+
package: '@atlaskit/icon-lab/core/bluetooth',
|
|
247
|
+
type: 'core',
|
|
248
|
+
categorization: 'single-purpose',
|
|
249
|
+
usage: 'Reserved for Bluetooth',
|
|
250
|
+
team: 'Design System Team',
|
|
251
|
+
status: 'published',
|
|
252
|
+
slackChannel: '#icon-contributions'
|
|
253
|
+
},
|
|
222
254
|
blur: {
|
|
223
255
|
keywords: ['blur', 'icon', 'icon-lab', 'core'],
|
|
224
256
|
componentName: 'BlurIcon',
|
|
@@ -301,6 +333,16 @@ var metadata = {
|
|
|
301
333
|
team: 'Whiteboards',
|
|
302
334
|
status: 'published'
|
|
303
335
|
},
|
|
336
|
+
'compass-hinged': {
|
|
337
|
+
keywords: ['compass-hinged', 'compasshinged', 'icon', 'icon-lab', 'core', 'compass', 'calipers', 'divider'],
|
|
338
|
+
componentName: 'CompassHingedIcon',
|
|
339
|
+
package: '@atlaskit/icon-lab/core/compass-hinged',
|
|
340
|
+
type: 'core',
|
|
341
|
+
categorization: 'multi-purpose',
|
|
342
|
+
team: 'Design System Team',
|
|
343
|
+
status: 'published',
|
|
344
|
+
slackChannel: '#icon-contributions'
|
|
345
|
+
},
|
|
304
346
|
'continue-when': {
|
|
305
347
|
keywords: ['continue-when', 'continuewhen', 'icon', 'icon-lab', 'core'],
|
|
306
348
|
componentName: 'ContinueWhenIcon',
|
|
@@ -406,6 +448,17 @@ var metadata = {
|
|
|
406
448
|
status: 'published',
|
|
407
449
|
slackChannel: '#Editor-design'
|
|
408
450
|
},
|
|
451
|
+
draw: {
|
|
452
|
+
keywords: ['draw', 'icon', 'icon-lab', 'core', 'pencil', 'drawing', 'annotate'],
|
|
453
|
+
componentName: 'DrawIcon',
|
|
454
|
+
package: '@atlaskit/icon-lab/core/draw',
|
|
455
|
+
type: 'core',
|
|
456
|
+
categorization: 'multi-purpose',
|
|
457
|
+
usage: 'For drawing and annotation',
|
|
458
|
+
team: 'Design System Team',
|
|
459
|
+
status: 'ready-to-publish',
|
|
460
|
+
slackChannel: '#icon-contributions'
|
|
461
|
+
},
|
|
409
462
|
'drop-shadow': {
|
|
410
463
|
keywords: ['drop-shadow', 'dropshadow', 'icon', 'icon-lab', 'core', 'Drop shadow'],
|
|
411
464
|
componentName: 'DropShadowIcon',
|
|
@@ -448,6 +501,17 @@ var metadata = {
|
|
|
448
501
|
status: 'published',
|
|
449
502
|
slackChannel: '#editor-controls-project'
|
|
450
503
|
},
|
|
504
|
+
eyedropper: {
|
|
505
|
+
keywords: ['eyedropper', 'icon', 'icon-lab', 'core', 'eyedropper', 'pipette', 'color picker', 'color sample'],
|
|
506
|
+
componentName: 'EyedropperIcon',
|
|
507
|
+
package: '@atlaskit/icon-lab/core/eyedropper',
|
|
508
|
+
type: 'core',
|
|
509
|
+
categorization: 'multi-purpose',
|
|
510
|
+
usage: 'Sampling a color with a color picker',
|
|
511
|
+
team: 'Design System Team',
|
|
512
|
+
status: 'published',
|
|
513
|
+
slackChannel: '#icon-contributions'
|
|
514
|
+
},
|
|
451
515
|
'field-text': {
|
|
452
516
|
keywords: ['field-text', 'fieldtext', 'icon', 'icon-lab', 'core', 'form', 'input', 'label', 'cursor', 'text field'],
|
|
453
517
|
componentName: 'FieldTextIcon',
|
|
@@ -612,6 +676,17 @@ var metadata = {
|
|
|
612
676
|
team: 'Whiteboards',
|
|
613
677
|
status: 'published'
|
|
614
678
|
},
|
|
679
|
+
kanban: {
|
|
680
|
+
keywords: ['kanban', 'icon', 'icon-lab', 'core'],
|
|
681
|
+
componentName: 'KanbanIcon',
|
|
682
|
+
package: '@atlaskit/icon-lab/core/kanban',
|
|
683
|
+
type: 'core',
|
|
684
|
+
categorization: 'single-purpose',
|
|
685
|
+
usage: 'Kanban board',
|
|
686
|
+
team: 'Trello',
|
|
687
|
+
status: 'published',
|
|
688
|
+
slackChannel: '@joel unger'
|
|
689
|
+
},
|
|
615
690
|
'layout-five-columns': {
|
|
616
691
|
keywords: ['layout-five-columns', 'layoutfivecolumns', 'icon', 'icon-lab', 'core', 'layout', 'columns', '5 col', '5 cols'],
|
|
617
692
|
componentName: 'LayoutFiveColumnsIcon',
|
|
@@ -632,6 +707,26 @@ var metadata = {
|
|
|
632
707
|
team: 'Confluence Editor',
|
|
633
708
|
status: 'published'
|
|
634
709
|
},
|
|
710
|
+
'layout-three-columns-sidebars-left': {
|
|
711
|
+
keywords: ['layout-three-columns-sidebars-left', 'layoutthreecolumnssidebarsleft', 'icon', 'icon-lab', 'core', 'layout', 'columns', '3 col', '3 cols', 'sidebars', 'asides'],
|
|
712
|
+
componentName: 'LayoutThreeColumnsSidebarsLeftIcon',
|
|
713
|
+
package: '@atlaskit/icon-lab/core/layout-three-columns-sidebars-left',
|
|
714
|
+
type: 'core',
|
|
715
|
+
categorization: 'single-purpose',
|
|
716
|
+
usage: 'Reserved for 3 column layout with 2 sidebars on left option in Confluence Editor.',
|
|
717
|
+
team: 'Editor',
|
|
718
|
+
status: 'published'
|
|
719
|
+
},
|
|
720
|
+
'layout-three-columns-sidebars-right': {
|
|
721
|
+
keywords: ['layout-three-columns-sidebars-right', 'layoutthreecolumnssidebarsright', 'icon', 'icon-lab', 'core', 'layout', 'columns', '3 col', '3 cols', 'sidebars', 'asides'],
|
|
722
|
+
componentName: 'LayoutThreeColumnsSidebarsRightIcon',
|
|
723
|
+
package: '@atlaskit/icon-lab/core/layout-three-columns-sidebars-right',
|
|
724
|
+
type: 'core',
|
|
725
|
+
categorization: 'single-purpose',
|
|
726
|
+
usage: 'Reserved for 3 column layout with 2 sidebars on right option in Confluence Editor.',
|
|
727
|
+
team: 'Editor',
|
|
728
|
+
status: 'published'
|
|
729
|
+
},
|
|
635
730
|
'link-restricted-access': {
|
|
636
731
|
keywords: ['link-restricted-access', 'linkrestrictedaccess', 'icon', 'icon-lab', 'core', 'link', 'strikethrough', 'limited'],
|
|
637
732
|
componentName: 'LinkRestrictedAccessIcon',
|
|
@@ -946,6 +1041,17 @@ var metadata = {
|
|
|
946
1041
|
team: 'Design System Team',
|
|
947
1042
|
status: 'published'
|
|
948
1043
|
},
|
|
1044
|
+
save: {
|
|
1045
|
+
keywords: ['save', 'icon', 'icon-lab', 'core', 'floppy disk', 'save', 'floppy drive', 'storage', 'diskette'],
|
|
1046
|
+
componentName: 'SaveIcon',
|
|
1047
|
+
package: '@atlaskit/icon-lab/core/save',
|
|
1048
|
+
type: 'core',
|
|
1049
|
+
categorization: 'single-purpose',
|
|
1050
|
+
usage: 'Reserved for saving',
|
|
1051
|
+
team: 'Design System Team',
|
|
1052
|
+
status: 'published',
|
|
1053
|
+
slackChannel: '#icon-contributions'
|
|
1054
|
+
},
|
|
949
1055
|
'screen-record': {
|
|
950
1056
|
keywords: ['screen-record', 'screenrecord', 'icon', 'icon-lab', 'core', 'screen recorder', 'camera', 'cam bubble'],
|
|
951
1057
|
componentName: 'ScreenRecordIcon',
|
|
@@ -1223,6 +1329,16 @@ var metadata = {
|
|
|
1223
1329
|
team: 'Whiteboards',
|
|
1224
1330
|
status: 'published'
|
|
1225
1331
|
},
|
|
1332
|
+
studio: {
|
|
1333
|
+
keywords: ['studio', 'icon', 'icon-lab', 'core', 'studio', 'atlassian studio'],
|
|
1334
|
+
componentName: 'StudioIcon',
|
|
1335
|
+
package: '@atlaskit/icon-lab/core/studio',
|
|
1336
|
+
type: 'core',
|
|
1337
|
+
categorization: 'single-purpose',
|
|
1338
|
+
usage: 'Reserved for functional representation of Atlassian Studio',
|
|
1339
|
+
team: 'Design Systems Team',
|
|
1340
|
+
status: 'published'
|
|
1341
|
+
},
|
|
1226
1342
|
'suggested-edit': {
|
|
1227
1343
|
keywords: ['suggested-edit', 'suggestededit', 'icon', 'icon-lab', 'core', 'AI', 'suggestion', 'suggested edit', 'suggest', 'generative'],
|
|
1228
1344
|
componentName: 'SuggestedEditIcon',
|
|
@@ -1305,6 +1421,16 @@ var metadata = {
|
|
|
1305
1421
|
team: 'Talent',
|
|
1306
1422
|
status: 'published'
|
|
1307
1423
|
},
|
|
1424
|
+
telescope: {
|
|
1425
|
+
keywords: ['telescope', 'icon', 'icon-lab', 'core', 'telescope', 'scope', 'discover', 'discovery'],
|
|
1426
|
+
componentName: 'TelescopeIcon',
|
|
1427
|
+
package: '@atlaskit/icon-lab/core/telescope',
|
|
1428
|
+
type: 'core',
|
|
1429
|
+
categorization: 'multi-purpose',
|
|
1430
|
+
usage: 'Known uses: Discover feature in Atlassian Home',
|
|
1431
|
+
team: 'Atlassian Home',
|
|
1432
|
+
status: 'published'
|
|
1433
|
+
},
|
|
1308
1434
|
template: {
|
|
1309
1435
|
keywords: ['template', 'icon', 'icon-lab', 'core', 'template', 'templates'],
|
|
1310
1436
|
componentName: 'TemplateIcon',
|
|
@@ -1522,6 +1648,17 @@ var metadata = {
|
|
|
1522
1648
|
team: 'Editor AI',
|
|
1523
1649
|
status: 'published'
|
|
1524
1650
|
},
|
|
1651
|
+
'text-letter-case': {
|
|
1652
|
+
keywords: ['text-letter-case', 'textlettercase', 'icon', 'icon-lab', 'core', 'text case', 'letter case', 'uppercase', 'lowercase', 'sentence case', 'title case', 'Aa'],
|
|
1653
|
+
componentName: 'TextLetterCaseIcon',
|
|
1654
|
+
package: '@atlaskit/icon-lab/core/text-letter-case',
|
|
1655
|
+
type: 'core',
|
|
1656
|
+
categorization: 'single-purpose',
|
|
1657
|
+
usage: 'Reserved for letter casing and text-transform',
|
|
1658
|
+
team: 'Design System Team',
|
|
1659
|
+
status: 'published',
|
|
1660
|
+
slackChannel: '#icon-contributions'
|
|
1661
|
+
},
|
|
1525
1662
|
'text-paragraph': {
|
|
1526
1663
|
keywords: ['text-paragraph', 'textparagraph', 'icon', 'icon-lab', 'core', 'text', 'paragraph break', 'AI', 'generative', 'reformat'],
|
|
1527
1664
|
componentName: 'TextParagraphIcon',
|
|
@@ -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::b39ce66bd01fb5680d5c3b1df2e78e3b>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
|
|
@@ -19,6 +19,17 @@ const metadata = {
|
|
|
19
19
|
status: 'published',
|
|
20
20
|
slackChannel: '#feedback-loom-vizrefresh'
|
|
21
21
|
},
|
|
22
|
+
'ai-generative-cleanup': {
|
|
23
|
+
keywords: ['ai-generative-cleanup', 'aigenerativecleanup', 'icon', 'icon-lab', 'core', 'broom', 'tidy', 'clean up'],
|
|
24
|
+
componentName: 'AiGenerativeCleanupIcon',
|
|
25
|
+
package: '@atlaskit/icon-lab/core/ai-generative-cleanup',
|
|
26
|
+
type: 'core',
|
|
27
|
+
categorization: 'single-purpose',
|
|
28
|
+
usage: 'Reserved for automated cleanup and tidy functionality',
|
|
29
|
+
team: 'Design System Team',
|
|
30
|
+
status: 'published',
|
|
31
|
+
slackChannel: '#icon-contributions'
|
|
32
|
+
},
|
|
22
33
|
'ai-generative-remove': {
|
|
23
34
|
keywords: ['ai-generative-remove', 'aigenerativeremove', 'icon', 'icon-lab', 'core', 'eraser', 'AI', 'automation'],
|
|
24
35
|
componentName: 'AiGenerativeRemoveIcon',
|
|
@@ -193,6 +204,16 @@ const metadata = {
|
|
|
193
204
|
team: 'Assets',
|
|
194
205
|
status: 'published'
|
|
195
206
|
},
|
|
207
|
+
atom: {
|
|
208
|
+
keywords: ['atom', 'icon', 'icon-lab', 'core', 'atom', 'molecule', 'atomic design'],
|
|
209
|
+
componentName: 'AtomIcon',
|
|
210
|
+
package: '@atlaskit/icon-lab/core/atom',
|
|
211
|
+
type: 'core',
|
|
212
|
+
categorization: 'multi-purpose',
|
|
213
|
+
team: 'Design System Team',
|
|
214
|
+
status: 'published',
|
|
215
|
+
slackChannel: '#icon-contributions'
|
|
216
|
+
},
|
|
196
217
|
'audio-waveform': {
|
|
197
218
|
keywords: ['audio-waveform', 'audiowaveform', 'icon', 'icon-lab', 'core', 'waveform', 'audio', 'soundwave', 'dialogue', 'speak'],
|
|
198
219
|
componentName: 'AudioWaveformIcon',
|
|
@@ -213,6 +234,17 @@ const metadata = {
|
|
|
213
234
|
team: 'Growth Buy',
|
|
214
235
|
status: 'published'
|
|
215
236
|
},
|
|
237
|
+
bluetooth: {
|
|
238
|
+
keywords: ['bluetooth', 'icon', 'icon-lab', 'core', 'bluetooth', 'connectivity', 'bt'],
|
|
239
|
+
componentName: 'BluetoothIcon',
|
|
240
|
+
package: '@atlaskit/icon-lab/core/bluetooth',
|
|
241
|
+
type: 'core',
|
|
242
|
+
categorization: 'single-purpose',
|
|
243
|
+
usage: 'Reserved for Bluetooth',
|
|
244
|
+
team: 'Design System Team',
|
|
245
|
+
status: 'published',
|
|
246
|
+
slackChannel: '#icon-contributions'
|
|
247
|
+
},
|
|
216
248
|
blur: {
|
|
217
249
|
keywords: ['blur', 'icon', 'icon-lab', 'core'],
|
|
218
250
|
componentName: 'BlurIcon',
|
|
@@ -295,6 +327,16 @@ const metadata = {
|
|
|
295
327
|
team: 'Whiteboards',
|
|
296
328
|
status: 'published'
|
|
297
329
|
},
|
|
330
|
+
'compass-hinged': {
|
|
331
|
+
keywords: ['compass-hinged', 'compasshinged', 'icon', 'icon-lab', 'core', 'compass', 'calipers', 'divider'],
|
|
332
|
+
componentName: 'CompassHingedIcon',
|
|
333
|
+
package: '@atlaskit/icon-lab/core/compass-hinged',
|
|
334
|
+
type: 'core',
|
|
335
|
+
categorization: 'multi-purpose',
|
|
336
|
+
team: 'Design System Team',
|
|
337
|
+
status: 'published',
|
|
338
|
+
slackChannel: '#icon-contributions'
|
|
339
|
+
},
|
|
298
340
|
'continue-when': {
|
|
299
341
|
keywords: ['continue-when', 'continuewhen', 'icon', 'icon-lab', 'core'],
|
|
300
342
|
componentName: 'ContinueWhenIcon',
|
|
@@ -400,6 +442,17 @@ const metadata = {
|
|
|
400
442
|
status: 'published',
|
|
401
443
|
slackChannel: '#Editor-design'
|
|
402
444
|
},
|
|
445
|
+
draw: {
|
|
446
|
+
keywords: ['draw', 'icon', 'icon-lab', 'core', 'pencil', 'drawing', 'annotate'],
|
|
447
|
+
componentName: 'DrawIcon',
|
|
448
|
+
package: '@atlaskit/icon-lab/core/draw',
|
|
449
|
+
type: 'core',
|
|
450
|
+
categorization: 'multi-purpose',
|
|
451
|
+
usage: 'For drawing and annotation',
|
|
452
|
+
team: 'Design System Team',
|
|
453
|
+
status: 'ready-to-publish',
|
|
454
|
+
slackChannel: '#icon-contributions'
|
|
455
|
+
},
|
|
403
456
|
'drop-shadow': {
|
|
404
457
|
keywords: ['drop-shadow', 'dropshadow', 'icon', 'icon-lab', 'core', 'Drop shadow'],
|
|
405
458
|
componentName: 'DropShadowIcon',
|
|
@@ -442,6 +495,17 @@ const metadata = {
|
|
|
442
495
|
status: 'published',
|
|
443
496
|
slackChannel: '#editor-controls-project'
|
|
444
497
|
},
|
|
498
|
+
eyedropper: {
|
|
499
|
+
keywords: ['eyedropper', 'icon', 'icon-lab', 'core', 'eyedropper', 'pipette', 'color picker', 'color sample'],
|
|
500
|
+
componentName: 'EyedropperIcon',
|
|
501
|
+
package: '@atlaskit/icon-lab/core/eyedropper',
|
|
502
|
+
type: 'core',
|
|
503
|
+
categorization: 'multi-purpose',
|
|
504
|
+
usage: 'Sampling a color with a color picker',
|
|
505
|
+
team: 'Design System Team',
|
|
506
|
+
status: 'published',
|
|
507
|
+
slackChannel: '#icon-contributions'
|
|
508
|
+
},
|
|
445
509
|
'field-text': {
|
|
446
510
|
keywords: ['field-text', 'fieldtext', 'icon', 'icon-lab', 'core', 'form', 'input', 'label', 'cursor', 'text field'],
|
|
447
511
|
componentName: 'FieldTextIcon',
|
|
@@ -606,6 +670,17 @@ const metadata = {
|
|
|
606
670
|
team: 'Whiteboards',
|
|
607
671
|
status: 'published'
|
|
608
672
|
},
|
|
673
|
+
kanban: {
|
|
674
|
+
keywords: ['kanban', 'icon', 'icon-lab', 'core'],
|
|
675
|
+
componentName: 'KanbanIcon',
|
|
676
|
+
package: '@atlaskit/icon-lab/core/kanban',
|
|
677
|
+
type: 'core',
|
|
678
|
+
categorization: 'single-purpose',
|
|
679
|
+
usage: 'Kanban board',
|
|
680
|
+
team: 'Trello',
|
|
681
|
+
status: 'published',
|
|
682
|
+
slackChannel: '@joel unger'
|
|
683
|
+
},
|
|
609
684
|
'layout-five-columns': {
|
|
610
685
|
keywords: ['layout-five-columns', 'layoutfivecolumns', 'icon', 'icon-lab', 'core', 'layout', 'columns', '5 col', '5 cols'],
|
|
611
686
|
componentName: 'LayoutFiveColumnsIcon',
|
|
@@ -626,6 +701,26 @@ const metadata = {
|
|
|
626
701
|
team: 'Confluence Editor',
|
|
627
702
|
status: 'published'
|
|
628
703
|
},
|
|
704
|
+
'layout-three-columns-sidebars-left': {
|
|
705
|
+
keywords: ['layout-three-columns-sidebars-left', 'layoutthreecolumnssidebarsleft', 'icon', 'icon-lab', 'core', 'layout', 'columns', '3 col', '3 cols', 'sidebars', 'asides'],
|
|
706
|
+
componentName: 'LayoutThreeColumnsSidebarsLeftIcon',
|
|
707
|
+
package: '@atlaskit/icon-lab/core/layout-three-columns-sidebars-left',
|
|
708
|
+
type: 'core',
|
|
709
|
+
categorization: 'single-purpose',
|
|
710
|
+
usage: 'Reserved for 3 column layout with 2 sidebars on left option in Confluence Editor.',
|
|
711
|
+
team: 'Editor',
|
|
712
|
+
status: 'published'
|
|
713
|
+
},
|
|
714
|
+
'layout-three-columns-sidebars-right': {
|
|
715
|
+
keywords: ['layout-three-columns-sidebars-right', 'layoutthreecolumnssidebarsright', 'icon', 'icon-lab', 'core', 'layout', 'columns', '3 col', '3 cols', 'sidebars', 'asides'],
|
|
716
|
+
componentName: 'LayoutThreeColumnsSidebarsRightIcon',
|
|
717
|
+
package: '@atlaskit/icon-lab/core/layout-three-columns-sidebars-right',
|
|
718
|
+
type: 'core',
|
|
719
|
+
categorization: 'single-purpose',
|
|
720
|
+
usage: 'Reserved for 3 column layout with 2 sidebars on right option in Confluence Editor.',
|
|
721
|
+
team: 'Editor',
|
|
722
|
+
status: 'published'
|
|
723
|
+
},
|
|
629
724
|
'link-restricted-access': {
|
|
630
725
|
keywords: ['link-restricted-access', 'linkrestrictedaccess', 'icon', 'icon-lab', 'core', 'link', 'strikethrough', 'limited'],
|
|
631
726
|
componentName: 'LinkRestrictedAccessIcon',
|
|
@@ -940,6 +1035,17 @@ const metadata = {
|
|
|
940
1035
|
team: 'Design System Team',
|
|
941
1036
|
status: 'published'
|
|
942
1037
|
},
|
|
1038
|
+
save: {
|
|
1039
|
+
keywords: ['save', 'icon', 'icon-lab', 'core', 'floppy disk', 'save', 'floppy drive', 'storage', 'diskette'],
|
|
1040
|
+
componentName: 'SaveIcon',
|
|
1041
|
+
package: '@atlaskit/icon-lab/core/save',
|
|
1042
|
+
type: 'core',
|
|
1043
|
+
categorization: 'single-purpose',
|
|
1044
|
+
usage: 'Reserved for saving',
|
|
1045
|
+
team: 'Design System Team',
|
|
1046
|
+
status: 'published',
|
|
1047
|
+
slackChannel: '#icon-contributions'
|
|
1048
|
+
},
|
|
943
1049
|
'screen-record': {
|
|
944
1050
|
keywords: ['screen-record', 'screenrecord', 'icon', 'icon-lab', 'core', 'screen recorder', 'camera', 'cam bubble'],
|
|
945
1051
|
componentName: 'ScreenRecordIcon',
|
|
@@ -1217,6 +1323,16 @@ const metadata = {
|
|
|
1217
1323
|
team: 'Whiteboards',
|
|
1218
1324
|
status: 'published'
|
|
1219
1325
|
},
|
|
1326
|
+
studio: {
|
|
1327
|
+
keywords: ['studio', 'icon', 'icon-lab', 'core', 'studio', 'atlassian studio'],
|
|
1328
|
+
componentName: 'StudioIcon',
|
|
1329
|
+
package: '@atlaskit/icon-lab/core/studio',
|
|
1330
|
+
type: 'core',
|
|
1331
|
+
categorization: 'single-purpose',
|
|
1332
|
+
usage: 'Reserved for functional representation of Atlassian Studio',
|
|
1333
|
+
team: 'Design Systems Team',
|
|
1334
|
+
status: 'published'
|
|
1335
|
+
},
|
|
1220
1336
|
'suggested-edit': {
|
|
1221
1337
|
keywords: ['suggested-edit', 'suggestededit', 'icon', 'icon-lab', 'core', 'AI', 'suggestion', 'suggested edit', 'suggest', 'generative'],
|
|
1222
1338
|
componentName: 'SuggestedEditIcon',
|
|
@@ -1299,6 +1415,16 @@ const metadata = {
|
|
|
1299
1415
|
team: 'Talent',
|
|
1300
1416
|
status: 'published'
|
|
1301
1417
|
},
|
|
1418
|
+
telescope: {
|
|
1419
|
+
keywords: ['telescope', 'icon', 'icon-lab', 'core', 'telescope', 'scope', 'discover', 'discovery'],
|
|
1420
|
+
componentName: 'TelescopeIcon',
|
|
1421
|
+
package: '@atlaskit/icon-lab/core/telescope',
|
|
1422
|
+
type: 'core',
|
|
1423
|
+
categorization: 'multi-purpose',
|
|
1424
|
+
usage: 'Known uses: Discover feature in Atlassian Home',
|
|
1425
|
+
team: 'Atlassian Home',
|
|
1426
|
+
status: 'published'
|
|
1427
|
+
},
|
|
1302
1428
|
template: {
|
|
1303
1429
|
keywords: ['template', 'icon', 'icon-lab', 'core', 'template', 'templates'],
|
|
1304
1430
|
componentName: 'TemplateIcon',
|
|
@@ -1516,6 +1642,17 @@ const metadata = {
|
|
|
1516
1642
|
team: 'Editor AI',
|
|
1517
1643
|
status: 'published'
|
|
1518
1644
|
},
|
|
1645
|
+
'text-letter-case': {
|
|
1646
|
+
keywords: ['text-letter-case', 'textlettercase', 'icon', 'icon-lab', 'core', 'text case', 'letter case', 'uppercase', 'lowercase', 'sentence case', 'title case', 'Aa'],
|
|
1647
|
+
componentName: 'TextLetterCaseIcon',
|
|
1648
|
+
package: '@atlaskit/icon-lab/core/text-letter-case',
|
|
1649
|
+
type: 'core',
|
|
1650
|
+
categorization: 'single-purpose',
|
|
1651
|
+
usage: 'Reserved for letter casing and text-transform',
|
|
1652
|
+
team: 'Design System Team',
|
|
1653
|
+
status: 'published',
|
|
1654
|
+
slackChannel: '#icon-contributions'
|
|
1655
|
+
},
|
|
1519
1656
|
'text-paragraph': {
|
|
1520
1657
|
keywords: ['text-paragraph', 'textparagraph', 'icon', 'icon-lab', 'core', 'text', 'paragraph break', 'AI', 'generative', 'reformat'],
|
|
1521
1658
|
componentName: 'TextParagraphIcon',
|