@atlaskit/icon 25.6.0 → 25.7.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 +14 -0
- package/afm-passionfruit/tsconfig.json +27 -0
- package/core/attachment.js +2 -2
- package/core/cash.js +2 -2
- package/core/check-circle.js +2 -2
- package/core/child-work-items.d.ts +13 -0
- package/core/child-work-items.js +28 -0
- package/core/clock.js +2 -2
- package/core/defect.js +2 -2
- package/core/devices.js +2 -2
- package/core/exclamation-square.js +2 -2
- package/core/list-checklist.js +2 -2
- package/core/migration/attachment--editor-attachment.js +2 -2
- package/core/migration/attachment.js +2 -2
- package/core/migration/check-circle--check-circle-outline.js +2 -2
- package/core/migration/check-circle--emoji-productivity.js +2 -2
- package/core/migration/check-circle.js +2 -2
- package/core/migration/clock--editor-recent.js +2 -2
- package/core/migration/clock--emoji-frequent.js +2 -2
- package/core/migration/clock--recent.js +2 -2
- package/core/migration/plus-square--issue-raise.js +2 -2
- package/core/migration/subtasks--subtask.js +2 -2
- package/core/minus-square.js +2 -2
- package/core/pen.js +2 -2
- package/core/pin-filled.js +2 -2
- package/core/pin.js +2 -2
- package/core/plus-square.js +2 -2
- package/core/priority-blocker.js +2 -2
- package/core/priority-critical.js +2 -2
- package/core/priority-high.js +2 -2
- package/core/priority-highest.js +2 -2
- package/core/priority-low.js +2 -2
- package/core/priority-lowest.js +2 -2
- package/core/priority-major.js +2 -2
- package/core/priority-medium.js +2 -2
- package/core/priority-minor.js +2 -2
- package/core/priority-trivial.js +2 -2
- package/core/problem.js +2 -2
- package/core/story.js +2 -2
- package/core/subtasks.js +2 -2
- package/core/tools.js +2 -2
- package/core/work-item.js +2 -2
- package/dist/cjs/components/icon.js +1 -5
- package/dist/cjs/metadata-core.js +64 -54
- package/dist/cjs/metadata-utility.js +3 -3
- package/dist/es2019/components/icon.js +1 -5
- package/dist/es2019/metadata-core.js +64 -54
- package/dist/es2019/metadata-utility.js +3 -3
- package/dist/esm/components/icon.js +1 -5
- package/dist/esm/metadata-core.js +64 -54
- package/dist/esm/metadata-utility.js +3 -3
- package/dist/types/metadata-core.d.ts +1 -1
- package/dist/types/metadata-utility.d.ts +1 -1
- package/dist/types-ts4.5/metadata-core.d.ts +1 -1
- package/dist/types-ts4.5/metadata-utility.d.ts +1 -1
- package/package.json +12 -12
- package/svgs/core/child-work-items.svg +1 -0
package/core/priority-medium.js
CHANGED
|
@@ -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::b9d1a56bb42a6866e602baee1d9fc883>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -16,7 +16,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
|
|
|
16
16
|
* Icon: "PriorityMedium".
|
|
17
17
|
* Category: single-purpose
|
|
18
18
|
* Location: @atlaskit/icon
|
|
19
|
-
* Usage guidance:
|
|
19
|
+
* Usage guidance: Reserved for medium work type priority.
|
|
20
20
|
* - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
|
|
21
21
|
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
22
22
|
*/
|
package/core/priority-minor.js
CHANGED
|
@@ -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::7c4056a5be1af2017b127dafdff042d3>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -16,7 +16,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
|
|
|
16
16
|
* Icon: "PriorityMinor".
|
|
17
17
|
* Category: single-purpose
|
|
18
18
|
* Location: @atlaskit/icon
|
|
19
|
-
* Usage guidance:
|
|
19
|
+
* Usage guidance: Reserved for minor work type priority.
|
|
20
20
|
* - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
|
|
21
21
|
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
22
22
|
*/
|
package/core/priority-trivial.js
CHANGED
|
@@ -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::881360c69af3bca400e43d0745d7175b>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -16,7 +16,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
|
|
|
16
16
|
* Icon: "PriorityTrivial".
|
|
17
17
|
* Category: single-purpose
|
|
18
18
|
* Location: @atlaskit/icon
|
|
19
|
-
* Usage guidance:
|
|
19
|
+
* Usage guidance: Reserved for trivial work type priority.
|
|
20
20
|
* - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
|
|
21
21
|
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
22
22
|
*/
|
package/core/problem.js
CHANGED
|
@@ -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::4b0e283b3a840bc3b4c203e922f72a6c>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -16,7 +16,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
|
|
|
16
16
|
* Icon: "Problem".
|
|
17
17
|
* Category: single-purpose
|
|
18
18
|
* Location: @atlaskit/icon
|
|
19
|
-
* Usage guidance:
|
|
19
|
+
* Usage guidance: Reserved for problem work type priority.
|
|
20
20
|
* - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
|
|
21
21
|
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
22
22
|
*/
|
package/core/story.js
CHANGED
|
@@ -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::28e772f8cdb6f760a3c2951e84821a14>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -16,7 +16,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
|
|
|
16
16
|
* Icon: "Story".
|
|
17
17
|
* Category: single-purpose
|
|
18
18
|
* Location: @atlaskit/icon
|
|
19
|
-
* Usage guidance:
|
|
19
|
+
* Usage guidance: Reserved for story work type.
|
|
20
20
|
* - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
|
|
21
21
|
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
22
22
|
*/
|
package/core/subtasks.js
CHANGED
|
@@ -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::b31b4268eb35fd0d014247794d0ca202>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -16,7 +16,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
|
|
|
16
16
|
* Icon: "Subtasks".
|
|
17
17
|
* Category: single-purpose
|
|
18
18
|
* Location: @atlaskit/icon
|
|
19
|
-
* Usage guidance:
|
|
19
|
+
* Usage guidance: Reserved for subtask work type.
|
|
20
20
|
* - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
|
|
21
21
|
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
22
22
|
*/
|
package/core/tools.js
CHANGED
|
@@ -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::fd193d6db8f1ff9d9d5b933f93f1e56e>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -16,7 +16,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
|
|
|
16
16
|
* Icon: "Tools".
|
|
17
17
|
* Category: multi-purpose
|
|
18
18
|
* Location: @atlaskit/icon
|
|
19
|
-
* Usage guidance:
|
|
19
|
+
* Usage guidance: Known usages: 'Service request' Jira work type.
|
|
20
20
|
* - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
|
|
21
21
|
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
22
22
|
*/
|
package/core/work-item.js
CHANGED
|
@@ -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::26ba74a55619bd4b134c4c0c504c8b64>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -16,7 +16,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
|
|
|
16
16
|
* Icon: "WorkItem".
|
|
17
17
|
* Category: single-purpose
|
|
18
18
|
* Location: @atlaskit/icon
|
|
19
|
-
* Usage guidance: Reserved for
|
|
19
|
+
* Usage guidance: Reserved for work items.
|
|
20
20
|
* - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
|
|
21
21
|
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
22
22
|
*/
|
|
@@ -109,16 +109,12 @@ var Icon = exports.Icon = /*#__PURE__*/(0, _react.memo)(function Icon(props) {
|
|
|
109
109
|
"data-vc": "icon-".concat(testId),
|
|
110
110
|
role: label ? 'img' : undefined,
|
|
111
111
|
"aria-label": label ? label : undefined,
|
|
112
|
-
"aria-hidden": label ? undefined : true
|
|
113
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop -- Ignored via go/DSP-18766
|
|
114
|
-
,
|
|
112
|
+
"aria-hidden": label ? undefined : true,
|
|
115
113
|
style: {
|
|
116
114
|
'--icon-primary-color': primaryColor,
|
|
117
115
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
|
|
118
116
|
'--icon-secondary-color': secondaryColor || (0, _utils.getBackground)(),
|
|
119
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
|
|
120
117
|
margin: UNSAFE_margin
|
|
121
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
|
|
122
118
|
}
|
|
123
119
|
}, glyphProps, {
|
|
124
120
|
css: [iconStyles, baseHcmStyles, primaryColor === secondaryColor && primaryEqualsSecondaryHcmStyles, secondaryColor === 'transparent' && secondaryTransparentHcmStyles,
|
|
@@ -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::74e48f82d18722adc91c77fffafd647c>>
|
|
13
13
|
* @codegenCommand yarn build:icon-glyphs
|
|
14
14
|
*/
|
|
15
15
|
|
|
@@ -371,13 +371,13 @@ var metadata = {
|
|
|
371
371
|
status: 'published'
|
|
372
372
|
},
|
|
373
373
|
attachment: {
|
|
374
|
-
keywords: ['attachment', 'paperclip', 'icon', 'core', 'paperclip', 'attach'],
|
|
374
|
+
keywords: ['attachment', 'paperclip', 'icon', 'core', 'paperclip', 'attach', 'attachment'],
|
|
375
375
|
componentName: 'AttachmentIcon',
|
|
376
376
|
package: '@atlaskit/icon/core/attachment',
|
|
377
377
|
oldName: ['attachment', 'editor/attachment'],
|
|
378
378
|
type: 'core',
|
|
379
379
|
categorization: 'single-purpose',
|
|
380
|
-
usage: '
|
|
380
|
+
usage: 'Reserved for attaching files to work types or other objects.',
|
|
381
381
|
team: 'Design System Team',
|
|
382
382
|
status: 'published'
|
|
383
383
|
},
|
|
@@ -601,14 +601,14 @@ var metadata = {
|
|
|
601
601
|
status: 'published'
|
|
602
602
|
},
|
|
603
603
|
cash: {
|
|
604
|
-
keywords: ['cash', 'icon', 'core', 'currency', 'money', 'cash', 'dollar', 'bill'],
|
|
604
|
+
keywords: ['cash', 'icon', 'core', 'currency', 'money', 'cash', 'dollar', 'bill', 'work type'],
|
|
605
605
|
componentName: 'CashIcon',
|
|
606
606
|
package: '@atlaskit/icon/core/cash',
|
|
607
607
|
type: 'core',
|
|
608
608
|
categorization: 'multi-purpose',
|
|
609
|
-
usage: "
|
|
609
|
+
usage: "Known usages: 'Sales' work type.",
|
|
610
610
|
team: 'Design System Team',
|
|
611
|
-
status: '
|
|
611
|
+
status: 'modified'
|
|
612
612
|
},
|
|
613
613
|
changes: {
|
|
614
614
|
keywords: ['changes', 'icon', 'core', 'jira status', 'horizontal arrows'],
|
|
@@ -679,7 +679,7 @@ var metadata = {
|
|
|
679
679
|
oldName: ['check-circle', 'check-circle-outline', 'emoji/productivity'],
|
|
680
680
|
type: 'core',
|
|
681
681
|
categorization: 'multi-purpose',
|
|
682
|
-
usage: '
|
|
682
|
+
usage: 'Known uses: completed items, productivity emoji category. Completed task work type in JSM Calendar view.',
|
|
683
683
|
team: 'Design System Team',
|
|
684
684
|
status: 'published'
|
|
685
685
|
},
|
|
@@ -737,6 +737,16 @@ var metadata = {
|
|
|
737
737
|
team: 'Design System Team',
|
|
738
738
|
status: 'published'
|
|
739
739
|
},
|
|
740
|
+
'child-work-items': {
|
|
741
|
+
keywords: ['child-work-items', 'childworkitems', 'icon', 'core', 'children', 'child', 'related', 'work items'],
|
|
742
|
+
componentName: 'ChildWorkItemsIcon',
|
|
743
|
+
package: '@atlaskit/icon/core/child-work-items',
|
|
744
|
+
type: 'core',
|
|
745
|
+
categorization: 'single-purpose',
|
|
746
|
+
usage: 'Reserved for child work items.',
|
|
747
|
+
team: 'Design System Team',
|
|
748
|
+
status: 'published'
|
|
749
|
+
},
|
|
740
750
|
clipboard: {
|
|
741
751
|
keywords: ['clipboard', 'icon', 'core', 'clipboard', 'paste'],
|
|
742
752
|
componentName: 'ClipboardIcon',
|
|
@@ -754,7 +764,7 @@ var metadata = {
|
|
|
754
764
|
oldName: ['editor/recent', 'emoji/frequent', 'recent'],
|
|
755
765
|
type: 'core',
|
|
756
766
|
categorization: 'multi-purpose',
|
|
757
|
-
usage: '
|
|
767
|
+
usage: 'Known uses: recent, time input, sprint time remaining, overdue task work type status.',
|
|
758
768
|
team: 'Design System Team',
|
|
759
769
|
status: 'published'
|
|
760
770
|
},
|
|
@@ -1064,12 +1074,12 @@ var metadata = {
|
|
|
1064
1074
|
status: 'published'
|
|
1065
1075
|
},
|
|
1066
1076
|
defect: {
|
|
1067
|
-
keywords: ['defect', 'icon', 'core', '
|
|
1077
|
+
keywords: ['defect', 'icon', 'core', 'defect', 'fragile', 'cracked', 'work type'],
|
|
1068
1078
|
componentName: 'DefectIcon',
|
|
1069
1079
|
package: '@atlaskit/icon/core/defect',
|
|
1070
1080
|
type: 'core',
|
|
1071
1081
|
categorization: 'single-purpose',
|
|
1072
|
-
usage: '
|
|
1082
|
+
usage: 'Reserved for defect work type.',
|
|
1073
1083
|
team: 'Design System Team',
|
|
1074
1084
|
status: 'published'
|
|
1075
1085
|
},
|
|
@@ -1107,12 +1117,12 @@ var metadata = {
|
|
|
1107
1117
|
status: 'published'
|
|
1108
1118
|
},
|
|
1109
1119
|
devices: {
|
|
1110
|
-
keywords: ['devices', 'icon', 'core', 'devices', 'assets', 'laptop', 'phone', 'hardware'],
|
|
1120
|
+
keywords: ['devices', 'icon', 'core', 'devices', 'assets', 'laptop', 'phone', 'hardware', 'work type'],
|
|
1111
1121
|
componentName: 'DevicesIcon',
|
|
1112
1122
|
package: '@atlaskit/icon/core/devices',
|
|
1113
1123
|
type: 'core',
|
|
1114
1124
|
categorization: 'multi-purpose',
|
|
1115
|
-
usage: "
|
|
1125
|
+
usage: "Known usages: 'Asset' work type.",
|
|
1116
1126
|
team: 'Design System Team',
|
|
1117
1127
|
status: 'published'
|
|
1118
1128
|
},
|
|
@@ -1304,12 +1314,12 @@ var metadata = {
|
|
|
1304
1314
|
status: 'published'
|
|
1305
1315
|
},
|
|
1306
1316
|
'exclamation-square': {
|
|
1307
|
-
keywords: ['exclamation-square', 'exclamationsquare', 'icon', 'core', '!', '
|
|
1317
|
+
keywords: ['exclamation-square', 'exclamationsquare', 'icon', 'core', '!', 'exclaim', 'square', 'work type'],
|
|
1308
1318
|
componentName: 'ExclamationSquareIcon',
|
|
1309
1319
|
package: '@atlaskit/icon/core/exclamation-square',
|
|
1310
1320
|
type: 'core',
|
|
1311
1321
|
categorization: 'multi-purpose',
|
|
1312
|
-
usage: 'Known uses: Exclamation
|
|
1322
|
+
usage: 'Known uses: Exclamation work type.',
|
|
1313
1323
|
team: 'Design System Team',
|
|
1314
1324
|
status: 'published',
|
|
1315
1325
|
slackChannel: '#icon-contributions'
|
|
@@ -1941,12 +1951,12 @@ var metadata = {
|
|
|
1941
1951
|
status: 'published'
|
|
1942
1952
|
},
|
|
1943
1953
|
'list-checklist': {
|
|
1944
|
-
keywords: ['list-checklist', 'listchecklist', 'icon', 'core', 'list', 'check mark', 'to-do', 'requirements'],
|
|
1954
|
+
keywords: ['list-checklist', 'listchecklist', 'icon', 'core', 'list', 'check mark', 'to-do', 'requirements', 'checklist', 'work type'],
|
|
1945
1955
|
componentName: 'ListChecklistIcon',
|
|
1946
1956
|
package: '@atlaskit/icon/core/list-checklist',
|
|
1947
1957
|
type: 'core',
|
|
1948
1958
|
categorization: 'multi-purpose',
|
|
1949
|
-
usage: "
|
|
1959
|
+
usage: "Known usages: Checklist, 'Requirement' work type.",
|
|
1950
1960
|
team: 'Design System Team',
|
|
1951
1961
|
status: 'published'
|
|
1952
1962
|
},
|
|
@@ -2155,12 +2165,12 @@ var metadata = {
|
|
|
2155
2165
|
status: 'published'
|
|
2156
2166
|
},
|
|
2157
2167
|
'minus-square': {
|
|
2158
|
-
keywords: ['minus-square', 'minussquare', 'icon', 'core', 'square', 'minus', 'subtract'],
|
|
2168
|
+
keywords: ['minus-square', 'minussquare', 'icon', 'core', 'square', 'minus', 'subtract', 'work type'],
|
|
2159
2169
|
componentName: 'MinusSquareIcon',
|
|
2160
2170
|
package: '@atlaskit/icon/core/minus-square',
|
|
2161
2171
|
type: 'core',
|
|
2162
2172
|
categorization: 'multi-purpose',
|
|
2163
|
-
usage: "
|
|
2173
|
+
usage: "Known usages: 'Remove feature' work type.",
|
|
2164
2174
|
team: 'Design System Team',
|
|
2165
2175
|
status: 'published'
|
|
2166
2176
|
},
|
|
@@ -2291,12 +2301,12 @@ var metadata = {
|
|
|
2291
2301
|
status: 'published'
|
|
2292
2302
|
},
|
|
2293
2303
|
pen: {
|
|
2294
|
-
keywords: ['pen', 'icon', 'core', 'pen tool', 'nib', 'fountain pen', 'design'],
|
|
2304
|
+
keywords: ['pen', 'icon', 'core', 'pen tool', 'nib', 'fountain pen', 'design', 'work type'],
|
|
2295
2305
|
componentName: 'PenIcon',
|
|
2296
2306
|
package: '@atlaskit/icon/core/pen',
|
|
2297
2307
|
type: 'core',
|
|
2298
2308
|
categorization: 'multi-purpose',
|
|
2299
|
-
usage: "
|
|
2309
|
+
usage: "Known usages: 'Design task' work type.",
|
|
2300
2310
|
team: 'Design System Team',
|
|
2301
2311
|
status: 'published'
|
|
2302
2312
|
},
|
|
@@ -2403,7 +2413,7 @@ var metadata = {
|
|
|
2403
2413
|
package: '@atlaskit/icon/core/pin',
|
|
2404
2414
|
type: 'core',
|
|
2405
2415
|
categorization: 'multi-purpose',
|
|
2406
|
-
usage: '
|
|
2416
|
+
usage: 'Known uses: unpinned fields.',
|
|
2407
2417
|
team: 'Design System Team',
|
|
2408
2418
|
status: 'published'
|
|
2409
2419
|
},
|
|
@@ -2413,18 +2423,18 @@ var metadata = {
|
|
|
2413
2423
|
package: '@atlaskit/icon/core/pin-filled',
|
|
2414
2424
|
type: 'core',
|
|
2415
2425
|
categorization: 'multi-purpose',
|
|
2416
|
-
usage: '
|
|
2426
|
+
usage: 'Known uses: pinned fields.',
|
|
2417
2427
|
team: 'Design System Team',
|
|
2418
2428
|
status: 'published'
|
|
2419
2429
|
},
|
|
2420
2430
|
'plus-square': {
|
|
2421
|
-
keywords: ['plus-square', 'plussquare', 'icon', 'core', 'square', 'plus', 'add'],
|
|
2431
|
+
keywords: ['plus-square', 'plussquare', 'icon', 'core', 'square', 'plus', 'add', 'work type'],
|
|
2422
2432
|
componentName: 'PlusSquareIcon',
|
|
2423
2433
|
package: '@atlaskit/icon/core/plus-square',
|
|
2424
2434
|
oldName: ['issue-raise'],
|
|
2425
2435
|
type: 'core',
|
|
2426
2436
|
categorization: 'multi-purpose',
|
|
2427
|
-
usage: "
|
|
2437
|
+
usage: "Known usages: 'New feature' work type.",
|
|
2428
2438
|
team: 'Design System Team',
|
|
2429
2439
|
status: 'published'
|
|
2430
2440
|
},
|
|
@@ -2470,112 +2480,112 @@ var metadata = {
|
|
|
2470
2480
|
status: 'published'
|
|
2471
2481
|
},
|
|
2472
2482
|
'priority-blocker': {
|
|
2473
|
-
keywords: ['priority-blocker', 'priorityblocker', 'icon', 'core', 'blocked', 'showstopper', '
|
|
2483
|
+
keywords: ['priority-blocker', 'priorityblocker', 'icon', 'core', 'blocked', 'showstopper', 'work type status'],
|
|
2474
2484
|
componentName: 'PriorityBlockerIcon',
|
|
2475
2485
|
package: '@atlaskit/icon/core/priority-blocker',
|
|
2476
2486
|
type: 'core',
|
|
2477
2487
|
categorization: 'single-purpose',
|
|
2478
|
-
usage: '
|
|
2488
|
+
usage: 'Reserved for blocker work type priority.',
|
|
2479
2489
|
team: 'Design System Team',
|
|
2480
2490
|
status: 'published'
|
|
2481
2491
|
},
|
|
2482
2492
|
'priority-critical': {
|
|
2483
|
-
keywords: ['priority-critical', 'prioritycritical', 'icon', 'core', '
|
|
2493
|
+
keywords: ['priority-critical', 'prioritycritical', 'icon', 'core', 'priority', 'work type status'],
|
|
2484
2494
|
componentName: 'PriorityCriticalIcon',
|
|
2485
2495
|
package: '@atlaskit/icon/core/priority-critical',
|
|
2486
2496
|
type: 'core',
|
|
2487
2497
|
categorization: 'single-purpose',
|
|
2488
|
-
usage: '
|
|
2498
|
+
usage: 'Reserved for critical work type priority.',
|
|
2489
2499
|
team: 'Design System Team',
|
|
2490
2500
|
status: 'published'
|
|
2491
2501
|
},
|
|
2492
2502
|
'priority-high': {
|
|
2493
|
-
keywords: ['priority-high', 'priorityhigh', 'icon', 'core', '
|
|
2503
|
+
keywords: ['priority-high', 'priorityhigh', 'icon', 'core', 'priority', 'work type status'],
|
|
2494
2504
|
componentName: 'PriorityHighIcon',
|
|
2495
2505
|
package: '@atlaskit/icon/core/priority-high',
|
|
2496
2506
|
type: 'core',
|
|
2497
2507
|
categorization: 'single-purpose',
|
|
2498
|
-
usage: '
|
|
2508
|
+
usage: 'Reserved for high work type priority.',
|
|
2499
2509
|
team: 'Design System Team',
|
|
2500
2510
|
status: 'published'
|
|
2501
2511
|
},
|
|
2502
2512
|
'priority-highest': {
|
|
2503
|
-
keywords: ['priority-highest', 'priorityhighest', 'icon', 'core', '
|
|
2513
|
+
keywords: ['priority-highest', 'priorityhighest', 'icon', 'core', 'priority', 'work type status'],
|
|
2504
2514
|
componentName: 'PriorityHighestIcon',
|
|
2505
2515
|
package: '@atlaskit/icon/core/priority-highest',
|
|
2506
2516
|
type: 'core',
|
|
2507
2517
|
categorization: 'single-purpose',
|
|
2508
|
-
usage: '
|
|
2518
|
+
usage: 'Reserved for highest work type priority.',
|
|
2509
2519
|
team: 'Design System Team',
|
|
2510
2520
|
status: 'published'
|
|
2511
2521
|
},
|
|
2512
2522
|
'priority-low': {
|
|
2513
|
-
keywords: ['priority-low', 'prioritylow', 'icon', 'core', '
|
|
2523
|
+
keywords: ['priority-low', 'prioritylow', 'icon', 'core', 'priority', 'work type status'],
|
|
2514
2524
|
componentName: 'PriorityLowIcon',
|
|
2515
2525
|
package: '@atlaskit/icon/core/priority-low',
|
|
2516
2526
|
type: 'core',
|
|
2517
2527
|
categorization: 'single-purpose',
|
|
2518
|
-
usage: '
|
|
2528
|
+
usage: 'Reserved for low work type priority.',
|
|
2519
2529
|
team: 'Design System Team',
|
|
2520
2530
|
status: 'published'
|
|
2521
2531
|
},
|
|
2522
2532
|
'priority-lowest': {
|
|
2523
|
-
keywords: ['priority-lowest', 'prioritylowest', 'icon', 'core', '
|
|
2533
|
+
keywords: ['priority-lowest', 'prioritylowest', 'icon', 'core', 'priority', 'work type status'],
|
|
2524
2534
|
componentName: 'PriorityLowestIcon',
|
|
2525
2535
|
package: '@atlaskit/icon/core/priority-lowest',
|
|
2526
2536
|
type: 'core',
|
|
2527
2537
|
categorization: 'single-purpose',
|
|
2528
|
-
usage: '
|
|
2538
|
+
usage: 'Reserved for lowest work type priority.',
|
|
2529
2539
|
team: 'Design System Team',
|
|
2530
2540
|
status: 'published'
|
|
2531
2541
|
},
|
|
2532
2542
|
'priority-major': {
|
|
2533
|
-
keywords: ['priority-major', 'prioritymajor', 'icon', 'core', '
|
|
2543
|
+
keywords: ['priority-major', 'prioritymajor', 'icon', 'core', 'priority', 'work type status'],
|
|
2534
2544
|
componentName: 'PriorityMajorIcon',
|
|
2535
2545
|
package: '@atlaskit/icon/core/priority-major',
|
|
2536
2546
|
type: 'core',
|
|
2537
2547
|
categorization: 'single-purpose',
|
|
2538
|
-
usage: '
|
|
2548
|
+
usage: 'Reserved for major work type priority.',
|
|
2539
2549
|
team: 'Design System Team',
|
|
2540
2550
|
status: 'published'
|
|
2541
2551
|
},
|
|
2542
2552
|
'priority-medium': {
|
|
2543
|
-
keywords: ['priority-medium', 'prioritymedium', 'icon', 'core', '
|
|
2553
|
+
keywords: ['priority-medium', 'prioritymedium', 'icon', 'core', 'priority', 'work type status'],
|
|
2544
2554
|
componentName: 'PriorityMediumIcon',
|
|
2545
2555
|
package: '@atlaskit/icon/core/priority-medium',
|
|
2546
2556
|
type: 'core',
|
|
2547
2557
|
categorization: 'single-purpose',
|
|
2548
|
-
usage: '
|
|
2558
|
+
usage: 'Reserved for medium work type priority.',
|
|
2549
2559
|
team: 'Design System Team',
|
|
2550
2560
|
status: 'published'
|
|
2551
2561
|
},
|
|
2552
2562
|
'priority-minor': {
|
|
2553
|
-
keywords: ['priority-minor', 'priorityminor', 'icon', 'core', '
|
|
2563
|
+
keywords: ['priority-minor', 'priorityminor', 'icon', 'core', 'priority', 'work type status'],
|
|
2554
2564
|
componentName: 'PriorityMinorIcon',
|
|
2555
2565
|
package: '@atlaskit/icon/core/priority-minor',
|
|
2556
2566
|
type: 'core',
|
|
2557
2567
|
categorization: 'single-purpose',
|
|
2558
|
-
usage: '
|
|
2568
|
+
usage: 'Reserved for minor work type priority.',
|
|
2559
2569
|
team: 'Design System Team',
|
|
2560
2570
|
status: 'published'
|
|
2561
2571
|
},
|
|
2562
2572
|
'priority-trivial': {
|
|
2563
|
-
keywords: ['priority-trivial', 'prioritytrivial', 'icon', 'core', '
|
|
2573
|
+
keywords: ['priority-trivial', 'prioritytrivial', 'icon', 'core', 'priority', 'work type status'],
|
|
2564
2574
|
componentName: 'PriorityTrivialIcon',
|
|
2565
2575
|
package: '@atlaskit/icon/core/priority-trivial',
|
|
2566
2576
|
type: 'core',
|
|
2567
2577
|
categorization: 'single-purpose',
|
|
2568
|
-
usage: '
|
|
2578
|
+
usage: 'Reserved for trivial work type priority.',
|
|
2569
2579
|
team: 'Design System Team',
|
|
2570
2580
|
status: 'published'
|
|
2571
2581
|
},
|
|
2572
2582
|
problem: {
|
|
2573
|
-
keywords: ['problem', 'icon', 'core', 'stop', '
|
|
2583
|
+
keywords: ['problem', 'icon', 'core', 'stop', 'priority', 'work type status'],
|
|
2574
2584
|
componentName: 'ProblemIcon',
|
|
2575
2585
|
package: '@atlaskit/icon/core/problem',
|
|
2576
2586
|
type: 'core',
|
|
2577
2587
|
categorization: 'single-purpose',
|
|
2578
|
-
usage: '
|
|
2588
|
+
usage: 'Reserved for problem work type priority.',
|
|
2579
2589
|
team: 'Design System Team',
|
|
2580
2590
|
status: 'published'
|
|
2581
2591
|
},
|
|
@@ -3107,12 +3117,12 @@ var metadata = {
|
|
|
3107
3117
|
status: 'published'
|
|
3108
3118
|
},
|
|
3109
3119
|
story: {
|
|
3110
|
-
keywords: ['story', 'icon', 'core', 'bookmark', '
|
|
3120
|
+
keywords: ['story', 'icon', 'core', 'bookmark', 'work type'],
|
|
3111
3121
|
componentName: 'StoryIcon',
|
|
3112
3122
|
package: '@atlaskit/icon/core/story',
|
|
3113
3123
|
type: 'core',
|
|
3114
3124
|
categorization: 'single-purpose',
|
|
3115
|
-
usage: '
|
|
3125
|
+
usage: 'Reserved for story work type.',
|
|
3116
3126
|
team: 'Design System Team',
|
|
3117
3127
|
status: 'published'
|
|
3118
3128
|
},
|
|
@@ -3158,13 +3168,13 @@ var metadata = {
|
|
|
3158
3168
|
status: 'published'
|
|
3159
3169
|
},
|
|
3160
3170
|
subtasks: {
|
|
3161
|
-
keywords: ['subtasks', 'icon', 'core', '
|
|
3171
|
+
keywords: ['subtasks', 'icon', 'core', 'todo', 'checklist', 'work type'],
|
|
3162
3172
|
componentName: 'SubtasksIcon',
|
|
3163
3173
|
package: '@atlaskit/icon/core/subtasks',
|
|
3164
3174
|
oldName: ['subtask'],
|
|
3165
3175
|
type: 'core',
|
|
3166
3176
|
categorization: 'single-purpose',
|
|
3167
|
-
usage: '
|
|
3177
|
+
usage: 'Reserved for subtask work type.',
|
|
3168
3178
|
team: 'Design System Team',
|
|
3169
3179
|
status: 'published'
|
|
3170
3180
|
},
|
|
@@ -3599,7 +3609,7 @@ var metadata = {
|
|
|
3599
3609
|
package: '@atlaskit/icon/core/tools',
|
|
3600
3610
|
type: 'core',
|
|
3601
3611
|
categorization: 'multi-purpose',
|
|
3602
|
-
usage: "
|
|
3612
|
+
usage: "Known usages: 'Service request' Jira work type.",
|
|
3603
3613
|
team: 'Design System Team',
|
|
3604
3614
|
status: 'published'
|
|
3605
3615
|
},
|
|
@@ -3875,17 +3885,17 @@ var metadata = {
|
|
|
3875
3885
|
status: 'published'
|
|
3876
3886
|
},
|
|
3877
3887
|
'work-item': {
|
|
3878
|
-
keywords: ['work-item', 'workitem', 'icon', 'core', '
|
|
3888
|
+
keywords: ['work-item', 'workitem', 'icon', 'core', 'check mark', 'tick', 'work item', 'work type'],
|
|
3879
3889
|
componentName: 'WorkItemIcon',
|
|
3880
3890
|
package: '@atlaskit/icon/core/work-item',
|
|
3881
3891
|
type: 'core',
|
|
3882
3892
|
categorization: 'single-purpose',
|
|
3883
|
-
usage: 'Reserved for
|
|
3893
|
+
usage: 'Reserved for work items.',
|
|
3884
3894
|
team: 'Design System Team',
|
|
3885
3895
|
status: 'published'
|
|
3886
3896
|
},
|
|
3887
3897
|
'work-items': {
|
|
3888
|
-
keywords: ['work-items', 'workitems', 'icon', 'core', '
|
|
3898
|
+
keywords: ['work-items', 'workitems', 'icon', 'core', 'check mark', 'tick', 'work items', 'work type'],
|
|
3889
3899
|
componentName: 'WorkItemsIcon',
|
|
3890
3900
|
package: '@atlaskit/icon/core/work-items',
|
|
3891
3901
|
type: 'core',
|
|
@@ -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::0a9bbc9e058d3b90ee6b8b82cf2f9830>>
|
|
13
13
|
* @codegenCommand yarn build:icon-glyphs
|
|
14
14
|
*/
|
|
15
15
|
|
|
@@ -99,7 +99,7 @@ var metadata = {
|
|
|
99
99
|
categorization: 'utility',
|
|
100
100
|
usage: 'Reserved for calendar year button.',
|
|
101
101
|
team: 'Design System Team',
|
|
102
|
-
status: '
|
|
102
|
+
status: 'published',
|
|
103
103
|
slackChannel: '#help-design-system'
|
|
104
104
|
},
|
|
105
105
|
'chevron-double-right': {
|
|
@@ -110,7 +110,7 @@ var metadata = {
|
|
|
110
110
|
categorization: 'utility',
|
|
111
111
|
usage: 'Reserved for calendar year button.',
|
|
112
112
|
team: 'Design System Team',
|
|
113
|
-
status: '
|
|
113
|
+
status: 'published',
|
|
114
114
|
slackChannel: '#help-design-system'
|
|
115
115
|
},
|
|
116
116
|
'chevron-down': {
|
|
@@ -105,16 +105,12 @@ export const Icon = /*#__PURE__*/memo(function Icon(props) {
|
|
|
105
105
|
"data-vc": `icon-${testId}`,
|
|
106
106
|
role: label ? 'img' : undefined,
|
|
107
107
|
"aria-label": label ? label : undefined,
|
|
108
|
-
"aria-hidden": label ? undefined : true
|
|
109
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop -- Ignored via go/DSP-18766
|
|
110
|
-
,
|
|
108
|
+
"aria-hidden": label ? undefined : true,
|
|
111
109
|
style: {
|
|
112
110
|
'--icon-primary-color': primaryColor,
|
|
113
111
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
|
|
114
112
|
'--icon-secondary-color': secondaryColor || getBackground(),
|
|
115
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
|
|
116
113
|
margin: UNSAFE_margin
|
|
117
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
|
|
118
114
|
}
|
|
119
115
|
}, glyphProps, {
|
|
120
116
|
css: [iconStyles, baseHcmStyles, primaryColor === secondaryColor && primaryEqualsSecondaryHcmStyles, secondaryColor === 'transparent' && secondaryTransparentHcmStyles,
|