@atlaskit/icon-lab 5.13.0 → 5.14.1
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 +18 -0
- package/core/journeys.d.ts +13 -0
- package/core/journeys.js +29 -0
- package/dist/cjs/metadata-core.js +11 -2
- package/dist/es2019/metadata-core.js +11 -2
- package/dist/esm/metadata-core.js +11 -2
- package/dist/types/metadata-core.d.ts +1 -1
- package/dist/types-ts4.5/metadata-core.d.ts +1 -1
- package/package.json +8 -8
- package/svgs/core/journeys.svg +1 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @atlaskit/icon-lab
|
|
2
2
|
|
|
3
|
+
## 5.14.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 5.14.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- [`c1f2bb9e2437d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c1f2bb9e2437d) -
|
|
14
|
+
This release adds icons in `@atlaskit/icon-lab`.
|
|
15
|
+
|
|
16
|
+
### Added:
|
|
17
|
+
|
|
18
|
+
**`@atlaskit/icon-lab/core`**
|
|
19
|
+
- `journeys`
|
|
20
|
+
|
|
3
21
|
## 5.13.0
|
|
4
22
|
|
|
5
23
|
### 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::5ed09b99f0f1e5642eb7e2c9fe595038>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
+
|
|
9
|
+
declare const JourneysIcon: {
|
|
10
|
+
(props: NewCoreIconProps): JSX.Element;
|
|
11
|
+
displayName: string;
|
|
12
|
+
};
|
|
13
|
+
export default JourneysIcon;
|
package/core/journeys.js
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::b8d670dd5c89bc72d6e1707242c8b417>>
|
|
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: "Journeys".
|
|
17
|
+
* Category: single-purpose
|
|
18
|
+
* Location: @atlaskit/icon-lab
|
|
19
|
+
* Usage guidance: Reserved for representing Journeys in JSM.
|
|
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 JourneysIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
+
name: "JourneysIcon",
|
|
25
|
+
dangerouslySetGlyph: `<path fill="currentcolor" d="M11.223 9.717a.75.75 0 0 1 .962-.077l3.5 2.5a.75.75 0 0 1 0 1.22l-3.5 2.5a.75.75 0 0 1-1.05-1.04l.925-1.32H5.125a3.125 3.125 0 1 1 0-6.25h3.75a1.625 1.625 0 0 0 0-3.25H4.25V2.5h4.625a3.125 3.125 0 1 1 0 6.25h-3.75a1.625 1.625 0 0 0 0 3.25h6.935l-.924-1.32a.75.75 0 0 1 .087-.963"/><path fill="currentcolor" d="M3 3.25a.75.75 0 1 0-1.5 0 .75.75 0 0 0 1.5 0m1.5 0a2.25 2.25 0 1 1-4.5 0 2.25 2.25 0 0 1 4.5 0"/>`
|
|
26
|
+
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
27
|
+
}, props));
|
|
28
|
+
JourneysIcon.displayName = 'JourneysIcon';
|
|
29
|
+
var _default = exports.default = JourneysIcon;
|
|
@@ -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::9daf513a3a0db2d77693e71ed1893fda>>
|
|
13
13
|
* @codegenCommand yarn build:icon-glyphs
|
|
14
14
|
*/
|
|
15
15
|
|
|
@@ -2193,6 +2193,15 @@ var metadata = {
|
|
|
2193
2193
|
team: 'Whiteboards',
|
|
2194
2194
|
status: 'published'
|
|
2195
2195
|
},
|
|
2196
|
+
journeys: {
|
|
2197
|
+
keywords: ['journeys', 'icon', 'icon-lab', 'JSM', 'journey', 'lifecycle', 'map', 'process'],
|
|
2198
|
+
componentName: 'JourneysIcon',
|
|
2199
|
+
package: '@atlaskit/icon-lab/core/journeys',
|
|
2200
|
+
categorization: 'single-purpose',
|
|
2201
|
+
usage: 'Reserved for representing Journeys in JSM.',
|
|
2202
|
+
team: 'JSM Getting Started',
|
|
2203
|
+
status: 'published'
|
|
2204
|
+
},
|
|
2196
2205
|
kanban: {
|
|
2197
2206
|
keywords: ['kanban', 'icon', 'icon-lab'],
|
|
2198
2207
|
componentName: 'KanbanIcon',
|
|
@@ -2597,7 +2606,7 @@ var metadata = {
|
|
|
2597
2606
|
usage: 'Reserved for setting objects to recur (eg Work items, Forms)',
|
|
2598
2607
|
team: 'Pandora',
|
|
2599
2608
|
status: 'published',
|
|
2600
|
-
slackChannel: '#horizon-pandora-
|
|
2609
|
+
slackChannel: '#horizon-pandora-team'
|
|
2601
2610
|
},
|
|
2602
2611
|
'reply-left': {
|
|
2603
2612
|
keywords: ['reply-left', 'replyleft', 'icon', 'icon-lab', 'arrow', 'reply', 'respond', 'message'],
|
|
@@ -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::9daf513a3a0db2d77693e71ed1893fda>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
|
|
@@ -2187,6 +2187,15 @@ const metadata = {
|
|
|
2187
2187
|
team: 'Whiteboards',
|
|
2188
2188
|
status: 'published'
|
|
2189
2189
|
},
|
|
2190
|
+
journeys: {
|
|
2191
|
+
keywords: ['journeys', 'icon', 'icon-lab', 'JSM', 'journey', 'lifecycle', 'map', 'process'],
|
|
2192
|
+
componentName: 'JourneysIcon',
|
|
2193
|
+
package: '@atlaskit/icon-lab/core/journeys',
|
|
2194
|
+
categorization: 'single-purpose',
|
|
2195
|
+
usage: 'Reserved for representing Journeys in JSM.',
|
|
2196
|
+
team: 'JSM Getting Started',
|
|
2197
|
+
status: 'published'
|
|
2198
|
+
},
|
|
2190
2199
|
kanban: {
|
|
2191
2200
|
keywords: ['kanban', 'icon', 'icon-lab'],
|
|
2192
2201
|
componentName: 'KanbanIcon',
|
|
@@ -2591,7 +2600,7 @@ const metadata = {
|
|
|
2591
2600
|
usage: 'Reserved for setting objects to recur (eg Work items, Forms)',
|
|
2592
2601
|
team: 'Pandora',
|
|
2593
2602
|
status: 'published',
|
|
2594
|
-
slackChannel: '#horizon-pandora-
|
|
2603
|
+
slackChannel: '#horizon-pandora-team'
|
|
2595
2604
|
},
|
|
2596
2605
|
'reply-left': {
|
|
2597
2606
|
keywords: ['reply-left', 'replyleft', 'icon', 'icon-lab', 'arrow', 'reply', 'respond', 'message'],
|
|
@@ -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::9daf513a3a0db2d77693e71ed1893fda>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
|
|
@@ -2187,6 +2187,15 @@ var metadata = {
|
|
|
2187
2187
|
team: 'Whiteboards',
|
|
2188
2188
|
status: 'published'
|
|
2189
2189
|
},
|
|
2190
|
+
journeys: {
|
|
2191
|
+
keywords: ['journeys', 'icon', 'icon-lab', 'JSM', 'journey', 'lifecycle', 'map', 'process'],
|
|
2192
|
+
componentName: 'JourneysIcon',
|
|
2193
|
+
package: '@atlaskit/icon-lab/core/journeys',
|
|
2194
|
+
categorization: 'single-purpose',
|
|
2195
|
+
usage: 'Reserved for representing Journeys in JSM.',
|
|
2196
|
+
team: 'JSM Getting Started',
|
|
2197
|
+
status: 'published'
|
|
2198
|
+
},
|
|
2190
2199
|
kanban: {
|
|
2191
2200
|
keywords: ['kanban', 'icon', 'icon-lab'],
|
|
2192
2201
|
componentName: 'KanbanIcon',
|
|
@@ -2591,7 +2600,7 @@ var metadata = {
|
|
|
2591
2600
|
usage: 'Reserved for setting objects to recur (eg Work items, Forms)',
|
|
2592
2601
|
team: 'Pandora',
|
|
2593
2602
|
status: 'published',
|
|
2594
|
-
slackChannel: '#horizon-pandora-
|
|
2603
|
+
slackChannel: '#horizon-pandora-team'
|
|
2595
2604
|
},
|
|
2596
2605
|
'reply-left': {
|
|
2597
2606
|
keywords: ['reply-left', 'replyleft', 'icon', 'icon-lab', 'arrow', 'reply', 'respond', 'message'],
|
|
@@ -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::9daf513a3a0db2d77693e71ed1893fda>>
|
|
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::9daf513a3a0db2d77693e71ed1893fda>>
|
|
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": "5.
|
|
3
|
+
"version": "5.14.1",
|
|
4
4
|
"description": "An icon package for public icon contributions",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"build-glyphs": "ts-node --project ../../../tsconfig.node.json ./build/index.tsx"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@atlaskit/icon": "^
|
|
34
|
+
"@atlaskit/icon": "^30.0.0",
|
|
35
35
|
"@babel/runtime": "^7.0.0"
|
|
36
36
|
},
|
|
37
37
|
"peerDependencies": {
|
|
@@ -40,17 +40,17 @@
|
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"@af/icon-build-process": "workspace:^",
|
|
42
42
|
"@af/visual-regression": "workspace:^",
|
|
43
|
-
"@atlaskit/button": "^23.
|
|
43
|
+
"@atlaskit/button": "^23.9.0",
|
|
44
44
|
"@atlaskit/code": "^17.4.0",
|
|
45
45
|
"@atlaskit/heading": "^5.2.0",
|
|
46
|
-
"@atlaskit/modal-dialog": "^14.
|
|
47
|
-
"@atlaskit/primitives": "^
|
|
46
|
+
"@atlaskit/modal-dialog": "^14.10.0",
|
|
47
|
+
"@atlaskit/primitives": "^17.1.0",
|
|
48
48
|
"@atlaskit/textfield": "^8.2.0",
|
|
49
|
-
"@atlaskit/tokens": "^
|
|
50
|
-
"@atlaskit/tooltip": "^20.
|
|
49
|
+
"@atlaskit/tokens": "^10.1.0",
|
|
50
|
+
"@atlaskit/tooltip": "^20.14.0",
|
|
51
51
|
"@atlassian/ssr-tests": "workspace:^",
|
|
52
52
|
"@compiled/react": "^0.18.6",
|
|
53
|
-
"@testing-library/react": "^
|
|
53
|
+
"@testing-library/react": "^16.3.0",
|
|
54
54
|
"fs-extra": "^4.0.2",
|
|
55
55
|
"pkg-dir": "^4.2.0",
|
|
56
56
|
"react-dom": "^18.2.0",
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M11.223 9.717a.75.75 0 0 1 .962-.077l3.5 2.5a.75.75 0 0 1 0 1.22l-3.5 2.5a.75.75 0 0 1-1.05-1.04l.925-1.32H5.125a3.125 3.125 0 1 1 0-6.25h3.75a1.625 1.625 0 0 0 0-3.25H4.25V2.5h4.625a3.125 3.125 0 1 1 0 6.25h-3.75a1.625 1.625 0 0 0 0 3.25h6.935l-.924-1.32a.75.75 0 0 1 .087-.963"/><path fill="currentcolor" d="M3 3.25a.75.75 0 1 0-1.5 0 .75.75 0 0 0 1.5 0m1.5 0a2.25 2.25 0 1 1-4.5 0 2.25 2.25 0 0 1 4.5 0"/></svg>
|