@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
package/core/tidy.js
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::c9176821476dce82a7cd4f2b3b88be87>>
|
|
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
|
+
* ⚠️ EXPERIMENTAL ⚠️ - New icons are in alpha - and subject to change or removal in future minor or patch releases.
|
|
17
|
+
* Please reach out in #icon-contributions before using these in production.
|
|
18
|
+
*
|
|
19
|
+
* Icon: "Tidy".
|
|
20
|
+
* Category: single-purpose
|
|
21
|
+
* Location: @atlaskit/icon-lab
|
|
22
|
+
* Usage guidance: Tidy up objects on Whiteboards
|
|
23
|
+
* - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
|
|
24
|
+
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
25
|
+
*/
|
|
26
|
+
const TidyIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
27
|
+
dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M1.75 5.917V3c0-.69.56-1.25 1.25-1.25h2.917M1.75 5.917v4.166m0-4.166h12.5m-12.5 4.166V13c0 .69.56 1.25 1.25 1.25h2.917M1.75 10.083h12.5m0-4.166V3c0-.69-.56-1.25-1.25-1.25h-2.917m4.167 4.167v4.166m0 0V13c0 .69-.56 1.25-1.25 1.25h-2.917M5.917 1.75h4.166m-4.166 0v12.5m4.166-12.5v12.5m-4.166 0h4.166"/>`
|
|
28
|
+
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
29
|
+
}, props));
|
|
30
|
+
TidyIcon.displayName = 'TidyIcon';
|
|
31
|
+
var _default = exports.default = TidyIcon;
|
|
@@ -9,11 +9,92 @@ 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::d443b5c468fe85dc6475fac55f175cc6>>
|
|
13
13
|
* @codegenCommand yarn build:icon-glyphs
|
|
14
14
|
*/
|
|
15
15
|
|
|
16
16
|
var metadata = {
|
|
17
|
+
'align-content-bottom': {
|
|
18
|
+
keywords: ['align-content-bottom', 'aligncontentbottom', 'icon', 'icon-lab', 'core', 'align', 'alignment', 'content', 'bottom', 'vertical'],
|
|
19
|
+
componentName: 'AlignContentBottomIcon',
|
|
20
|
+
package: '@atlaskit/icon-lab/core/align-content-bottom',
|
|
21
|
+
type: 'core',
|
|
22
|
+
categorization: 'multi-purpose',
|
|
23
|
+
usage: 'Used for aligning bottom edges of content in Whiteboards',
|
|
24
|
+
team: 'Whiteboards'
|
|
25
|
+
},
|
|
26
|
+
'align-content-center-horizontal': {
|
|
27
|
+
keywords: ['align-content-center-horizontal', 'aligncontentcenterhorizontal', 'icon', 'icon-lab', 'core', 'align', 'alignment', 'content', 'center', 'middle', 'horizontal'],
|
|
28
|
+
componentName: 'AlignContentCenterHorizontalIcon',
|
|
29
|
+
package: '@atlaskit/icon-lab/core/align-content-center-horizontal',
|
|
30
|
+
type: 'core',
|
|
31
|
+
categorization: 'multi-purpose',
|
|
32
|
+
usage: 'Used for aligning horizontal centers of content in Whiteboards',
|
|
33
|
+
team: 'Whiteboards'
|
|
34
|
+
},
|
|
35
|
+
'align-content-center-vertical': {
|
|
36
|
+
keywords: ['align-content-center-vertical', 'aligncontentcentervertical', 'icon', 'icon-lab', 'core', 'align', 'alignment', 'content', 'center', 'vertical'],
|
|
37
|
+
componentName: 'AlignContentCenterVerticalIcon',
|
|
38
|
+
package: '@atlaskit/icon-lab/core/align-content-center-vertical',
|
|
39
|
+
type: 'core',
|
|
40
|
+
categorization: 'multi-purpose',
|
|
41
|
+
usage: 'Used for aligning vertical centers of content in Whiteboards',
|
|
42
|
+
team: 'Whiteboards'
|
|
43
|
+
},
|
|
44
|
+
'align-content-left': {
|
|
45
|
+
keywords: ['align-content-left', 'aligncontentleft', 'icon', 'icon-lab', 'core', 'align', 'alignment', 'content', 'left', 'horizontal'],
|
|
46
|
+
componentName: 'AlignContentLeftIcon',
|
|
47
|
+
package: '@atlaskit/icon-lab/core/align-content-left',
|
|
48
|
+
type: 'core',
|
|
49
|
+
categorization: 'multi-purpose',
|
|
50
|
+
usage: 'Used for aligning left edges of content in Whiteboards',
|
|
51
|
+
team: 'Whiteboards'
|
|
52
|
+
},
|
|
53
|
+
'align-content-right': {
|
|
54
|
+
keywords: ['align-content-right', 'aligncontentright', 'icon', 'icon-lab', 'core', 'align', 'alignment', 'content', 'right', 'horizontal'],
|
|
55
|
+
componentName: 'AlignContentRightIcon',
|
|
56
|
+
package: '@atlaskit/icon-lab/core/align-content-right',
|
|
57
|
+
type: 'core',
|
|
58
|
+
categorization: 'multi-purpose',
|
|
59
|
+
usage: 'Used for aligning right edges of content in Whiteboards',
|
|
60
|
+
team: 'Whiteboards'
|
|
61
|
+
},
|
|
62
|
+
'align-content-top': {
|
|
63
|
+
keywords: ['align-content-top', 'aligncontenttop', 'icon', 'icon-lab', 'core', 'align', 'alignment', 'content', 'top', 'vertical'],
|
|
64
|
+
componentName: 'AlignContentTopIcon',
|
|
65
|
+
package: '@atlaskit/icon-lab/core/align-content-top',
|
|
66
|
+
type: 'core',
|
|
67
|
+
categorization: 'multi-purpose',
|
|
68
|
+
usage: 'Used for aligning top edges of content in Whiteboards',
|
|
69
|
+
team: 'Whiteboards'
|
|
70
|
+
},
|
|
71
|
+
'align-position-bottom': {
|
|
72
|
+
keywords: ['align-position-bottom', 'alignpositionbottom', 'icon', 'icon-lab', 'core', 'align', 'alignment', 'middle', 'text position', 'bottom', 'vertical'],
|
|
73
|
+
componentName: 'AlignPositionBottomIcon',
|
|
74
|
+
package: '@atlaskit/icon-lab/core/align-position-bottom',
|
|
75
|
+
type: 'core',
|
|
76
|
+
categorization: 'multi-purpose',
|
|
77
|
+
usage: 'Bottom-aligned text position within sticky notes in Whiteboards.',
|
|
78
|
+
team: 'Whiteboards'
|
|
79
|
+
},
|
|
80
|
+
'align-position-center-vertical': {
|
|
81
|
+
keywords: ['align-position-center-vertical', 'alignpositioncentervertical', 'icon', 'icon-lab', 'core', 'align', 'alignment', 'middle', 'center', 'text position', 'vertical'],
|
|
82
|
+
componentName: 'AlignPositionCenterVerticalIcon',
|
|
83
|
+
package: '@atlaskit/icon-lab/core/align-position-center-vertical',
|
|
84
|
+
type: 'core',
|
|
85
|
+
categorization: 'multi-purpose',
|
|
86
|
+
usage: 'Center-aligned text position within sticky notes in Whiteboards.',
|
|
87
|
+
team: 'Whiteboards'
|
|
88
|
+
},
|
|
89
|
+
'align-position-top': {
|
|
90
|
+
keywords: ['align-position-top', 'alignpositiontop', 'icon', 'icon-lab', 'core', 'align', 'alignment', 'top edge', 'text position', 'vertical'],
|
|
91
|
+
componentName: 'AlignPositionTopIcon',
|
|
92
|
+
package: '@atlaskit/icon-lab/core/align-position-top',
|
|
93
|
+
type: 'core',
|
|
94
|
+
categorization: 'multi-purpose',
|
|
95
|
+
usage: 'Top-aligned text position within sticky notes in Whiteboards.',
|
|
96
|
+
team: 'Whiteboards'
|
|
97
|
+
},
|
|
17
98
|
'assets-data-manager': {
|
|
18
99
|
keywords: ['assets-data-manager', 'assetsdatamanager', 'icon', 'icon-lab', 'core', 'data manager', 'assets', 'CMDB', 'configuration management database'],
|
|
19
100
|
componentName: 'AssetsDataManagerIcon',
|
|
@@ -77,6 +158,24 @@ var metadata = {
|
|
|
77
158
|
usage: 'Multi purpose',
|
|
78
159
|
team: 'Design System Team'
|
|
79
160
|
},
|
|
161
|
+
cursor: {
|
|
162
|
+
keywords: ['cursor', 'icon', 'icon-lab', 'core', 'Whiteboards', 'Cursor'],
|
|
163
|
+
componentName: 'CursorIcon',
|
|
164
|
+
package: '@atlaskit/icon-lab/core/cursor',
|
|
165
|
+
type: 'core',
|
|
166
|
+
categorization: 'multi-purpose',
|
|
167
|
+
usage: 'Selecting the cursor in Whiteboards',
|
|
168
|
+
team: 'Whiteboards'
|
|
169
|
+
},
|
|
170
|
+
'cursor-strikethrough': {
|
|
171
|
+
keywords: ['cursor-strikethrough', 'cursorstrikethrough', 'icon', 'icon-lab', 'core', 'Cursor', 'Cursors', 'Hide cursor', 'Whiteboard cursor', 'Cursor strikethrough'],
|
|
172
|
+
componentName: 'CursorStrikethroughIcon',
|
|
173
|
+
package: '@atlaskit/icon-lab/core/cursor-strikethrough',
|
|
174
|
+
type: 'core',
|
|
175
|
+
categorization: 'multi-purpose',
|
|
176
|
+
usage: 'Hide collaborator cursors in the Whiteboard',
|
|
177
|
+
team: 'Whiteboards'
|
|
178
|
+
},
|
|
80
179
|
'database-storage': {
|
|
81
180
|
keywords: ['database-storage', 'databasestorage', 'icon', 'icon-lab', 'core', 'database', 'db', 'storage', 'sql'],
|
|
82
181
|
componentName: 'DatabaseStorageIcon',
|
|
@@ -97,6 +196,15 @@ var metadata = {
|
|
|
97
196
|
team: 'Ecosystem',
|
|
98
197
|
slackChannel: '#forge-sql'
|
|
99
198
|
},
|
|
199
|
+
'drop-shadow': {
|
|
200
|
+
keywords: ['drop-shadow', 'dropshadow', 'icon', 'icon-lab', 'core', 'Drop shadow'],
|
|
201
|
+
componentName: 'DropShadowIcon',
|
|
202
|
+
package: '@atlaskit/icon-lab/core/drop-shadow',
|
|
203
|
+
type: 'core',
|
|
204
|
+
categorization: 'single-purpose',
|
|
205
|
+
usage: 'Toggle drop shadow on and off',
|
|
206
|
+
team: 'Whiteboards'
|
|
207
|
+
},
|
|
100
208
|
duplicate: {
|
|
101
209
|
keywords: ['duplicate', 'icon', 'icon-lab', 'core', 'clone', 'duplicate', 'plus'],
|
|
102
210
|
componentName: 'DuplicateIcon',
|
|
@@ -125,6 +233,42 @@ var metadata = {
|
|
|
125
233
|
usage: 'Multi purpose',
|
|
126
234
|
team: 'Design System Team'
|
|
127
235
|
},
|
|
236
|
+
'group-selection': {
|
|
237
|
+
keywords: ['group-selection', 'groupselection', 'icon', 'icon-lab', 'core', 'group', 'selection', 'layers'],
|
|
238
|
+
componentName: 'GroupSelectionIcon',
|
|
239
|
+
package: '@atlaskit/icon-lab/core/group-selection',
|
|
240
|
+
type: 'core',
|
|
241
|
+
categorization: 'multi-purpose',
|
|
242
|
+
usage: 'Grouping selected objects in Whiteboards',
|
|
243
|
+
team: 'Whiteboards'
|
|
244
|
+
},
|
|
245
|
+
'group-ungroup-selection': {
|
|
246
|
+
keywords: ['group-ungroup-selection', 'groupungroupselection', 'icon', 'icon-lab', 'core', 'ungroup', 'selection', 'layers'],
|
|
247
|
+
componentName: 'GroupUngroupSelectionIcon',
|
|
248
|
+
package: '@atlaskit/icon-lab/core/group-ungroup-selection',
|
|
249
|
+
type: 'core',
|
|
250
|
+
categorization: 'multi-purpose',
|
|
251
|
+
usage: 'Ungrouping selected objects in Whiteboards',
|
|
252
|
+
team: 'Whiteboards'
|
|
253
|
+
},
|
|
254
|
+
hand: {
|
|
255
|
+
keywords: ['hand', 'icon', 'icon-lab', 'core', 'hand', 'grab', 'move', 'open palm'],
|
|
256
|
+
componentName: 'HandIcon',
|
|
257
|
+
package: '@atlaskit/icon-lab/core/hand',
|
|
258
|
+
type: 'core',
|
|
259
|
+
categorization: 'multi-purpose',
|
|
260
|
+
usage: 'Used for move/hand tool in Whiteboards',
|
|
261
|
+
team: 'Whiteboards'
|
|
262
|
+
},
|
|
263
|
+
incognito: {
|
|
264
|
+
keywords: ['incognito', 'icon', 'icon-lab', 'core', 'Whiteboards', 'Private', 'Incognito'],
|
|
265
|
+
componentName: 'IncognitoIcon',
|
|
266
|
+
package: '@atlaskit/icon-lab/core/incognito',
|
|
267
|
+
type: 'core',
|
|
268
|
+
categorization: 'single-purpose',
|
|
269
|
+
usage: 'Toggle Whiteboards private mode on and off.',
|
|
270
|
+
team: 'Whiteboards'
|
|
271
|
+
},
|
|
128
272
|
initiative: {
|
|
129
273
|
keywords: ['initiative', 'icon', 'icon-lab', 'core', 'fortune teller', 'crystal ball', 'future', 'issue type', 'system object', 'work collection'],
|
|
130
274
|
componentName: 'InitiativeIcon',
|
|
@@ -134,6 +278,15 @@ var metadata = {
|
|
|
134
278
|
usage: 'Representing Jira Initiatives',
|
|
135
279
|
team: 'Jira Enterprise'
|
|
136
280
|
},
|
|
281
|
+
jira: {
|
|
282
|
+
keywords: ['jira', 'icon', 'icon-lab', 'core'],
|
|
283
|
+
componentName: 'JiraIcon',
|
|
284
|
+
package: '@atlaskit/icon-lab/core/jira',
|
|
285
|
+
type: 'core',
|
|
286
|
+
categorization: 'multi-purpose',
|
|
287
|
+
usage: 'Representing JIRA',
|
|
288
|
+
team: 'Whiteboards'
|
|
289
|
+
},
|
|
137
290
|
lozenge: {
|
|
138
291
|
keywords: ['lozenge', 'icon', 'icon-lab', 'core', 'insert', 'status', 'badge'],
|
|
139
292
|
componentName: 'LozengeIcon',
|
|
@@ -199,6 +352,96 @@ var metadata = {
|
|
|
199
352
|
usage: 'Reserved for roadmaps service.',
|
|
200
353
|
team: 'Design System Team'
|
|
201
354
|
},
|
|
355
|
+
section: {
|
|
356
|
+
keywords: ['section', 'icon', 'icon-lab', 'core', 'section', 'related content'],
|
|
357
|
+
componentName: 'SectionIcon',
|
|
358
|
+
package: '@atlaskit/icon-lab/core/section',
|
|
359
|
+
type: 'core',
|
|
360
|
+
categorization: 'multi-purpose',
|
|
361
|
+
usage: 'Used for section tool in Whiteboards',
|
|
362
|
+
team: 'Whiteboards'
|
|
363
|
+
},
|
|
364
|
+
'shape-diamond': {
|
|
365
|
+
keywords: ['shape-diamond', 'shapediamond', 'icon', 'icon-lab', 'core', 'diamond', 'shape tool'],
|
|
366
|
+
componentName: 'ShapeDiamondIcon',
|
|
367
|
+
package: '@atlaskit/icon-lab/core/shape-diamond',
|
|
368
|
+
type: 'core',
|
|
369
|
+
categorization: 'multi-purpose',
|
|
370
|
+
usage: 'Diamond shape tool in Whiteboards',
|
|
371
|
+
team: 'Whiteboards'
|
|
372
|
+
},
|
|
373
|
+
'shape-ellipse': {
|
|
374
|
+
keywords: ['shape-ellipse', 'shapeellipse', 'icon', 'icon-lab', 'core', 'ellipse', 'circle', 'shape tool'],
|
|
375
|
+
componentName: 'ShapeEllipseIcon',
|
|
376
|
+
package: '@atlaskit/icon-lab/core/shape-ellipse',
|
|
377
|
+
type: 'core',
|
|
378
|
+
categorization: 'multi-purpose',
|
|
379
|
+
usage: 'Ellipse shape tool in Whiteboards',
|
|
380
|
+
team: 'Whiteboards'
|
|
381
|
+
},
|
|
382
|
+
'shape-parallelogram-skew-left': {
|
|
383
|
+
keywords: ['shape-parallelogram-skew-left', 'shapeparallelogramskewleft', 'icon', 'icon-lab', 'core', 'parallelogram', 'skewed', 'left', 'shape tool'],
|
|
384
|
+
componentName: 'ShapeParallelogramSkewLeftIcon',
|
|
385
|
+
package: '@atlaskit/icon-lab/core/shape-parallelogram-skew-left',
|
|
386
|
+
type: 'core',
|
|
387
|
+
categorization: 'multi-purpose',
|
|
388
|
+
usage: 'Left parallelogram shape tool in Whiteboards',
|
|
389
|
+
team: 'Whiteboards'
|
|
390
|
+
},
|
|
391
|
+
'shape-parallelogram-skew-right': {
|
|
392
|
+
keywords: ['shape-parallelogram-skew-right', 'shapeparallelogramskewright', 'icon', 'icon-lab', 'core', 'parallelogram', 'skewed', 'shape tool', 'right'],
|
|
393
|
+
componentName: 'ShapeParallelogramSkewRightIcon',
|
|
394
|
+
package: '@atlaskit/icon-lab/core/shape-parallelogram-skew-right',
|
|
395
|
+
type: 'core',
|
|
396
|
+
categorization: 'multi-purpose',
|
|
397
|
+
usage: 'Right parallelogram shape tool in Whiteboards',
|
|
398
|
+
team: 'Whiteboards'
|
|
399
|
+
},
|
|
400
|
+
'shape-rectangle': {
|
|
401
|
+
keywords: ['shape-rectangle', 'shaperectangle', 'icon', 'icon-lab', 'core', 'shape tool', 'rectangle', 'square'],
|
|
402
|
+
componentName: 'ShapeRectangleIcon',
|
|
403
|
+
package: '@atlaskit/icon-lab/core/shape-rectangle',
|
|
404
|
+
type: 'core',
|
|
405
|
+
categorization: 'multi-purpose',
|
|
406
|
+
usage: 'Rectangle shape tool in Whiteboards',
|
|
407
|
+
team: 'Whiteboards'
|
|
408
|
+
},
|
|
409
|
+
'shape-rectangle-rounded': {
|
|
410
|
+
keywords: ['shape-rectangle-rounded', 'shaperectanglerounded', 'icon', 'icon-lab', 'core', 'shape tool', 'rectangle', 'rounded', 'square'],
|
|
411
|
+
componentName: 'ShapeRectangleRoundedIcon',
|
|
412
|
+
package: '@atlaskit/icon-lab/core/shape-rectangle-rounded',
|
|
413
|
+
type: 'core',
|
|
414
|
+
categorization: 'multi-purpose',
|
|
415
|
+
usage: 'Rounded rectangle shape tool in Whiteboards',
|
|
416
|
+
team: 'Whiteboards'
|
|
417
|
+
},
|
|
418
|
+
'shape-triangle': {
|
|
419
|
+
keywords: ['shape-triangle', 'shapetriangle', 'icon', 'icon-lab', 'core', 'triangle', 'shape tool', 'equilateral'],
|
|
420
|
+
componentName: 'ShapeTriangleIcon',
|
|
421
|
+
package: '@atlaskit/icon-lab/core/shape-triangle',
|
|
422
|
+
type: 'core',
|
|
423
|
+
categorization: 'multi-purpose',
|
|
424
|
+
usage: 'Triangle shape tool in Whiteboards',
|
|
425
|
+
team: 'Whiteboards'
|
|
426
|
+
},
|
|
427
|
+
'shape-triangle-inverted': {
|
|
428
|
+
keywords: ['shape-triangle-inverted', 'shapetriangleinverted', 'icon', 'icon-lab', 'core', 'triangle', 'shape tool', 'equilateral'],
|
|
429
|
+
componentName: 'ShapeTriangleInvertedIcon',
|
|
430
|
+
package: '@atlaskit/icon-lab/core/shape-triangle-inverted',
|
|
431
|
+
type: 'core',
|
|
432
|
+
categorization: 'multi-purpose',
|
|
433
|
+
usage: 'Upside down triangle shape tool in Whiteboards',
|
|
434
|
+
team: 'Whiteboards'
|
|
435
|
+
},
|
|
436
|
+
signature: {
|
|
437
|
+
keywords: ['signature', 'icon', 'icon-lab', 'core', 'signature', 'scribble', 'author', 'authour', 'sticky note', 'post-it'],
|
|
438
|
+
componentName: 'SignatureIcon',
|
|
439
|
+
package: '@atlaskit/icon-lab/core/signature',
|
|
440
|
+
type: 'core',
|
|
441
|
+
categorization: 'multi-purpose',
|
|
442
|
+
usage: 'Toggle author visibility on sticky notes in Whiteboards.',
|
|
443
|
+
team: 'Whiteboards'
|
|
444
|
+
},
|
|
202
445
|
speedometer: {
|
|
203
446
|
keywords: ['speedometer', 'icon', 'icon-lab', 'core', 'speed', 'performance', 'dial'],
|
|
204
447
|
componentName: 'SpeedometerIcon',
|
|
@@ -208,6 +451,87 @@ var metadata = {
|
|
|
208
451
|
usage: 'Multi purpose',
|
|
209
452
|
team: 'Design System Team'
|
|
210
453
|
},
|
|
454
|
+
stamp: {
|
|
455
|
+
keywords: ['stamp', 'icon', 'icon-lab', 'core', 'stamp', 'rubber stamp', 'handstamp'],
|
|
456
|
+
componentName: 'StampIcon',
|
|
457
|
+
package: '@atlaskit/icon-lab/core/stamp',
|
|
458
|
+
type: 'core',
|
|
459
|
+
categorization: 'multi-purpose',
|
|
460
|
+
usage: 'Used for stamp tool in Whiteboards',
|
|
461
|
+
team: 'Whiteboards'
|
|
462
|
+
},
|
|
463
|
+
sticker: {
|
|
464
|
+
keywords: ['sticker', 'icon', 'icon-lab', 'core', 'sticker', 'peel-off'],
|
|
465
|
+
componentName: 'StickerIcon',
|
|
466
|
+
package: '@atlaskit/icon-lab/core/sticker',
|
|
467
|
+
type: 'core',
|
|
468
|
+
categorization: 'multi-purpose',
|
|
469
|
+
usage: 'Used for sticker tool in Whiteboards',
|
|
470
|
+
team: 'Whiteboards'
|
|
471
|
+
},
|
|
472
|
+
'stroke-curvature-curved': {
|
|
473
|
+
keywords: ['stroke-curvature-curved', 'strokecurvaturecurved', 'icon', 'icon-lab', 'core', 'line tool', 'shape property', 'stroke style', 'border', 'smooth'],
|
|
474
|
+
componentName: 'StrokeCurvatureCurvedIcon',
|
|
475
|
+
package: '@atlaskit/icon-lab/core/stroke-curvature-curved',
|
|
476
|
+
type: 'core',
|
|
477
|
+
categorization: 'single-purpose',
|
|
478
|
+
usage: 'Reserved for curved line type setting for line tool in Whiteboards.',
|
|
479
|
+
team: 'Whiteboards'
|
|
480
|
+
},
|
|
481
|
+
'stroke-curvature-dynamic': {
|
|
482
|
+
keywords: ['stroke-curvature-dynamic', 'strokecurvaturedynamic', 'icon', 'icon-lab', 'core', 'line tool', 'shape property', 'stroke style', 'border'],
|
|
483
|
+
componentName: 'StrokeCurvatureDynamicIcon',
|
|
484
|
+
package: '@atlaskit/icon-lab/core/stroke-curvature-dynamic',
|
|
485
|
+
type: 'core',
|
|
486
|
+
categorization: 'single-purpose',
|
|
487
|
+
usage: 'Reserved for dynamic line type setting for line tool in Whiteboards',
|
|
488
|
+
team: 'Whiteboards'
|
|
489
|
+
},
|
|
490
|
+
'stroke-curvature-straight': {
|
|
491
|
+
keywords: ['stroke-curvature-straight', 'strokecurvaturestraight', 'icon', 'icon-lab', 'core', 'line tool', 'shape property', 'stroke style', 'sharp corners', 'border'],
|
|
492
|
+
componentName: 'StrokeCurvatureStraightIcon',
|
|
493
|
+
package: '@atlaskit/icon-lab/core/stroke-curvature-straight',
|
|
494
|
+
type: 'core',
|
|
495
|
+
categorization: 'single-purpose',
|
|
496
|
+
usage: 'Reserved for straight line type setting for line tool in Whiteboards',
|
|
497
|
+
team: 'Whiteboards'
|
|
498
|
+
},
|
|
499
|
+
'stroke-properties': {
|
|
500
|
+
keywords: ['stroke-properties', 'strokeproperties', 'icon', 'icon-lab', 'core', 'stroke properties', 'border options'],
|
|
501
|
+
componentName: 'StrokePropertiesIcon',
|
|
502
|
+
package: '@atlaskit/icon-lab/core/stroke-properties',
|
|
503
|
+
type: 'core',
|
|
504
|
+
categorization: 'single-purpose',
|
|
505
|
+
usage: 'Reserved for stroke properties in Whiteboards',
|
|
506
|
+
team: 'Whiteboards'
|
|
507
|
+
},
|
|
508
|
+
'stroke-style-dashed': {
|
|
509
|
+
keywords: ['stroke-style-dashed', 'strokestyledashed', 'icon', 'icon-lab', 'core', 'border', 'stroke', 'border style', 'dashed', 'outline'],
|
|
510
|
+
componentName: 'StrokeStyleDashedIcon',
|
|
511
|
+
package: '@atlaskit/icon-lab/core/stroke-style-dashed',
|
|
512
|
+
type: 'core',
|
|
513
|
+
categorization: 'single-purpose',
|
|
514
|
+
usage: 'Reserved for representing dashed stroke and border styles.',
|
|
515
|
+
team: 'Whiteboards'
|
|
516
|
+
},
|
|
517
|
+
'stroke-style-dotted': {
|
|
518
|
+
keywords: ['stroke-style-dotted', 'strokestyledotted', 'icon', 'icon-lab', 'core', 'border', 'stroke', 'border style', 'dotted', 'outline'],
|
|
519
|
+
componentName: 'StrokeStyleDottedIcon',
|
|
520
|
+
package: '@atlaskit/icon-lab/core/stroke-style-dotted',
|
|
521
|
+
type: 'core',
|
|
522
|
+
categorization: 'single-purpose',
|
|
523
|
+
usage: 'Reserved for representing dotted stroke and border styles.',
|
|
524
|
+
team: 'Whiteboards'
|
|
525
|
+
},
|
|
526
|
+
'stroke-style-solid': {
|
|
527
|
+
keywords: ['stroke-style-solid', 'strokestylesolid', 'icon', 'icon-lab', 'core', 'border', 'stroke', 'border style', 'solid', 'outline'],
|
|
528
|
+
componentName: 'StrokeStyleSolidIcon',
|
|
529
|
+
package: '@atlaskit/icon-lab/core/stroke-style-solid',
|
|
530
|
+
type: 'core',
|
|
531
|
+
categorization: 'single-purpose',
|
|
532
|
+
usage: 'Reserved for representing solid stroke and border styles.',
|
|
533
|
+
team: 'Whiteboards'
|
|
534
|
+
},
|
|
211
535
|
sunset: {
|
|
212
536
|
keywords: ['sunset', 'icon', 'icon-lab', 'core', 'sun', 'horizon', 'farewell', 'goodbye', 'sky', 'farewell feed'],
|
|
213
537
|
componentName: 'SunsetIcon',
|
|
@@ -217,6 +541,15 @@ var metadata = {
|
|
|
217
541
|
usage: 'Farewell feed in hello.',
|
|
218
542
|
team: 'confluence insights'
|
|
219
543
|
},
|
|
544
|
+
swap: {
|
|
545
|
+
keywords: ['swap', 'icon', 'icon-lab', 'core', 'Swap', 'Jira status', 'Whiteboards', 'Smart section'],
|
|
546
|
+
componentName: 'SwapIcon',
|
|
547
|
+
package: '@atlaskit/icon-lab/core/swap',
|
|
548
|
+
type: 'core',
|
|
549
|
+
categorization: 'single-purpose',
|
|
550
|
+
usage: 'Swapping between Jira tickets in Whiteboard smart section',
|
|
551
|
+
team: 'Whiteboards'
|
|
552
|
+
},
|
|
220
553
|
sync: {
|
|
221
554
|
keywords: ['sync', 'icon', 'icon-lab', 'core', 'sync', 'synch', 'synchronise', 'synchronize', 'saving', 'arrows'],
|
|
222
555
|
componentName: 'SyncIcon',
|
|
@@ -235,6 +568,15 @@ var metadata = {
|
|
|
235
568
|
usage: 'Known usages: Alternative option for food emoji category.',
|
|
236
569
|
team: 'Design System Team'
|
|
237
570
|
},
|
|
571
|
+
template: {
|
|
572
|
+
keywords: ['template', 'icon', 'icon-lab', 'core', 'template', 'templates'],
|
|
573
|
+
componentName: 'TemplateIcon',
|
|
574
|
+
package: '@atlaskit/icon-lab/core/template',
|
|
575
|
+
type: 'core',
|
|
576
|
+
categorization: 'multi-purpose',
|
|
577
|
+
usage: 'Used for templates in Whiteboards',
|
|
578
|
+
team: 'Whiteboards'
|
|
579
|
+
},
|
|
238
580
|
ticket: {
|
|
239
581
|
keywords: ['ticket', 'icon', 'icon-lab', 'core', 'stub', 'ticket'],
|
|
240
582
|
componentName: 'TicketIcon',
|
|
@@ -244,6 +586,15 @@ var metadata = {
|
|
|
244
586
|
usage: 'Multi purpose',
|
|
245
587
|
team: 'Design System Team'
|
|
246
588
|
},
|
|
589
|
+
tidy: {
|
|
590
|
+
keywords: ['tidy', 'icon', 'icon-lab', 'core', 'Tidy', 'Clean up', 'Tidy up', 'Grid'],
|
|
591
|
+
componentName: 'TidyIcon',
|
|
592
|
+
package: '@atlaskit/icon-lab/core/tidy',
|
|
593
|
+
type: 'core',
|
|
594
|
+
categorization: 'single-purpose',
|
|
595
|
+
usage: 'Tidy up objects on Whiteboards',
|
|
596
|
+
team: 'Whiteboards'
|
|
597
|
+
},
|
|
247
598
|
'vehicle-train': {
|
|
248
599
|
keywords: ['vehicle-train', 'vehicletrain', 'icon', 'icon-lab', 'core', 'transportation', 'vehicle', 'car'],
|
|
249
600
|
componentName: 'VehicleTrainIcon',
|