@atlaskit/icon-lab 0.1.0 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +61 -0
- package/core/{highlight.d.ts → book-open.d.ts} +3 -3
- package/core/{highlight.js → book-open.js} +9 -9
- package/core/coins.js +2 -2
- package/core/cross-octagon.js +2 -2
- package/core/editions.js +4 -4
- package/core/field-text.js +2 -2
- package/core/lozenge.d.ts +14 -0
- package/core/lozenge.js +31 -0
- package/core/paint-brush.js +2 -2
- package/core/paint-roller.js +2 -2
- package/core/roadmaps-plan.js +3 -3
- package/core/roadmaps-service.js +3 -3
- package/core/speedometer.js +2 -2
- package/core/takeout-container.js +3 -3
- package/core/ticket.js +2 -2
- package/core/vehicle-train.js +3 -3
- package/core/vulnerability.d.ts +14 -0
- package/core/vulnerability.js +31 -0
- package/core/wallet.js +2 -2
- package/core/wrench.js +2 -2
- package/dist/cjs/metadata-core.js +42 -24
- package/dist/es2019/metadata-core.js +42 -24
- package/dist/esm/metadata-core.js +42 -24
- 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/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,66 @@
|
|
|
1
1
|
# @atlaskit/icon-lab
|
|
2
2
|
|
|
3
|
+
## 1.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [#147410](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/147410)
|
|
8
|
+
[`7300bd8281c70`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/7300bd8281c70) -
|
|
9
|
+
This release adds a supplementary set of icons to `@atlaskit/icon-lab` and removes a few icons.
|
|
10
|
+
|
|
11
|
+
### Added:
|
|
12
|
+
|
|
13
|
+
**`@atlaskit/icon-lab/core`**
|
|
14
|
+
|
|
15
|
+
- `book-open`
|
|
16
|
+
- `lozenge`
|
|
17
|
+
- `vulnerability`
|
|
18
|
+
|
|
19
|
+
### Renamed:
|
|
20
|
+
|
|
21
|
+
- `status → lozenge`
|
|
22
|
+
|
|
23
|
+
### Removed entrypoints:
|
|
24
|
+
|
|
25
|
+
**`@atlaskit/icon-lab/core`**
|
|
26
|
+
|
|
27
|
+
- `highlight`
|
|
28
|
+
|
|
29
|
+
### Patch Changes
|
|
30
|
+
|
|
31
|
+
- [#147477](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/147477)
|
|
32
|
+
[`2d3fe080da9cf`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/2d3fe080da9cf) -
|
|
33
|
+
Re-generated icon-lab icons after dependencies were updated
|
|
34
|
+
- Updated dependencies
|
|
35
|
+
|
|
36
|
+
## 0.2.0
|
|
37
|
+
|
|
38
|
+
### Minor Changes
|
|
39
|
+
|
|
40
|
+
- [#140548](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/140548)
|
|
41
|
+
[`c66b92f724af1`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/c66b92f724af1) - ###
|
|
42
|
+
Summary:
|
|
43
|
+
|
|
44
|
+
- Fixes issue where icons with arrows sometimes rendered incorrectly.
|
|
45
|
+
- Adds `status` icon.
|
|
46
|
+
|
|
47
|
+
### Added:
|
|
48
|
+
|
|
49
|
+
**`@atlaskit/icon-lab/core`**
|
|
50
|
+
|
|
51
|
+
- `status`
|
|
52
|
+
|
|
53
|
+
### Updated:
|
|
54
|
+
|
|
55
|
+
**`@atlaskit/icon-lab/core`**
|
|
56
|
+
|
|
57
|
+
- `highlight`: now feature smaller icon with room for a color indicator underneath.
|
|
58
|
+
- Icons containing arrows have corrected paths
|
|
59
|
+
|
|
60
|
+
### Patch Changes
|
|
61
|
+
|
|
62
|
+
- Updated dependencies
|
|
63
|
+
|
|
3
64
|
## 0.1.0
|
|
4
65
|
|
|
5
66
|
### Minor Changes
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::1b710c2b212b931c4a1447d53feb5cad>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
import React from 'react';
|
|
8
8
|
import Icon from '@atlaskit/icon/UNSAFE_base-new';
|
|
9
9
|
|
|
10
|
-
declare const
|
|
10
|
+
declare const BookOpenIcon: {
|
|
11
11
|
(props: Omit<React.ComponentProps<typeof Icon>, 'dangerouslySetGlyph' | 'type'>): JSX.Element;
|
|
12
12
|
displayName: string;
|
|
13
13
|
};
|
|
14
|
-
export default
|
|
14
|
+
export default BookOpenIcon;
|
|
@@ -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::ef42c13301a15ee2eb0ff2a43170429a>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -11,21 +11,21 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
11
11
|
exports.default = void 0;
|
|
12
12
|
var _react = _interopRequireDefault(require("react"));
|
|
13
13
|
var _UNSAFE_baseNew = _interopRequireDefault(require("@atlaskit/icon/UNSAFE_base-new"));
|
|
14
|
-
function _interopRequireDefault(
|
|
14
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
15
15
|
/**
|
|
16
16
|
* ⚠️ EXPERIMENTAL ⚠️ - New icons are in alpha - and subject to change or removal in future minor or patch releases.
|
|
17
17
|
* Please reach out in #icon-contributions before using these in production.
|
|
18
18
|
*
|
|
19
|
-
* Icon: "
|
|
20
|
-
* Category:
|
|
19
|
+
* Icon: "BookOpen".
|
|
20
|
+
* Category: multi-purpose
|
|
21
21
|
* Location: @atlaskit/icon-lab
|
|
22
|
-
* Usage guidance:
|
|
22
|
+
* Usage guidance: Known uses: None
|
|
23
23
|
* - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
|
|
24
24
|
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
25
25
|
*/
|
|
26
|
-
const
|
|
27
|
-
dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="
|
|
26
|
+
const BookOpenIcon = props => /*#__PURE__*/_react.default.createElement(_UNSAFE_baseNew.default, Object.assign({
|
|
27
|
+
dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M8 15.5v-2.25m0-8.375v8.375m0-8.375C8 3.149 9.4 1.75 11.127 1.75h3.5c.346 0 .625.28.625.625v10.25c0 .345-.28.625-.625.625H8m0-8.375A3.124 3.124 0 0 0 4.876 1.75h-3.5a.625.625 0 0 0-.625.625v10.25c0 .345.28.625.625.625H8m2.5-8h2.75m-2.75 2.5h2.75"/>`
|
|
28
28
|
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
29
29
|
}, props));
|
|
30
|
-
|
|
31
|
-
var _default = exports.default =
|
|
30
|
+
BookOpenIcon.displayName = 'BookOpenIcon';
|
|
31
|
+
var _default = exports.default = BookOpenIcon;
|
package/core/coins.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::a874ce8980c1f475633b3d5f4c53befa>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -11,7 +11,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
11
11
|
exports.default = void 0;
|
|
12
12
|
var _react = _interopRequireDefault(require("react"));
|
|
13
13
|
var _UNSAFE_baseNew = _interopRequireDefault(require("@atlaskit/icon/UNSAFE_base-new"));
|
|
14
|
-
function _interopRequireDefault(
|
|
14
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
15
15
|
/**
|
|
16
16
|
* ⚠️ EXPERIMENTAL ⚠️ - New icons are in alpha - and subject to change or removal in future minor or patch releases.
|
|
17
17
|
* Please reach out in #icon-contributions before using these in production.
|
package/core/cross-octagon.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::1f74d3386eb42d074d46498e725f9daa>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -11,7 +11,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
11
11
|
exports.default = void 0;
|
|
12
12
|
var _react = _interopRequireDefault(require("react"));
|
|
13
13
|
var _UNSAFE_baseNew = _interopRequireDefault(require("@atlaskit/icon/UNSAFE_base-new"));
|
|
14
|
-
function _interopRequireDefault(
|
|
14
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
15
15
|
/**
|
|
16
16
|
* ⚠️ EXPERIMENTAL ⚠️ - New icons are in alpha - and subject to change or removal in future minor or patch releases.
|
|
17
17
|
* Please reach out in #icon-contributions before using these in production.
|
package/core/editions.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::46d6bb71fdac68178ab8f549d07543d9>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -11,7 +11,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
11
11
|
exports.default = void 0;
|
|
12
12
|
var _react = _interopRequireDefault(require("react"));
|
|
13
13
|
var _UNSAFE_baseNew = _interopRequireDefault(require("@atlaskit/icon/UNSAFE_base-new"));
|
|
14
|
-
function _interopRequireDefault(
|
|
14
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
15
15
|
/**
|
|
16
16
|
* ⚠️ EXPERIMENTAL ⚠️ - New icons are in alpha - and subject to change or removal in future minor or patch releases.
|
|
17
17
|
* Please reach out in #icon-contributions before using these in production.
|
|
@@ -19,12 +19,12 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
|
|
|
19
19
|
* Icon: "Editions".
|
|
20
20
|
* Category: single-purpose
|
|
21
21
|
* Location: @atlaskit/icon-lab
|
|
22
|
-
* Usage guidance:
|
|
22
|
+
* Usage guidance: Reserved for representing premium features and functionality. Editions may replace the current premium sparkle icon.
|
|
23
23
|
* - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
|
|
24
24
|
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
25
25
|
*/
|
|
26
26
|
const EditionsIcon = props => /*#__PURE__*/_react.default.createElement(_UNSAFE_baseNew.default, Object.assign({
|
|
27
|
-
dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="
|
|
27
|
+
dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="m5.25 5.75 1.25-4m-1.25 4h5.5m-5.5 0H1m4.25 0L7.92 14h.16l2.67-8.25m-4.25-4H3.25l-2.5 4L8 14.25l7.25-8.5-2.5-4H9.5m-3 0h3m1.25 4-1.25-4m1.25 4h4.125"/>`
|
|
28
28
|
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
29
29
|
}, props));
|
|
30
30
|
EditionsIcon.displayName = 'EditionsIcon';
|
package/core/field-text.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::cddf9d42850334b7932bd90cf51a8b1f>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -11,7 +11,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
11
11
|
exports.default = void 0;
|
|
12
12
|
var _react = _interopRequireDefault(require("react"));
|
|
13
13
|
var _UNSAFE_baseNew = _interopRequireDefault(require("@atlaskit/icon/UNSAFE_base-new"));
|
|
14
|
-
function _interopRequireDefault(
|
|
14
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
15
15
|
/**
|
|
16
16
|
* ⚠️ EXPERIMENTAL ⚠️ - New icons are in alpha - and subject to change or removal in future minor or patch releases.
|
|
17
17
|
* Please reach out in #icon-contributions before using these in production.
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::39f0f143fb1b1eadb5cd24cf631effc0>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
import React from 'react';
|
|
8
|
+
import Icon from '@atlaskit/icon/UNSAFE_base-new';
|
|
9
|
+
|
|
10
|
+
declare const LozengeIcon: {
|
|
11
|
+
(props: Omit<React.ComponentProps<typeof Icon>, 'dangerouslySetGlyph' | 'type'>): JSX.Element;
|
|
12
|
+
displayName: string;
|
|
13
|
+
};
|
|
14
|
+
export default LozengeIcon;
|
package/core/lozenge.js
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::bad58b909cb020b76e214ca91cc8be6d>>
|
|
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 _UNSAFE_baseNew = _interopRequireDefault(require("@atlaskit/icon/UNSAFE_base-new"));
|
|
14
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
15
|
+
/**
|
|
16
|
+
* ⚠️ EXPERIMENTAL ⚠️ - New icons are in alpha - and subject to change or removal in future minor or patch releases.
|
|
17
|
+
* Please reach out in #icon-contributions before using these in production.
|
|
18
|
+
*
|
|
19
|
+
* Icon: "Lozenge".
|
|
20
|
+
* Category: single-purpose
|
|
21
|
+
* Location: @atlaskit/icon-lab
|
|
22
|
+
* Usage guidance: Reserved for inserting status lozenges in Editor.
|
|
23
|
+
* - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
|
|
24
|
+
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
25
|
+
*/
|
|
26
|
+
const LozengeIcon = props => /*#__PURE__*/_react.default.createElement(_UNSAFE_baseNew.default, Object.assign({
|
|
27
|
+
dangerouslySetGlyph: `<path stroke="currentcolor" stroke-width="1.5" d="M3 8h10M2 11.25h12c.69 0 1.25-.56 1.25-1.25V6c0-.69-.56-1.25-1.25-1.25H2C1.31 4.75.75 5.31.75 6v4c0 .69.56 1.25 1.25 1.25Z"/>`
|
|
28
|
+
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
29
|
+
}, props));
|
|
30
|
+
LozengeIcon.displayName = 'LozengeIcon';
|
|
31
|
+
var _default = exports.default = LozengeIcon;
|
package/core/paint-brush.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::961308c63190c9a8a29f262c516ba936>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -11,7 +11,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
11
11
|
exports.default = void 0;
|
|
12
12
|
var _react = _interopRequireDefault(require("react"));
|
|
13
13
|
var _UNSAFE_baseNew = _interopRequireDefault(require("@atlaskit/icon/UNSAFE_base-new"));
|
|
14
|
-
function _interopRequireDefault(
|
|
14
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
15
15
|
/**
|
|
16
16
|
* ⚠️ EXPERIMENTAL ⚠️ - New icons are in alpha - and subject to change or removal in future minor or patch releases.
|
|
17
17
|
* Please reach out in #icon-contributions before using these in production.
|
package/core/paint-roller.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::6f5fa1e723e9aac092f6e2b74534be1b>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -11,7 +11,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
11
11
|
exports.default = void 0;
|
|
12
12
|
var _react = _interopRequireDefault(require("react"));
|
|
13
13
|
var _UNSAFE_baseNew = _interopRequireDefault(require("@atlaskit/icon/UNSAFE_base-new"));
|
|
14
|
-
function _interopRequireDefault(
|
|
14
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
15
15
|
/**
|
|
16
16
|
* ⚠️ EXPERIMENTAL ⚠️ - New icons are in alpha - and subject to change or removal in future minor or patch releases.
|
|
17
17
|
* Please reach out in #icon-contributions before using these in production.
|
package/core/roadmaps-plan.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::f7400438bfd283e666cdbdb4f2f49eb3>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -11,7 +11,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
11
11
|
exports.default = void 0;
|
|
12
12
|
var _react = _interopRequireDefault(require("react"));
|
|
13
13
|
var _UNSAFE_baseNew = _interopRequireDefault(require("@atlaskit/icon/UNSAFE_base-new"));
|
|
14
|
-
function _interopRequireDefault(
|
|
14
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
15
15
|
/**
|
|
16
16
|
* ⚠️ EXPERIMENTAL ⚠️ - New icons are in alpha - and subject to change or removal in future minor or patch releases.
|
|
17
17
|
* Please reach out in #icon-contributions before using these in production.
|
|
@@ -19,7 +19,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
|
|
|
19
19
|
* Icon: "RoadmapsPlan".
|
|
20
20
|
* Category: single-purpose
|
|
21
21
|
* Location: @atlaskit/icon-lab
|
|
22
|
-
* Usage guidance:
|
|
22
|
+
* Usage guidance: Reserved for roadmaps plan.
|
|
23
23
|
* - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
|
|
24
24
|
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
25
25
|
*/
|
package/core/roadmaps-service.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::ef9e50803f3ee51e1b1c36fe2fd0a5a9>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -11,7 +11,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
11
11
|
exports.default = void 0;
|
|
12
12
|
var _react = _interopRequireDefault(require("react"));
|
|
13
13
|
var _UNSAFE_baseNew = _interopRequireDefault(require("@atlaskit/icon/UNSAFE_base-new"));
|
|
14
|
-
function _interopRequireDefault(
|
|
14
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
15
15
|
/**
|
|
16
16
|
* ⚠️ EXPERIMENTAL ⚠️ - New icons are in alpha - and subject to change or removal in future minor or patch releases.
|
|
17
17
|
* Please reach out in #icon-contributions before using these in production.
|
|
@@ -19,7 +19,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
|
|
|
19
19
|
* Icon: "RoadmapsService".
|
|
20
20
|
* Category: single-purpose
|
|
21
21
|
* Location: @atlaskit/icon-lab
|
|
22
|
-
* Usage guidance:
|
|
22
|
+
* Usage guidance: Reserved for roadmaps service.
|
|
23
23
|
* - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
|
|
24
24
|
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
25
25
|
*/
|
package/core/speedometer.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::582af4455e4d0335183db9e52472e37b>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -11,7 +11,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
11
11
|
exports.default = void 0;
|
|
12
12
|
var _react = _interopRequireDefault(require("react"));
|
|
13
13
|
var _UNSAFE_baseNew = _interopRequireDefault(require("@atlaskit/icon/UNSAFE_base-new"));
|
|
14
|
-
function _interopRequireDefault(
|
|
14
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
15
15
|
/**
|
|
16
16
|
* ⚠️ EXPERIMENTAL ⚠️ - New icons are in alpha - and subject to change or removal in future minor or patch releases.
|
|
17
17
|
* Please reach out in #icon-contributions before using these in production.
|
|
@@ -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::173d505481ca71a0e14cce9181923423>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -11,7 +11,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
11
11
|
exports.default = void 0;
|
|
12
12
|
var _react = _interopRequireDefault(require("react"));
|
|
13
13
|
var _UNSAFE_baseNew = _interopRequireDefault(require("@atlaskit/icon/UNSAFE_base-new"));
|
|
14
|
-
function _interopRequireDefault(
|
|
14
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
15
15
|
/**
|
|
16
16
|
* ⚠️ EXPERIMENTAL ⚠️ - New icons are in alpha - and subject to change or removal in future minor or patch releases.
|
|
17
17
|
* Please reach out in #icon-contributions before using these in production.
|
|
@@ -19,7 +19,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
|
|
|
19
19
|
* Icon: "TakeoutContainer".
|
|
20
20
|
* Category: multi-purpose
|
|
21
21
|
* Location: @atlaskit/icon-lab
|
|
22
|
-
* Usage guidance:
|
|
22
|
+
* Usage guidance: Known usages: Alternative option for food emoji category.
|
|
23
23
|
* - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
|
|
24
24
|
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
25
25
|
*/
|
package/core/ticket.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::de6631b71116f0955d220707e3ea5fb4>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -11,7 +11,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
11
11
|
exports.default = void 0;
|
|
12
12
|
var _react = _interopRequireDefault(require("react"));
|
|
13
13
|
var _UNSAFE_baseNew = _interopRequireDefault(require("@atlaskit/icon/UNSAFE_base-new"));
|
|
14
|
-
function _interopRequireDefault(
|
|
14
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
15
15
|
/**
|
|
16
16
|
* ⚠️ EXPERIMENTAL ⚠️ - New icons are in alpha - and subject to change or removal in future minor or patch releases.
|
|
17
17
|
* Please reach out in #icon-contributions before using these in production.
|
package/core/vehicle-train.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::f281c3e32ea5cc827a487d89a544662f>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -11,7 +11,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
11
11
|
exports.default = void 0;
|
|
12
12
|
var _react = _interopRequireDefault(require("react"));
|
|
13
13
|
var _UNSAFE_baseNew = _interopRequireDefault(require("@atlaskit/icon/UNSAFE_base-new"));
|
|
14
|
-
function _interopRequireDefault(
|
|
14
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
15
15
|
/**
|
|
16
16
|
* ⚠️ EXPERIMENTAL ⚠️ - New icons are in alpha - and subject to change or removal in future minor or patch releases.
|
|
17
17
|
* Please reach out in #icon-contributions before using these in production.
|
|
@@ -19,7 +19,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
|
|
|
19
19
|
* Icon: "VehicleTrain".
|
|
20
20
|
* Category: multi-purpose
|
|
21
21
|
* Location: @atlaskit/icon-lab
|
|
22
|
-
* Usage guidance:
|
|
22
|
+
* Usage guidance: Known usages: Alternative option for transport emoji category.
|
|
23
23
|
* - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
|
|
24
24
|
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
25
25
|
*/
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::bad91bdc6e9f7593846a834b99bff62e>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
import React from 'react';
|
|
8
|
+
import Icon from '@atlaskit/icon/UNSAFE_base-new';
|
|
9
|
+
|
|
10
|
+
declare const VulnerabilityIcon: {
|
|
11
|
+
(props: Omit<React.ComponentProps<typeof Icon>, 'dangerouslySetGlyph' | 'type'>): JSX.Element;
|
|
12
|
+
displayName: string;
|
|
13
|
+
};
|
|
14
|
+
export default VulnerabilityIcon;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::372db08492db251cd930b2f09abab97e>>
|
|
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 _UNSAFE_baseNew = _interopRequireDefault(require("@atlaskit/icon/UNSAFE_base-new"));
|
|
14
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
15
|
+
/**
|
|
16
|
+
* ⚠️ EXPERIMENTAL ⚠️ - New icons are in alpha - and subject to change or removal in future minor or patch releases.
|
|
17
|
+
* Please reach out in #icon-contributions before using these in production.
|
|
18
|
+
*
|
|
19
|
+
* Icon: "Vulnerability".
|
|
20
|
+
* Category: single-purpose
|
|
21
|
+
* Location: @atlaskit/icon-lab
|
|
22
|
+
* Usage guidance: Reserved for security vulnerabilities.
|
|
23
|
+
* - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
|
|
24
|
+
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
25
|
+
*/
|
|
26
|
+
const VulnerabilityIcon = props => /*#__PURE__*/_react.default.createElement(_UNSAFE_baseNew.default, Object.assign({
|
|
27
|
+
dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M13 2.5h-3V1h3a2 2 0 0 1 2 2v3h-1.5V3a.5.5 0 0 0-.5-.5m-10 0a.5.5 0 0 0-.5.5v3H1V3a2 2 0 0 1 2-2h3v1.5zM2.5 10v3a.5.5 0 0 0 .5.5h3V15H3a2 2 0 0 1-2-2v-3zm11 3v-3H15v3a2 2 0 0 1-2 2h-3v-1.5h3a.5.5 0 0 0 .5-.5M7.25 8.5V4h1.5v4.5zM8 12a1 1 0 1 0 0-2 1 1 0 0 0 0 2" clip-rule="evenodd"/>`
|
|
28
|
+
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
29
|
+
}, props));
|
|
30
|
+
VulnerabilityIcon.displayName = 'VulnerabilityIcon';
|
|
31
|
+
var _default = exports.default = VulnerabilityIcon;
|
package/core/wallet.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::e6c2c0630f02796790d3cb658f1bbee3>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -11,7 +11,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
11
11
|
exports.default = void 0;
|
|
12
12
|
var _react = _interopRequireDefault(require("react"));
|
|
13
13
|
var _UNSAFE_baseNew = _interopRequireDefault(require("@atlaskit/icon/UNSAFE_base-new"));
|
|
14
|
-
function _interopRequireDefault(
|
|
14
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
15
15
|
/**
|
|
16
16
|
* ⚠️ EXPERIMENTAL ⚠️ - New icons are in alpha - and subject to change or removal in future minor or patch releases.
|
|
17
17
|
* Please reach out in #icon-contributions before using these in production.
|
package/core/wrench.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::6cbb9769ee9ff173762766c4e5246d51>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -11,7 +11,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
11
11
|
exports.default = void 0;
|
|
12
12
|
var _react = _interopRequireDefault(require("react"));
|
|
13
13
|
var _UNSAFE_baseNew = _interopRequireDefault(require("@atlaskit/icon/UNSAFE_base-new"));
|
|
14
|
-
function _interopRequireDefault(
|
|
14
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
15
15
|
/**
|
|
16
16
|
* ⚠️ EXPERIMENTAL ⚠️ - New icons are in alpha - and subject to change or removal in future minor or patch releases.
|
|
17
17
|
* Please reach out in #icon-contributions before using these in production.
|
|
@@ -9,13 +9,22 @@ exports.default = void 0;
|
|
|
9
9
|
*
|
|
10
10
|
* To change the format of this file, modify `UNSAFE_createIconDocsNew` in icon-build-process/src/create-icon-docs.tsx.
|
|
11
11
|
*
|
|
12
|
-
* @codegen <<SignedSource::
|
|
12
|
+
* @codegen <<SignedSource::fb64e80f33776bd1206895e95a86eaa6>>
|
|
13
13
|
* @codegenCommand yarn build:icon-glyphs
|
|
14
14
|
*/
|
|
15
15
|
|
|
16
16
|
var metadata = {
|
|
17
|
+
'book-open': {
|
|
18
|
+
keywords: ['book-open', 'bookopen', 'icon', 'icon-lab', 'core', 'book', 'knowledgebase article'],
|
|
19
|
+
componentName: 'BookOpenIcon',
|
|
20
|
+
package: '@atlaskit/icon-lab/core/book-open',
|
|
21
|
+
type: 'core',
|
|
22
|
+
categorization: 'multi-purpose',
|
|
23
|
+
usage: 'Known uses: None',
|
|
24
|
+
team: 'Design System Team'
|
|
25
|
+
},
|
|
17
26
|
coins: {
|
|
18
|
-
keywords: ['coins', 'icon', 'icon-lab', 'core', '
|
|
27
|
+
keywords: ['coins', 'icon', 'icon-lab', 'core', 'money', 'loose change', 'currency'],
|
|
19
28
|
componentName: 'CoinsIcon',
|
|
20
29
|
package: '@atlaskit/icon-lab/core/coins',
|
|
21
30
|
type: 'core',
|
|
@@ -24,7 +33,7 @@ var metadata = {
|
|
|
24
33
|
team: 'Design System Team'
|
|
25
34
|
},
|
|
26
35
|
'cross-octagon': {
|
|
27
|
-
keywords: ['cross-octagon', 'crossoctagon', 'icon', 'icon-lab', 'core', '
|
|
36
|
+
keywords: ['cross-octagon', 'crossoctagon', 'icon', 'icon-lab', 'core', 'cross', 'stop', 'block', 'octagon'],
|
|
28
37
|
componentName: 'CrossOctagonIcon',
|
|
29
38
|
package: '@atlaskit/icon-lab/core/cross-octagon',
|
|
30
39
|
type: 'core',
|
|
@@ -33,16 +42,16 @@ var metadata = {
|
|
|
33
42
|
team: 'Design System Team'
|
|
34
43
|
},
|
|
35
44
|
editions: {
|
|
36
|
-
keywords: ['editions', 'icon', 'icon-lab', 'core', '
|
|
45
|
+
keywords: ['editions', 'icon', 'icon-lab', 'core', 'gem', 'premium', 'diamond', 'precious stone', 'editions'],
|
|
37
46
|
componentName: 'EditionsIcon',
|
|
38
47
|
package: '@atlaskit/icon-lab/core/editions',
|
|
39
48
|
type: 'core',
|
|
40
49
|
categorization: 'single-purpose',
|
|
41
|
-
usage: '
|
|
50
|
+
usage: 'Reserved for representing premium features and functionality. Editions may replace the current premium sparkle icon.',
|
|
42
51
|
team: 'Design System Team'
|
|
43
52
|
},
|
|
44
53
|
'field-text': {
|
|
45
|
-
keywords: ['field-text', 'fieldtext', 'icon', 'icon-lab', 'core', '
|
|
54
|
+
keywords: ['field-text', 'fieldtext', 'icon', 'icon-lab', 'core', 'form', 'input', 'label', 'cursor', 'text field'],
|
|
46
55
|
componentName: 'FieldTextIcon',
|
|
47
56
|
package: '@atlaskit/icon-lab/core/field-text',
|
|
48
57
|
type: 'core',
|
|
@@ -50,17 +59,17 @@ var metadata = {
|
|
|
50
59
|
usage: 'Multi purpose',
|
|
51
60
|
team: 'Design System Team'
|
|
52
61
|
},
|
|
53
|
-
|
|
54
|
-
keywords: ['
|
|
55
|
-
componentName: '
|
|
56
|
-
package: '@atlaskit/icon-lab/core/
|
|
62
|
+
lozenge: {
|
|
63
|
+
keywords: ['lozenge', 'icon', 'icon-lab', 'core', 'insert', 'status', 'badge'],
|
|
64
|
+
componentName: 'LozengeIcon',
|
|
65
|
+
package: '@atlaskit/icon-lab/core/lozenge',
|
|
57
66
|
type: 'core',
|
|
58
67
|
categorization: 'single-purpose',
|
|
59
|
-
usage: '
|
|
60
|
-
team: '
|
|
68
|
+
usage: 'Reserved for inserting status lozenges in Editor.',
|
|
69
|
+
team: 'Editor'
|
|
61
70
|
},
|
|
62
71
|
'paint-brush': {
|
|
63
|
-
keywords: ['paint-brush', 'paintbrush', 'icon', 'icon-lab', 'core', '
|
|
72
|
+
keywords: ['paint-brush', 'paintbrush', 'icon', 'icon-lab', 'core', 'brush', 'appearance', 'paint'],
|
|
64
73
|
componentName: 'PaintBrushIcon',
|
|
65
74
|
package: '@atlaskit/icon-lab/core/paint-brush',
|
|
66
75
|
type: 'core',
|
|
@@ -69,7 +78,7 @@ var metadata = {
|
|
|
69
78
|
team: 'Design System Team'
|
|
70
79
|
},
|
|
71
80
|
'paint-roller': {
|
|
72
|
-
keywords: ['paint-roller', 'paintroller', 'icon', 'icon-lab', 'core', '
|
|
81
|
+
keywords: ['paint-roller', 'paintroller', 'icon', 'icon-lab', 'core', 'roller', 'background', 'paint'],
|
|
73
82
|
componentName: 'PaintRollerIcon',
|
|
74
83
|
package: '@atlaskit/icon-lab/core/paint-roller',
|
|
75
84
|
type: 'core',
|
|
@@ -84,7 +93,7 @@ var metadata = {
|
|
|
84
93
|
oldName: ['bitbucket/builds'],
|
|
85
94
|
type: 'core',
|
|
86
95
|
categorization: 'single-purpose',
|
|
87
|
-
usage: '
|
|
96
|
+
usage: 'Reserved for roadmaps plan.',
|
|
88
97
|
team: 'Design System Team'
|
|
89
98
|
},
|
|
90
99
|
'roadmaps-service': {
|
|
@@ -94,11 +103,11 @@ var metadata = {
|
|
|
94
103
|
oldName: ['bitbucket/forks'],
|
|
95
104
|
type: 'core',
|
|
96
105
|
categorization: 'single-purpose',
|
|
97
|
-
usage: '
|
|
106
|
+
usage: 'Reserved for roadmaps service.',
|
|
98
107
|
team: 'Design System Team'
|
|
99
108
|
},
|
|
100
109
|
speedometer: {
|
|
101
|
-
keywords: ['speedometer', 'icon', 'icon-lab', 'core', '
|
|
110
|
+
keywords: ['speedometer', 'icon', 'icon-lab', 'core', 'speed', 'performance', 'dial'],
|
|
102
111
|
componentName: 'SpeedometerIcon',
|
|
103
112
|
package: '@atlaskit/icon-lab/core/speedometer',
|
|
104
113
|
type: 'core',
|
|
@@ -107,16 +116,16 @@ var metadata = {
|
|
|
107
116
|
team: 'Design System Team'
|
|
108
117
|
},
|
|
109
118
|
'takeout-container': {
|
|
110
|
-
keywords: ['takeout-container', 'takeoutcontainer', 'icon', 'icon-lab', 'core', '
|
|
119
|
+
keywords: ['takeout-container', 'takeoutcontainer', 'icon', 'icon-lab', 'core', 'takeout', 'food', 'takeaway'],
|
|
111
120
|
componentName: 'TakeoutContainerIcon',
|
|
112
121
|
package: '@atlaskit/icon-lab/core/takeout-container',
|
|
113
122
|
type: 'core',
|
|
114
123
|
categorization: 'multi-purpose',
|
|
115
|
-
usage: '
|
|
124
|
+
usage: 'Known usages: Alternative option for food emoji category.',
|
|
116
125
|
team: 'Design System Team'
|
|
117
126
|
},
|
|
118
127
|
ticket: {
|
|
119
|
-
keywords: ['ticket', 'icon', 'icon-lab', 'core', '
|
|
128
|
+
keywords: ['ticket', 'icon', 'icon-lab', 'core', 'stub', 'ticket'],
|
|
120
129
|
componentName: 'TicketIcon',
|
|
121
130
|
package: '@atlaskit/icon-lab/core/ticket',
|
|
122
131
|
type: 'core',
|
|
@@ -125,16 +134,25 @@ var metadata = {
|
|
|
125
134
|
team: 'Design System Team'
|
|
126
135
|
},
|
|
127
136
|
'vehicle-train': {
|
|
128
|
-
keywords: ['vehicle-train', 'vehicletrain', 'icon', 'icon-lab', 'core', '
|
|
137
|
+
keywords: ['vehicle-train', 'vehicletrain', 'icon', 'icon-lab', 'core', 'transportation', 'vehicle', 'car'],
|
|
129
138
|
componentName: 'VehicleTrainIcon',
|
|
130
139
|
package: '@atlaskit/icon-lab/core/vehicle-train',
|
|
131
140
|
type: 'core',
|
|
132
141
|
categorization: 'multi-purpose',
|
|
133
|
-
usage: '
|
|
142
|
+
usage: 'Known usages: Alternative option for transport emoji category.',
|
|
134
143
|
team: 'Design System Team'
|
|
135
144
|
},
|
|
145
|
+
vulnerability: {
|
|
146
|
+
keywords: ['vulnerability', 'icon', 'icon-lab', 'core', 'vulnerability', 'security', 'alert', 'warning'],
|
|
147
|
+
componentName: 'VulnerabilityIcon',
|
|
148
|
+
package: '@atlaskit/icon-lab/core/vulnerability',
|
|
149
|
+
type: 'core',
|
|
150
|
+
categorization: 'single-purpose',
|
|
151
|
+
usage: 'Reserved for security vulnerabilities.',
|
|
152
|
+
team: 'Automation'
|
|
153
|
+
},
|
|
136
154
|
wallet: {
|
|
137
|
-
keywords: ['wallet', 'icon', 'icon-lab', 'core', '
|
|
155
|
+
keywords: ['wallet', 'icon', 'icon-lab', 'core', 'money', 'sales', 'payment', 'wallet'],
|
|
138
156
|
componentName: 'WalletIcon',
|
|
139
157
|
package: '@atlaskit/icon-lab/core/wallet',
|
|
140
158
|
type: 'core',
|
|
@@ -143,7 +161,7 @@ var metadata = {
|
|
|
143
161
|
team: 'Design System Team'
|
|
144
162
|
},
|
|
145
163
|
wrench: {
|
|
146
|
-
keywords: ['wrench', 'icon', 'icon-lab', 'core', '
|
|
164
|
+
keywords: ['wrench', 'icon', 'icon-lab', 'core', 'wrench', 'spanner', 'tool'],
|
|
147
165
|
componentName: 'WrenchIcon',
|
|
148
166
|
package: '@atlaskit/icon-lab/core/wrench',
|
|
149
167
|
type: 'core',
|
|
@@ -3,13 +3,22 @@
|
|
|
3
3
|
*
|
|
4
4
|
* To change the format of this file, modify `UNSAFE_createIconDocsNew` in icon-build-process/src/create-icon-docs.tsx.
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::fb64e80f33776bd1206895e95a86eaa6>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
const metadata = {
|
|
11
|
+
'book-open': {
|
|
12
|
+
keywords: ['book-open', 'bookopen', 'icon', 'icon-lab', 'core', 'book', 'knowledgebase article'],
|
|
13
|
+
componentName: 'BookOpenIcon',
|
|
14
|
+
package: '@atlaskit/icon-lab/core/book-open',
|
|
15
|
+
type: 'core',
|
|
16
|
+
categorization: 'multi-purpose',
|
|
17
|
+
usage: 'Known uses: None',
|
|
18
|
+
team: 'Design System Team'
|
|
19
|
+
},
|
|
11
20
|
coins: {
|
|
12
|
-
keywords: ['coins', 'icon', 'icon-lab', 'core', '
|
|
21
|
+
keywords: ['coins', 'icon', 'icon-lab', 'core', 'money', 'loose change', 'currency'],
|
|
13
22
|
componentName: 'CoinsIcon',
|
|
14
23
|
package: '@atlaskit/icon-lab/core/coins',
|
|
15
24
|
type: 'core',
|
|
@@ -18,7 +27,7 @@ const metadata = {
|
|
|
18
27
|
team: 'Design System Team'
|
|
19
28
|
},
|
|
20
29
|
'cross-octagon': {
|
|
21
|
-
keywords: ['cross-octagon', 'crossoctagon', 'icon', 'icon-lab', 'core', '
|
|
30
|
+
keywords: ['cross-octagon', 'crossoctagon', 'icon', 'icon-lab', 'core', 'cross', 'stop', 'block', 'octagon'],
|
|
22
31
|
componentName: 'CrossOctagonIcon',
|
|
23
32
|
package: '@atlaskit/icon-lab/core/cross-octagon',
|
|
24
33
|
type: 'core',
|
|
@@ -27,16 +36,16 @@ const metadata = {
|
|
|
27
36
|
team: 'Design System Team'
|
|
28
37
|
},
|
|
29
38
|
editions: {
|
|
30
|
-
keywords: ['editions', 'icon', 'icon-lab', 'core', '
|
|
39
|
+
keywords: ['editions', 'icon', 'icon-lab', 'core', 'gem', 'premium', 'diamond', 'precious stone', 'editions'],
|
|
31
40
|
componentName: 'EditionsIcon',
|
|
32
41
|
package: '@atlaskit/icon-lab/core/editions',
|
|
33
42
|
type: 'core',
|
|
34
43
|
categorization: 'single-purpose',
|
|
35
|
-
usage: '
|
|
44
|
+
usage: 'Reserved for representing premium features and functionality. Editions may replace the current premium sparkle icon.',
|
|
36
45
|
team: 'Design System Team'
|
|
37
46
|
},
|
|
38
47
|
'field-text': {
|
|
39
|
-
keywords: ['field-text', 'fieldtext', 'icon', 'icon-lab', 'core', '
|
|
48
|
+
keywords: ['field-text', 'fieldtext', 'icon', 'icon-lab', 'core', 'form', 'input', 'label', 'cursor', 'text field'],
|
|
40
49
|
componentName: 'FieldTextIcon',
|
|
41
50
|
package: '@atlaskit/icon-lab/core/field-text',
|
|
42
51
|
type: 'core',
|
|
@@ -44,17 +53,17 @@ const metadata = {
|
|
|
44
53
|
usage: 'Multi purpose',
|
|
45
54
|
team: 'Design System Team'
|
|
46
55
|
},
|
|
47
|
-
|
|
48
|
-
keywords: ['
|
|
49
|
-
componentName: '
|
|
50
|
-
package: '@atlaskit/icon-lab/core/
|
|
56
|
+
lozenge: {
|
|
57
|
+
keywords: ['lozenge', 'icon', 'icon-lab', 'core', 'insert', 'status', 'badge'],
|
|
58
|
+
componentName: 'LozengeIcon',
|
|
59
|
+
package: '@atlaskit/icon-lab/core/lozenge',
|
|
51
60
|
type: 'core',
|
|
52
61
|
categorization: 'single-purpose',
|
|
53
|
-
usage: '
|
|
54
|
-
team: '
|
|
62
|
+
usage: 'Reserved for inserting status lozenges in Editor.',
|
|
63
|
+
team: 'Editor'
|
|
55
64
|
},
|
|
56
65
|
'paint-brush': {
|
|
57
|
-
keywords: ['paint-brush', 'paintbrush', 'icon', 'icon-lab', 'core', '
|
|
66
|
+
keywords: ['paint-brush', 'paintbrush', 'icon', 'icon-lab', 'core', 'brush', 'appearance', 'paint'],
|
|
58
67
|
componentName: 'PaintBrushIcon',
|
|
59
68
|
package: '@atlaskit/icon-lab/core/paint-brush',
|
|
60
69
|
type: 'core',
|
|
@@ -63,7 +72,7 @@ const metadata = {
|
|
|
63
72
|
team: 'Design System Team'
|
|
64
73
|
},
|
|
65
74
|
'paint-roller': {
|
|
66
|
-
keywords: ['paint-roller', 'paintroller', 'icon', 'icon-lab', 'core', '
|
|
75
|
+
keywords: ['paint-roller', 'paintroller', 'icon', 'icon-lab', 'core', 'roller', 'background', 'paint'],
|
|
67
76
|
componentName: 'PaintRollerIcon',
|
|
68
77
|
package: '@atlaskit/icon-lab/core/paint-roller',
|
|
69
78
|
type: 'core',
|
|
@@ -78,7 +87,7 @@ const metadata = {
|
|
|
78
87
|
oldName: ['bitbucket/builds'],
|
|
79
88
|
type: 'core',
|
|
80
89
|
categorization: 'single-purpose',
|
|
81
|
-
usage: '
|
|
90
|
+
usage: 'Reserved for roadmaps plan.',
|
|
82
91
|
team: 'Design System Team'
|
|
83
92
|
},
|
|
84
93
|
'roadmaps-service': {
|
|
@@ -88,11 +97,11 @@ const metadata = {
|
|
|
88
97
|
oldName: ['bitbucket/forks'],
|
|
89
98
|
type: 'core',
|
|
90
99
|
categorization: 'single-purpose',
|
|
91
|
-
usage: '
|
|
100
|
+
usage: 'Reserved for roadmaps service.',
|
|
92
101
|
team: 'Design System Team'
|
|
93
102
|
},
|
|
94
103
|
speedometer: {
|
|
95
|
-
keywords: ['speedometer', 'icon', 'icon-lab', 'core', '
|
|
104
|
+
keywords: ['speedometer', 'icon', 'icon-lab', 'core', 'speed', 'performance', 'dial'],
|
|
96
105
|
componentName: 'SpeedometerIcon',
|
|
97
106
|
package: '@atlaskit/icon-lab/core/speedometer',
|
|
98
107
|
type: 'core',
|
|
@@ -101,16 +110,16 @@ const metadata = {
|
|
|
101
110
|
team: 'Design System Team'
|
|
102
111
|
},
|
|
103
112
|
'takeout-container': {
|
|
104
|
-
keywords: ['takeout-container', 'takeoutcontainer', 'icon', 'icon-lab', 'core', '
|
|
113
|
+
keywords: ['takeout-container', 'takeoutcontainer', 'icon', 'icon-lab', 'core', 'takeout', 'food', 'takeaway'],
|
|
105
114
|
componentName: 'TakeoutContainerIcon',
|
|
106
115
|
package: '@atlaskit/icon-lab/core/takeout-container',
|
|
107
116
|
type: 'core',
|
|
108
117
|
categorization: 'multi-purpose',
|
|
109
|
-
usage: '
|
|
118
|
+
usage: 'Known usages: Alternative option for food emoji category.',
|
|
110
119
|
team: 'Design System Team'
|
|
111
120
|
},
|
|
112
121
|
ticket: {
|
|
113
|
-
keywords: ['ticket', 'icon', 'icon-lab', 'core', '
|
|
122
|
+
keywords: ['ticket', 'icon', 'icon-lab', 'core', 'stub', 'ticket'],
|
|
114
123
|
componentName: 'TicketIcon',
|
|
115
124
|
package: '@atlaskit/icon-lab/core/ticket',
|
|
116
125
|
type: 'core',
|
|
@@ -119,16 +128,25 @@ const metadata = {
|
|
|
119
128
|
team: 'Design System Team'
|
|
120
129
|
},
|
|
121
130
|
'vehicle-train': {
|
|
122
|
-
keywords: ['vehicle-train', 'vehicletrain', 'icon', 'icon-lab', 'core', '
|
|
131
|
+
keywords: ['vehicle-train', 'vehicletrain', 'icon', 'icon-lab', 'core', 'transportation', 'vehicle', 'car'],
|
|
123
132
|
componentName: 'VehicleTrainIcon',
|
|
124
133
|
package: '@atlaskit/icon-lab/core/vehicle-train',
|
|
125
134
|
type: 'core',
|
|
126
135
|
categorization: 'multi-purpose',
|
|
127
|
-
usage: '
|
|
136
|
+
usage: 'Known usages: Alternative option for transport emoji category.',
|
|
128
137
|
team: 'Design System Team'
|
|
129
138
|
},
|
|
139
|
+
vulnerability: {
|
|
140
|
+
keywords: ['vulnerability', 'icon', 'icon-lab', 'core', 'vulnerability', 'security', 'alert', 'warning'],
|
|
141
|
+
componentName: 'VulnerabilityIcon',
|
|
142
|
+
package: '@atlaskit/icon-lab/core/vulnerability',
|
|
143
|
+
type: 'core',
|
|
144
|
+
categorization: 'single-purpose',
|
|
145
|
+
usage: 'Reserved for security vulnerabilities.',
|
|
146
|
+
team: 'Automation'
|
|
147
|
+
},
|
|
130
148
|
wallet: {
|
|
131
|
-
keywords: ['wallet', 'icon', 'icon-lab', 'core', '
|
|
149
|
+
keywords: ['wallet', 'icon', 'icon-lab', 'core', 'money', 'sales', 'payment', 'wallet'],
|
|
132
150
|
componentName: 'WalletIcon',
|
|
133
151
|
package: '@atlaskit/icon-lab/core/wallet',
|
|
134
152
|
type: 'core',
|
|
@@ -137,7 +155,7 @@ const metadata = {
|
|
|
137
155
|
team: 'Design System Team'
|
|
138
156
|
},
|
|
139
157
|
wrench: {
|
|
140
|
-
keywords: ['wrench', 'icon', 'icon-lab', 'core', '
|
|
158
|
+
keywords: ['wrench', 'icon', 'icon-lab', 'core', 'wrench', 'spanner', 'tool'],
|
|
141
159
|
componentName: 'WrenchIcon',
|
|
142
160
|
package: '@atlaskit/icon-lab/core/wrench',
|
|
143
161
|
type: 'core',
|
|
@@ -3,13 +3,22 @@
|
|
|
3
3
|
*
|
|
4
4
|
* To change the format of this file, modify `UNSAFE_createIconDocsNew` in icon-build-process/src/create-icon-docs.tsx.
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::fb64e80f33776bd1206895e95a86eaa6>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
var metadata = {
|
|
11
|
+
'book-open': {
|
|
12
|
+
keywords: ['book-open', 'bookopen', 'icon', 'icon-lab', 'core', 'book', 'knowledgebase article'],
|
|
13
|
+
componentName: 'BookOpenIcon',
|
|
14
|
+
package: '@atlaskit/icon-lab/core/book-open',
|
|
15
|
+
type: 'core',
|
|
16
|
+
categorization: 'multi-purpose',
|
|
17
|
+
usage: 'Known uses: None',
|
|
18
|
+
team: 'Design System Team'
|
|
19
|
+
},
|
|
11
20
|
coins: {
|
|
12
|
-
keywords: ['coins', 'icon', 'icon-lab', 'core', '
|
|
21
|
+
keywords: ['coins', 'icon', 'icon-lab', 'core', 'money', 'loose change', 'currency'],
|
|
13
22
|
componentName: 'CoinsIcon',
|
|
14
23
|
package: '@atlaskit/icon-lab/core/coins',
|
|
15
24
|
type: 'core',
|
|
@@ -18,7 +27,7 @@ var metadata = {
|
|
|
18
27
|
team: 'Design System Team'
|
|
19
28
|
},
|
|
20
29
|
'cross-octagon': {
|
|
21
|
-
keywords: ['cross-octagon', 'crossoctagon', 'icon', 'icon-lab', 'core', '
|
|
30
|
+
keywords: ['cross-octagon', 'crossoctagon', 'icon', 'icon-lab', 'core', 'cross', 'stop', 'block', 'octagon'],
|
|
22
31
|
componentName: 'CrossOctagonIcon',
|
|
23
32
|
package: '@atlaskit/icon-lab/core/cross-octagon',
|
|
24
33
|
type: 'core',
|
|
@@ -27,16 +36,16 @@ var metadata = {
|
|
|
27
36
|
team: 'Design System Team'
|
|
28
37
|
},
|
|
29
38
|
editions: {
|
|
30
|
-
keywords: ['editions', 'icon', 'icon-lab', 'core', '
|
|
39
|
+
keywords: ['editions', 'icon', 'icon-lab', 'core', 'gem', 'premium', 'diamond', 'precious stone', 'editions'],
|
|
31
40
|
componentName: 'EditionsIcon',
|
|
32
41
|
package: '@atlaskit/icon-lab/core/editions',
|
|
33
42
|
type: 'core',
|
|
34
43
|
categorization: 'single-purpose',
|
|
35
|
-
usage: '
|
|
44
|
+
usage: 'Reserved for representing premium features and functionality. Editions may replace the current premium sparkle icon.',
|
|
36
45
|
team: 'Design System Team'
|
|
37
46
|
},
|
|
38
47
|
'field-text': {
|
|
39
|
-
keywords: ['field-text', 'fieldtext', 'icon', 'icon-lab', 'core', '
|
|
48
|
+
keywords: ['field-text', 'fieldtext', 'icon', 'icon-lab', 'core', 'form', 'input', 'label', 'cursor', 'text field'],
|
|
40
49
|
componentName: 'FieldTextIcon',
|
|
41
50
|
package: '@atlaskit/icon-lab/core/field-text',
|
|
42
51
|
type: 'core',
|
|
@@ -44,17 +53,17 @@ var metadata = {
|
|
|
44
53
|
usage: 'Multi purpose',
|
|
45
54
|
team: 'Design System Team'
|
|
46
55
|
},
|
|
47
|
-
|
|
48
|
-
keywords: ['
|
|
49
|
-
componentName: '
|
|
50
|
-
package: '@atlaskit/icon-lab/core/
|
|
56
|
+
lozenge: {
|
|
57
|
+
keywords: ['lozenge', 'icon', 'icon-lab', 'core', 'insert', 'status', 'badge'],
|
|
58
|
+
componentName: 'LozengeIcon',
|
|
59
|
+
package: '@atlaskit/icon-lab/core/lozenge',
|
|
51
60
|
type: 'core',
|
|
52
61
|
categorization: 'single-purpose',
|
|
53
|
-
usage: '
|
|
54
|
-
team: '
|
|
62
|
+
usage: 'Reserved for inserting status lozenges in Editor.',
|
|
63
|
+
team: 'Editor'
|
|
55
64
|
},
|
|
56
65
|
'paint-brush': {
|
|
57
|
-
keywords: ['paint-brush', 'paintbrush', 'icon', 'icon-lab', 'core', '
|
|
66
|
+
keywords: ['paint-brush', 'paintbrush', 'icon', 'icon-lab', 'core', 'brush', 'appearance', 'paint'],
|
|
58
67
|
componentName: 'PaintBrushIcon',
|
|
59
68
|
package: '@atlaskit/icon-lab/core/paint-brush',
|
|
60
69
|
type: 'core',
|
|
@@ -63,7 +72,7 @@ var metadata = {
|
|
|
63
72
|
team: 'Design System Team'
|
|
64
73
|
},
|
|
65
74
|
'paint-roller': {
|
|
66
|
-
keywords: ['paint-roller', 'paintroller', 'icon', 'icon-lab', 'core', '
|
|
75
|
+
keywords: ['paint-roller', 'paintroller', 'icon', 'icon-lab', 'core', 'roller', 'background', 'paint'],
|
|
67
76
|
componentName: 'PaintRollerIcon',
|
|
68
77
|
package: '@atlaskit/icon-lab/core/paint-roller',
|
|
69
78
|
type: 'core',
|
|
@@ -78,7 +87,7 @@ var metadata = {
|
|
|
78
87
|
oldName: ['bitbucket/builds'],
|
|
79
88
|
type: 'core',
|
|
80
89
|
categorization: 'single-purpose',
|
|
81
|
-
usage: '
|
|
90
|
+
usage: 'Reserved for roadmaps plan.',
|
|
82
91
|
team: 'Design System Team'
|
|
83
92
|
},
|
|
84
93
|
'roadmaps-service': {
|
|
@@ -88,11 +97,11 @@ var metadata = {
|
|
|
88
97
|
oldName: ['bitbucket/forks'],
|
|
89
98
|
type: 'core',
|
|
90
99
|
categorization: 'single-purpose',
|
|
91
|
-
usage: '
|
|
100
|
+
usage: 'Reserved for roadmaps service.',
|
|
92
101
|
team: 'Design System Team'
|
|
93
102
|
},
|
|
94
103
|
speedometer: {
|
|
95
|
-
keywords: ['speedometer', 'icon', 'icon-lab', 'core', '
|
|
104
|
+
keywords: ['speedometer', 'icon', 'icon-lab', 'core', 'speed', 'performance', 'dial'],
|
|
96
105
|
componentName: 'SpeedometerIcon',
|
|
97
106
|
package: '@atlaskit/icon-lab/core/speedometer',
|
|
98
107
|
type: 'core',
|
|
@@ -101,16 +110,16 @@ var metadata = {
|
|
|
101
110
|
team: 'Design System Team'
|
|
102
111
|
},
|
|
103
112
|
'takeout-container': {
|
|
104
|
-
keywords: ['takeout-container', 'takeoutcontainer', 'icon', 'icon-lab', 'core', '
|
|
113
|
+
keywords: ['takeout-container', 'takeoutcontainer', 'icon', 'icon-lab', 'core', 'takeout', 'food', 'takeaway'],
|
|
105
114
|
componentName: 'TakeoutContainerIcon',
|
|
106
115
|
package: '@atlaskit/icon-lab/core/takeout-container',
|
|
107
116
|
type: 'core',
|
|
108
117
|
categorization: 'multi-purpose',
|
|
109
|
-
usage: '
|
|
118
|
+
usage: 'Known usages: Alternative option for food emoji category.',
|
|
110
119
|
team: 'Design System Team'
|
|
111
120
|
},
|
|
112
121
|
ticket: {
|
|
113
|
-
keywords: ['ticket', 'icon', 'icon-lab', 'core', '
|
|
122
|
+
keywords: ['ticket', 'icon', 'icon-lab', 'core', 'stub', 'ticket'],
|
|
114
123
|
componentName: 'TicketIcon',
|
|
115
124
|
package: '@atlaskit/icon-lab/core/ticket',
|
|
116
125
|
type: 'core',
|
|
@@ -119,16 +128,25 @@ var metadata = {
|
|
|
119
128
|
team: 'Design System Team'
|
|
120
129
|
},
|
|
121
130
|
'vehicle-train': {
|
|
122
|
-
keywords: ['vehicle-train', 'vehicletrain', 'icon', 'icon-lab', 'core', '
|
|
131
|
+
keywords: ['vehicle-train', 'vehicletrain', 'icon', 'icon-lab', 'core', 'transportation', 'vehicle', 'car'],
|
|
123
132
|
componentName: 'VehicleTrainIcon',
|
|
124
133
|
package: '@atlaskit/icon-lab/core/vehicle-train',
|
|
125
134
|
type: 'core',
|
|
126
135
|
categorization: 'multi-purpose',
|
|
127
|
-
usage: '
|
|
136
|
+
usage: 'Known usages: Alternative option for transport emoji category.',
|
|
128
137
|
team: 'Design System Team'
|
|
129
138
|
},
|
|
139
|
+
vulnerability: {
|
|
140
|
+
keywords: ['vulnerability', 'icon', 'icon-lab', 'core', 'vulnerability', 'security', 'alert', 'warning'],
|
|
141
|
+
componentName: 'VulnerabilityIcon',
|
|
142
|
+
package: '@atlaskit/icon-lab/core/vulnerability',
|
|
143
|
+
type: 'core',
|
|
144
|
+
categorization: 'single-purpose',
|
|
145
|
+
usage: 'Reserved for security vulnerabilities.',
|
|
146
|
+
team: 'Automation'
|
|
147
|
+
},
|
|
130
148
|
wallet: {
|
|
131
|
-
keywords: ['wallet', 'icon', 'icon-lab', 'core', '
|
|
149
|
+
keywords: ['wallet', 'icon', 'icon-lab', 'core', 'money', 'sales', 'payment', 'wallet'],
|
|
132
150
|
componentName: 'WalletIcon',
|
|
133
151
|
package: '@atlaskit/icon-lab/core/wallet',
|
|
134
152
|
type: 'core',
|
|
@@ -137,7 +155,7 @@ var metadata = {
|
|
|
137
155
|
team: 'Design System Team'
|
|
138
156
|
},
|
|
139
157
|
wrench: {
|
|
140
|
-
keywords: ['wrench', 'icon', 'icon-lab', 'core', '
|
|
158
|
+
keywords: ['wrench', 'icon', 'icon-lab', 'core', 'wrench', 'spanner', 'tool'],
|
|
141
159
|
componentName: 'WrenchIcon',
|
|
142
160
|
package: '@atlaskit/icon-lab/core/wrench',
|
|
143
161
|
type: 'core',
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*
|
|
4
4
|
* To change the format of this file, modify `UNSAFE_createIconDocsNew` in icon-build-process/src/create-icon-docs.tsx.
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::fb64e80f33776bd1206895e95a86eaa6>>
|
|
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 `UNSAFE_createIconDocsNew` in icon-build-process/src/create-icon-docs.tsx.
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::fb64e80f33776bd1206895e95a86eaa6>>
|
|
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": "
|
|
3
|
+
"version": "1.0.0",
|
|
4
4
|
"description": "An icon package for public icon contributions",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"build-glyphs": "ts-node --project ../../../tsconfig.node.json ./build/index.tsx"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@atlaskit/icon": "^22.
|
|
33
|
+
"@atlaskit/icon": "^22.20.0",
|
|
34
34
|
"@babel/runtime": "^7.0.0"
|
|
35
35
|
},
|
|
36
36
|
"peerDependencies": {
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"@af/icon-build-process": "^2.1.0",
|
|
41
41
|
"@af/integration-testing": "*",
|
|
42
42
|
"@af/visual-regression": "*",
|
|
43
|
-
"@atlaskit/ds-lib": "^2.
|
|
43
|
+
"@atlaskit/ds-lib": "^2.6.0",
|
|
44
44
|
"@atlaskit/ssr": "*",
|
|
45
45
|
"@testing-library/react": "^12.1.5",
|
|
46
46
|
"fs-extra": "^4.0.2",
|