@atlaskit/icon-lab 4.10.0 → 4.11.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 +20 -0
- package/core/hourglass.d.ts +13 -0
- package/core/hourglass.js +28 -0
- package/core/initiative.js +2 -2
- package/core/text-subscript.d.ts +13 -0
- package/core/text-subscript.js +28 -0
- package/core/text-superscript.d.ts +13 -0
- package/core/text-superscript.js +28 -0
- package/dist/cjs/metadata-core.js +38 -5
- package/dist/es2019/metadata-core.js +38 -5
- package/dist/esm/metadata-core.js +38 -5
- 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/hourglass.svg +1 -0
- package/svgs/core/text-subscript.svg +1 -0
- package/svgs/core/text-superscript.svg +1 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
# @atlaskit/icon-lab
|
|
2
2
|
|
|
3
|
+
## 4.11.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#150689](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/150689)
|
|
8
|
+
[`35118f49ae5c3`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/35118f49ae5c3) -
|
|
9
|
+
This release adds icons in `@atlaskit/icon-lab`.
|
|
10
|
+
|
|
11
|
+
### Added:
|
|
12
|
+
|
|
13
|
+
**`@atlaskit/icon-lab/core`**
|
|
14
|
+
|
|
15
|
+
- `hourglass`
|
|
16
|
+
- `text-subscript`
|
|
17
|
+
- `text-superscript`
|
|
18
|
+
|
|
19
|
+
### Patch Changes
|
|
20
|
+
|
|
21
|
+
- Updated dependencies
|
|
22
|
+
|
|
3
23
|
## 4.10.0
|
|
4
24
|
|
|
5
25
|
### Minor Changes
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::dd356973c0a6e0d86fbc907180651681>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
+
|
|
9
|
+
declare const HourglassIcon: {
|
|
10
|
+
(props: NewCoreIconProps): JSX.Element;
|
|
11
|
+
displayName: string;
|
|
12
|
+
};
|
|
13
|
+
export default HourglassIcon;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::96f63434171345c25a44154375eb8b31>>
|
|
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
|
+
* Icon: "Hourglass".
|
|
17
|
+
* Category: multi-purpose
|
|
18
|
+
* Location: @atlaskit/icon-lab
|
|
19
|
+
* Usage guidance: Aging or expiring items
|
|
20
|
+
* - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
|
|
21
|
+
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
22
|
+
*/
|
|
23
|
+
const HourglassIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
+
dangerouslySetGlyph: `<path fill="currentcolor" d="M11 12.392c0-.445-.169-.87-.468-1.192l-.136-.13L8 8.99l-2.396 2.08A1.75 1.75 0 0 0 5 12.392V13.5h6zM11 2.5H5v1.108c0 .508.22.99.604 1.323L8 7.008l2.396-2.077.136-.131c.3-.322.468-.747.468-1.192zm1.5 1.108a3.25 3.25 0 0 1-.991 2.337l-.13.12L9.145 8l2.234 1.936.13.119a3.25 3.25 0 0 1 .991 2.337V13.5H14V15H2v-1.5h1.5v-1.108a3.25 3.25 0 0 1 1.121-2.456L6.854 8 4.621 6.064A3.25 3.25 0 0 1 3.5 3.608V2.5H2V1h12v1.5h-1.5z"/>`
|
|
25
|
+
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
26
|
+
}, props));
|
|
27
|
+
HourglassIcon.displayName = 'HourglassIcon';
|
|
28
|
+
var _default = exports.default = HourglassIcon;
|
package/core/initiative.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::1c3fe5726d41070bfdd7410791a05e21>>
|
|
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: "Initiative".
|
|
17
17
|
* Category: single-purpose
|
|
18
18
|
* Location: @atlaskit/icon-lab
|
|
19
|
-
* Usage guidance:
|
|
19
|
+
* Usage guidance: Reserved for initiative 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
|
*/
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::baddc15d96a09845d76845440dc2892e>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
+
|
|
9
|
+
declare const TextSubscriptIcon: {
|
|
10
|
+
(props: NewCoreIconProps): JSX.Element;
|
|
11
|
+
displayName: string;
|
|
12
|
+
};
|
|
13
|
+
export default TextSubscriptIcon;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::2656d88182cabb2065bd8ae65f805937>>
|
|
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
|
+
* Icon: "TextSubscript".
|
|
17
|
+
* Category: single-purpose
|
|
18
|
+
* Location: @atlaskit/icon-lab
|
|
19
|
+
* Usage guidance: Reserved for subscript text formatting.
|
|
20
|
+
* - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
|
|
21
|
+
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
22
|
+
*/
|
|
23
|
+
const TextSubscriptIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
+
dangerouslySetGlyph: `<path fill="currentcolor" d="m6.26 8 3.69 6H8.19L5.4 9.47 2.78 14H1.05l3.46-6-3.46-6h1.73L5.4 6.53 8.19 2h1.76zm7.49.5h.08a.75.75 0 0 1 .67.75V16H13v-6h-1V8.5z"/>`
|
|
25
|
+
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
26
|
+
}, props));
|
|
27
|
+
TextSubscriptIcon.displayName = 'TextSubscriptIcon';
|
|
28
|
+
var _default = exports.default = TextSubscriptIcon;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::86eedca76c99cd5c255619656c17fedb>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
+
|
|
9
|
+
declare const TextSuperscriptIcon: {
|
|
10
|
+
(props: NewCoreIconProps): JSX.Element;
|
|
11
|
+
displayName: string;
|
|
12
|
+
};
|
|
13
|
+
export default TextSuperscriptIcon;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::059ada903aa61b313e50067987565d33>>
|
|
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
|
+
* Icon: "TextSuperscript".
|
|
17
|
+
* Category: single-purpose
|
|
18
|
+
* Location: @atlaskit/icon-lab
|
|
19
|
+
* Usage guidance: Reserved for superscript text formatting.
|
|
20
|
+
* - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
|
|
21
|
+
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
22
|
+
*/
|
|
23
|
+
const TextSuperscriptIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
+
dangerouslySetGlyph: `<path fill="currentcolor" d="m6.26 8 3.69 6H8.19L5.4 9.47 2.78 14H1.05l3.46-6-3.46-6h1.73L5.4 6.53 8.19 2h1.76zm7.49-8h.08a.75.75 0 0 1 .67.75V7.5H13v-6h-1V0z"/>`
|
|
25
|
+
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
26
|
+
}, props));
|
|
27
|
+
TextSuperscriptIcon.displayName = 'TextSuperscriptIcon';
|
|
28
|
+
var _default = exports.default = TextSuperscriptIcon;
|
|
@@ -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::f0b90439e1bef3d763c312147c066d7c>>
|
|
13
13
|
* @codegenCommand yarn build:icon-glyphs
|
|
14
14
|
*/
|
|
15
15
|
|
|
@@ -456,7 +456,7 @@ var metadata = {
|
|
|
456
456
|
categorization: 'multi-purpose',
|
|
457
457
|
usage: 'For drawing and annotation',
|
|
458
458
|
team: 'Design System Team',
|
|
459
|
-
status: '
|
|
459
|
+
status: 'published',
|
|
460
460
|
slackChannel: '#icon-contributions'
|
|
461
461
|
},
|
|
462
462
|
'drop-shadow': {
|
|
@@ -594,6 +594,17 @@ var metadata = {
|
|
|
594
594
|
status: 'published',
|
|
595
595
|
slackChannel: '#feedback-loom-vizrefresh'
|
|
596
596
|
},
|
|
597
|
+
hourglass: {
|
|
598
|
+
keywords: ['hourglass', 'icon', 'icon-lab', 'core'],
|
|
599
|
+
componentName: 'HourglassIcon',
|
|
600
|
+
package: '@atlaskit/icon-lab/core/hourglass',
|
|
601
|
+
type: 'core',
|
|
602
|
+
categorization: 'multi-purpose',
|
|
603
|
+
usage: 'Aging or expiring items',
|
|
604
|
+
team: 'Trello',
|
|
605
|
+
status: 'published',
|
|
606
|
+
slackChannel: 'joel unger'
|
|
607
|
+
},
|
|
597
608
|
'if-else': {
|
|
598
609
|
keywords: ['if-else', 'ifelse', 'icon', 'icon-lab', 'core', 'condition', 'statement', 'branch'],
|
|
599
610
|
componentName: 'IfElseIcon',
|
|
@@ -637,12 +648,12 @@ var metadata = {
|
|
|
637
648
|
status: 'published'
|
|
638
649
|
},
|
|
639
650
|
initiative: {
|
|
640
|
-
keywords: ['initiative', 'icon', 'icon-lab', 'core', '
|
|
651
|
+
keywords: ['initiative', 'icon', 'icon-lab', 'core', 'crystal ball', 'system object', 'work collection', 'work type'],
|
|
641
652
|
componentName: 'InitiativeIcon',
|
|
642
653
|
package: '@atlaskit/icon-lab/core/initiative',
|
|
643
654
|
type: 'core',
|
|
644
655
|
categorization: 'single-purpose',
|
|
645
|
-
usage: '
|
|
656
|
+
usage: 'Reserved for initiative work type.',
|
|
646
657
|
team: 'Jira Enterprise',
|
|
647
658
|
status: 'published'
|
|
648
659
|
},
|
|
@@ -1679,6 +1690,28 @@ var metadata = {
|
|
|
1679
1690
|
team: 'Editor AI',
|
|
1680
1691
|
status: 'published'
|
|
1681
1692
|
},
|
|
1693
|
+
'text-subscript': {
|
|
1694
|
+
keywords: ['text-subscript', 'textsubscript', 'icon', 'icon-lab', 'core', 'subscript', 'text formatting'],
|
|
1695
|
+
componentName: 'TextSubscriptIcon',
|
|
1696
|
+
package: '@atlaskit/icon-lab/core/text-subscript',
|
|
1697
|
+
type: 'core',
|
|
1698
|
+
categorization: 'single-purpose',
|
|
1699
|
+
usage: 'Reserved for subscript text formatting.',
|
|
1700
|
+
team: 'Editor',
|
|
1701
|
+
status: 'published',
|
|
1702
|
+
slackChannel: '#editor-design'
|
|
1703
|
+
},
|
|
1704
|
+
'text-superscript': {
|
|
1705
|
+
keywords: ['text-superscript', 'textsuperscript', 'icon', 'icon-lab', 'core', 'superscript', 'text formatting'],
|
|
1706
|
+
componentName: 'TextSuperscriptIcon',
|
|
1707
|
+
package: '@atlaskit/icon-lab/core/text-superscript',
|
|
1708
|
+
type: 'core',
|
|
1709
|
+
categorization: 'single-purpose',
|
|
1710
|
+
usage: 'Reserved for superscript text formatting.',
|
|
1711
|
+
team: 'Editor',
|
|
1712
|
+
status: 'published',
|
|
1713
|
+
slackChannel: '#Editor-design'
|
|
1714
|
+
},
|
|
1682
1715
|
'text-underline-strikethrough': {
|
|
1683
1716
|
keywords: ['text-underline-strikethrough', 'textunderlinestrikethrough', 'icon', 'icon-lab', 'core', 'text', 'type', 'font', 'strikethrough', 'underline'],
|
|
1684
1717
|
componentName: 'TextUnderlineStrikethroughIcon',
|
|
@@ -2019,7 +2052,7 @@ var metadata = {
|
|
|
2019
2052
|
slackChannel: '#cc-insights-and-reporting'
|
|
2020
2053
|
},
|
|
2021
2054
|
'work-item-add': {
|
|
2022
|
-
keywords: ['work-item-add', 'workitemadd', 'icon', 'icon-lab', 'core', '
|
|
2055
|
+
keywords: ['work-item-add', 'workitemadd', 'icon', 'icon-lab', 'core', 'work item', 'work type', 'add', 'plus', 'create'],
|
|
2023
2056
|
componentName: 'WorkItemAddIcon',
|
|
2024
2057
|
package: '@atlaskit/icon-lab/core/work-item-add',
|
|
2025
2058
|
type: 'core',
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*
|
|
4
4
|
* To change the format of this file, modify `createIconDocsNew` in icon-build-process/src/create-icon-docs.tsx.
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::f0b90439e1bef3d763c312147c066d7c>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
|
|
@@ -450,7 +450,7 @@ const metadata = {
|
|
|
450
450
|
categorization: 'multi-purpose',
|
|
451
451
|
usage: 'For drawing and annotation',
|
|
452
452
|
team: 'Design System Team',
|
|
453
|
-
status: '
|
|
453
|
+
status: 'published',
|
|
454
454
|
slackChannel: '#icon-contributions'
|
|
455
455
|
},
|
|
456
456
|
'drop-shadow': {
|
|
@@ -588,6 +588,17 @@ const metadata = {
|
|
|
588
588
|
status: 'published',
|
|
589
589
|
slackChannel: '#feedback-loom-vizrefresh'
|
|
590
590
|
},
|
|
591
|
+
hourglass: {
|
|
592
|
+
keywords: ['hourglass', 'icon', 'icon-lab', 'core'],
|
|
593
|
+
componentName: 'HourglassIcon',
|
|
594
|
+
package: '@atlaskit/icon-lab/core/hourglass',
|
|
595
|
+
type: 'core',
|
|
596
|
+
categorization: 'multi-purpose',
|
|
597
|
+
usage: 'Aging or expiring items',
|
|
598
|
+
team: 'Trello',
|
|
599
|
+
status: 'published',
|
|
600
|
+
slackChannel: 'joel unger'
|
|
601
|
+
},
|
|
591
602
|
'if-else': {
|
|
592
603
|
keywords: ['if-else', 'ifelse', 'icon', 'icon-lab', 'core', 'condition', 'statement', 'branch'],
|
|
593
604
|
componentName: 'IfElseIcon',
|
|
@@ -631,12 +642,12 @@ const metadata = {
|
|
|
631
642
|
status: 'published'
|
|
632
643
|
},
|
|
633
644
|
initiative: {
|
|
634
|
-
keywords: ['initiative', 'icon', 'icon-lab', 'core', '
|
|
645
|
+
keywords: ['initiative', 'icon', 'icon-lab', 'core', 'crystal ball', 'system object', 'work collection', 'work type'],
|
|
635
646
|
componentName: 'InitiativeIcon',
|
|
636
647
|
package: '@atlaskit/icon-lab/core/initiative',
|
|
637
648
|
type: 'core',
|
|
638
649
|
categorization: 'single-purpose',
|
|
639
|
-
usage: '
|
|
650
|
+
usage: 'Reserved for initiative work type.',
|
|
640
651
|
team: 'Jira Enterprise',
|
|
641
652
|
status: 'published'
|
|
642
653
|
},
|
|
@@ -1673,6 +1684,28 @@ const metadata = {
|
|
|
1673
1684
|
team: 'Editor AI',
|
|
1674
1685
|
status: 'published'
|
|
1675
1686
|
},
|
|
1687
|
+
'text-subscript': {
|
|
1688
|
+
keywords: ['text-subscript', 'textsubscript', 'icon', 'icon-lab', 'core', 'subscript', 'text formatting'],
|
|
1689
|
+
componentName: 'TextSubscriptIcon',
|
|
1690
|
+
package: '@atlaskit/icon-lab/core/text-subscript',
|
|
1691
|
+
type: 'core',
|
|
1692
|
+
categorization: 'single-purpose',
|
|
1693
|
+
usage: 'Reserved for subscript text formatting.',
|
|
1694
|
+
team: 'Editor',
|
|
1695
|
+
status: 'published',
|
|
1696
|
+
slackChannel: '#editor-design'
|
|
1697
|
+
},
|
|
1698
|
+
'text-superscript': {
|
|
1699
|
+
keywords: ['text-superscript', 'textsuperscript', 'icon', 'icon-lab', 'core', 'superscript', 'text formatting'],
|
|
1700
|
+
componentName: 'TextSuperscriptIcon',
|
|
1701
|
+
package: '@atlaskit/icon-lab/core/text-superscript',
|
|
1702
|
+
type: 'core',
|
|
1703
|
+
categorization: 'single-purpose',
|
|
1704
|
+
usage: 'Reserved for superscript text formatting.',
|
|
1705
|
+
team: 'Editor',
|
|
1706
|
+
status: 'published',
|
|
1707
|
+
slackChannel: '#Editor-design'
|
|
1708
|
+
},
|
|
1676
1709
|
'text-underline-strikethrough': {
|
|
1677
1710
|
keywords: ['text-underline-strikethrough', 'textunderlinestrikethrough', 'icon', 'icon-lab', 'core', 'text', 'type', 'font', 'strikethrough', 'underline'],
|
|
1678
1711
|
componentName: 'TextUnderlineStrikethroughIcon',
|
|
@@ -2013,7 +2046,7 @@ const metadata = {
|
|
|
2013
2046
|
slackChannel: '#cc-insights-and-reporting'
|
|
2014
2047
|
},
|
|
2015
2048
|
'work-item-add': {
|
|
2016
|
-
keywords: ['work-item-add', 'workitemadd', 'icon', 'icon-lab', 'core', '
|
|
2049
|
+
keywords: ['work-item-add', 'workitemadd', 'icon', 'icon-lab', 'core', 'work item', 'work type', 'add', 'plus', 'create'],
|
|
2017
2050
|
componentName: 'WorkItemAddIcon',
|
|
2018
2051
|
package: '@atlaskit/icon-lab/core/work-item-add',
|
|
2019
2052
|
type: 'core',
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*
|
|
4
4
|
* To change the format of this file, modify `createIconDocsNew` in icon-build-process/src/create-icon-docs.tsx.
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::f0b90439e1bef3d763c312147c066d7c>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
|
|
@@ -450,7 +450,7 @@ var metadata = {
|
|
|
450
450
|
categorization: 'multi-purpose',
|
|
451
451
|
usage: 'For drawing and annotation',
|
|
452
452
|
team: 'Design System Team',
|
|
453
|
-
status: '
|
|
453
|
+
status: 'published',
|
|
454
454
|
slackChannel: '#icon-contributions'
|
|
455
455
|
},
|
|
456
456
|
'drop-shadow': {
|
|
@@ -588,6 +588,17 @@ var metadata = {
|
|
|
588
588
|
status: 'published',
|
|
589
589
|
slackChannel: '#feedback-loom-vizrefresh'
|
|
590
590
|
},
|
|
591
|
+
hourglass: {
|
|
592
|
+
keywords: ['hourglass', 'icon', 'icon-lab', 'core'],
|
|
593
|
+
componentName: 'HourglassIcon',
|
|
594
|
+
package: '@atlaskit/icon-lab/core/hourglass',
|
|
595
|
+
type: 'core',
|
|
596
|
+
categorization: 'multi-purpose',
|
|
597
|
+
usage: 'Aging or expiring items',
|
|
598
|
+
team: 'Trello',
|
|
599
|
+
status: 'published',
|
|
600
|
+
slackChannel: 'joel unger'
|
|
601
|
+
},
|
|
591
602
|
'if-else': {
|
|
592
603
|
keywords: ['if-else', 'ifelse', 'icon', 'icon-lab', 'core', 'condition', 'statement', 'branch'],
|
|
593
604
|
componentName: 'IfElseIcon',
|
|
@@ -631,12 +642,12 @@ var metadata = {
|
|
|
631
642
|
status: 'published'
|
|
632
643
|
},
|
|
633
644
|
initiative: {
|
|
634
|
-
keywords: ['initiative', 'icon', 'icon-lab', 'core', '
|
|
645
|
+
keywords: ['initiative', 'icon', 'icon-lab', 'core', 'crystal ball', 'system object', 'work collection', 'work type'],
|
|
635
646
|
componentName: 'InitiativeIcon',
|
|
636
647
|
package: '@atlaskit/icon-lab/core/initiative',
|
|
637
648
|
type: 'core',
|
|
638
649
|
categorization: 'single-purpose',
|
|
639
|
-
usage: '
|
|
650
|
+
usage: 'Reserved for initiative work type.',
|
|
640
651
|
team: 'Jira Enterprise',
|
|
641
652
|
status: 'published'
|
|
642
653
|
},
|
|
@@ -1673,6 +1684,28 @@ var metadata = {
|
|
|
1673
1684
|
team: 'Editor AI',
|
|
1674
1685
|
status: 'published'
|
|
1675
1686
|
},
|
|
1687
|
+
'text-subscript': {
|
|
1688
|
+
keywords: ['text-subscript', 'textsubscript', 'icon', 'icon-lab', 'core', 'subscript', 'text formatting'],
|
|
1689
|
+
componentName: 'TextSubscriptIcon',
|
|
1690
|
+
package: '@atlaskit/icon-lab/core/text-subscript',
|
|
1691
|
+
type: 'core',
|
|
1692
|
+
categorization: 'single-purpose',
|
|
1693
|
+
usage: 'Reserved for subscript text formatting.',
|
|
1694
|
+
team: 'Editor',
|
|
1695
|
+
status: 'published',
|
|
1696
|
+
slackChannel: '#editor-design'
|
|
1697
|
+
},
|
|
1698
|
+
'text-superscript': {
|
|
1699
|
+
keywords: ['text-superscript', 'textsuperscript', 'icon', 'icon-lab', 'core', 'superscript', 'text formatting'],
|
|
1700
|
+
componentName: 'TextSuperscriptIcon',
|
|
1701
|
+
package: '@atlaskit/icon-lab/core/text-superscript',
|
|
1702
|
+
type: 'core',
|
|
1703
|
+
categorization: 'single-purpose',
|
|
1704
|
+
usage: 'Reserved for superscript text formatting.',
|
|
1705
|
+
team: 'Editor',
|
|
1706
|
+
status: 'published',
|
|
1707
|
+
slackChannel: '#Editor-design'
|
|
1708
|
+
},
|
|
1676
1709
|
'text-underline-strikethrough': {
|
|
1677
1710
|
keywords: ['text-underline-strikethrough', 'textunderlinestrikethrough', 'icon', 'icon-lab', 'core', 'text', 'type', 'font', 'strikethrough', 'underline'],
|
|
1678
1711
|
componentName: 'TextUnderlineStrikethroughIcon',
|
|
@@ -2013,7 +2046,7 @@ var metadata = {
|
|
|
2013
2046
|
slackChannel: '#cc-insights-and-reporting'
|
|
2014
2047
|
},
|
|
2015
2048
|
'work-item-add': {
|
|
2016
|
-
keywords: ['work-item-add', 'workitemadd', 'icon', 'icon-lab', 'core', '
|
|
2049
|
+
keywords: ['work-item-add', 'workitemadd', 'icon', 'icon-lab', 'core', 'work item', 'work type', 'add', 'plus', 'create'],
|
|
2017
2050
|
componentName: 'WorkItemAddIcon',
|
|
2018
2051
|
package: '@atlaskit/icon-lab/core/work-item-add',
|
|
2019
2052
|
type: 'core',
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*
|
|
4
4
|
* To change the format of this file, modify `createIconDocsNew` in icon-build-process/src/create-icon-docs.tsx.
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::f0b90439e1bef3d763c312147c066d7c>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
interface metadata {
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*
|
|
4
4
|
* To change the format of this file, modify `createIconDocsNew` in icon-build-process/src/create-icon-docs.tsx.
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::f0b90439e1bef3d763c312147c066d7c>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
interface metadata {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/icon-lab",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.11.0",
|
|
4
4
|
"description": "An icon package for public icon contributions",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"build-glyphs": "ts-node --project ../../../tsconfig.node.json ./build/index.tsx"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@atlaskit/icon": "^25.
|
|
35
|
+
"@atlaskit/icon": "^25.7.0",
|
|
36
36
|
"@babel/runtime": "^7.0.0"
|
|
37
37
|
},
|
|
38
38
|
"peerDependencies": {
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"@atlaskit/ds-lib": "^4.0.0",
|
|
47
47
|
"@atlaskit/heading": "^5.2.0",
|
|
48
48
|
"@atlaskit/modal-dialog": "^14.1.0",
|
|
49
|
-
"@atlaskit/primitives": "^14.
|
|
49
|
+
"@atlaskit/primitives": "^14.7.0",
|
|
50
50
|
"@atlaskit/textfield": "^8.0.0",
|
|
51
51
|
"@atlaskit/tokens": "^4.8.0",
|
|
52
52
|
"@atlaskit/tooltip": "^20.0.0",
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M11 12.392c0-.445-.169-.87-.468-1.192l-.136-.13L8 8.99l-2.396 2.08A1.75 1.75 0 0 0 5 12.392V13.5h6zM11 2.5H5v1.108c0 .508.22.99.604 1.323L8 7.008l2.396-2.077.136-.131c.3-.322.468-.747.468-1.192zm1.5 1.108a3.25 3.25 0 0 1-.991 2.337l-.13.12L9.145 8l2.234 1.936.13.119a3.25 3.25 0 0 1 .991 2.337V13.5H14V15H2v-1.5h1.5v-1.108a3.25 3.25 0 0 1 1.121-2.456L6.854 8 4.621 6.064A3.25 3.25 0 0 1 3.5 3.608V2.5H2V1h12v1.5h-1.5z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="m6.26 8 3.69 6H8.19L5.4 9.47 2.78 14H1.05l3.46-6-3.46-6h1.73L5.4 6.53 8.19 2h1.76zm7.49.5h.08a.75.75 0 0 1 .67.75V16H13v-6h-1V8.5z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="m6.26 8 3.69 6H8.19L5.4 9.47 2.78 14H1.05l3.46-6-3.46-6h1.73L5.4 6.53 8.19 2h1.76zm7.49-8h.08a.75.75 0 0 1 .67.75V7.5H13v-6h-1V0z"/></svg>
|