@atlaskit/icon 25.0.1 → 25.1.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 +27 -0
- package/core/accessibility.d.ts +13 -0
- package/core/accessibility.js +28 -0
- package/core/drawer-left.d.ts +13 -0
- package/core/drawer-left.js +28 -0
- package/core/drawer-right.d.ts +13 -0
- package/core/drawer-right.js +28 -0
- package/core/work-item.d.ts +13 -0
- package/core/work-item.js +28 -0
- package/core/work-items.d.ts +13 -0
- package/core/work-items.js +28 -0
- package/dist/cjs/metadata-core.js +47 -1
- package/dist/es2019/metadata-core.js +47 -1
- package/dist/esm/metadata-core.js +47 -1
- package/dist/types/metadata-core.d.ts +1 -1
- package/dist/types-ts4.5/metadata-core.d.ts +1 -1
- package/package.json +4 -4
- package/svgs/core/accessibility.svg +1 -0
- package/svgs/core/drawer-left.svg +1 -0
- package/svgs/core/drawer-right.svg +1 -0
- package/svgs/core/work-item.svg +1 -0
- package/svgs/core/work-items.svg +1 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,32 @@
|
|
|
1
1
|
# @atlaskit/icon
|
|
2
2
|
|
|
3
|
+
## 25.1.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#131966](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/131966)
|
|
8
|
+
[`bb527c6817e2b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/bb527c6817e2b) -
|
|
9
|
+
This release adds icons in `@atlaskit/icon`.
|
|
10
|
+
|
|
11
|
+
### Added:
|
|
12
|
+
|
|
13
|
+
**`@atlaskit/icon/core`**
|
|
14
|
+
|
|
15
|
+
- `accessibility`
|
|
16
|
+
- `drawer-left`
|
|
17
|
+
- `drawer-right`
|
|
18
|
+
- `work-item`
|
|
19
|
+
- `work-items`
|
|
20
|
+
|
|
21
|
+
## 25.0.2
|
|
22
|
+
|
|
23
|
+
### Patch Changes
|
|
24
|
+
|
|
25
|
+
- [#127093](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/127093)
|
|
26
|
+
[`1378ea7a99ce1`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1378ea7a99ce1) -
|
|
27
|
+
Upgrades `jscodeshift` to handle generics properly.
|
|
28
|
+
- Updated dependencies
|
|
29
|
+
|
|
3
30
|
## 25.0.1
|
|
4
31
|
|
|
5
32
|
### Patch Changes
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::791047e86e377ffb57290259350f2f14>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
+
|
|
9
|
+
declare const AccessibilityIcon: {
|
|
10
|
+
(props: NewCoreIconProps): JSX.Element;
|
|
11
|
+
displayName: string;
|
|
12
|
+
};
|
|
13
|
+
export default AccessibilityIcon;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::08ab2d60b40df9256e93897d699ae09c>>
|
|
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: "Accessibility".
|
|
17
|
+
* Category: single-purpose
|
|
18
|
+
* Location: @atlaskit/icon
|
|
19
|
+
* Usage guidance: Reserved for representing accessibility and accessibility-related features and settings
|
|
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 AccessibilityIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
+
dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M8 2.5A.75.75 0 1 0 8 4a.75.75 0 0 0 0-1.5m-2.25.75a2.25 2.25 0 1 1 4.5 0 2.25 2.25 0 0 1-4.5 0M6.77 8H2V6.5h12V8H9.23l3.18 6.16-1.33.69L8 8.88l-3.08 5.96-1.33-.69z" clip-rule="evenodd"/>`
|
|
25
|
+
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
26
|
+
}, props));
|
|
27
|
+
AccessibilityIcon.displayName = 'AccessibilityIcon';
|
|
28
|
+
var _default = exports.default = AccessibilityIcon;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::e8204eddc3f5549654b5eb5066f09327>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
+
|
|
9
|
+
declare const DrawerLeftIcon: {
|
|
10
|
+
(props: NewCoreIconProps): JSX.Element;
|
|
11
|
+
displayName: string;
|
|
12
|
+
};
|
|
13
|
+
export default DrawerLeftIcon;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::e365e632c54e433331f32a6e8a891c81>>
|
|
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: "DrawerLeft".
|
|
17
|
+
* Category: single-purpose
|
|
18
|
+
* Location: @atlaskit/icon
|
|
19
|
+
* Usage guidance: Reserved for opening a drawer or sidebar to the left of the viewport edge.
|
|
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 DrawerLeftIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
+
dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M2 3.5a.5.5 0 0 0-.5.5v8a.5.5 0 0 0 .5.5h5.5v-9zM2 2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2m12 10.5a.5.5 0 0 0 .5-.5V4a.5.5 0 0 0-.5-.5H9v9zm-8-6H3V5h3zm0 3H3V8h3z" clip-rule="evenodd"/>`
|
|
25
|
+
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
26
|
+
}, props));
|
|
27
|
+
DrawerLeftIcon.displayName = 'DrawerLeftIcon';
|
|
28
|
+
var _default = exports.default = DrawerLeftIcon;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::f765f5f051dfb0c2aca563f189e1997f>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
+
|
|
9
|
+
declare const DrawerRightIcon: {
|
|
10
|
+
(props: NewCoreIconProps): JSX.Element;
|
|
11
|
+
displayName: string;
|
|
12
|
+
};
|
|
13
|
+
export default DrawerRightIcon;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::63a1f44437aa60176f53be742bda56ec>>
|
|
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: "DrawerRight".
|
|
17
|
+
* Category: single-purpose
|
|
18
|
+
* Location: @atlaskit/icon
|
|
19
|
+
* Usage guidance: Reserved for opening a drawer or sidebar to the right of the viewport edge.
|
|
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 DrawerRightIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
+
dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M2 3.5a.5.5 0 0 0-.5.5v8a.5.5 0 0 0 .5.5h5v-9zM2 2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2m12 10.5a.5.5 0 0 0 .5-.5V4a.5.5 0 0 0-.5-.5H8.5v9zm-1-6h-3V5h3zm0 3h-3V8h3z" clip-rule="evenodd"/>`
|
|
25
|
+
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
26
|
+
}, props));
|
|
27
|
+
DrawerRightIcon.displayName = 'DrawerRightIcon';
|
|
28
|
+
var _default = exports.default = DrawerRightIcon;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::1f2f8498a0c1aeb4b5f051086da2c030>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
+
|
|
9
|
+
declare const WorkItemIcon: {
|
|
10
|
+
(props: NewCoreIconProps): JSX.Element;
|
|
11
|
+
displayName: string;
|
|
12
|
+
};
|
|
13
|
+
export default WorkItemIcon;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::ad24cecf3159849c56dfb3b17e77c4ea>>
|
|
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: "WorkItem".
|
|
17
|
+
* Category: single-purpose
|
|
18
|
+
* Location: @atlaskit/icon
|
|
19
|
+
* Usage guidance: Reserved for representing work 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 WorkItemIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
+
dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm2-.5a.5.5 0 0 0-.5.5v8a.5.5 0 0 0 .5.5h12a.5.5 0 0 0 .5-.5V4a.5.5 0 0 0-.5-.5zm8.426 1.517 1.148.966-4 4.75a.75.75 0 0 1-1.148 0l-2-2.375 1.148-.966L7 9.086z" clip-rule="evenodd"/>`
|
|
25
|
+
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
26
|
+
}, props));
|
|
27
|
+
WorkItemIcon.displayName = 'WorkItemIcon';
|
|
28
|
+
var _default = exports.default = WorkItemIcon;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::5dc734fdf17d3a420e78d47d0026f6c3>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
+
|
|
9
|
+
declare const WorkItemsIcon: {
|
|
10
|
+
(props: NewCoreIconProps): JSX.Element;
|
|
11
|
+
displayName: string;
|
|
12
|
+
};
|
|
13
|
+
export default WorkItemsIcon;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::c4ae6cbf448d83dbeec4b01140533b0d>>
|
|
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: "WorkItems".
|
|
17
|
+
* Category: single-purpose
|
|
18
|
+
* Location: @atlaskit/icon
|
|
19
|
+
* Usage guidance: Reserved for representing multiple work 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 WorkItemsIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
+
dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M2 3.5a.5.5 0 0 0-.5.5v6a.5.5 0 0 0 .5.5h9a.5.5 0 0 0 .5-.5V4a.5.5 0 0 0-.5-.5zM0 4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm8.302.641 1.146.968-3.167 3.75a.75.75 0 0 1-1.146 0L3.552 7.484l1.146-.968 1.01 1.197z" clip-rule="evenodd"/><path fill="currentcolor" fill-rule="evenodd" d="M16 7v4.75A3.25 3.25 0 0 1 12.75 15H5v-1.5h7.75a1.75 1.75 0 0 0 1.75-1.75V7z" clip-rule="evenodd"/>`
|
|
25
|
+
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
26
|
+
}, props));
|
|
27
|
+
WorkItemsIcon.displayName = 'WorkItemsIcon';
|
|
28
|
+
var _default = exports.default = WorkItemsIcon;
|
|
@@ -9,11 +9,21 @@ 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::4d19bb1c1b0fdd0ce172b538f655af72>>
|
|
13
13
|
* @codegenCommand yarn build:icon-glyphs
|
|
14
14
|
*/
|
|
15
15
|
|
|
16
16
|
var metadata = {
|
|
17
|
+
accessibility: {
|
|
18
|
+
keywords: ['accessibility', 'icon', 'core', 'a11y', 'accessibility', 'WCAG'],
|
|
19
|
+
componentName: 'AccessibilityIcon',
|
|
20
|
+
package: '@atlaskit/icon/core/accessibility',
|
|
21
|
+
type: 'core',
|
|
22
|
+
categorization: 'single-purpose',
|
|
23
|
+
usage: 'Reserved for representing accessibility and accessibility-related features and settings',
|
|
24
|
+
team: 'Design System Team',
|
|
25
|
+
slackChannel: '#icon-contributions'
|
|
26
|
+
},
|
|
17
27
|
add: {
|
|
18
28
|
keywords: ['add', 'plus', 'create', 'new', 'icon', 'core', 'create', 'plus', 'jira status'],
|
|
19
29
|
componentName: 'AddIcon',
|
|
@@ -1054,6 +1064,24 @@ var metadata = {
|
|
|
1054
1064
|
team: 'Design System Team',
|
|
1055
1065
|
slackChannel: '#icon-contributions'
|
|
1056
1066
|
},
|
|
1067
|
+
'drawer-left': {
|
|
1068
|
+
keywords: ['drawer-left', 'drawerleft', 'icon', 'core', 'sidebar', 'detail view', 'left rail', 'drawer'],
|
|
1069
|
+
componentName: 'DrawerLeftIcon',
|
|
1070
|
+
package: '@atlaskit/icon/core/drawer-left',
|
|
1071
|
+
type: 'core',
|
|
1072
|
+
categorization: 'single-purpose',
|
|
1073
|
+
usage: 'Reserved for opening a drawer or sidebar to the left of the viewport edge.',
|
|
1074
|
+
team: 'Design System Team'
|
|
1075
|
+
},
|
|
1076
|
+
'drawer-right': {
|
|
1077
|
+
keywords: ['drawer-right', 'drawerright', 'icon', 'core', 'sidebar', 'detail view', 'right rail', 'drawer'],
|
|
1078
|
+
componentName: 'DrawerRightIcon',
|
|
1079
|
+
package: '@atlaskit/icon/core/drawer-right',
|
|
1080
|
+
type: 'core',
|
|
1081
|
+
categorization: 'single-purpose',
|
|
1082
|
+
usage: 'Reserved for opening a drawer or sidebar to the right of the viewport edge.',
|
|
1083
|
+
team: 'Design System Team'
|
|
1084
|
+
},
|
|
1057
1085
|
edit: {
|
|
1058
1086
|
keywords: ['edit', 'pencil', 'write', 'icon', 'core', 'pencil', 'pencil on page'],
|
|
1059
1087
|
componentName: 'EditIcon',
|
|
@@ -3456,6 +3484,24 @@ var metadata = {
|
|
|
3456
3484
|
usage: 'Single purpose - Reserved for whiteboards in Confluence.',
|
|
3457
3485
|
team: 'Design System Team'
|
|
3458
3486
|
},
|
|
3487
|
+
'work-item': {
|
|
3488
|
+
keywords: ['work-item', 'workitem', 'icon', 'core', 'single issue', 'check mark', 'tick', 'work item', 'work type'],
|
|
3489
|
+
componentName: 'WorkItemIcon',
|
|
3490
|
+
package: '@atlaskit/icon/core/work-item',
|
|
3491
|
+
type: 'core',
|
|
3492
|
+
categorization: 'single-purpose',
|
|
3493
|
+
usage: 'Reserved for representing work items.',
|
|
3494
|
+
team: 'Design System Team'
|
|
3495
|
+
},
|
|
3496
|
+
'work-items': {
|
|
3497
|
+
keywords: ['work-items', 'workitems', 'icon', 'core', 'multiple issues', 'check mark', 'tick', 'work items', 'work type'],
|
|
3498
|
+
componentName: 'WorkItemsIcon',
|
|
3499
|
+
package: '@atlaskit/icon/core/work-items',
|
|
3500
|
+
type: 'core',
|
|
3501
|
+
categorization: 'single-purpose',
|
|
3502
|
+
usage: 'Reserved for representing multiple work items.',
|
|
3503
|
+
team: 'Design System Team'
|
|
3504
|
+
},
|
|
3459
3505
|
'zoom-in': {
|
|
3460
3506
|
keywords: ['zoom-in', 'zoomin', 'icon', 'core', 'magnify', 'magnifying glass'],
|
|
3461
3507
|
componentName: 'ZoomInIcon',
|
|
@@ -3,11 +3,21 @@
|
|
|
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::4d19bb1c1b0fdd0ce172b538f655af72>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
const metadata = {
|
|
11
|
+
accessibility: {
|
|
12
|
+
keywords: ['accessibility', 'icon', 'core', 'a11y', 'accessibility', 'WCAG'],
|
|
13
|
+
componentName: 'AccessibilityIcon',
|
|
14
|
+
package: '@atlaskit/icon/core/accessibility',
|
|
15
|
+
type: 'core',
|
|
16
|
+
categorization: 'single-purpose',
|
|
17
|
+
usage: 'Reserved for representing accessibility and accessibility-related features and settings',
|
|
18
|
+
team: 'Design System Team',
|
|
19
|
+
slackChannel: '#icon-contributions'
|
|
20
|
+
},
|
|
11
21
|
add: {
|
|
12
22
|
keywords: ['add', 'plus', 'create', 'new', 'icon', 'core', 'create', 'plus', 'jira status'],
|
|
13
23
|
componentName: 'AddIcon',
|
|
@@ -1048,6 +1058,24 @@ const metadata = {
|
|
|
1048
1058
|
team: 'Design System Team',
|
|
1049
1059
|
slackChannel: '#icon-contributions'
|
|
1050
1060
|
},
|
|
1061
|
+
'drawer-left': {
|
|
1062
|
+
keywords: ['drawer-left', 'drawerleft', 'icon', 'core', 'sidebar', 'detail view', 'left rail', 'drawer'],
|
|
1063
|
+
componentName: 'DrawerLeftIcon',
|
|
1064
|
+
package: '@atlaskit/icon/core/drawer-left',
|
|
1065
|
+
type: 'core',
|
|
1066
|
+
categorization: 'single-purpose',
|
|
1067
|
+
usage: 'Reserved for opening a drawer or sidebar to the left of the viewport edge.',
|
|
1068
|
+
team: 'Design System Team'
|
|
1069
|
+
},
|
|
1070
|
+
'drawer-right': {
|
|
1071
|
+
keywords: ['drawer-right', 'drawerright', 'icon', 'core', 'sidebar', 'detail view', 'right rail', 'drawer'],
|
|
1072
|
+
componentName: 'DrawerRightIcon',
|
|
1073
|
+
package: '@atlaskit/icon/core/drawer-right',
|
|
1074
|
+
type: 'core',
|
|
1075
|
+
categorization: 'single-purpose',
|
|
1076
|
+
usage: 'Reserved for opening a drawer or sidebar to the right of the viewport edge.',
|
|
1077
|
+
team: 'Design System Team'
|
|
1078
|
+
},
|
|
1051
1079
|
edit: {
|
|
1052
1080
|
keywords: ['edit', 'pencil', 'write', 'icon', 'core', 'pencil', 'pencil on page'],
|
|
1053
1081
|
componentName: 'EditIcon',
|
|
@@ -3450,6 +3478,24 @@ const metadata = {
|
|
|
3450
3478
|
usage: 'Single purpose - Reserved for whiteboards in Confluence.',
|
|
3451
3479
|
team: 'Design System Team'
|
|
3452
3480
|
},
|
|
3481
|
+
'work-item': {
|
|
3482
|
+
keywords: ['work-item', 'workitem', 'icon', 'core', 'single issue', 'check mark', 'tick', 'work item', 'work type'],
|
|
3483
|
+
componentName: 'WorkItemIcon',
|
|
3484
|
+
package: '@atlaskit/icon/core/work-item',
|
|
3485
|
+
type: 'core',
|
|
3486
|
+
categorization: 'single-purpose',
|
|
3487
|
+
usage: 'Reserved for representing work items.',
|
|
3488
|
+
team: 'Design System Team'
|
|
3489
|
+
},
|
|
3490
|
+
'work-items': {
|
|
3491
|
+
keywords: ['work-items', 'workitems', 'icon', 'core', 'multiple issues', 'check mark', 'tick', 'work items', 'work type'],
|
|
3492
|
+
componentName: 'WorkItemsIcon',
|
|
3493
|
+
package: '@atlaskit/icon/core/work-items',
|
|
3494
|
+
type: 'core',
|
|
3495
|
+
categorization: 'single-purpose',
|
|
3496
|
+
usage: 'Reserved for representing multiple work items.',
|
|
3497
|
+
team: 'Design System Team'
|
|
3498
|
+
},
|
|
3453
3499
|
'zoom-in': {
|
|
3454
3500
|
keywords: ['zoom-in', 'zoomin', 'icon', 'core', 'magnify', 'magnifying glass'],
|
|
3455
3501
|
componentName: 'ZoomInIcon',
|
|
@@ -3,11 +3,21 @@
|
|
|
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::4d19bb1c1b0fdd0ce172b538f655af72>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
var metadata = {
|
|
11
|
+
accessibility: {
|
|
12
|
+
keywords: ['accessibility', 'icon', 'core', 'a11y', 'accessibility', 'WCAG'],
|
|
13
|
+
componentName: 'AccessibilityIcon',
|
|
14
|
+
package: '@atlaskit/icon/core/accessibility',
|
|
15
|
+
type: 'core',
|
|
16
|
+
categorization: 'single-purpose',
|
|
17
|
+
usage: 'Reserved for representing accessibility and accessibility-related features and settings',
|
|
18
|
+
team: 'Design System Team',
|
|
19
|
+
slackChannel: '#icon-contributions'
|
|
20
|
+
},
|
|
11
21
|
add: {
|
|
12
22
|
keywords: ['add', 'plus', 'create', 'new', 'icon', 'core', 'create', 'plus', 'jira status'],
|
|
13
23
|
componentName: 'AddIcon',
|
|
@@ -1048,6 +1058,24 @@ var metadata = {
|
|
|
1048
1058
|
team: 'Design System Team',
|
|
1049
1059
|
slackChannel: '#icon-contributions'
|
|
1050
1060
|
},
|
|
1061
|
+
'drawer-left': {
|
|
1062
|
+
keywords: ['drawer-left', 'drawerleft', 'icon', 'core', 'sidebar', 'detail view', 'left rail', 'drawer'],
|
|
1063
|
+
componentName: 'DrawerLeftIcon',
|
|
1064
|
+
package: '@atlaskit/icon/core/drawer-left',
|
|
1065
|
+
type: 'core',
|
|
1066
|
+
categorization: 'single-purpose',
|
|
1067
|
+
usage: 'Reserved for opening a drawer or sidebar to the left of the viewport edge.',
|
|
1068
|
+
team: 'Design System Team'
|
|
1069
|
+
},
|
|
1070
|
+
'drawer-right': {
|
|
1071
|
+
keywords: ['drawer-right', 'drawerright', 'icon', 'core', 'sidebar', 'detail view', 'right rail', 'drawer'],
|
|
1072
|
+
componentName: 'DrawerRightIcon',
|
|
1073
|
+
package: '@atlaskit/icon/core/drawer-right',
|
|
1074
|
+
type: 'core',
|
|
1075
|
+
categorization: 'single-purpose',
|
|
1076
|
+
usage: 'Reserved for opening a drawer or sidebar to the right of the viewport edge.',
|
|
1077
|
+
team: 'Design System Team'
|
|
1078
|
+
},
|
|
1051
1079
|
edit: {
|
|
1052
1080
|
keywords: ['edit', 'pencil', 'write', 'icon', 'core', 'pencil', 'pencil on page'],
|
|
1053
1081
|
componentName: 'EditIcon',
|
|
@@ -3450,6 +3478,24 @@ var metadata = {
|
|
|
3450
3478
|
usage: 'Single purpose - Reserved for whiteboards in Confluence.',
|
|
3451
3479
|
team: 'Design System Team'
|
|
3452
3480
|
},
|
|
3481
|
+
'work-item': {
|
|
3482
|
+
keywords: ['work-item', 'workitem', 'icon', 'core', 'single issue', 'check mark', 'tick', 'work item', 'work type'],
|
|
3483
|
+
componentName: 'WorkItemIcon',
|
|
3484
|
+
package: '@atlaskit/icon/core/work-item',
|
|
3485
|
+
type: 'core',
|
|
3486
|
+
categorization: 'single-purpose',
|
|
3487
|
+
usage: 'Reserved for representing work items.',
|
|
3488
|
+
team: 'Design System Team'
|
|
3489
|
+
},
|
|
3490
|
+
'work-items': {
|
|
3491
|
+
keywords: ['work-items', 'workitems', 'icon', 'core', 'multiple issues', 'check mark', 'tick', 'work items', 'work type'],
|
|
3492
|
+
componentName: 'WorkItemsIcon',
|
|
3493
|
+
package: '@atlaskit/icon/core/work-items',
|
|
3494
|
+
type: 'core',
|
|
3495
|
+
categorization: 'single-purpose',
|
|
3496
|
+
usage: 'Reserved for representing multiple work items.',
|
|
3497
|
+
team: 'Design System Team'
|
|
3498
|
+
},
|
|
3453
3499
|
'zoom-in': {
|
|
3454
3500
|
keywords: ['zoom-in', 'zoomin', 'icon', 'core', 'magnify', 'magnifying glass'],
|
|
3455
3501
|
componentName: 'ZoomInIcon',
|
|
@@ -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::4d19bb1c1b0fdd0ce172b538f655af72>>
|
|
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::4d19bb1c1b0fdd0ce172b538f655af72>>
|
|
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",
|
|
3
|
-
"version": "25.0
|
|
3
|
+
"version": "25.1.0",
|
|
4
4
|
"description": "An icon is a symbol representing a command, device, directory, or common action.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
"@af/integration-testing": "^0.5.0",
|
|
111
111
|
"@af/visual-regression": "^1.3.0",
|
|
112
112
|
"@atlaskit/button": "^21.1.0",
|
|
113
|
-
"@atlaskit/code": "^16.
|
|
113
|
+
"@atlaskit/code": "^16.1.0",
|
|
114
114
|
"@atlaskit/css": "^0.10.0",
|
|
115
115
|
"@atlaskit/docs": "^10.0.0",
|
|
116
116
|
"@atlaskit/ds-lib": "^4.0.0",
|
|
@@ -121,7 +121,7 @@
|
|
|
121
121
|
"@atlaskit/link": "^3.0.0",
|
|
122
122
|
"@atlaskit/logo": "^16.0.0",
|
|
123
123
|
"@atlaskit/menu": "^3.1.0",
|
|
124
|
-
"@atlaskit/modal-dialog": "^
|
|
124
|
+
"@atlaskit/modal-dialog": "^14.0.0",
|
|
125
125
|
"@atlaskit/primitives": "^14.2.0",
|
|
126
126
|
"@atlaskit/section-message": "^8.2.0",
|
|
127
127
|
"@atlaskit/ssr": "^0.4.0",
|
|
@@ -136,7 +136,7 @@
|
|
|
136
136
|
"@testing-library/react": "^13.4.0",
|
|
137
137
|
"fs-extra": "^4.0.2",
|
|
138
138
|
"globby": "^6.1.0",
|
|
139
|
-
"jscodeshift": "^0.
|
|
139
|
+
"jscodeshift": "^17.0.0",
|
|
140
140
|
"lodash": "^4.17.21",
|
|
141
141
|
"nullthrows": "^1.1.1",
|
|
142
142
|
"pkg-dir": "^4.2.0",
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" fill-rule="evenodd" d="M8 2.5A.75.75 0 1 0 8 4a.75.75 0 0 0 0-1.5m-2.25.75a2.25 2.25 0 1 1 4.5 0 2.25 2.25 0 0 1-4.5 0M6.77 8H2V6.5h12V8H9.23l3.18 6.16-1.33.69L8 8.88l-3.08 5.96-1.33-.69z" clip-rule="evenodd"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" fill-rule="evenodd" d="M2 3.5a.5.5 0 0 0-.5.5v8a.5.5 0 0 0 .5.5h5.5v-9zM2 2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2m12 10.5a.5.5 0 0 0 .5-.5V4a.5.5 0 0 0-.5-.5H9v9zm-8-6H3V5h3zm0 3H3V8h3z" clip-rule="evenodd"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" fill-rule="evenodd" d="M2 3.5a.5.5 0 0 0-.5.5v8a.5.5 0 0 0 .5.5h5v-9zM2 2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2m12 10.5a.5.5 0 0 0 .5-.5V4a.5.5 0 0 0-.5-.5H8.5v9zm-1-6h-3V5h3zm0 3h-3V8h3z" clip-rule="evenodd"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" fill-rule="evenodd" d="M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm2-.5a.5.5 0 0 0-.5.5v8a.5.5 0 0 0 .5.5h12a.5.5 0 0 0 .5-.5V4a.5.5 0 0 0-.5-.5zm8.426 1.517 1.148.966-4 4.75a.75.75 0 0 1-1.148 0l-2-2.375 1.148-.966L7 9.086z" clip-rule="evenodd"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" fill-rule="evenodd" d="M2 3.5a.5.5 0 0 0-.5.5v6a.5.5 0 0 0 .5.5h9a.5.5 0 0 0 .5-.5V4a.5.5 0 0 0-.5-.5zM0 4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm8.302.641 1.146.968-3.167 3.75a.75.75 0 0 1-1.146 0L3.552 7.484l1.146-.968 1.01 1.197z" clip-rule="evenodd"/><path fill="currentcolor" fill-rule="evenodd" d="M16 7v4.75A3.25 3.25 0 0 1 12.75 15H5v-1.5h7.75a1.75 1.75 0 0 0 1.75-1.75V7z" clip-rule="evenodd"/></svg>
|