@atlaskit/icon-lab 3.3.0 → 3.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +24 -0
- package/core/align-content-bottom.js +1 -4
- package/core/align-content-center-horizontal.js +1 -4
- package/core/align-content-center-vertical.js +1 -4
- package/core/align-content-left.js +1 -4
- package/core/align-content-right.js +1 -4
- package/core/align-content-top.js +1 -4
- package/core/align-position-bottom.js +1 -4
- package/core/align-position-center-vertical.js +1 -4
- package/core/align-position-top.js +1 -4
- package/core/assets-data-manager.js +1 -4
- package/core/assets-schema.js +1 -4
- package/core/book-open.js +1 -4
- package/core/cloud-offline.js +20 -14
- package/core/cloud-saved.js +20 -14
- package/core/coins.js +1 -4
- package/core/continue-when.js +1 -4
- package/core/cross-octagon.js +1 -4
- package/core/cursor-strikethrough.js +20 -14
- package/core/cursor.js +1 -4
- package/core/database-storage-cache.js +20 -14
- package/core/database-storage.js +1 -4
- package/core/drop-shadow.js +1 -4
- package/core/duplicate.js +1 -4
- package/core/editions.js +1 -4
- package/core/field-text.js +1 -4
- package/core/group-selection.js +1 -4
- package/core/group-ungroup-selection.js +1 -4
- package/core/hand.js +1 -4
- package/core/if-else.js +1 -4
- package/core/incognito.js +1 -4
- package/core/initiative.js +1 -4
- package/core/jira.js +1 -4
- package/core/lozenge.js +1 -4
- package/core/page-live-doc.js +1 -4
- package/core/paint-brush.js +1 -4
- package/core/paint-roller.js +1 -4
- package/core/qr-code.js +1 -4
- package/core/queue-pop-in.d.ts +13 -0
- package/core/queue-pop-in.js +31 -0
- package/core/queue-pop-out.d.ts +13 -0
- package/core/queue-pop-out.js +31 -0
- package/core/roadmaps-plan.js +1 -4
- package/core/roadmaps-service.js +1 -4
- package/core/section.js +1 -4
- package/core/shape-diamond.js +1 -4
- package/core/shape-ellipse.js +1 -4
- package/core/shape-parallelogram-skew-left.js +1 -4
- package/core/shape-parallelogram-skew-right.js +1 -4
- package/core/shape-rectangle-rounded.js +1 -4
- package/core/shape-rectangle.js +1 -4
- package/core/shape-triangle-inverted.js +1 -4
- package/core/shape-triangle.js +1 -4
- package/core/signature.js +1 -4
- package/core/speedometer.js +1 -4
- package/core/split-parallel.js +1 -4
- package/core/stamp.js +1 -4
- package/core/sticker.js +1 -4
- package/core/stroke-curvature-curved.js +1 -4
- package/core/stroke-curvature-dynamic.js +1 -4
- package/core/stroke-curvature-straight.js +1 -4
- package/core/stroke-properties.js +1 -4
- package/core/stroke-style-dashed.js +1 -4
- package/core/stroke-style-dotted.js +1 -4
- package/core/stroke-style-solid.js +1 -4
- package/core/sunset.js +1 -4
- package/core/swap.js +1 -4
- package/core/switch-case.js +1 -4
- package/core/sync.js +1 -4
- package/core/takeout-container.js +1 -4
- package/core/template.js +1 -4
- package/core/ticket.js +1 -4
- package/core/tidy.js +1 -4
- package/core/vehicle-train.js +1 -4
- package/core/vulnerability.js +1 -4
- package/core/wallet.js +1 -4
- package/core/webhook.js +1 -4
- package/core/welcome-feed.js +1 -4
- package/core/workflow-controls.js +1 -4
- package/core/wrench.js +1 -4
- package/dist/cjs/metadata-core.js +19 -1
- package/dist/es2019/metadata-core.js +19 -1
- package/dist/esm/metadata-core.js +19 -1
- package/dist/types/metadata-core.d.ts +1 -1
- package/dist/types-ts4.5/metadata-core.d.ts +1 -1
- package/package.json +4 -4
- package/svgs/core/queue-pop-in.svg +1 -0
- package/svgs/core/queue-pop-out.svg +1 -0
|
@@ -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::9a7dbfd5951107f14ffe906aa3387bb0>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -13,9 +13,6 @@ var _react = _interopRequireDefault(require("react"));
|
|
|
13
13
|
var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
|
|
14
14
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
15
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
16
|
* Icon: "StrokeCurvatureDynamic".
|
|
20
17
|
* Category: single-purpose
|
|
21
18
|
* Location: @atlaskit/icon-lab
|
|
@@ -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::ec24242435c800ccf2e971e7aafa6a62>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -13,9 +13,6 @@ var _react = _interopRequireDefault(require("react"));
|
|
|
13
13
|
var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
|
|
14
14
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
15
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
16
|
* Icon: "StrokeCurvatureStraight".
|
|
20
17
|
* Category: single-purpose
|
|
21
18
|
* Location: @atlaskit/icon-lab
|
|
@@ -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::7942c022ff011b48cbc0f374b3fb740d>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -13,9 +13,6 @@ var _react = _interopRequireDefault(require("react"));
|
|
|
13
13
|
var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
|
|
14
14
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
15
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
16
|
* Icon: "StrokeProperties".
|
|
20
17
|
* Category: single-purpose
|
|
21
18
|
* Location: @atlaskit/icon-lab
|
|
@@ -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::36f85912bb187143a18c25ae44fd8f64>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -13,9 +13,6 @@ var _react = _interopRequireDefault(require("react"));
|
|
|
13
13
|
var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
|
|
14
14
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
15
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
16
|
* Icon: "StrokeStyleDashed".
|
|
20
17
|
* Category: single-purpose
|
|
21
18
|
* Location: @atlaskit/icon-lab
|
|
@@ -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::22277a47075868b5bd4e3782bbf89507>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -13,9 +13,6 @@ var _react = _interopRequireDefault(require("react"));
|
|
|
13
13
|
var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
|
|
14
14
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
15
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
16
|
* Icon: "StrokeStyleDotted".
|
|
20
17
|
* Category: single-purpose
|
|
21
18
|
* Location: @atlaskit/icon-lab
|
|
@@ -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::2d9e5cba914ce1cb69d6d6bdf1d8bf53>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -13,9 +13,6 @@ var _react = _interopRequireDefault(require("react"));
|
|
|
13
13
|
var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
|
|
14
14
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
15
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
16
|
* Icon: "StrokeStyleSolid".
|
|
20
17
|
* Category: single-purpose
|
|
21
18
|
* Location: @atlaskit/icon-lab
|
package/core/sunset.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::c451c8ad442c84933ffea559125570e1>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -13,9 +13,6 @@ var _react = _interopRequireDefault(require("react"));
|
|
|
13
13
|
var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
|
|
14
14
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
15
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
16
|
* Icon: "Sunset".
|
|
20
17
|
* Category: multi-purpose
|
|
21
18
|
* Location: @atlaskit/icon-lab
|
package/core/swap.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::1eb2827ca713b994c27eb7d40822f980>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -13,9 +13,6 @@ var _react = _interopRequireDefault(require("react"));
|
|
|
13
13
|
var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
|
|
14
14
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
15
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
16
|
* Icon: "Swap".
|
|
20
17
|
* Category: single-purpose
|
|
21
18
|
* Location: @atlaskit/icon-lab
|
package/core/switch-case.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::3590278b1d7906c55755fcaebacfe624>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -13,9 +13,6 @@ var _react = _interopRequireDefault(require("react"));
|
|
|
13
13
|
var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
|
|
14
14
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
15
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
16
|
* Icon: "SwitchCase".
|
|
20
17
|
* Category: single-purpose
|
|
21
18
|
* Location: @atlaskit/icon-lab
|
package/core/sync.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::5d635d496262f2da623a556fbafb8300>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -13,9 +13,6 @@ var _react = _interopRequireDefault(require("react"));
|
|
|
13
13
|
var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
|
|
14
14
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
15
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
16
|
* Icon: "Sync".
|
|
20
17
|
* Category: single-purpose
|
|
21
18
|
* Location: @atlaskit/icon-lab
|
|
@@ -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::996b4d52a832d969de7b2f90462c714f>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -13,9 +13,6 @@ var _react = _interopRequireDefault(require("react"));
|
|
|
13
13
|
var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
|
|
14
14
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
15
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
16
|
* Icon: "TakeoutContainer".
|
|
20
17
|
* Category: multi-purpose
|
|
21
18
|
* Location: @atlaskit/icon-lab
|
package/core/template.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::894a5807339faf92757d052e5e51de05>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -13,9 +13,6 @@ var _react = _interopRequireDefault(require("react"));
|
|
|
13
13
|
var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
|
|
14
14
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
15
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
16
|
* Icon: "Template".
|
|
20
17
|
* Category: multi-purpose
|
|
21
18
|
* Location: @atlaskit/icon-lab
|
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::257417870ecf7c5fa96e72c4b10ae69b>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -13,9 +13,6 @@ var _react = _interopRequireDefault(require("react"));
|
|
|
13
13
|
var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
|
|
14
14
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
15
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
16
|
* Icon: "Ticket".
|
|
20
17
|
* Category: multi-purpose
|
|
21
18
|
* Location: @atlaskit/icon-lab
|
package/core/tidy.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::4fd888fa26185b491f5b4e0b64e6b236>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -13,9 +13,6 @@ var _react = _interopRequireDefault(require("react"));
|
|
|
13
13
|
var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
|
|
14
14
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
15
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
16
|
* Icon: "Tidy".
|
|
20
17
|
* Category: single-purpose
|
|
21
18
|
* Location: @atlaskit/icon-lab
|
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::35e63d6678cb1c28f0705bc04b80e76a>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -13,9 +13,6 @@ var _react = _interopRequireDefault(require("react"));
|
|
|
13
13
|
var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
|
|
14
14
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
15
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
16
|
* Icon: "VehicleTrain".
|
|
20
17
|
* Category: multi-purpose
|
|
21
18
|
* Location: @atlaskit/icon-lab
|
package/core/vulnerability.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::548521b575da7d4b7b3f62448003cdbb>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -13,9 +13,6 @@ var _react = _interopRequireDefault(require("react"));
|
|
|
13
13
|
var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
|
|
14
14
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
15
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
16
|
* Icon: "Vulnerability".
|
|
20
17
|
* Category: single-purpose
|
|
21
18
|
* Location: @atlaskit/icon-lab
|
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::e5b6b49d04569a8e367dd54c6ade696f>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -13,9 +13,6 @@ var _react = _interopRequireDefault(require("react"));
|
|
|
13
13
|
var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
|
|
14
14
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
15
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
16
|
* Icon: "Wallet".
|
|
20
17
|
* Category: multi-purpose
|
|
21
18
|
* Location: @atlaskit/icon-lab
|
package/core/webhook.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::c197550fb50a48183a789c1e46a020dc>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -13,9 +13,6 @@ var _react = _interopRequireDefault(require("react"));
|
|
|
13
13
|
var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
|
|
14
14
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
15
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
16
|
* Icon: "Webhook".
|
|
20
17
|
* Category: single-purpose
|
|
21
18
|
* Location: @atlaskit/icon-lab
|
package/core/welcome-feed.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::8ee684ab861019fad36f72232603cd8f>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -13,9 +13,6 @@ var _react = _interopRequireDefault(require("react"));
|
|
|
13
13
|
var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
|
|
14
14
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
15
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
16
|
* Icon: "WelcomeFeed".
|
|
20
17
|
* Category: multi-purpose
|
|
21
18
|
* Location: @atlaskit/icon-lab
|
|
@@ -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::0133331dac28c5ae77b6e6cae001c0a1>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -13,9 +13,6 @@ var _react = _interopRequireDefault(require("react"));
|
|
|
13
13
|
var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
|
|
14
14
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
15
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
16
|
* Icon: "WorkflowControls".
|
|
20
17
|
* Category: single-purpose
|
|
21
18
|
* Location: @atlaskit/icon-lab
|
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::91e1b53b3dbfffd4adfea00eec4baab8>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -13,9 +13,6 @@ var _react = _interopRequireDefault(require("react"));
|
|
|
13
13
|
var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
|
|
14
14
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
15
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
16
|
* Icon: "Wrench".
|
|
20
17
|
* Category: multi-purpose
|
|
21
18
|
* Location: @atlaskit/icon-lab
|
|
@@ -9,7 +9,7 @@ exports.default = void 0;
|
|
|
9
9
|
*
|
|
10
10
|
* To change the format of this file, modify `createIconDocsNew` in icon-build-process/src/create-icon-docs.tsx.
|
|
11
11
|
*
|
|
12
|
-
* @codegen <<SignedSource::
|
|
12
|
+
* @codegen <<SignedSource::a855e3dd5b9a928da883751d8dffcd79>>
|
|
13
13
|
* @codegenCommand yarn build:icon-glyphs
|
|
14
14
|
*/
|
|
15
15
|
|
|
@@ -372,6 +372,24 @@ var metadata = {
|
|
|
372
372
|
usage: 'Reserved for QR code experiences.',
|
|
373
373
|
team: 'Assets'
|
|
374
374
|
},
|
|
375
|
+
'queue-pop-in': {
|
|
376
|
+
keywords: ['queue-pop-in', 'queuepopin', 'icon', 'icon-lab', 'core', 'Queues', 'pop-in', 'pop in', 'move back to sidebar'],
|
|
377
|
+
componentName: 'QueuePopInIcon',
|
|
378
|
+
package: '@atlaskit/icon-lab/core/queue-pop-in',
|
|
379
|
+
type: 'core',
|
|
380
|
+
categorization: 'single-purpose',
|
|
381
|
+
usage: 'Reserved for JSM queue navigation to move back to sidebar',
|
|
382
|
+
team: 'JSM core capabilities'
|
|
383
|
+
},
|
|
384
|
+
'queue-pop-out': {
|
|
385
|
+
keywords: ['queue-pop-out', 'queuepopout', 'icon', 'icon-lab', 'core', 'pop-out', 'pop out', 'Queues', 'Move out from sidebar'],
|
|
386
|
+
componentName: 'QueuePopOutIcon',
|
|
387
|
+
package: '@atlaskit/icon-lab/core/queue-pop-out',
|
|
388
|
+
type: 'core',
|
|
389
|
+
categorization: 'single-purpose',
|
|
390
|
+
usage: 'Reserved for JSM queue navigation to pop out from sidebar',
|
|
391
|
+
team: 'JSM core capabilities'
|
|
392
|
+
},
|
|
375
393
|
'roadmaps-plan': {
|
|
376
394
|
keywords: ['roadmaps-plan', 'roadmapsplan', 'icon', 'icon-lab', 'core', 'roadmaps', 'roadmap', 'plan'],
|
|
377
395
|
componentName: 'RoadmapsPlanIcon',
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*
|
|
4
4
|
* To change the format of this file, modify `createIconDocsNew` in icon-build-process/src/create-icon-docs.tsx.
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::a855e3dd5b9a928da883751d8dffcd79>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
|
|
@@ -366,6 +366,24 @@ const metadata = {
|
|
|
366
366
|
usage: 'Reserved for QR code experiences.',
|
|
367
367
|
team: 'Assets'
|
|
368
368
|
},
|
|
369
|
+
'queue-pop-in': {
|
|
370
|
+
keywords: ['queue-pop-in', 'queuepopin', 'icon', 'icon-lab', 'core', 'Queues', 'pop-in', 'pop in', 'move back to sidebar'],
|
|
371
|
+
componentName: 'QueuePopInIcon',
|
|
372
|
+
package: '@atlaskit/icon-lab/core/queue-pop-in',
|
|
373
|
+
type: 'core',
|
|
374
|
+
categorization: 'single-purpose',
|
|
375
|
+
usage: 'Reserved for JSM queue navigation to move back to sidebar',
|
|
376
|
+
team: 'JSM core capabilities'
|
|
377
|
+
},
|
|
378
|
+
'queue-pop-out': {
|
|
379
|
+
keywords: ['queue-pop-out', 'queuepopout', 'icon', 'icon-lab', 'core', 'pop-out', 'pop out', 'Queues', 'Move out from sidebar'],
|
|
380
|
+
componentName: 'QueuePopOutIcon',
|
|
381
|
+
package: '@atlaskit/icon-lab/core/queue-pop-out',
|
|
382
|
+
type: 'core',
|
|
383
|
+
categorization: 'single-purpose',
|
|
384
|
+
usage: 'Reserved for JSM queue navigation to pop out from sidebar',
|
|
385
|
+
team: 'JSM core capabilities'
|
|
386
|
+
},
|
|
369
387
|
'roadmaps-plan': {
|
|
370
388
|
keywords: ['roadmaps-plan', 'roadmapsplan', 'icon', 'icon-lab', 'core', 'roadmaps', 'roadmap', 'plan'],
|
|
371
389
|
componentName: 'RoadmapsPlanIcon',
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*
|
|
4
4
|
* To change the format of this file, modify `createIconDocsNew` in icon-build-process/src/create-icon-docs.tsx.
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::a855e3dd5b9a928da883751d8dffcd79>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
|
|
@@ -366,6 +366,24 @@ var metadata = {
|
|
|
366
366
|
usage: 'Reserved for QR code experiences.',
|
|
367
367
|
team: 'Assets'
|
|
368
368
|
},
|
|
369
|
+
'queue-pop-in': {
|
|
370
|
+
keywords: ['queue-pop-in', 'queuepopin', 'icon', 'icon-lab', 'core', 'Queues', 'pop-in', 'pop in', 'move back to sidebar'],
|
|
371
|
+
componentName: 'QueuePopInIcon',
|
|
372
|
+
package: '@atlaskit/icon-lab/core/queue-pop-in',
|
|
373
|
+
type: 'core',
|
|
374
|
+
categorization: 'single-purpose',
|
|
375
|
+
usage: 'Reserved for JSM queue navigation to move back to sidebar',
|
|
376
|
+
team: 'JSM core capabilities'
|
|
377
|
+
},
|
|
378
|
+
'queue-pop-out': {
|
|
379
|
+
keywords: ['queue-pop-out', 'queuepopout', 'icon', 'icon-lab', 'core', 'pop-out', 'pop out', 'Queues', 'Move out from sidebar'],
|
|
380
|
+
componentName: 'QueuePopOutIcon',
|
|
381
|
+
package: '@atlaskit/icon-lab/core/queue-pop-out',
|
|
382
|
+
type: 'core',
|
|
383
|
+
categorization: 'single-purpose',
|
|
384
|
+
usage: 'Reserved for JSM queue navigation to pop out from sidebar',
|
|
385
|
+
team: 'JSM core capabilities'
|
|
386
|
+
},
|
|
369
387
|
'roadmaps-plan': {
|
|
370
388
|
keywords: ['roadmaps-plan', 'roadmapsplan', 'icon', 'icon-lab', 'core', 'roadmaps', 'roadmap', 'plan'],
|
|
371
389
|
componentName: 'RoadmapsPlanIcon',
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*
|
|
4
4
|
* To change the format of this file, modify `createIconDocsNew` in icon-build-process/src/create-icon-docs.tsx.
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::a855e3dd5b9a928da883751d8dffcd79>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
interface metadata {
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*
|
|
4
4
|
* To change the format of this file, modify `createIconDocsNew` in icon-build-process/src/create-icon-docs.tsx.
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::a855e3dd5b9a928da883751d8dffcd79>>
|
|
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.
|
|
3
|
+
"version": "3.4.1",
|
|
4
4
|
"description": "An icon package for public icon contributions",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -40,16 +40,16 @@
|
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"@af/icon-build-process": "^2.4.0",
|
|
43
|
-
"@af/visual-regression": "
|
|
43
|
+
"@af/visual-regression": "^1.3.0",
|
|
44
44
|
"@atlaskit/button": "^21.1.0",
|
|
45
45
|
"@atlaskit/code": "^16.0.0",
|
|
46
46
|
"@atlaskit/ds-lib": "^4.0.0",
|
|
47
47
|
"@atlaskit/heading": "^5.1.0",
|
|
48
48
|
"@atlaskit/modal-dialog": "^13.0.0",
|
|
49
49
|
"@atlaskit/primitives": "^14.1.0",
|
|
50
|
-
"@atlaskit/ssr": "
|
|
50
|
+
"@atlaskit/ssr": "^0.4.0",
|
|
51
51
|
"@atlaskit/textfield": "^8.0.0",
|
|
52
|
-
"@atlaskit/tokens": "^4.
|
|
52
|
+
"@atlaskit/tokens": "^4.3.0",
|
|
53
53
|
"@atlaskit/tooltip": "^20.0.0",
|
|
54
54
|
"@compiled/react": "^0.18.2",
|
|
55
55
|
"@testing-library/react": "^13.4.0",
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M6 3.25H3c-.69 0-1.25.56-1.25 1.25V13c0 .69.56 1.25 1.25 1.25h8.5c.69 0 1.25-.56 1.25-1.25v-2.75"/><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M5.25 6.5v4.25H9.5m-.75-3.5L5.5 10.5M14 7.25c.69 0 1.25-.56 1.25-1.25V2c0-.69-.56-1.25-1.25-1.25h-4c-.69 0-1.25.56-1.25 1.25v4c0 .69.56 1.25 1.25 1.25z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M8 3.25H3c-.69 0-1.25.56-1.25 1.25V13c0 .69.56 1.25 1.25 1.25h8.5c.69 0 1.25-.56 1.25-1.25V8"/><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M8.25 14.25V9c0-.69-.56-1.25-1.25-1.25H1.75M14.25 6V1.75H10M9.5 6.5 14 2"/></svg>
|