@atlaskit/icon-lab 4.18.0 → 5.0.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 +64 -0
- package/core/milestone-complete.js +2 -2
- package/dist/cjs/deprecated-core.js +2 -72
- package/dist/cjs/metadata-core.js +1 -358
- package/dist/es2019/deprecated-core.js +2 -72
- package/dist/es2019/metadata-core.js +1 -358
- package/dist/esm/deprecated-core.js +2 -72
- package/dist/esm/metadata-core.js +1 -358
- package/dist/types/deprecated-core.d.ts +1 -1
- package/dist/types/metadata-core.d.ts +1 -1
- package/dist/types-ts4.5/deprecated-core.d.ts +1 -1
- package/dist/types-ts4.5/metadata-core.d.ts +1 -1
- package/package.json +3 -3
- package/svgs/core/milestone-complete.svg +1 -1
- package/core/hand-clenched.d.ts +0 -16
- package/core/hand-clenched.js +0 -28
- package/core/hand.d.ts +0 -13
- package/core/hand.js +0 -28
- package/core/recur.d.ts +0 -16
- package/core/recur.js +0 -28
- package/core/shape-comment-left.d.ts +0 -16
- package/core/shape-comment-left.js +0 -28
- package/core/shape-comment-right.d.ts +0 -16
- package/core/shape-comment-right.js +0 -28
- package/core/shape-database.d.ts +0 -16
- package/core/shape-database.js +0 -28
- package/core/shape-delay.d.ts +0 -16
- package/core/shape-delay.js +0 -28
- package/core/shape-display.d.ts +0 -16
- package/core/shape-display.js +0 -28
- package/core/shape-document-symbol.d.ts +0 -16
- package/core/shape-document-symbol.js +0 -28
- package/core/shape-hard-disk.d.ts +0 -16
- package/core/shape-hard-disk.js +0 -28
- package/core/shape-internal-storage.d.ts +0 -16
- package/core/shape-internal-storage.js +0 -28
- package/core/shape-manual-input.d.ts +0 -16
- package/core/shape-manual-input.js +0 -28
- package/core/shape-manual-operation-symbol.d.ts +0 -16
- package/core/shape-manual-operation-symbol.js +0 -28
- package/core/shape-mindmap.d.ts +0 -16
- package/core/shape-mindmap.js +0 -28
- package/core/shape-multiple-documents.d.ts +0 -16
- package/core/shape-multiple-documents.js +0 -28
- package/core/shape-off-page.d.ts +0 -16
- package/core/shape-off-page.js +0 -28
- package/core/shape-predefined-process.d.ts +0 -16
- package/core/shape-predefined-process.js +0 -28
- package/core/shape-preparation-symbol.d.ts +0 -16
- package/core/shape-preparation-symbol.js +0 -28
- package/core/shape-start-end.d.ts +0 -16
- package/core/shape-start-end.js +0 -28
- package/core/shape-stored-data.d.ts +0 -16
- package/core/shape-stored-data.js +0 -28
- package/core/shape-summing-junction-cross.d.ts +0 -16
- package/core/shape-summing-junction-cross.js +0 -28
- package/core/shape-summing-junction-plus.d.ts +0 -16
- package/core/shape-summing-junction-plus.js +0 -28
- package/core/space.d.ts +0 -16
- package/core/space.js +0 -30
- package/core/speedometer.d.ts +0 -16
- package/core/speedometer.js +0 -28
- package/svgs/core/hand-clenched.svg +0 -1
- package/svgs/core/hand.svg +0 -1
- package/svgs/core/recur.svg +0 -1
- package/svgs/core/shape-comment-left.svg +0 -1
- package/svgs/core/shape-comment-right.svg +0 -1
- package/svgs/core/shape-database.svg +0 -1
- package/svgs/core/shape-delay.svg +0 -1
- package/svgs/core/shape-display.svg +0 -1
- package/svgs/core/shape-document-symbol.svg +0 -1
- package/svgs/core/shape-hard-disk.svg +0 -1
- package/svgs/core/shape-internal-storage.svg +0 -1
- package/svgs/core/shape-manual-input.svg +0 -1
- package/svgs/core/shape-manual-operation-symbol.svg +0 -1
- package/svgs/core/shape-mindmap.svg +0 -1
- package/svgs/core/shape-multiple-documents.svg +0 -1
- package/svgs/core/shape-off-page.svg +0 -1
- package/svgs/core/shape-predefined-process.svg +0 -1
- package/svgs/core/shape-preparation-symbol.svg +0 -1
- package/svgs/core/shape-start-end.svg +0 -1
- package/svgs/core/shape-stored-data.svg +0 -1
- package/svgs/core/shape-summing-junction-cross.svg +0 -1
- package/svgs/core/shape-summing-junction-plus.svg +0 -1
- package/svgs/core/space.svg +0 -1
- package/svgs/core/speedometer.svg +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,69 @@
|
|
|
1
1
|
# @atlaskit/icon-lab
|
|
2
2
|
|
|
3
|
+
## 5.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [#171534](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/171534)
|
|
8
|
+
[`7a6465c5735e5`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/7a6465c5735e5) -
|
|
9
|
+
This release removes icons in `@atlaskit/icon-lab`.
|
|
10
|
+
|
|
11
|
+
### Removed:
|
|
12
|
+
|
|
13
|
+
**`@atlaskit/icon-lab/core`**
|
|
14
|
+
|
|
15
|
+
- `hand-clenched`
|
|
16
|
+
- `hand`
|
|
17
|
+
- `recur`
|
|
18
|
+
- `shape-comment-left`
|
|
19
|
+
- `shape-comment-right`
|
|
20
|
+
- `shape-database`
|
|
21
|
+
- `shape-delay`
|
|
22
|
+
- `shape-display`
|
|
23
|
+
- `shape-document-symbol`
|
|
24
|
+
- `shape-hard-disk`
|
|
25
|
+
- `shape-internal-storage`
|
|
26
|
+
- `shape-manual-input`
|
|
27
|
+
- `shape-manual-operation-symbol`
|
|
28
|
+
- `shape-mindmap`
|
|
29
|
+
- `shape-multiple-documents`
|
|
30
|
+
- `shape-off-page`
|
|
31
|
+
- `shape-predefined-process`
|
|
32
|
+
- `shape-preparation-symbol`
|
|
33
|
+
- `shape-start-end`
|
|
34
|
+
- `shape-stored-data`
|
|
35
|
+
- `shape-summing-junction-cross`
|
|
36
|
+
- `shape-summing-junction-plus`
|
|
37
|
+
- `space`
|
|
38
|
+
- `speedometer`
|
|
39
|
+
|
|
40
|
+
### Patch Changes
|
|
41
|
+
|
|
42
|
+
- Updated dependencies
|
|
43
|
+
|
|
44
|
+
## 4.19.0
|
|
45
|
+
|
|
46
|
+
### Minor Changes
|
|
47
|
+
|
|
48
|
+
- [#169883](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/169883)
|
|
49
|
+
[`e287517926b5e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e287517926b5e) -
|
|
50
|
+
This release updates and deprecates icons in `@atlaskit/icon-lab`.
|
|
51
|
+
|
|
52
|
+
### Updated:
|
|
53
|
+
|
|
54
|
+
**`@atlaskit/icon-lab/core`**
|
|
55
|
+
|
|
56
|
+
- `incognito`
|
|
57
|
+
- `milestone-complete`
|
|
58
|
+
- `shape-triangle-inverted`
|
|
59
|
+
- `space`
|
|
60
|
+
|
|
61
|
+
### Deprecated:
|
|
62
|
+
|
|
63
|
+
**`@atlaskit/icon-lab/core`**
|
|
64
|
+
|
|
65
|
+
- `hand`
|
|
66
|
+
|
|
3
67
|
## 4.18.0
|
|
4
68
|
|
|
5
69
|
### Minor Changes
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::0ce74417a4ac044bbdf4b0cc18fc64bc>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -21,7 +21,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
|
|
|
21
21
|
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
22
22
|
*/
|
|
23
23
|
const MilestoneCompleteIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
-
dangerouslySetGlyph: `<path fill="currentcolor" d="M6.737 2.466a2 2 0 0 1 2.677.138l2.335 2.336L8 8.69 6.03 6.72 4.97 7.78l2.5 2.5.057.
|
|
24
|
+
dangerouslySetGlyph: `<path fill="currentcolor" d="M6.737 2.466a2 2 0 0 1 2.677.138l2.335 2.336L8 8.69 6.03 6.72 4.97 7.78l2.5 2.5.057.052c.294.24.73.223 1.004-.051L12.81 6l.585.585.138.152a2 2 0 0 1-.138 2.676l-3.982 3.983a2 2 0 0 1-2.829 0L2.603 9.414a2 2 0 0 1 0-2.828l3.982-3.982zm8.169 1.44L12.81 6l-1.06-1.06 2.095-2.095z"/>`
|
|
25
25
|
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
26
26
|
}, props));
|
|
27
27
|
MilestoneCompleteIcon.displayName = 'MilestoneCompleteIcon';
|
|
@@ -9,78 +9,8 @@ exports.default = void 0;
|
|
|
9
9
|
*
|
|
10
10
|
* To change the format of this file, modify `createDeprecatedIconDocs` in icon-build-process/src/create-deprecated-icon-docs.tsx.
|
|
11
11
|
*
|
|
12
|
-
* @codegen <<SignedSource::
|
|
12
|
+
* @codegen <<SignedSource::8445ed95dffea52ddea417fc5752ff90>>
|
|
13
13
|
* @codegenCommand yarn build:icon-glyphs
|
|
14
14
|
*/
|
|
15
|
-
var deprecatedIcons = {
|
|
16
|
-
'@atlaskit/icon-lab/core/hand-clenched': {
|
|
17
|
-
message: 'The icon "hand-clenched" is deprecated in favour of "hand-closed" from “@atlaskit/icon-lab/core”'
|
|
18
|
-
},
|
|
19
|
-
'@atlaskit/icon-lab/core/recur': {
|
|
20
|
-
message: 'The icon "recur" is deprecated in favour of "repeat" from “@atlaskit/icon-lab/core”'
|
|
21
|
-
},
|
|
22
|
-
'@atlaskit/icon-lab/core/shape-comment-left': {
|
|
23
|
-
message: 'The icon "shape-comment-left" is deprecated in favour of "diagram-symbol-comment-left" from “@atlaskit/icon-lab/core”'
|
|
24
|
-
},
|
|
25
|
-
'@atlaskit/icon-lab/core/shape-comment-right': {
|
|
26
|
-
message: 'The icon "shape-comment-right" is deprecated in favour of "diagram-symbol-comment-right" from “@atlaskit/icon-lab/core”'
|
|
27
|
-
},
|
|
28
|
-
'@atlaskit/icon-lab/core/shape-database': {
|
|
29
|
-
message: 'The icon "shape-database" is deprecated in favour of "diagram-symbol-database" from “@atlaskit/icon-lab/core”'
|
|
30
|
-
},
|
|
31
|
-
'@atlaskit/icon-lab/core/shape-delay': {
|
|
32
|
-
message: 'The icon "shape-delay" is deprecated in favour of "diagram-symbol-delay" from “@atlaskit/icon-lab/core”'
|
|
33
|
-
},
|
|
34
|
-
'@atlaskit/icon-lab/core/shape-display': {
|
|
35
|
-
message: 'The icon "shape-display" is deprecated in favour of "diagram-symbol-display" from “@atlaskit/icon-lab/core”'
|
|
36
|
-
},
|
|
37
|
-
'@atlaskit/icon-lab/core/shape-document-symbol': {
|
|
38
|
-
message: 'The icon "shape-document-symbol" is deprecated in favour of "diagram-symbol-document" from “@atlaskit/icon-lab/core”'
|
|
39
|
-
},
|
|
40
|
-
'@atlaskit/icon-lab/core/shape-hard-disk': {
|
|
41
|
-
message: 'The icon "shape-hard-disk" is deprecated in favour of "diagram-symbol-hard-disk" from “@atlaskit/icon-lab/core”'
|
|
42
|
-
},
|
|
43
|
-
'@atlaskit/icon-lab/core/shape-internal-storage': {
|
|
44
|
-
message: 'The icon "shape-internal-storage" is deprecated in favour of "diagram-symbol-internal-storage" from “@atlaskit/icon-lab/core”'
|
|
45
|
-
},
|
|
46
|
-
'@atlaskit/icon-lab/core/shape-manual-input': {
|
|
47
|
-
message: 'The icon "shape-manual-input" is deprecated in favour of "diagram-symbol-manual-input" from “@atlaskit/icon-lab/core”'
|
|
48
|
-
},
|
|
49
|
-
'@atlaskit/icon-lab/core/shape-manual-operation-symbol': {
|
|
50
|
-
message: 'The icon "shape-manual-operation-symbol" is deprecated in favour of "diagram-symbol-manual-operation" from “@atlaskit/icon-lab/core”'
|
|
51
|
-
},
|
|
52
|
-
'@atlaskit/icon-lab/core/shape-mindmap': {
|
|
53
|
-
message: 'The icon "shape-mindmap" is deprecated in favour of "diagram-symbol-mind-map" from “@atlaskit/icon-lab/core”'
|
|
54
|
-
},
|
|
55
|
-
'@atlaskit/icon-lab/core/shape-multiple-documents': {
|
|
56
|
-
message: 'The icon "shape-multiple-documents" is deprecated in favour of "diagram-symbol-documents" from “@atlaskit/icon-lab/core”'
|
|
57
|
-
},
|
|
58
|
-
'@atlaskit/icon-lab/core/shape-off-page': {
|
|
59
|
-
message: 'The icon "shape-off-page" is deprecated in favour of "diagram-symbol-connector-off-page" from “@atlaskit/icon-lab/core”'
|
|
60
|
-
},
|
|
61
|
-
'@atlaskit/icon-lab/core/shape-predefined-process': {
|
|
62
|
-
message: 'The icon "shape-predefined-process" is deprecated in favour of "diagram-symbol-predefined-process" from “@atlaskit/icon-lab/core”'
|
|
63
|
-
},
|
|
64
|
-
'@atlaskit/icon-lab/core/shape-preparation-symbol': {
|
|
65
|
-
message: 'The icon "shape-preparation-symbol" is deprecated in favour of "diagram-symbol-preparation" from “@atlaskit/icon-lab/core”'
|
|
66
|
-
},
|
|
67
|
-
'@atlaskit/icon-lab/core/shape-start-end': {
|
|
68
|
-
message: 'The icon "shape-start-end" is deprecated in favour of "diagram-symbol-terminator" from “@atlaskit/icon-lab/core”'
|
|
69
|
-
},
|
|
70
|
-
'@atlaskit/icon-lab/core/shape-stored-data': {
|
|
71
|
-
message: 'The icon "shape-stored-data" is deprecated in favour of "diagram-symbol-stored-data" from “@atlaskit/icon-lab/core”'
|
|
72
|
-
},
|
|
73
|
-
'@atlaskit/icon-lab/core/shape-summing-junction-cross': {
|
|
74
|
-
message: 'The icon "shape-summing-junction-cross" is deprecated in favour of "diagram-symbol-summing-junction" from “@atlaskit/icon-lab/core”'
|
|
75
|
-
},
|
|
76
|
-
'@atlaskit/icon-lab/core/shape-summing-junction-plus': {
|
|
77
|
-
message: 'The icon "shape-summing-junction-plus" is deprecated in favour of "diagram-symbol-or" from “@atlaskit/icon-lab/core”'
|
|
78
|
-
},
|
|
79
|
-
'@atlaskit/icon-lab/core/space': {
|
|
80
|
-
message: 'The icon "space" is deprecated in favour of "spaces" from “@atlaskit/icon-lab/core”'
|
|
81
|
-
},
|
|
82
|
-
'@atlaskit/icon-lab/core/speedometer': {
|
|
83
|
-
message: 'The icon "speedometer" is deprecated in favour of "speedometer-right" from “@atlaskit/icon-lab/core”'
|
|
84
|
-
}
|
|
85
|
-
};
|
|
15
|
+
var deprecatedIcons = {};
|
|
86
16
|
var _default = exports.default = deprecatedIcons;
|
|
@@ -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::e659eaebf1bb9fd27c2c6b9fe6a131b1>>
|
|
13
13
|
* @codegenCommand yarn build:icon-glyphs
|
|
14
14
|
*/
|
|
15
15
|
|
|
@@ -883,31 +883,6 @@ var metadata = {
|
|
|
883
883
|
team: 'Whiteboards',
|
|
884
884
|
status: 'published'
|
|
885
885
|
},
|
|
886
|
-
hand: {
|
|
887
|
-
keywords: ['hand', 'icon', 'icon-lab', 'core', 'hand', 'grab', 'move', 'open palm'],
|
|
888
|
-
componentName: 'HandIcon',
|
|
889
|
-
package: '@atlaskit/icon-lab/core/hand',
|
|
890
|
-
type: 'core',
|
|
891
|
-
categorization: 'multi-purpose',
|
|
892
|
-
usage: 'Used for move/hand tool in Whiteboards',
|
|
893
|
-
team: 'Whiteboards',
|
|
894
|
-
status: 'published'
|
|
895
|
-
},
|
|
896
|
-
'hand-clenched': {
|
|
897
|
-
keywords: ['hand-clenched', 'handclenched', 'icon', 'icon-lab', 'core', 'whiteboards', 'grab'],
|
|
898
|
-
componentName: 'HandClenchedIcon',
|
|
899
|
-
package: '@atlaskit/icon-lab/core/hand-clenched',
|
|
900
|
-
type: 'core',
|
|
901
|
-
replacement: {
|
|
902
|
-
name: 'hand-closed',
|
|
903
|
-
type: 'core',
|
|
904
|
-
location: '@atlaskit/icon-lab'
|
|
905
|
-
},
|
|
906
|
-
categorization: 'single-purpose',
|
|
907
|
-
usage: 'Grabbing elements in whiteboards',
|
|
908
|
-
team: 'Whiteboards',
|
|
909
|
-
status: 'deprecated'
|
|
910
|
-
},
|
|
911
886
|
'hand-closed': {
|
|
912
887
|
keywords: ['hand-closed', 'handclosed', 'icon', 'icon-lab', 'core', 'hand tool', 'closed hand', 'grab', 'moving'],
|
|
913
888
|
componentName: 'HandClosedIcon',
|
|
@@ -1388,22 +1363,6 @@ var metadata = {
|
|
|
1388
1363
|
team: 'Whiteboards',
|
|
1389
1364
|
status: 'published'
|
|
1390
1365
|
},
|
|
1391
|
-
recur: {
|
|
1392
|
-
keywords: ['recur', 'icon', 'icon-lab', 'core', 'recur', 'recurring', 'repeat', 'repeating'],
|
|
1393
|
-
componentName: 'RecurIcon',
|
|
1394
|
-
package: '@atlaskit/icon-lab/core/recur',
|
|
1395
|
-
type: 'core',
|
|
1396
|
-
replacement: {
|
|
1397
|
-
name: 'repeat',
|
|
1398
|
-
type: 'core',
|
|
1399
|
-
location: '@atlaskit/icon-lab'
|
|
1400
|
-
},
|
|
1401
|
-
categorization: 'single-purpose',
|
|
1402
|
-
usage: 'Reserved for setting objects to recur (eg Work items, Forms)',
|
|
1403
|
-
team: 'Pandora',
|
|
1404
|
-
status: 'deprecated',
|
|
1405
|
-
slackChannel: '#horizon-pandora-eng'
|
|
1406
|
-
},
|
|
1407
1366
|
repeat: {
|
|
1408
1367
|
keywords: ['repeat', 'icon', 'icon-lab', 'core', 'recur', 'recurring', 'repeat', 'repeating'],
|
|
1409
1368
|
componentName: 'RepeatIcon',
|
|
@@ -1499,66 +1458,6 @@ var metadata = {
|
|
|
1499
1458
|
team: 'Whiteboards',
|
|
1500
1459
|
status: 'published'
|
|
1501
1460
|
},
|
|
1502
|
-
'shape-comment-left': {
|
|
1503
|
-
keywords: ['shape-comment-left', 'shapecommentleft', 'icon', 'icon-lab', 'core', 'comment', 'left', 'diagram', 'symbol'],
|
|
1504
|
-
componentName: 'ShapeCommentLeftIcon',
|
|
1505
|
-
package: '@atlaskit/icon-lab/core/shape-comment-left',
|
|
1506
|
-
type: 'core',
|
|
1507
|
-
replacement: {
|
|
1508
|
-
name: 'diagram-symbol-comment-left',
|
|
1509
|
-
type: 'core',
|
|
1510
|
-
location: '@atlaskit/icon-lab'
|
|
1511
|
-
},
|
|
1512
|
-
categorization: 'single-purpose',
|
|
1513
|
-
usage: 'Reserved for comment left diagram symbol.',
|
|
1514
|
-
team: 'Whiteboards',
|
|
1515
|
-
status: 'deprecated'
|
|
1516
|
-
},
|
|
1517
|
-
'shape-comment-right': {
|
|
1518
|
-
keywords: ['shape-comment-right', 'shapecommentright', 'icon', 'icon-lab', 'core', 'comment', 'right', 'diagram', 'symbol'],
|
|
1519
|
-
componentName: 'ShapeCommentRightIcon',
|
|
1520
|
-
package: '@atlaskit/icon-lab/core/shape-comment-right',
|
|
1521
|
-
type: 'core',
|
|
1522
|
-
replacement: {
|
|
1523
|
-
name: 'diagram-symbol-comment-right',
|
|
1524
|
-
type: 'core',
|
|
1525
|
-
location: '@atlaskit/icon-lab'
|
|
1526
|
-
},
|
|
1527
|
-
categorization: 'single-purpose',
|
|
1528
|
-
usage: 'Reserved for comment right diagram symbol.',
|
|
1529
|
-
team: 'Whiteboards',
|
|
1530
|
-
status: 'deprecated'
|
|
1531
|
-
},
|
|
1532
|
-
'shape-database': {
|
|
1533
|
-
keywords: ['shape-database', 'shapedatabase', 'icon', 'icon-lab', 'core', 'diagram', 'symbol', 'database'],
|
|
1534
|
-
componentName: 'ShapeDatabaseIcon',
|
|
1535
|
-
package: '@atlaskit/icon-lab/core/shape-database',
|
|
1536
|
-
type: 'core',
|
|
1537
|
-
replacement: {
|
|
1538
|
-
name: 'diagram-symbol-database',
|
|
1539
|
-
type: 'core',
|
|
1540
|
-
location: '@atlaskit/icon-lab'
|
|
1541
|
-
},
|
|
1542
|
-
categorization: 'single-purpose',
|
|
1543
|
-
usage: 'Reserved for database diagram symbol.',
|
|
1544
|
-
team: 'Whiteboards',
|
|
1545
|
-
status: 'deprecated'
|
|
1546
|
-
},
|
|
1547
|
-
'shape-delay': {
|
|
1548
|
-
keywords: ['shape-delay', 'shapedelay', 'icon', 'icon-lab', 'core', 'diagram', 'symbol', 'delay'],
|
|
1549
|
-
componentName: 'ShapeDelayIcon',
|
|
1550
|
-
package: '@atlaskit/icon-lab/core/shape-delay',
|
|
1551
|
-
type: 'core',
|
|
1552
|
-
replacement: {
|
|
1553
|
-
name: 'diagram-symbol-delay',
|
|
1554
|
-
type: 'core',
|
|
1555
|
-
location: '@atlaskit/icon-lab'
|
|
1556
|
-
},
|
|
1557
|
-
categorization: 'single-purpose',
|
|
1558
|
-
usage: 'Reserved for delay diagram symbol.',
|
|
1559
|
-
team: 'Whiteboards',
|
|
1560
|
-
status: 'deprecated'
|
|
1561
|
-
},
|
|
1562
1461
|
'shape-diamond': {
|
|
1563
1462
|
keywords: ['shape-diamond', 'shapediamond', 'icon', 'icon-lab', 'core', 'diamond', 'shape tool'],
|
|
1564
1463
|
componentName: 'ShapeDiamondIcon',
|
|
@@ -1569,36 +1468,6 @@ var metadata = {
|
|
|
1569
1468
|
team: 'Whiteboards',
|
|
1570
1469
|
status: 'published'
|
|
1571
1470
|
},
|
|
1572
|
-
'shape-display': {
|
|
1573
|
-
keywords: ['shape-display', 'shapedisplay', 'icon', 'icon-lab', 'core', 'diagram', 'symbol', 'display'],
|
|
1574
|
-
componentName: 'ShapeDisplayIcon',
|
|
1575
|
-
package: '@atlaskit/icon-lab/core/shape-display',
|
|
1576
|
-
type: 'core',
|
|
1577
|
-
replacement: {
|
|
1578
|
-
name: 'diagram-symbol-display',
|
|
1579
|
-
type: 'core',
|
|
1580
|
-
location: '@atlaskit/icon-lab'
|
|
1581
|
-
},
|
|
1582
|
-
categorization: 'single-purpose',
|
|
1583
|
-
usage: 'Reserved for display diagram symbol.',
|
|
1584
|
-
team: 'Whiteboards',
|
|
1585
|
-
status: 'deprecated'
|
|
1586
|
-
},
|
|
1587
|
-
'shape-document-symbol': {
|
|
1588
|
-
keywords: ['shape-document-symbol', 'shapedocumentsymbol', 'icon', 'icon-lab', 'core', 'diagram', 'symbol', 'document'],
|
|
1589
|
-
componentName: 'ShapeDocumentSymbolIcon',
|
|
1590
|
-
package: '@atlaskit/icon-lab/core/shape-document-symbol',
|
|
1591
|
-
type: 'core',
|
|
1592
|
-
replacement: {
|
|
1593
|
-
name: 'diagram-symbol-document',
|
|
1594
|
-
type: 'core',
|
|
1595
|
-
location: '@atlaskit/icon-lab'
|
|
1596
|
-
},
|
|
1597
|
-
categorization: 'single-purpose',
|
|
1598
|
-
usage: 'Reserved for single document diagram symbol.',
|
|
1599
|
-
team: 'Whiteboards',
|
|
1600
|
-
status: 'deprecated'
|
|
1601
|
-
},
|
|
1602
1471
|
'shape-ellipse': {
|
|
1603
1472
|
keywords: ['shape-ellipse', 'shapeellipse', 'icon', 'icon-lab', 'core', 'ellipse', 'circle', 'shape tool'],
|
|
1604
1473
|
componentName: 'ShapeEllipseIcon',
|
|
@@ -1609,111 +1478,6 @@ var metadata = {
|
|
|
1609
1478
|
team: 'Whiteboards',
|
|
1610
1479
|
status: 'published'
|
|
1611
1480
|
},
|
|
1612
|
-
'shape-hard-disk': {
|
|
1613
|
-
keywords: ['shape-hard-disk', 'shapeharddisk', 'icon', 'icon-lab', 'core', 'diagram', 'symbol', 'hard disk', 'hard drive', 'storage'],
|
|
1614
|
-
componentName: 'ShapeHardDiskIcon',
|
|
1615
|
-
package: '@atlaskit/icon-lab/core/shape-hard-disk',
|
|
1616
|
-
type: 'core',
|
|
1617
|
-
replacement: {
|
|
1618
|
-
name: 'diagram-symbol-hard-disk',
|
|
1619
|
-
type: 'core',
|
|
1620
|
-
location: '@atlaskit/icon-lab'
|
|
1621
|
-
},
|
|
1622
|
-
categorization: 'single-purpose',
|
|
1623
|
-
usage: 'Reserved for hard disk diagram symbol.',
|
|
1624
|
-
team: 'Whiteboards',
|
|
1625
|
-
status: 'deprecated'
|
|
1626
|
-
},
|
|
1627
|
-
'shape-internal-storage': {
|
|
1628
|
-
keywords: ['shape-internal-storage', 'shapeinternalstorage', 'icon', 'icon-lab', 'core', 'diagram', 'symbol', 'internal storage'],
|
|
1629
|
-
componentName: 'ShapeInternalStorageIcon',
|
|
1630
|
-
package: '@atlaskit/icon-lab/core/shape-internal-storage',
|
|
1631
|
-
type: 'core',
|
|
1632
|
-
replacement: {
|
|
1633
|
-
name: 'diagram-symbol-internal-storage',
|
|
1634
|
-
type: 'core',
|
|
1635
|
-
location: '@atlaskit/icon-lab'
|
|
1636
|
-
},
|
|
1637
|
-
categorization: 'single-purpose',
|
|
1638
|
-
usage: 'Reserved for internal storage diagram symbol.',
|
|
1639
|
-
team: 'Whiteboards',
|
|
1640
|
-
status: 'deprecated'
|
|
1641
|
-
},
|
|
1642
|
-
'shape-manual-input': {
|
|
1643
|
-
keywords: ['shape-manual-input', 'shapemanualinput', 'icon', 'icon-lab', 'core', 'diagram', 'symbol', 'manual input'],
|
|
1644
|
-
componentName: 'ShapeManualInputIcon',
|
|
1645
|
-
package: '@atlaskit/icon-lab/core/shape-manual-input',
|
|
1646
|
-
type: 'core',
|
|
1647
|
-
replacement: {
|
|
1648
|
-
name: 'diagram-symbol-manual-input',
|
|
1649
|
-
type: 'core',
|
|
1650
|
-
location: '@atlaskit/icon-lab'
|
|
1651
|
-
},
|
|
1652
|
-
categorization: 'single-purpose',
|
|
1653
|
-
usage: 'Reserved for manual input diagram symbol.',
|
|
1654
|
-
team: 'Whiteboards',
|
|
1655
|
-
status: 'deprecated'
|
|
1656
|
-
},
|
|
1657
|
-
'shape-manual-operation-symbol': {
|
|
1658
|
-
keywords: ['shape-manual-operation-symbol', 'shapemanualoperationsymbol', 'icon', 'icon-lab', 'core', 'diagram', 'symbol', 'manual operation'],
|
|
1659
|
-
componentName: 'ShapeManualOperationSymbolIcon',
|
|
1660
|
-
package: '@atlaskit/icon-lab/core/shape-manual-operation-symbol',
|
|
1661
|
-
type: 'core',
|
|
1662
|
-
replacement: {
|
|
1663
|
-
name: 'diagram-symbol-manual-operation',
|
|
1664
|
-
type: 'core',
|
|
1665
|
-
location: '@atlaskit/icon-lab'
|
|
1666
|
-
},
|
|
1667
|
-
categorization: 'single-purpose',
|
|
1668
|
-
usage: 'Reserved for manual operation diagram symbol.',
|
|
1669
|
-
team: 'Whiteboards',
|
|
1670
|
-
status: 'deprecated'
|
|
1671
|
-
},
|
|
1672
|
-
'shape-mindmap': {
|
|
1673
|
-
keywords: ['shape-mindmap', 'shapemindmap', 'icon', 'icon-lab', 'core', 'diagram', 'symbol', 'mind map'],
|
|
1674
|
-
componentName: 'ShapeMindmapIcon',
|
|
1675
|
-
package: '@atlaskit/icon-lab/core/shape-mindmap',
|
|
1676
|
-
type: 'core',
|
|
1677
|
-
replacement: {
|
|
1678
|
-
name: 'diagram-symbol-mind-map',
|
|
1679
|
-
type: 'core',
|
|
1680
|
-
location: '@atlaskit/icon-lab'
|
|
1681
|
-
},
|
|
1682
|
-
categorization: 'single-purpose',
|
|
1683
|
-
usage: 'Reserved for mind map diagram symbol.',
|
|
1684
|
-
team: 'Whiteboards',
|
|
1685
|
-
status: 'deprecated'
|
|
1686
|
-
},
|
|
1687
|
-
'shape-multiple-documents': {
|
|
1688
|
-
keywords: ['shape-multiple-documents', 'shapemultipledocuments', 'icon', 'icon-lab', 'core', 'diagram', 'symbol', 'multiple documents'],
|
|
1689
|
-
componentName: 'ShapeMultipleDocumentsIcon',
|
|
1690
|
-
package: '@atlaskit/icon-lab/core/shape-multiple-documents',
|
|
1691
|
-
type: 'core',
|
|
1692
|
-
replacement: {
|
|
1693
|
-
name: 'diagram-symbol-documents',
|
|
1694
|
-
type: 'core',
|
|
1695
|
-
location: '@atlaskit/icon-lab'
|
|
1696
|
-
},
|
|
1697
|
-
categorization: 'single-purpose',
|
|
1698
|
-
usage: 'Reserved for multiple documents diagram symbol',
|
|
1699
|
-
team: 'Whiteboards',
|
|
1700
|
-
status: 'deprecated'
|
|
1701
|
-
},
|
|
1702
|
-
'shape-off-page': {
|
|
1703
|
-
keywords: ['shape-off-page', 'shapeoffpage', 'icon', 'icon-lab', 'core', 'off-page', 'diagram', 'symbol', 'connector'],
|
|
1704
|
-
componentName: 'ShapeOffPageIcon',
|
|
1705
|
-
package: '@atlaskit/icon-lab/core/shape-off-page',
|
|
1706
|
-
type: 'core',
|
|
1707
|
-
replacement: {
|
|
1708
|
-
name: 'diagram-symbol-connector-off-page',
|
|
1709
|
-
type: 'core',
|
|
1710
|
-
location: '@atlaskit/icon-lab'
|
|
1711
|
-
},
|
|
1712
|
-
categorization: 'single-purpose',
|
|
1713
|
-
usage: 'Reserved for off-page connector diagram symbol.',
|
|
1714
|
-
team: 'Whiteboards',
|
|
1715
|
-
status: 'deprecated'
|
|
1716
|
-
},
|
|
1717
1481
|
'shape-parallelogram-skew-left': {
|
|
1718
1482
|
keywords: ['shape-parallelogram-skew-left', 'shapeparallelogramskewleft', 'icon', 'icon-lab', 'core', 'parallelogram', 'skewed', 'left', 'shape tool'],
|
|
1719
1483
|
componentName: 'ShapeParallelogramSkewLeftIcon',
|
|
@@ -1734,36 +1498,6 @@ var metadata = {
|
|
|
1734
1498
|
team: 'Whiteboards',
|
|
1735
1499
|
status: 'published'
|
|
1736
1500
|
},
|
|
1737
|
-
'shape-predefined-process': {
|
|
1738
|
-
keywords: ['shape-predefined-process', 'shapepredefinedprocess', 'icon', 'icon-lab', 'core', 'diagram', 'symbol', 'predefined process'],
|
|
1739
|
-
componentName: 'ShapePredefinedProcessIcon',
|
|
1740
|
-
package: '@atlaskit/icon-lab/core/shape-predefined-process',
|
|
1741
|
-
type: 'core',
|
|
1742
|
-
replacement: {
|
|
1743
|
-
name: 'diagram-symbol-predefined-process',
|
|
1744
|
-
type: 'core',
|
|
1745
|
-
location: '@atlaskit/icon-lab'
|
|
1746
|
-
},
|
|
1747
|
-
categorization: 'single-purpose',
|
|
1748
|
-
usage: 'Reserved for predefined process diagram symbol.',
|
|
1749
|
-
team: 'Whiteboards',
|
|
1750
|
-
status: 'deprecated'
|
|
1751
|
-
},
|
|
1752
|
-
'shape-preparation-symbol': {
|
|
1753
|
-
keywords: ['shape-preparation-symbol', 'shapepreparationsymbol', 'icon', 'icon-lab', 'core', 'diagram', 'symbol', 'preparation'],
|
|
1754
|
-
componentName: 'ShapePreparationSymbolIcon',
|
|
1755
|
-
package: '@atlaskit/icon-lab/core/shape-preparation-symbol',
|
|
1756
|
-
type: 'core',
|
|
1757
|
-
replacement: {
|
|
1758
|
-
name: 'diagram-symbol-preparation',
|
|
1759
|
-
type: 'core',
|
|
1760
|
-
location: '@atlaskit/icon-lab'
|
|
1761
|
-
},
|
|
1762
|
-
categorization: 'single-purpose',
|
|
1763
|
-
usage: 'Reserved for preparation diagram symbol.',
|
|
1764
|
-
team: 'Whiteboards',
|
|
1765
|
-
status: 'deprecated'
|
|
1766
|
-
},
|
|
1767
1501
|
'shape-rectangle': {
|
|
1768
1502
|
keywords: ['shape-rectangle', 'shaperectangle', 'icon', 'icon-lab', 'core', 'shape tool', 'rectangle', 'square'],
|
|
1769
1503
|
componentName: 'ShapeRectangleIcon',
|
|
@@ -1784,66 +1518,6 @@ var metadata = {
|
|
|
1784
1518
|
team: 'Whiteboards',
|
|
1785
1519
|
status: 'published'
|
|
1786
1520
|
},
|
|
1787
|
-
'shape-start-end': {
|
|
1788
|
-
keywords: ['shape-start-end', 'shapestartend', 'icon', 'icon-lab', 'core', 'diagram', 'symbol', 'terminator', 'terminal', 'start point', 'end point'],
|
|
1789
|
-
componentName: 'ShapeStartEndIcon',
|
|
1790
|
-
package: '@atlaskit/icon-lab/core/shape-start-end',
|
|
1791
|
-
type: 'core',
|
|
1792
|
-
replacement: {
|
|
1793
|
-
name: 'diagram-symbol-terminator',
|
|
1794
|
-
type: 'core',
|
|
1795
|
-
location: '@atlaskit/icon-lab'
|
|
1796
|
-
},
|
|
1797
|
-
categorization: 'single-purpose',
|
|
1798
|
-
usage: 'Reserved for terminator (start or end point) diagram symbol.',
|
|
1799
|
-
team: 'Whiteboards',
|
|
1800
|
-
status: 'deprecated'
|
|
1801
|
-
},
|
|
1802
|
-
'shape-stored-data': {
|
|
1803
|
-
keywords: ['shape-stored-data', 'shapestoreddata', 'icon', 'icon-lab', 'core', 'diagram', 'symbol', 'stored data'],
|
|
1804
|
-
componentName: 'ShapeStoredDataIcon',
|
|
1805
|
-
package: '@atlaskit/icon-lab/core/shape-stored-data',
|
|
1806
|
-
type: 'core',
|
|
1807
|
-
replacement: {
|
|
1808
|
-
name: 'diagram-symbol-stored-data',
|
|
1809
|
-
type: 'core',
|
|
1810
|
-
location: '@atlaskit/icon-lab'
|
|
1811
|
-
},
|
|
1812
|
-
categorization: 'single-purpose',
|
|
1813
|
-
usage: 'Reserved for stored data diagram symbol.',
|
|
1814
|
-
team: 'Whiteboards',
|
|
1815
|
-
status: 'deprecated'
|
|
1816
|
-
},
|
|
1817
|
-
'shape-summing-junction-cross': {
|
|
1818
|
-
keywords: ['shape-summing-junction-cross', 'shapesummingjunctioncross', 'icon', 'icon-lab', 'core', 'diagram', 'symbol', 'summing junction', 'cross'],
|
|
1819
|
-
componentName: 'ShapeSummingJunctionCrossIcon',
|
|
1820
|
-
package: '@atlaskit/icon-lab/core/shape-summing-junction-cross',
|
|
1821
|
-
type: 'core',
|
|
1822
|
-
replacement: {
|
|
1823
|
-
name: 'diagram-symbol-summing-junction',
|
|
1824
|
-
type: 'core',
|
|
1825
|
-
location: '@atlaskit/icon-lab'
|
|
1826
|
-
},
|
|
1827
|
-
categorization: 'single-purpose',
|
|
1828
|
-
usage: 'Reserved for summing junction diagram symbol.',
|
|
1829
|
-
team: 'Whiteboards',
|
|
1830
|
-
status: 'deprecated'
|
|
1831
|
-
},
|
|
1832
|
-
'shape-summing-junction-plus': {
|
|
1833
|
-
keywords: ['shape-summing-junction-plus', 'shapesummingjunctionplus', 'icon', 'icon-lab', 'core', 'diagram', 'symbol', 'or', 'logic'],
|
|
1834
|
-
componentName: 'ShapeSummingJunctionPlusIcon',
|
|
1835
|
-
package: '@atlaskit/icon-lab/core/shape-summing-junction-plus',
|
|
1836
|
-
type: 'core',
|
|
1837
|
-
replacement: {
|
|
1838
|
-
name: 'diagram-symbol-or',
|
|
1839
|
-
type: 'core',
|
|
1840
|
-
location: '@atlaskit/icon-lab'
|
|
1841
|
-
},
|
|
1842
|
-
categorization: 'single-purpose',
|
|
1843
|
-
usage: 'Reserved for or diagram symbol.',
|
|
1844
|
-
team: 'Whiteboards',
|
|
1845
|
-
status: 'deprecated'
|
|
1846
|
-
},
|
|
1847
1521
|
'shape-triangle': {
|
|
1848
1522
|
keywords: ['shape-triangle', 'shapetriangle', 'icon', 'icon-lab', 'core', 'triangle', 'shape tool', 'equilateral'],
|
|
1849
1523
|
componentName: 'ShapeTriangleIcon',
|
|
@@ -1884,22 +1558,6 @@ var metadata = {
|
|
|
1884
1558
|
team: 'Databases',
|
|
1885
1559
|
status: 'published'
|
|
1886
1560
|
},
|
|
1887
|
-
space: {
|
|
1888
|
-
keywords: ['space', 'icon', 'icon-lab', 'core', 'space', 'spaces', 'projects'],
|
|
1889
|
-
componentName: 'SpaceIcon',
|
|
1890
|
-
package: '@atlaskit/icon-lab/core/space',
|
|
1891
|
-
type: 'core',
|
|
1892
|
-
replacement: {
|
|
1893
|
-
name: 'spaces',
|
|
1894
|
-
type: 'core',
|
|
1895
|
-
location: '@atlaskit/icon-lab'
|
|
1896
|
-
},
|
|
1897
|
-
categorization: 'single-purpose',
|
|
1898
|
-
usage: 'Reserved for use for Jira Projects for now. This will replace the Jira rocket. More context: Later, it will eventually replace the Confluence Spaces icon later when Jira Projects -> Jira Spaces. This is a planned phased rollout.',
|
|
1899
|
-
team: 'Jira',
|
|
1900
|
-
status: 'deprecated',
|
|
1901
|
-
slackChannel: '#jira-design-system-figma-libraries'
|
|
1902
|
-
},
|
|
1903
1561
|
spaces: {
|
|
1904
1562
|
keywords: ['spaces', 'icon', 'icon-lab', 'core', 'space', 'spaces', 'projects'],
|
|
1905
1563
|
componentName: 'SpacesIcon',
|
|
@@ -1911,21 +1569,6 @@ var metadata = {
|
|
|
1911
1569
|
status: 'published',
|
|
1912
1570
|
slackChannel: '#jira-design-system-figma-libraries'
|
|
1913
1571
|
},
|
|
1914
|
-
speedometer: {
|
|
1915
|
-
keywords: ['speedometer', 'icon', 'icon-lab', 'core', 'speed', 'performance', 'dial', 'fast'],
|
|
1916
|
-
componentName: 'SpeedometerIcon',
|
|
1917
|
-
package: '@atlaskit/icon-lab/core/speedometer',
|
|
1918
|
-
type: 'core',
|
|
1919
|
-
replacement: {
|
|
1920
|
-
name: 'speedometer-right',
|
|
1921
|
-
type: 'core',
|
|
1922
|
-
location: '@atlaskit/icon-lab'
|
|
1923
|
-
},
|
|
1924
|
-
categorization: 'multi-purpose',
|
|
1925
|
-
usage: 'Known uses: video is set to a faster playback speed',
|
|
1926
|
-
team: 'Loom',
|
|
1927
|
-
status: 'deprecated'
|
|
1928
|
-
},
|
|
1929
1572
|
'speedometer-left': {
|
|
1930
1573
|
keywords: ['speedometer-left', 'speedometerleft', 'icon', 'icon-lab', 'core', 'speed', 'performance', 'dial', 'slow'],
|
|
1931
1574
|
componentName: 'SpeedometerLeftIcon',
|