@atlaskit/icon-lab 2.4.0 → 2.6.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 +76 -0
- package/build/index.tsx +1 -1
- package/core/align-content-bottom.d.ts +13 -0
- package/core/align-content-bottom.js +31 -0
- package/core/align-content-center-horizontal.d.ts +13 -0
- package/core/align-content-center-horizontal.js +31 -0
- package/core/align-content-center-vertical.d.ts +13 -0
- package/core/align-content-center-vertical.js +31 -0
- package/core/align-content-left.d.ts +13 -0
- package/core/align-content-left.js +31 -0
- package/core/align-content-right.d.ts +13 -0
- package/core/align-content-right.js +31 -0
- package/core/align-content-top.d.ts +13 -0
- package/core/align-content-top.js +31 -0
- package/core/align-position-bottom.d.ts +13 -0
- package/core/align-position-bottom.js +31 -0
- package/core/align-position-center-vertical.d.ts +13 -0
- package/core/align-position-center-vertical.js +31 -0
- package/core/align-position-top.d.ts +13 -0
- package/core/align-position-top.js +31 -0
- package/core/cursor-strikethrough.d.ts +13 -0
- package/core/cursor-strikethrough.js +31 -0
- package/core/cursor.d.ts +13 -0
- package/core/cursor.js +31 -0
- package/core/drop-shadow.d.ts +13 -0
- package/core/drop-shadow.js +31 -0
- package/core/group-selection.d.ts +13 -0
- package/core/group-selection.js +31 -0
- package/core/group-ungroup-selection.d.ts +13 -0
- package/core/group-ungroup-selection.js +31 -0
- package/core/hand.d.ts +13 -0
- package/core/hand.js +31 -0
- package/core/incognito.d.ts +13 -0
- package/core/incognito.js +31 -0
- package/core/jira.d.ts +13 -0
- package/core/jira.js +31 -0
- package/core/section.d.ts +13 -0
- package/core/section.js +31 -0
- package/core/shape-diamond.d.ts +13 -0
- package/core/shape-diamond.js +31 -0
- package/core/shape-ellipse.d.ts +13 -0
- package/core/shape-ellipse.js +31 -0
- package/core/shape-parallelogram-skew-left.d.ts +13 -0
- package/core/shape-parallelogram-skew-left.js +31 -0
- package/core/shape-parallelogram-skew-right.d.ts +13 -0
- package/core/shape-parallelogram-skew-right.js +31 -0
- package/core/shape-rectangle-rounded.d.ts +13 -0
- package/core/shape-rectangle-rounded.js +31 -0
- package/core/shape-rectangle.d.ts +13 -0
- package/core/shape-rectangle.js +31 -0
- package/core/shape-triangle-inverted.d.ts +13 -0
- package/core/shape-triangle-inverted.js +31 -0
- package/core/shape-triangle.d.ts +13 -0
- package/core/shape-triangle.js +31 -0
- package/core/signature.d.ts +13 -0
- package/core/signature.js +31 -0
- package/core/stamp.d.ts +13 -0
- package/core/stamp.js +31 -0
- package/core/sticker.d.ts +13 -0
- package/core/sticker.js +31 -0
- package/core/stroke-curvature-curved.d.ts +13 -0
- package/core/stroke-curvature-curved.js +31 -0
- package/core/stroke-curvature-dynamic.d.ts +13 -0
- package/core/stroke-curvature-dynamic.js +31 -0
- package/core/stroke-curvature-straight.d.ts +13 -0
- package/core/stroke-curvature-straight.js +31 -0
- package/core/stroke-properties.d.ts +13 -0
- package/core/stroke-properties.js +31 -0
- package/core/stroke-style-dashed.d.ts +13 -0
- package/core/stroke-style-dashed.js +31 -0
- package/core/stroke-style-dotted.d.ts +13 -0
- package/core/stroke-style-dotted.js +31 -0
- package/core/stroke-style-solid.d.ts +13 -0
- package/core/stroke-style-solid.js +31 -0
- package/core/swap.d.ts +13 -0
- package/core/swap.js +31 -0
- package/core/template.d.ts +13 -0
- package/core/template.js +31 -0
- package/core/tidy.d.ts +13 -0
- package/core/tidy.js +31 -0
- package/dist/cjs/metadata-core.js +352 -1
- package/dist/es2019/metadata-core.js +352 -1
- package/dist/esm/metadata-core.js +352 -1
- package/dist/types/metadata-core.d.ts +1 -1
- package/dist/types-ts4.5/metadata-core.d.ts +1 -1
- package/package.json +3 -3
- package/svgs/core/align-content-bottom.svg +1 -0
- package/svgs/core/align-content-center-horizontal.svg +1 -0
- package/svgs/core/align-content-center-vertical.svg +1 -0
- package/svgs/core/align-content-left.svg +1 -0
- package/svgs/core/align-content-right.svg +1 -0
- package/svgs/core/align-content-top.svg +1 -0
- package/svgs/core/align-position-bottom.svg +1 -0
- package/svgs/core/align-position-center-vertical.svg +1 -0
- package/svgs/core/align-position-top.svg +1 -0
- package/svgs/core/assets-data-manager.svg +1 -0
- package/svgs/core/assets-schema.svg +1 -0
- package/svgs/core/book-open.svg +1 -0
- package/svgs/core/cloud-offline.svg +1 -0
- package/svgs/core/cloud-saved.svg +1 -0
- package/svgs/core/coins.svg +1 -0
- package/svgs/core/cross-octagon.svg +1 -0
- package/svgs/core/cursor-strikethrough.svg +1 -0
- package/svgs/core/cursor.svg +1 -0
- package/svgs/core/database-storage-cache.svg +1 -0
- package/svgs/core/database-storage.svg +1 -0
- package/svgs/core/drop-shadow.svg +1 -0
- package/svgs/core/duplicate.svg +1 -0
- package/svgs/core/editions.svg +1 -0
- package/svgs/core/field-text.svg +1 -0
- package/svgs/core/group-selection.svg +1 -0
- package/svgs/core/group-ungroup-selection.svg +1 -0
- package/svgs/core/hand.svg +1 -0
- package/svgs/core/incognito.svg +1 -0
- package/svgs/core/initiative.svg +1 -0
- package/svgs/core/jira.svg +1 -0
- package/svgs/core/lozenge.svg +1 -0
- package/svgs/core/page-live-doc.svg +1 -0
- package/svgs/core/paint-brush.svg +1 -0
- package/svgs/core/paint-roller.svg +1 -0
- package/svgs/core/qr-code.svg +1 -0
- package/svgs/core/roadmaps-plan.svg +1 -0
- package/svgs/core/roadmaps-service.svg +1 -0
- package/svgs/core/section.svg +1 -0
- package/svgs/core/shape-diamond.svg +1 -0
- package/svgs/core/shape-ellipse.svg +1 -0
- package/svgs/core/shape-parallelogram-skew-left.svg +1 -0
- package/svgs/core/shape-parallelogram-skew-right.svg +1 -0
- package/svgs/core/shape-rectangle-rounded.svg +1 -0
- package/svgs/core/shape-rectangle.svg +1 -0
- package/svgs/core/shape-triangle-inverted.svg +1 -0
- package/svgs/core/shape-triangle.svg +1 -0
- package/svgs/core/signature.svg +1 -0
- package/svgs/core/speedometer.svg +1 -0
- package/svgs/core/stamp.svg +1 -0
- package/svgs/core/sticker.svg +1 -0
- package/svgs/core/stroke-curvature-curved.svg +1 -0
- package/svgs/core/stroke-curvature-dynamic.svg +1 -0
- package/svgs/core/stroke-curvature-straight.svg +1 -0
- package/svgs/core/stroke-properties.svg +1 -0
- package/svgs/core/stroke-style-dashed.svg +1 -0
- package/svgs/core/stroke-style-dotted.svg +1 -0
- package/svgs/core/stroke-style-solid.svg +1 -0
- package/svgs/core/sunset.svg +1 -0
- package/svgs/core/swap.svg +1 -0
- package/svgs/core/sync.svg +1 -0
- package/svgs/core/takeout-container.svg +1 -0
- package/svgs/core/template.svg +1 -0
- package/svgs/core/ticket.svg +1 -0
- package/svgs/core/tidy.svg +1 -0
- package/svgs/core/vehicle-train.svg +1 -0
- package/svgs/core/vulnerability.svg +1 -0
- package/svgs/core/wallet.svg +1 -0
- package/svgs/core/welcome-feed.svg +1 -0
- package/svgs/core/wrench.svg +1 -0
|
@@ -3,11 +3,92 @@
|
|
|
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::d443b5c468fe85dc6475fac55f175cc6>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
const metadata = {
|
|
11
|
+
'align-content-bottom': {
|
|
12
|
+
keywords: ['align-content-bottom', 'aligncontentbottom', 'icon', 'icon-lab', 'core', 'align', 'alignment', 'content', 'bottom', 'vertical'],
|
|
13
|
+
componentName: 'AlignContentBottomIcon',
|
|
14
|
+
package: '@atlaskit/icon-lab/core/align-content-bottom',
|
|
15
|
+
type: 'core',
|
|
16
|
+
categorization: 'multi-purpose',
|
|
17
|
+
usage: 'Used for aligning bottom edges of content in Whiteboards',
|
|
18
|
+
team: 'Whiteboards'
|
|
19
|
+
},
|
|
20
|
+
'align-content-center-horizontal': {
|
|
21
|
+
keywords: ['align-content-center-horizontal', 'aligncontentcenterhorizontal', 'icon', 'icon-lab', 'core', 'align', 'alignment', 'content', 'center', 'middle', 'horizontal'],
|
|
22
|
+
componentName: 'AlignContentCenterHorizontalIcon',
|
|
23
|
+
package: '@atlaskit/icon-lab/core/align-content-center-horizontal',
|
|
24
|
+
type: 'core',
|
|
25
|
+
categorization: 'multi-purpose',
|
|
26
|
+
usage: 'Used for aligning horizontal centers of content in Whiteboards',
|
|
27
|
+
team: 'Whiteboards'
|
|
28
|
+
},
|
|
29
|
+
'align-content-center-vertical': {
|
|
30
|
+
keywords: ['align-content-center-vertical', 'aligncontentcentervertical', 'icon', 'icon-lab', 'core', 'align', 'alignment', 'content', 'center', 'vertical'],
|
|
31
|
+
componentName: 'AlignContentCenterVerticalIcon',
|
|
32
|
+
package: '@atlaskit/icon-lab/core/align-content-center-vertical',
|
|
33
|
+
type: 'core',
|
|
34
|
+
categorization: 'multi-purpose',
|
|
35
|
+
usage: 'Used for aligning vertical centers of content in Whiteboards',
|
|
36
|
+
team: 'Whiteboards'
|
|
37
|
+
},
|
|
38
|
+
'align-content-left': {
|
|
39
|
+
keywords: ['align-content-left', 'aligncontentleft', 'icon', 'icon-lab', 'core', 'align', 'alignment', 'content', 'left', 'horizontal'],
|
|
40
|
+
componentName: 'AlignContentLeftIcon',
|
|
41
|
+
package: '@atlaskit/icon-lab/core/align-content-left',
|
|
42
|
+
type: 'core',
|
|
43
|
+
categorization: 'multi-purpose',
|
|
44
|
+
usage: 'Used for aligning left edges of content in Whiteboards',
|
|
45
|
+
team: 'Whiteboards'
|
|
46
|
+
},
|
|
47
|
+
'align-content-right': {
|
|
48
|
+
keywords: ['align-content-right', 'aligncontentright', 'icon', 'icon-lab', 'core', 'align', 'alignment', 'content', 'right', 'horizontal'],
|
|
49
|
+
componentName: 'AlignContentRightIcon',
|
|
50
|
+
package: '@atlaskit/icon-lab/core/align-content-right',
|
|
51
|
+
type: 'core',
|
|
52
|
+
categorization: 'multi-purpose',
|
|
53
|
+
usage: 'Used for aligning right edges of content in Whiteboards',
|
|
54
|
+
team: 'Whiteboards'
|
|
55
|
+
},
|
|
56
|
+
'align-content-top': {
|
|
57
|
+
keywords: ['align-content-top', 'aligncontenttop', 'icon', 'icon-lab', 'core', 'align', 'alignment', 'content', 'top', 'vertical'],
|
|
58
|
+
componentName: 'AlignContentTopIcon',
|
|
59
|
+
package: '@atlaskit/icon-lab/core/align-content-top',
|
|
60
|
+
type: 'core',
|
|
61
|
+
categorization: 'multi-purpose',
|
|
62
|
+
usage: 'Used for aligning top edges of content in Whiteboards',
|
|
63
|
+
team: 'Whiteboards'
|
|
64
|
+
},
|
|
65
|
+
'align-position-bottom': {
|
|
66
|
+
keywords: ['align-position-bottom', 'alignpositionbottom', 'icon', 'icon-lab', 'core', 'align', 'alignment', 'middle', 'text position', 'bottom', 'vertical'],
|
|
67
|
+
componentName: 'AlignPositionBottomIcon',
|
|
68
|
+
package: '@atlaskit/icon-lab/core/align-position-bottom',
|
|
69
|
+
type: 'core',
|
|
70
|
+
categorization: 'multi-purpose',
|
|
71
|
+
usage: 'Bottom-aligned text position within sticky notes in Whiteboards.',
|
|
72
|
+
team: 'Whiteboards'
|
|
73
|
+
},
|
|
74
|
+
'align-position-center-vertical': {
|
|
75
|
+
keywords: ['align-position-center-vertical', 'alignpositioncentervertical', 'icon', 'icon-lab', 'core', 'align', 'alignment', 'middle', 'center', 'text position', 'vertical'],
|
|
76
|
+
componentName: 'AlignPositionCenterVerticalIcon',
|
|
77
|
+
package: '@atlaskit/icon-lab/core/align-position-center-vertical',
|
|
78
|
+
type: 'core',
|
|
79
|
+
categorization: 'multi-purpose',
|
|
80
|
+
usage: 'Center-aligned text position within sticky notes in Whiteboards.',
|
|
81
|
+
team: 'Whiteboards'
|
|
82
|
+
},
|
|
83
|
+
'align-position-top': {
|
|
84
|
+
keywords: ['align-position-top', 'alignpositiontop', 'icon', 'icon-lab', 'core', 'align', 'alignment', 'top edge', 'text position', 'vertical'],
|
|
85
|
+
componentName: 'AlignPositionTopIcon',
|
|
86
|
+
package: '@atlaskit/icon-lab/core/align-position-top',
|
|
87
|
+
type: 'core',
|
|
88
|
+
categorization: 'multi-purpose',
|
|
89
|
+
usage: 'Top-aligned text position within sticky notes in Whiteboards.',
|
|
90
|
+
team: 'Whiteboards'
|
|
91
|
+
},
|
|
11
92
|
'assets-data-manager': {
|
|
12
93
|
keywords: ['assets-data-manager', 'assetsdatamanager', 'icon', 'icon-lab', 'core', 'data manager', 'assets', 'CMDB', 'configuration management database'],
|
|
13
94
|
componentName: 'AssetsDataManagerIcon',
|
|
@@ -71,6 +152,24 @@ const metadata = {
|
|
|
71
152
|
usage: 'Multi purpose',
|
|
72
153
|
team: 'Design System Team'
|
|
73
154
|
},
|
|
155
|
+
cursor: {
|
|
156
|
+
keywords: ['cursor', 'icon', 'icon-lab', 'core', 'Whiteboards', 'Cursor'],
|
|
157
|
+
componentName: 'CursorIcon',
|
|
158
|
+
package: '@atlaskit/icon-lab/core/cursor',
|
|
159
|
+
type: 'core',
|
|
160
|
+
categorization: 'multi-purpose',
|
|
161
|
+
usage: 'Selecting the cursor in Whiteboards',
|
|
162
|
+
team: 'Whiteboards'
|
|
163
|
+
},
|
|
164
|
+
'cursor-strikethrough': {
|
|
165
|
+
keywords: ['cursor-strikethrough', 'cursorstrikethrough', 'icon', 'icon-lab', 'core', 'Cursor', 'Cursors', 'Hide cursor', 'Whiteboard cursor', 'Cursor strikethrough'],
|
|
166
|
+
componentName: 'CursorStrikethroughIcon',
|
|
167
|
+
package: '@atlaskit/icon-lab/core/cursor-strikethrough',
|
|
168
|
+
type: 'core',
|
|
169
|
+
categorization: 'multi-purpose',
|
|
170
|
+
usage: 'Hide collaborator cursors in the Whiteboard',
|
|
171
|
+
team: 'Whiteboards'
|
|
172
|
+
},
|
|
74
173
|
'database-storage': {
|
|
75
174
|
keywords: ['database-storage', 'databasestorage', 'icon', 'icon-lab', 'core', 'database', 'db', 'storage', 'sql'],
|
|
76
175
|
componentName: 'DatabaseStorageIcon',
|
|
@@ -91,6 +190,15 @@ const metadata = {
|
|
|
91
190
|
team: 'Ecosystem',
|
|
92
191
|
slackChannel: '#forge-sql'
|
|
93
192
|
},
|
|
193
|
+
'drop-shadow': {
|
|
194
|
+
keywords: ['drop-shadow', 'dropshadow', 'icon', 'icon-lab', 'core', 'Drop shadow'],
|
|
195
|
+
componentName: 'DropShadowIcon',
|
|
196
|
+
package: '@atlaskit/icon-lab/core/drop-shadow',
|
|
197
|
+
type: 'core',
|
|
198
|
+
categorization: 'single-purpose',
|
|
199
|
+
usage: 'Toggle drop shadow on and off',
|
|
200
|
+
team: 'Whiteboards'
|
|
201
|
+
},
|
|
94
202
|
duplicate: {
|
|
95
203
|
keywords: ['duplicate', 'icon', 'icon-lab', 'core', 'clone', 'duplicate', 'plus'],
|
|
96
204
|
componentName: 'DuplicateIcon',
|
|
@@ -119,6 +227,42 @@ const metadata = {
|
|
|
119
227
|
usage: 'Multi purpose',
|
|
120
228
|
team: 'Design System Team'
|
|
121
229
|
},
|
|
230
|
+
'group-selection': {
|
|
231
|
+
keywords: ['group-selection', 'groupselection', 'icon', 'icon-lab', 'core', 'group', 'selection', 'layers'],
|
|
232
|
+
componentName: 'GroupSelectionIcon',
|
|
233
|
+
package: '@atlaskit/icon-lab/core/group-selection',
|
|
234
|
+
type: 'core',
|
|
235
|
+
categorization: 'multi-purpose',
|
|
236
|
+
usage: 'Grouping selected objects in Whiteboards',
|
|
237
|
+
team: 'Whiteboards'
|
|
238
|
+
},
|
|
239
|
+
'group-ungroup-selection': {
|
|
240
|
+
keywords: ['group-ungroup-selection', 'groupungroupselection', 'icon', 'icon-lab', 'core', 'ungroup', 'selection', 'layers'],
|
|
241
|
+
componentName: 'GroupUngroupSelectionIcon',
|
|
242
|
+
package: '@atlaskit/icon-lab/core/group-ungroup-selection',
|
|
243
|
+
type: 'core',
|
|
244
|
+
categorization: 'multi-purpose',
|
|
245
|
+
usage: 'Ungrouping selected objects in Whiteboards',
|
|
246
|
+
team: 'Whiteboards'
|
|
247
|
+
},
|
|
248
|
+
hand: {
|
|
249
|
+
keywords: ['hand', 'icon', 'icon-lab', 'core', 'hand', 'grab', 'move', 'open palm'],
|
|
250
|
+
componentName: 'HandIcon',
|
|
251
|
+
package: '@atlaskit/icon-lab/core/hand',
|
|
252
|
+
type: 'core',
|
|
253
|
+
categorization: 'multi-purpose',
|
|
254
|
+
usage: 'Used for move/hand tool in Whiteboards',
|
|
255
|
+
team: 'Whiteboards'
|
|
256
|
+
},
|
|
257
|
+
incognito: {
|
|
258
|
+
keywords: ['incognito', 'icon', 'icon-lab', 'core', 'Whiteboards', 'Private', 'Incognito'],
|
|
259
|
+
componentName: 'IncognitoIcon',
|
|
260
|
+
package: '@atlaskit/icon-lab/core/incognito',
|
|
261
|
+
type: 'core',
|
|
262
|
+
categorization: 'single-purpose',
|
|
263
|
+
usage: 'Toggle Whiteboards private mode on and off.',
|
|
264
|
+
team: 'Whiteboards'
|
|
265
|
+
},
|
|
122
266
|
initiative: {
|
|
123
267
|
keywords: ['initiative', 'icon', 'icon-lab', 'core', 'fortune teller', 'crystal ball', 'future', 'issue type', 'system object', 'work collection'],
|
|
124
268
|
componentName: 'InitiativeIcon',
|
|
@@ -128,6 +272,15 @@ const metadata = {
|
|
|
128
272
|
usage: 'Representing Jira Initiatives',
|
|
129
273
|
team: 'Jira Enterprise'
|
|
130
274
|
},
|
|
275
|
+
jira: {
|
|
276
|
+
keywords: ['jira', 'icon', 'icon-lab', 'core'],
|
|
277
|
+
componentName: 'JiraIcon',
|
|
278
|
+
package: '@atlaskit/icon-lab/core/jira',
|
|
279
|
+
type: 'core',
|
|
280
|
+
categorization: 'multi-purpose',
|
|
281
|
+
usage: 'Representing JIRA',
|
|
282
|
+
team: 'Whiteboards'
|
|
283
|
+
},
|
|
131
284
|
lozenge: {
|
|
132
285
|
keywords: ['lozenge', 'icon', 'icon-lab', 'core', 'insert', 'status', 'badge'],
|
|
133
286
|
componentName: 'LozengeIcon',
|
|
@@ -193,6 +346,96 @@ const metadata = {
|
|
|
193
346
|
usage: 'Reserved for roadmaps service.',
|
|
194
347
|
team: 'Design System Team'
|
|
195
348
|
},
|
|
349
|
+
section: {
|
|
350
|
+
keywords: ['section', 'icon', 'icon-lab', 'core', 'section', 'related content'],
|
|
351
|
+
componentName: 'SectionIcon',
|
|
352
|
+
package: '@atlaskit/icon-lab/core/section',
|
|
353
|
+
type: 'core',
|
|
354
|
+
categorization: 'multi-purpose',
|
|
355
|
+
usage: 'Used for section tool in Whiteboards',
|
|
356
|
+
team: 'Whiteboards'
|
|
357
|
+
},
|
|
358
|
+
'shape-diamond': {
|
|
359
|
+
keywords: ['shape-diamond', 'shapediamond', 'icon', 'icon-lab', 'core', 'diamond', 'shape tool'],
|
|
360
|
+
componentName: 'ShapeDiamondIcon',
|
|
361
|
+
package: '@atlaskit/icon-lab/core/shape-diamond',
|
|
362
|
+
type: 'core',
|
|
363
|
+
categorization: 'multi-purpose',
|
|
364
|
+
usage: 'Diamond shape tool in Whiteboards',
|
|
365
|
+
team: 'Whiteboards'
|
|
366
|
+
},
|
|
367
|
+
'shape-ellipse': {
|
|
368
|
+
keywords: ['shape-ellipse', 'shapeellipse', 'icon', 'icon-lab', 'core', 'ellipse', 'circle', 'shape tool'],
|
|
369
|
+
componentName: 'ShapeEllipseIcon',
|
|
370
|
+
package: '@atlaskit/icon-lab/core/shape-ellipse',
|
|
371
|
+
type: 'core',
|
|
372
|
+
categorization: 'multi-purpose',
|
|
373
|
+
usage: 'Ellipse shape tool in Whiteboards',
|
|
374
|
+
team: 'Whiteboards'
|
|
375
|
+
},
|
|
376
|
+
'shape-parallelogram-skew-left': {
|
|
377
|
+
keywords: ['shape-parallelogram-skew-left', 'shapeparallelogramskewleft', 'icon', 'icon-lab', 'core', 'parallelogram', 'skewed', 'left', 'shape tool'],
|
|
378
|
+
componentName: 'ShapeParallelogramSkewLeftIcon',
|
|
379
|
+
package: '@atlaskit/icon-lab/core/shape-parallelogram-skew-left',
|
|
380
|
+
type: 'core',
|
|
381
|
+
categorization: 'multi-purpose',
|
|
382
|
+
usage: 'Left parallelogram shape tool in Whiteboards',
|
|
383
|
+
team: 'Whiteboards'
|
|
384
|
+
},
|
|
385
|
+
'shape-parallelogram-skew-right': {
|
|
386
|
+
keywords: ['shape-parallelogram-skew-right', 'shapeparallelogramskewright', 'icon', 'icon-lab', 'core', 'parallelogram', 'skewed', 'shape tool', 'right'],
|
|
387
|
+
componentName: 'ShapeParallelogramSkewRightIcon',
|
|
388
|
+
package: '@atlaskit/icon-lab/core/shape-parallelogram-skew-right',
|
|
389
|
+
type: 'core',
|
|
390
|
+
categorization: 'multi-purpose',
|
|
391
|
+
usage: 'Right parallelogram shape tool in Whiteboards',
|
|
392
|
+
team: 'Whiteboards'
|
|
393
|
+
},
|
|
394
|
+
'shape-rectangle': {
|
|
395
|
+
keywords: ['shape-rectangle', 'shaperectangle', 'icon', 'icon-lab', 'core', 'shape tool', 'rectangle', 'square'],
|
|
396
|
+
componentName: 'ShapeRectangleIcon',
|
|
397
|
+
package: '@atlaskit/icon-lab/core/shape-rectangle',
|
|
398
|
+
type: 'core',
|
|
399
|
+
categorization: 'multi-purpose',
|
|
400
|
+
usage: 'Rectangle shape tool in Whiteboards',
|
|
401
|
+
team: 'Whiteboards'
|
|
402
|
+
},
|
|
403
|
+
'shape-rectangle-rounded': {
|
|
404
|
+
keywords: ['shape-rectangle-rounded', 'shaperectanglerounded', 'icon', 'icon-lab', 'core', 'shape tool', 'rectangle', 'rounded', 'square'],
|
|
405
|
+
componentName: 'ShapeRectangleRoundedIcon',
|
|
406
|
+
package: '@atlaskit/icon-lab/core/shape-rectangle-rounded',
|
|
407
|
+
type: 'core',
|
|
408
|
+
categorization: 'multi-purpose',
|
|
409
|
+
usage: 'Rounded rectangle shape tool in Whiteboards',
|
|
410
|
+
team: 'Whiteboards'
|
|
411
|
+
},
|
|
412
|
+
'shape-triangle': {
|
|
413
|
+
keywords: ['shape-triangle', 'shapetriangle', 'icon', 'icon-lab', 'core', 'triangle', 'shape tool', 'equilateral'],
|
|
414
|
+
componentName: 'ShapeTriangleIcon',
|
|
415
|
+
package: '@atlaskit/icon-lab/core/shape-triangle',
|
|
416
|
+
type: 'core',
|
|
417
|
+
categorization: 'multi-purpose',
|
|
418
|
+
usage: 'Triangle shape tool in Whiteboards',
|
|
419
|
+
team: 'Whiteboards'
|
|
420
|
+
},
|
|
421
|
+
'shape-triangle-inverted': {
|
|
422
|
+
keywords: ['shape-triangle-inverted', 'shapetriangleinverted', 'icon', 'icon-lab', 'core', 'triangle', 'shape tool', 'equilateral'],
|
|
423
|
+
componentName: 'ShapeTriangleInvertedIcon',
|
|
424
|
+
package: '@atlaskit/icon-lab/core/shape-triangle-inverted',
|
|
425
|
+
type: 'core',
|
|
426
|
+
categorization: 'multi-purpose',
|
|
427
|
+
usage: 'Upside down triangle shape tool in Whiteboards',
|
|
428
|
+
team: 'Whiteboards'
|
|
429
|
+
},
|
|
430
|
+
signature: {
|
|
431
|
+
keywords: ['signature', 'icon', 'icon-lab', 'core', 'signature', 'scribble', 'author', 'authour', 'sticky note', 'post-it'],
|
|
432
|
+
componentName: 'SignatureIcon',
|
|
433
|
+
package: '@atlaskit/icon-lab/core/signature',
|
|
434
|
+
type: 'core',
|
|
435
|
+
categorization: 'multi-purpose',
|
|
436
|
+
usage: 'Toggle author visibility on sticky notes in Whiteboards.',
|
|
437
|
+
team: 'Whiteboards'
|
|
438
|
+
},
|
|
196
439
|
speedometer: {
|
|
197
440
|
keywords: ['speedometer', 'icon', 'icon-lab', 'core', 'speed', 'performance', 'dial'],
|
|
198
441
|
componentName: 'SpeedometerIcon',
|
|
@@ -202,6 +445,87 @@ const metadata = {
|
|
|
202
445
|
usage: 'Multi purpose',
|
|
203
446
|
team: 'Design System Team'
|
|
204
447
|
},
|
|
448
|
+
stamp: {
|
|
449
|
+
keywords: ['stamp', 'icon', 'icon-lab', 'core', 'stamp', 'rubber stamp', 'handstamp'],
|
|
450
|
+
componentName: 'StampIcon',
|
|
451
|
+
package: '@atlaskit/icon-lab/core/stamp',
|
|
452
|
+
type: 'core',
|
|
453
|
+
categorization: 'multi-purpose',
|
|
454
|
+
usage: 'Used for stamp tool in Whiteboards',
|
|
455
|
+
team: 'Whiteboards'
|
|
456
|
+
},
|
|
457
|
+
sticker: {
|
|
458
|
+
keywords: ['sticker', 'icon', 'icon-lab', 'core', 'sticker', 'peel-off'],
|
|
459
|
+
componentName: 'StickerIcon',
|
|
460
|
+
package: '@atlaskit/icon-lab/core/sticker',
|
|
461
|
+
type: 'core',
|
|
462
|
+
categorization: 'multi-purpose',
|
|
463
|
+
usage: 'Used for sticker tool in Whiteboards',
|
|
464
|
+
team: 'Whiteboards'
|
|
465
|
+
},
|
|
466
|
+
'stroke-curvature-curved': {
|
|
467
|
+
keywords: ['stroke-curvature-curved', 'strokecurvaturecurved', 'icon', 'icon-lab', 'core', 'line tool', 'shape property', 'stroke style', 'border', 'smooth'],
|
|
468
|
+
componentName: 'StrokeCurvatureCurvedIcon',
|
|
469
|
+
package: '@atlaskit/icon-lab/core/stroke-curvature-curved',
|
|
470
|
+
type: 'core',
|
|
471
|
+
categorization: 'single-purpose',
|
|
472
|
+
usage: 'Reserved for curved line type setting for line tool in Whiteboards.',
|
|
473
|
+
team: 'Whiteboards'
|
|
474
|
+
},
|
|
475
|
+
'stroke-curvature-dynamic': {
|
|
476
|
+
keywords: ['stroke-curvature-dynamic', 'strokecurvaturedynamic', 'icon', 'icon-lab', 'core', 'line tool', 'shape property', 'stroke style', 'border'],
|
|
477
|
+
componentName: 'StrokeCurvatureDynamicIcon',
|
|
478
|
+
package: '@atlaskit/icon-lab/core/stroke-curvature-dynamic',
|
|
479
|
+
type: 'core',
|
|
480
|
+
categorization: 'single-purpose',
|
|
481
|
+
usage: 'Reserved for dynamic line type setting for line tool in Whiteboards',
|
|
482
|
+
team: 'Whiteboards'
|
|
483
|
+
},
|
|
484
|
+
'stroke-curvature-straight': {
|
|
485
|
+
keywords: ['stroke-curvature-straight', 'strokecurvaturestraight', 'icon', 'icon-lab', 'core', 'line tool', 'shape property', 'stroke style', 'sharp corners', 'border'],
|
|
486
|
+
componentName: 'StrokeCurvatureStraightIcon',
|
|
487
|
+
package: '@atlaskit/icon-lab/core/stroke-curvature-straight',
|
|
488
|
+
type: 'core',
|
|
489
|
+
categorization: 'single-purpose',
|
|
490
|
+
usage: 'Reserved for straight line type setting for line tool in Whiteboards',
|
|
491
|
+
team: 'Whiteboards'
|
|
492
|
+
},
|
|
493
|
+
'stroke-properties': {
|
|
494
|
+
keywords: ['stroke-properties', 'strokeproperties', 'icon', 'icon-lab', 'core', 'stroke properties', 'border options'],
|
|
495
|
+
componentName: 'StrokePropertiesIcon',
|
|
496
|
+
package: '@atlaskit/icon-lab/core/stroke-properties',
|
|
497
|
+
type: 'core',
|
|
498
|
+
categorization: 'single-purpose',
|
|
499
|
+
usage: 'Reserved for stroke properties in Whiteboards',
|
|
500
|
+
team: 'Whiteboards'
|
|
501
|
+
},
|
|
502
|
+
'stroke-style-dashed': {
|
|
503
|
+
keywords: ['stroke-style-dashed', 'strokestyledashed', 'icon', 'icon-lab', 'core', 'border', 'stroke', 'border style', 'dashed', 'outline'],
|
|
504
|
+
componentName: 'StrokeStyleDashedIcon',
|
|
505
|
+
package: '@atlaskit/icon-lab/core/stroke-style-dashed',
|
|
506
|
+
type: 'core',
|
|
507
|
+
categorization: 'single-purpose',
|
|
508
|
+
usage: 'Reserved for representing dashed stroke and border styles.',
|
|
509
|
+
team: 'Whiteboards'
|
|
510
|
+
},
|
|
511
|
+
'stroke-style-dotted': {
|
|
512
|
+
keywords: ['stroke-style-dotted', 'strokestyledotted', 'icon', 'icon-lab', 'core', 'border', 'stroke', 'border style', 'dotted', 'outline'],
|
|
513
|
+
componentName: 'StrokeStyleDottedIcon',
|
|
514
|
+
package: '@atlaskit/icon-lab/core/stroke-style-dotted',
|
|
515
|
+
type: 'core',
|
|
516
|
+
categorization: 'single-purpose',
|
|
517
|
+
usage: 'Reserved for representing dotted stroke and border styles.',
|
|
518
|
+
team: 'Whiteboards'
|
|
519
|
+
},
|
|
520
|
+
'stroke-style-solid': {
|
|
521
|
+
keywords: ['stroke-style-solid', 'strokestylesolid', 'icon', 'icon-lab', 'core', 'border', 'stroke', 'border style', 'solid', 'outline'],
|
|
522
|
+
componentName: 'StrokeStyleSolidIcon',
|
|
523
|
+
package: '@atlaskit/icon-lab/core/stroke-style-solid',
|
|
524
|
+
type: 'core',
|
|
525
|
+
categorization: 'single-purpose',
|
|
526
|
+
usage: 'Reserved for representing solid stroke and border styles.',
|
|
527
|
+
team: 'Whiteboards'
|
|
528
|
+
},
|
|
205
529
|
sunset: {
|
|
206
530
|
keywords: ['sunset', 'icon', 'icon-lab', 'core', 'sun', 'horizon', 'farewell', 'goodbye', 'sky', 'farewell feed'],
|
|
207
531
|
componentName: 'SunsetIcon',
|
|
@@ -211,6 +535,15 @@ const metadata = {
|
|
|
211
535
|
usage: 'Farewell feed in hello.',
|
|
212
536
|
team: 'confluence insights'
|
|
213
537
|
},
|
|
538
|
+
swap: {
|
|
539
|
+
keywords: ['swap', 'icon', 'icon-lab', 'core', 'Swap', 'Jira status', 'Whiteboards', 'Smart section'],
|
|
540
|
+
componentName: 'SwapIcon',
|
|
541
|
+
package: '@atlaskit/icon-lab/core/swap',
|
|
542
|
+
type: 'core',
|
|
543
|
+
categorization: 'single-purpose',
|
|
544
|
+
usage: 'Swapping between Jira tickets in Whiteboard smart section',
|
|
545
|
+
team: 'Whiteboards'
|
|
546
|
+
},
|
|
214
547
|
sync: {
|
|
215
548
|
keywords: ['sync', 'icon', 'icon-lab', 'core', 'sync', 'synch', 'synchronise', 'synchronize', 'saving', 'arrows'],
|
|
216
549
|
componentName: 'SyncIcon',
|
|
@@ -229,6 +562,15 @@ const metadata = {
|
|
|
229
562
|
usage: 'Known usages: Alternative option for food emoji category.',
|
|
230
563
|
team: 'Design System Team'
|
|
231
564
|
},
|
|
565
|
+
template: {
|
|
566
|
+
keywords: ['template', 'icon', 'icon-lab', 'core', 'template', 'templates'],
|
|
567
|
+
componentName: 'TemplateIcon',
|
|
568
|
+
package: '@atlaskit/icon-lab/core/template',
|
|
569
|
+
type: 'core',
|
|
570
|
+
categorization: 'multi-purpose',
|
|
571
|
+
usage: 'Used for templates in Whiteboards',
|
|
572
|
+
team: 'Whiteboards'
|
|
573
|
+
},
|
|
232
574
|
ticket: {
|
|
233
575
|
keywords: ['ticket', 'icon', 'icon-lab', 'core', 'stub', 'ticket'],
|
|
234
576
|
componentName: 'TicketIcon',
|
|
@@ -238,6 +580,15 @@ const metadata = {
|
|
|
238
580
|
usage: 'Multi purpose',
|
|
239
581
|
team: 'Design System Team'
|
|
240
582
|
},
|
|
583
|
+
tidy: {
|
|
584
|
+
keywords: ['tidy', 'icon', 'icon-lab', 'core', 'Tidy', 'Clean up', 'Tidy up', 'Grid'],
|
|
585
|
+
componentName: 'TidyIcon',
|
|
586
|
+
package: '@atlaskit/icon-lab/core/tidy',
|
|
587
|
+
type: 'core',
|
|
588
|
+
categorization: 'single-purpose',
|
|
589
|
+
usage: 'Tidy up objects on Whiteboards',
|
|
590
|
+
team: 'Whiteboards'
|
|
591
|
+
},
|
|
241
592
|
'vehicle-train': {
|
|
242
593
|
keywords: ['vehicle-train', 'vehicletrain', 'icon', 'icon-lab', 'core', 'transportation', 'vehicle', 'car'],
|
|
243
594
|
componentName: 'VehicleTrainIcon',
|