@atlaskit/icon-lab 2.3.1 → 2.5.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/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/cloud-offline.d.ts +13 -0
- package/core/cloud-offline.js +31 -0
- package/core/cloud-saved.d.ts +13 -0
- package/core/cloud-saved.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/database-storage-cache.d.ts +13 -0
- package/core/database-storage-cache.js +31 -0
- package/core/database-storage.d.ts +13 -0
- package/core/database-storage.js +31 -0
- package/core/drop-shadow.d.ts +13 -0
- package/core/drop-shadow.js +31 -0
- package/core/duplicate.d.ts +13 -0
- package/core/duplicate.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/page-live-doc.js +2 -2
- 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/sunset.d.ts +13 -0
- package/core/sunset.js +31 -0
- package/core/swap.d.ts +13 -0
- package/core/swap.js +31 -0
- package/core/sync.d.ts +13 -0
- package/core/sync.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/core/welcome-feed.d.ts +13 -0
- package/core/welcome-feed.js +31 -0
- package/dist/cjs/metadata-core.js +431 -4
- package/dist/es2019/metadata-core.js +431 -4
- package/dist/esm/metadata-core.js +431 -4
- package/dist/types/metadata-core.d.ts +1 -1
- package/dist/types-ts4.5/metadata-core.d.ts +1 -1
- package/package.json +4 -4
|
@@ -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',
|
|
@@ -35,6 +116,24 @@ const metadata = {
|
|
|
35
116
|
usage: 'Known uses: None',
|
|
36
117
|
team: 'Design System Team'
|
|
37
118
|
},
|
|
119
|
+
'cloud-offline': {
|
|
120
|
+
keywords: ['cloud-offline', 'cloudoffline', 'icon', 'icon-lab', 'core', 'cloud', 'offline', 'disconnected', 'strikethrough'],
|
|
121
|
+
componentName: 'CloudOfflineIcon',
|
|
122
|
+
package: '@atlaskit/icon-lab/core/cloud-offline',
|
|
123
|
+
type: 'core',
|
|
124
|
+
categorization: 'single-purpose',
|
|
125
|
+
usage: "Reserved for showing when a connection can't be established to the cloud.",
|
|
126
|
+
team: 'Content Types'
|
|
127
|
+
},
|
|
128
|
+
'cloud-saved': {
|
|
129
|
+
keywords: ['cloud-saved', 'cloudsaved', 'icon', 'icon-lab', 'core', 'cloud', 'check mark', 'saved', 'success'],
|
|
130
|
+
componentName: 'CloudSavedIcon',
|
|
131
|
+
package: '@atlaskit/icon-lab/core/cloud-saved',
|
|
132
|
+
type: 'core',
|
|
133
|
+
categorization: 'single-purpose',
|
|
134
|
+
usage: 'Reserved for showing saved status after successful cloud synchronisation.',
|
|
135
|
+
team: 'Content Types'
|
|
136
|
+
},
|
|
38
137
|
coins: {
|
|
39
138
|
keywords: ['coins', 'icon', 'icon-lab', 'core', 'money', 'loose change', 'currency'],
|
|
40
139
|
componentName: 'CoinsIcon',
|
|
@@ -53,6 +152,63 @@ const metadata = {
|
|
|
53
152
|
usage: 'Multi purpose',
|
|
54
153
|
team: 'Design System Team'
|
|
55
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
|
+
},
|
|
173
|
+
'database-storage': {
|
|
174
|
+
keywords: ['database-storage', 'databasestorage', 'icon', 'icon-lab', 'core', 'database', 'db', 'storage', 'sql'],
|
|
175
|
+
componentName: 'DatabaseStorageIcon',
|
|
176
|
+
package: '@atlaskit/icon-lab/core/database-storage',
|
|
177
|
+
type: 'core',
|
|
178
|
+
categorization: 'multi-purpose',
|
|
179
|
+
usage: 'Known uses: SQL database in Developer Console',
|
|
180
|
+
team: 'Ecosystem',
|
|
181
|
+
slackChannel: '#forge-sql'
|
|
182
|
+
},
|
|
183
|
+
'database-storage-cache': {
|
|
184
|
+
keywords: ['database-storage-cache', 'databasestoragecache', 'icon', 'icon-lab', 'core', 'database', 'db', 'storage', 'sql', 'cache'],
|
|
185
|
+
componentName: 'DatabaseStorageCacheIcon',
|
|
186
|
+
package: '@atlaskit/icon-lab/core/database-storage-cache',
|
|
187
|
+
type: 'core',
|
|
188
|
+
categorization: 'multi-purpose',
|
|
189
|
+
usage: 'Known uses: Storage cache in Developer Console.',
|
|
190
|
+
team: 'Ecosystem',
|
|
191
|
+
slackChannel: '#forge-sql'
|
|
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
|
+
},
|
|
202
|
+
duplicate: {
|
|
203
|
+
keywords: ['duplicate', 'icon', 'icon-lab', 'core', 'clone', 'duplicate', 'plus'],
|
|
204
|
+
componentName: 'DuplicateIcon',
|
|
205
|
+
package: '@atlaskit/icon-lab/core/duplicate',
|
|
206
|
+
type: 'core',
|
|
207
|
+
categorization: 'single-purpose',
|
|
208
|
+
usage: 'Reserved for cloning and duplicating objects.',
|
|
209
|
+
team: 'Design System Team',
|
|
210
|
+
slackChannel: '#icon-contributions'
|
|
211
|
+
},
|
|
56
212
|
editions: {
|
|
57
213
|
keywords: ['editions', 'icon', 'icon-lab', 'core', 'gem', 'premium', 'diamond', 'precious stone', 'editions'],
|
|
58
214
|
componentName: 'EditionsIcon',
|
|
@@ -71,6 +227,42 @@ const metadata = {
|
|
|
71
227
|
usage: 'Multi purpose',
|
|
72
228
|
team: 'Design System Team'
|
|
73
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
|
+
},
|
|
74
266
|
initiative: {
|
|
75
267
|
keywords: ['initiative', 'icon', 'icon-lab', 'core', 'fortune teller', 'crystal ball', 'future', 'issue type', 'system object', 'work collection'],
|
|
76
268
|
componentName: 'InitiativeIcon',
|
|
@@ -80,6 +272,15 @@ const metadata = {
|
|
|
80
272
|
usage: 'Representing Jira Initiatives',
|
|
81
273
|
team: 'Jira Enterprise'
|
|
82
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
|
+
},
|
|
83
284
|
lozenge: {
|
|
84
285
|
keywords: ['lozenge', 'icon', 'icon-lab', 'core', 'insert', 'status', 'badge'],
|
|
85
286
|
componentName: 'LozengeIcon',
|
|
@@ -90,13 +291,13 @@ const metadata = {
|
|
|
90
291
|
team: 'Editor'
|
|
91
292
|
},
|
|
92
293
|
'page-live-doc': {
|
|
93
|
-
keywords: ['page-live-doc', 'pagelivedoc', 'icon', 'icon-lab', 'core', 'page', 'live edit', 'lightning bolt', 'multiplayer', 'document'],
|
|
294
|
+
keywords: ['page-live-doc', 'pagelivedoc', 'icon', 'icon-lab', 'core', 'page', 'live edit', 'lightning bolt', 'multiplayer', 'document', 'live doc'],
|
|
94
295
|
componentName: 'PageLiveDocIcon',
|
|
95
296
|
package: '@atlaskit/icon-lab/core/page-live-doc',
|
|
96
297
|
type: 'core',
|
|
97
298
|
categorization: 'single-purpose',
|
|
98
|
-
usage: 'Reserved for Live
|
|
99
|
-
team: '
|
|
299
|
+
usage: 'Reserved for Live Document content type.',
|
|
300
|
+
team: 'Content Types'
|
|
100
301
|
},
|
|
101
302
|
'paint-brush': {
|
|
102
303
|
keywords: ['paint-brush', 'paintbrush', 'icon', 'icon-lab', 'core', 'brush', 'appearance', 'paint'],
|
|
@@ -145,6 +346,96 @@ const metadata = {
|
|
|
145
346
|
usage: 'Reserved for roadmaps service.',
|
|
146
347
|
team: 'Design System Team'
|
|
147
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
|
+
},
|
|
148
439
|
speedometer: {
|
|
149
440
|
keywords: ['speedometer', 'icon', 'icon-lab', 'core', 'speed', 'performance', 'dial'],
|
|
150
441
|
componentName: 'SpeedometerIcon',
|
|
@@ -154,6 +445,114 @@ const metadata = {
|
|
|
154
445
|
usage: 'Multi purpose',
|
|
155
446
|
team: 'Design System Team'
|
|
156
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
|
+
},
|
|
529
|
+
sunset: {
|
|
530
|
+
keywords: ['sunset', 'icon', 'icon-lab', 'core', 'sun', 'horizon', 'farewell', 'goodbye', 'sky', 'farewell feed'],
|
|
531
|
+
componentName: 'SunsetIcon',
|
|
532
|
+
package: '@atlaskit/icon-lab/core/sunset',
|
|
533
|
+
type: 'core',
|
|
534
|
+
categorization: 'multi-purpose',
|
|
535
|
+
usage: 'Farewell feed in hello.',
|
|
536
|
+
team: 'confluence insights'
|
|
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
|
+
},
|
|
547
|
+
sync: {
|
|
548
|
+
keywords: ['sync', 'icon', 'icon-lab', 'core', 'sync', 'synch', 'synchronise', 'synchronize', 'saving', 'arrows'],
|
|
549
|
+
componentName: 'SyncIcon',
|
|
550
|
+
package: '@atlaskit/icon-lab/core/sync',
|
|
551
|
+
type: 'core',
|
|
552
|
+
categorization: 'single-purpose',
|
|
553
|
+
usage: 'Reserved for syncing changes and save operations.',
|
|
554
|
+
team: 'Content Types'
|
|
555
|
+
},
|
|
157
556
|
'takeout-container': {
|
|
158
557
|
keywords: ['takeout-container', 'takeoutcontainer', 'icon', 'icon-lab', 'core', 'takeout', 'food', 'takeaway'],
|
|
159
558
|
componentName: 'TakeoutContainerIcon',
|
|
@@ -163,6 +562,15 @@ const metadata = {
|
|
|
163
562
|
usage: 'Known usages: Alternative option for food emoji category.',
|
|
164
563
|
team: 'Design System Team'
|
|
165
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
|
+
},
|
|
166
574
|
ticket: {
|
|
167
575
|
keywords: ['ticket', 'icon', 'icon-lab', 'core', 'stub', 'ticket'],
|
|
168
576
|
componentName: 'TicketIcon',
|
|
@@ -172,6 +580,15 @@ const metadata = {
|
|
|
172
580
|
usage: 'Multi purpose',
|
|
173
581
|
team: 'Design System Team'
|
|
174
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
|
+
},
|
|
175
592
|
'vehicle-train': {
|
|
176
593
|
keywords: ['vehicle-train', 'vehicletrain', 'icon', 'icon-lab', 'core', 'transportation', 'vehicle', 'car'],
|
|
177
594
|
componentName: 'VehicleTrainIcon',
|
|
@@ -199,6 +616,16 @@ const metadata = {
|
|
|
199
616
|
usage: 'Multi purpose',
|
|
200
617
|
team: 'Design System Team'
|
|
201
618
|
},
|
|
619
|
+
'welcome-feed': {
|
|
620
|
+
keywords: ['welcome-feed', 'welcomefeed', 'icon', 'icon-lab', 'core', 'welcome', 'hello', 'blog', 'smile', 'intro'],
|
|
621
|
+
componentName: 'WelcomeFeedIcon',
|
|
622
|
+
package: '@atlaskit/icon-lab/core/welcome-feed',
|
|
623
|
+
type: 'core',
|
|
624
|
+
categorization: 'multi-purpose',
|
|
625
|
+
usage: 'Known uses: Intro blog feed picker on Hello',
|
|
626
|
+
team: 'Insights',
|
|
627
|
+
slackChannel: '#cc-insights-and-reporting'
|
|
628
|
+
},
|
|
202
629
|
wrench: {
|
|
203
630
|
keywords: ['wrench', 'icon', 'icon-lab', 'core', 'wrench', 'spanner', 'tool'],
|
|
204
631
|
componentName: 'WrenchIcon',
|