@atlaskit/icon-lab 0.2.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 CHANGED
@@ -1,5 +1,38 @@
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
+
3
36
  ## 0.2.0
4
37
 
5
38
  ### 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::83d171dbfbeff4d8a134bd0830e39c72>>
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 HighlightIcon: {
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 HighlightIcon;
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::5d50894a3b22e9b9b5b7f0718dd9e14e>>
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(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
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: "Highlight".
20
- * Category: single-purpose
19
+ * Icon: "BookOpen".
20
+ * Category: multi-purpose
21
21
  * Location: @atlaskit/icon-lab
22
- * Usage guidance: Single purpose - Reserved for highlight text tool in Confluence Editor.
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 HighlightIcon = props => /*#__PURE__*/_react.default.createElement(_UNSAFE_baseNew.default, Object.assign({
27
- dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M4.125 9.375 3.5 8.75l1.25-3.5L10.946.925a.625.625 0 0 1 .8.07l1.259 1.26a.625.625 0 0 1 .07.8L8.75 9.25l-3.5 1.25-.625-.625m-.5-.5L3 10.5l.5.5 1.125-1.125m-.5-.5.5.5m.12-4.632 4 4"/>`
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
- HighlightIcon.displayName = 'HighlightIcon';
31
- var _default = exports.default = HighlightIcon;
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::427c77c08a6583415bcb4c8772b600db>>
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(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
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::b63a89054495ae069c2fda50d7b483a3>>
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(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
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::6ae6f7a9745e60c3ca2bb43f93ecd93e>>
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(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
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: Single purpose - Reserved for representing premium features and functionality. Editions may replace the current premium sparkle icon.
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="m15.25 5.75-2.5-4H9.5m5.75 4L8 14.25m7.25-8.5h-4.5m-10 0 2.5-4H6.5m-5.75 4L8 14.25M.75 5.75h4.5M8 14.25l-2.75-8.5M8 14.25l2.75-8.5m-5.5 0 1.25-4m-1.25 4h5.5m-4.25-4h3m1.25 4-1.25-4"/>`
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';
@@ -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::a54872a6e2c832bc39670c1debb9b3b2>>
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(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
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,14 +1,14 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::698f65155436ed13448fee5548dd0d99>>
3
+ * @codegen <<SignedSource::39f0f143fb1b1eadb5cd24cf631effc0>>
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 StatusIcon: {
10
+ declare const LozengeIcon: {
11
11
  (props: Omit<React.ComponentProps<typeof Icon>, 'dangerouslySetGlyph' | 'type'>): JSX.Element;
12
12
  displayName: string;
13
13
  };
14
- export default StatusIcon;
14
+ export default LozengeIcon;
@@ -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::5cca7e7516a747610e23866a45ac01d3>>
3
+ * @codegen <<SignedSource::bad58b909cb020b76e214ca91cc8be6d>>
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(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
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: "Status".
19
+ * Icon: "Lozenge".
20
20
  * Category: single-purpose
21
21
  * Location: @atlaskit/icon-lab
22
22
  * Usage guidance: Reserved for inserting status lozenges in Editor.
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 StatusIcon = props => /*#__PURE__*/_react.default.createElement(_UNSAFE_baseNew.default, Object.assign({
26
+ const LozengeIcon = props => /*#__PURE__*/_react.default.createElement(_UNSAFE_baseNew.default, Object.assign({
27
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
28
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
29
29
  }, props));
30
- StatusIcon.displayName = 'StatusIcon';
31
- var _default = exports.default = StatusIcon;
30
+ LozengeIcon.displayName = 'LozengeIcon';
31
+ var _default = exports.default = LozengeIcon;
@@ -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::6cb2b34ee1df3fad20cfb5c36e928f9e>>
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(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
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::5fc49fed68d1810a169210869aa9cde9>>
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(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
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::3f1a9c3108f342fc61f7e84aa56136fc>>
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(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
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: Single purpose - Reserved for roadmaps plan.
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
  */
@@ -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::c2e4bb86b99b57a39e586d65685eacae>>
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(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
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: Single purpose - Reserved for roadmaps service.
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
  */
@@ -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::403c1b22f560fc4a48b3c9c27ae17259>>
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(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
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::668373425015683770c746cc9b9b24c7>>
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(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
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: Multi purpose - Known usages: Alternative option for food emoji category.
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::b1f3b89c095aa9d7f40b5ed2fbd26df9>>
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(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
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::8609d66d04a0cc1cec09c5aeef1be725>>
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(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
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: Multi purpose - Known usages: Alternative option for transport emoji category.
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::a7d9f2dc2fa3406025033b2478515758>>
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(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
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::d1cf146155179e040cb7d1e672269b05>>
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(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
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::2d16b88a415798c547f1c341061067bd>>
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', 'currency', 'money', 'loose change'],
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', 'octagon', 'cross', 'stop', 'block'],
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', 'editions', 'gem', 'premium', 'diamond', 'precious stone'],
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: 'Single purpose - Reserved for representing premium features and functionality. Editions may replace the current premium sparkle icon.',
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', 'text field', 'form', 'input', 'label', 'cursor'],
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
- highlight: {
54
- keywords: ['highlight', 'icon', 'icon-lab', 'core', 'highlight', 'highlighter', 'stabilo', 'pen'],
55
- componentName: 'HighlightIcon',
56
- package: '@atlaskit/icon-lab/core/highlight',
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: 'Single purpose - Reserved for highlight text tool in Confluence Editor.',
60
- team: 'Design System 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', 'paint', 'brush', 'appearance'],
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', 'paint', 'roller', 'background'],
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: 'Single purpose - Reserved for roadmaps plan.',
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: 'Single purpose - Reserved for roadmaps service.',
106
+ usage: 'Reserved for roadmaps service.',
98
107
  team: 'Design System Team'
99
108
  },
100
109
  speedometer: {
101
- keywords: ['speedometer', 'icon', 'icon-lab', 'core', 'dial', 'speed', 'performance'],
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',
@@ -106,26 +115,17 @@ var metadata = {
106
115
  usage: 'Multi purpose',
107
116
  team: 'Design System Team'
108
117
  },
109
- status: {
110
- keywords: ['status', 'icon', 'icon-lab', 'core', 'insert', 'status', 'badge'],
111
- componentName: 'StatusIcon',
112
- package: '@atlaskit/icon-lab/core/status',
113
- type: 'core',
114
- categorization: 'single-purpose',
115
- usage: 'Reserved for inserting status lozenges in Editor.',
116
- team: 'Editor'
117
- },
118
118
  'takeout-container': {
119
- keywords: ['takeout-container', 'takeoutcontainer', 'icon', 'icon-lab', 'core', 'takeaway', 'takeout', 'food'],
119
+ keywords: ['takeout-container', 'takeoutcontainer', 'icon', 'icon-lab', 'core', 'takeout', 'food', 'takeaway'],
120
120
  componentName: 'TakeoutContainerIcon',
121
121
  package: '@atlaskit/icon-lab/core/takeout-container',
122
122
  type: 'core',
123
123
  categorization: 'multi-purpose',
124
- usage: 'Multi purpose - Known usages: Alternative option for food emoji category.',
124
+ usage: 'Known usages: Alternative option for food emoji category.',
125
125
  team: 'Design System Team'
126
126
  },
127
127
  ticket: {
128
- keywords: ['ticket', 'icon', 'icon-lab', 'core', 'ticket', 'stub'],
128
+ keywords: ['ticket', 'icon', 'icon-lab', 'core', 'stub', 'ticket'],
129
129
  componentName: 'TicketIcon',
130
130
  package: '@atlaskit/icon-lab/core/ticket',
131
131
  type: 'core',
@@ -134,16 +134,25 @@ var metadata = {
134
134
  team: 'Design System Team'
135
135
  },
136
136
  'vehicle-train': {
137
- keywords: ['vehicle-train', 'vehicletrain', 'icon', 'icon-lab', 'core', 'car', 'transportation', 'vehicle'],
137
+ keywords: ['vehicle-train', 'vehicletrain', 'icon', 'icon-lab', 'core', 'transportation', 'vehicle', 'car'],
138
138
  componentName: 'VehicleTrainIcon',
139
139
  package: '@atlaskit/icon-lab/core/vehicle-train',
140
140
  type: 'core',
141
141
  categorization: 'multi-purpose',
142
- usage: 'Multi purpose - Known usages: Alternative option for transport emoji category.',
142
+ usage: 'Known usages: Alternative option for transport emoji category.',
143
143
  team: 'Design System Team'
144
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
+ },
145
154
  wallet: {
146
- keywords: ['wallet', 'icon', 'icon-lab', 'core', 'wallet', 'money', 'sales', 'payment'],
155
+ keywords: ['wallet', 'icon', 'icon-lab', 'core', 'money', 'sales', 'payment', 'wallet'],
147
156
  componentName: 'WalletIcon',
148
157
  package: '@atlaskit/icon-lab/core/wallet',
149
158
  type: 'core',
@@ -152,7 +161,7 @@ var metadata = {
152
161
  team: 'Design System Team'
153
162
  },
154
163
  wrench: {
155
- keywords: ['wrench', 'icon', 'icon-lab', 'core', 'tool', 'wrench', 'spanner'],
164
+ keywords: ['wrench', 'icon', 'icon-lab', 'core', 'wrench', 'spanner', 'tool'],
156
165
  componentName: 'WrenchIcon',
157
166
  package: '@atlaskit/icon-lab/core/wrench',
158
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::2d16b88a415798c547f1c341061067bd>>
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', 'currency', 'money', 'loose change'],
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', 'octagon', 'cross', 'stop', 'block'],
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', 'editions', 'gem', 'premium', 'diamond', 'precious stone'],
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: 'Single purpose - Reserved for representing premium features and functionality. Editions may replace the current premium sparkle icon.',
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', 'text field', 'form', 'input', 'label', 'cursor'],
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
- highlight: {
48
- keywords: ['highlight', 'icon', 'icon-lab', 'core', 'highlight', 'highlighter', 'stabilo', 'pen'],
49
- componentName: 'HighlightIcon',
50
- package: '@atlaskit/icon-lab/core/highlight',
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: 'Single purpose - Reserved for highlight text tool in Confluence Editor.',
54
- team: 'Design System 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', 'paint', 'brush', 'appearance'],
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', 'paint', 'roller', 'background'],
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: 'Single purpose - Reserved for roadmaps plan.',
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: 'Single purpose - Reserved for roadmaps service.',
100
+ usage: 'Reserved for roadmaps service.',
92
101
  team: 'Design System Team'
93
102
  },
94
103
  speedometer: {
95
- keywords: ['speedometer', 'icon', 'icon-lab', 'core', 'dial', 'speed', 'performance'],
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',
@@ -100,26 +109,17 @@ const metadata = {
100
109
  usage: 'Multi purpose',
101
110
  team: 'Design System Team'
102
111
  },
103
- status: {
104
- keywords: ['status', 'icon', 'icon-lab', 'core', 'insert', 'status', 'badge'],
105
- componentName: 'StatusIcon',
106
- package: '@atlaskit/icon-lab/core/status',
107
- type: 'core',
108
- categorization: 'single-purpose',
109
- usage: 'Reserved for inserting status lozenges in Editor.',
110
- team: 'Editor'
111
- },
112
112
  'takeout-container': {
113
- keywords: ['takeout-container', 'takeoutcontainer', 'icon', 'icon-lab', 'core', 'takeaway', 'takeout', 'food'],
113
+ keywords: ['takeout-container', 'takeoutcontainer', 'icon', 'icon-lab', 'core', 'takeout', 'food', 'takeaway'],
114
114
  componentName: 'TakeoutContainerIcon',
115
115
  package: '@atlaskit/icon-lab/core/takeout-container',
116
116
  type: 'core',
117
117
  categorization: 'multi-purpose',
118
- usage: 'Multi purpose - Known usages: Alternative option for food emoji category.',
118
+ usage: 'Known usages: Alternative option for food emoji category.',
119
119
  team: 'Design System Team'
120
120
  },
121
121
  ticket: {
122
- keywords: ['ticket', 'icon', 'icon-lab', 'core', 'ticket', 'stub'],
122
+ keywords: ['ticket', 'icon', 'icon-lab', 'core', 'stub', 'ticket'],
123
123
  componentName: 'TicketIcon',
124
124
  package: '@atlaskit/icon-lab/core/ticket',
125
125
  type: 'core',
@@ -128,16 +128,25 @@ const metadata = {
128
128
  team: 'Design System Team'
129
129
  },
130
130
  'vehicle-train': {
131
- keywords: ['vehicle-train', 'vehicletrain', 'icon', 'icon-lab', 'core', 'car', 'transportation', 'vehicle'],
131
+ keywords: ['vehicle-train', 'vehicletrain', 'icon', 'icon-lab', 'core', 'transportation', 'vehicle', 'car'],
132
132
  componentName: 'VehicleTrainIcon',
133
133
  package: '@atlaskit/icon-lab/core/vehicle-train',
134
134
  type: 'core',
135
135
  categorization: 'multi-purpose',
136
- usage: 'Multi purpose - Known usages: Alternative option for transport emoji category.',
136
+ usage: 'Known usages: Alternative option for transport emoji category.',
137
137
  team: 'Design System Team'
138
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
+ },
139
148
  wallet: {
140
- keywords: ['wallet', 'icon', 'icon-lab', 'core', 'wallet', 'money', 'sales', 'payment'],
149
+ keywords: ['wallet', 'icon', 'icon-lab', 'core', 'money', 'sales', 'payment', 'wallet'],
141
150
  componentName: 'WalletIcon',
142
151
  package: '@atlaskit/icon-lab/core/wallet',
143
152
  type: 'core',
@@ -146,7 +155,7 @@ const metadata = {
146
155
  team: 'Design System Team'
147
156
  },
148
157
  wrench: {
149
- keywords: ['wrench', 'icon', 'icon-lab', 'core', 'tool', 'wrench', 'spanner'],
158
+ keywords: ['wrench', 'icon', 'icon-lab', 'core', 'wrench', 'spanner', 'tool'],
150
159
  componentName: 'WrenchIcon',
151
160
  package: '@atlaskit/icon-lab/core/wrench',
152
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::2d16b88a415798c547f1c341061067bd>>
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', 'currency', 'money', 'loose change'],
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', 'octagon', 'cross', 'stop', 'block'],
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', 'editions', 'gem', 'premium', 'diamond', 'precious stone'],
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: 'Single purpose - Reserved for representing premium features and functionality. Editions may replace the current premium sparkle icon.',
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', 'text field', 'form', 'input', 'label', 'cursor'],
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
- highlight: {
48
- keywords: ['highlight', 'icon', 'icon-lab', 'core', 'highlight', 'highlighter', 'stabilo', 'pen'],
49
- componentName: 'HighlightIcon',
50
- package: '@atlaskit/icon-lab/core/highlight',
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: 'Single purpose - Reserved for highlight text tool in Confluence Editor.',
54
- team: 'Design System 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', 'paint', 'brush', 'appearance'],
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', 'paint', 'roller', 'background'],
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: 'Single purpose - Reserved for roadmaps plan.',
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: 'Single purpose - Reserved for roadmaps service.',
100
+ usage: 'Reserved for roadmaps service.',
92
101
  team: 'Design System Team'
93
102
  },
94
103
  speedometer: {
95
- keywords: ['speedometer', 'icon', 'icon-lab', 'core', 'dial', 'speed', 'performance'],
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',
@@ -100,26 +109,17 @@ var metadata = {
100
109
  usage: 'Multi purpose',
101
110
  team: 'Design System Team'
102
111
  },
103
- status: {
104
- keywords: ['status', 'icon', 'icon-lab', 'core', 'insert', 'status', 'badge'],
105
- componentName: 'StatusIcon',
106
- package: '@atlaskit/icon-lab/core/status',
107
- type: 'core',
108
- categorization: 'single-purpose',
109
- usage: 'Reserved for inserting status lozenges in Editor.',
110
- team: 'Editor'
111
- },
112
112
  'takeout-container': {
113
- keywords: ['takeout-container', 'takeoutcontainer', 'icon', 'icon-lab', 'core', 'takeaway', 'takeout', 'food'],
113
+ keywords: ['takeout-container', 'takeoutcontainer', 'icon', 'icon-lab', 'core', 'takeout', 'food', 'takeaway'],
114
114
  componentName: 'TakeoutContainerIcon',
115
115
  package: '@atlaskit/icon-lab/core/takeout-container',
116
116
  type: 'core',
117
117
  categorization: 'multi-purpose',
118
- usage: 'Multi purpose - Known usages: Alternative option for food emoji category.',
118
+ usage: 'Known usages: Alternative option for food emoji category.',
119
119
  team: 'Design System Team'
120
120
  },
121
121
  ticket: {
122
- keywords: ['ticket', 'icon', 'icon-lab', 'core', 'ticket', 'stub'],
122
+ keywords: ['ticket', 'icon', 'icon-lab', 'core', 'stub', 'ticket'],
123
123
  componentName: 'TicketIcon',
124
124
  package: '@atlaskit/icon-lab/core/ticket',
125
125
  type: 'core',
@@ -128,16 +128,25 @@ var metadata = {
128
128
  team: 'Design System Team'
129
129
  },
130
130
  'vehicle-train': {
131
- keywords: ['vehicle-train', 'vehicletrain', 'icon', 'icon-lab', 'core', 'car', 'transportation', 'vehicle'],
131
+ keywords: ['vehicle-train', 'vehicletrain', 'icon', 'icon-lab', 'core', 'transportation', 'vehicle', 'car'],
132
132
  componentName: 'VehicleTrainIcon',
133
133
  package: '@atlaskit/icon-lab/core/vehicle-train',
134
134
  type: 'core',
135
135
  categorization: 'multi-purpose',
136
- usage: 'Multi purpose - Known usages: Alternative option for transport emoji category.',
136
+ usage: 'Known usages: Alternative option for transport emoji category.',
137
137
  team: 'Design System Team'
138
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
+ },
139
148
  wallet: {
140
- keywords: ['wallet', 'icon', 'icon-lab', 'core', 'wallet', 'money', 'sales', 'payment'],
149
+ keywords: ['wallet', 'icon', 'icon-lab', 'core', 'money', 'sales', 'payment', 'wallet'],
141
150
  componentName: 'WalletIcon',
142
151
  package: '@atlaskit/icon-lab/core/wallet',
143
152
  type: 'core',
@@ -146,7 +155,7 @@ var metadata = {
146
155
  team: 'Design System Team'
147
156
  },
148
157
  wrench: {
149
- keywords: ['wrench', 'icon', 'icon-lab', 'core', 'tool', 'wrench', 'spanner'],
158
+ keywords: ['wrench', 'icon', 'icon-lab', 'core', 'wrench', 'spanner', 'tool'],
150
159
  componentName: 'WrenchIcon',
151
160
  package: '@atlaskit/icon-lab/core/wrench',
152
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::2d16b88a415798c547f1c341061067bd>>
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::2d16b88a415798c547f1c341061067bd>>
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": "0.2.0",
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.18.0",
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.5.0",
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",