@atlaskit/icon-lab 1.2.0 → 2.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +34 -0
- package/build/index.tsx +8 -8
- package/core/assets-data-manager.d.ts +3 -5
- package/core/assets-data-manager.js +3 -3
- package/core/assets-schema.d.ts +3 -5
- package/core/assets-schema.js +3 -3
- package/core/book-open.d.ts +3 -5
- package/core/book-open.js +3 -3
- package/core/coins.d.ts +3 -5
- package/core/coins.js +3 -3
- package/core/cross-octagon.d.ts +3 -5
- package/core/cross-octagon.js +3 -3
- package/core/editions.d.ts +3 -5
- package/core/editions.js +3 -3
- package/core/field-text.d.ts +3 -5
- package/core/field-text.js +3 -3
- package/core/initiative.d.ts +3 -5
- package/core/initiative.js +4 -4
- package/core/lozenge.d.ts +3 -5
- package/core/lozenge.js +3 -3
- package/core/paint-brush.d.ts +3 -5
- package/core/paint-brush.js +3 -3
- package/core/paint-roller.d.ts +3 -5
- package/core/paint-roller.js +3 -3
- package/core/qr-code.d.ts +3 -5
- package/core/qr-code.js +4 -4
- package/core/roadmaps-plan.d.ts +3 -5
- package/core/roadmaps-plan.js +3 -3
- package/core/roadmaps-service.d.ts +3 -5
- package/core/roadmaps-service.js +3 -3
- package/core/speedometer.d.ts +3 -5
- package/core/speedometer.js +3 -3
- package/core/takeout-container.d.ts +3 -5
- package/core/takeout-container.js +3 -3
- package/core/ticket.d.ts +3 -5
- package/core/ticket.js +3 -3
- package/core/vehicle-train.d.ts +3 -5
- package/core/vehicle-train.js +3 -3
- package/core/vulnerability.d.ts +3 -5
- package/core/vulnerability.js +3 -3
- package/core/wallet.d.ts +3 -5
- package/core/wallet.js +3 -3
- package/core/wrench.d.ts +3 -5
- package/core/wrench.js +3 -3
- package/dist/cjs/deprecated-core.js +2 -2
- package/dist/cjs/metadata-core.js +2 -2
- package/dist/es2019/deprecated-core.js +2 -2
- package/dist/es2019/metadata-core.js +2 -2
- package/dist/esm/deprecated-core.js +2 -2
- package/dist/esm/metadata-core.js +2 -2
- package/dist/types/deprecated-core.d.ts +2 -2
- package/dist/types/metadata-core.d.ts +2 -2
- package/dist/types/migration-map.d.ts +2 -2
- package/dist/types-ts4.5/deprecated-core.d.ts +2 -2
- package/dist/types-ts4.5/metadata-core.d.ts +2 -2
- package/dist/types-ts4.5/migration-map.d.ts +2 -2
- package/{UNSAFE_migration-map → migration-map}/package.json +1 -1
- package/package.json +5 -5
package/core/qr-code.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::065bae4da7c9b5223fe8a5a1ed3de3d0>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -10,7 +10,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
10
10
|
});
|
|
11
11
|
exports.default = void 0;
|
|
12
12
|
var _react = _interopRequireDefault(require("react"));
|
|
13
|
-
var
|
|
13
|
+
var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
|
|
14
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.
|
|
@@ -23,8 +23,8 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
|
|
|
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 QrCodeIcon = props => /*#__PURE__*/_react.default.createElement(
|
|
27
|
-
dangerouslySetGlyph: `<path fill="currentcolor" d="
|
|
26
|
+
const QrCodeIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
27
|
+
dangerouslySetGlyph: `<path fill="currentcolor" d="M10 10h2v2h-2z"/><path stroke="currentcolor" stroke-width="1.5" d="M1.75 5.25V3c0-.69.56-1.25 1.25-1.25h2.25m9 3.5V3c0-.69-.56-1.25-1.25-1.25h-2.25m-9 9V13c0 .69.56 1.25 1.25 1.25h2.25m9-3.5V13c0 .69-.56 1.25-1.25 1.25h-2.25m-6.75-3h4M11.25 4v4m-6.5-3.25h3.5v3.5h-3.5z"/>`
|
|
28
28
|
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
29
29
|
}, props));
|
|
30
30
|
QrCodeIcon.displayName = 'QrCodeIcon';
|
package/core/roadmaps-plan.d.ts
CHANGED
|
@@ -1,15 +1,13 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::360930da021ce62e41654b58ca8d1865>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
|
-
import type
|
|
8
|
-
import type { NewCoreIconProps } from '@atlaskit/icon/UNSAFE_base-new';
|
|
9
|
-
import type Icon from '@atlaskit/icon/UNSAFE_base-new';
|
|
7
|
+
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
10
8
|
|
|
11
9
|
declare const RoadmapsPlanIcon: {
|
|
12
|
-
(props:
|
|
10
|
+
(props: NewCoreIconProps): JSX.Element;
|
|
13
11
|
displayName: string;
|
|
14
12
|
};
|
|
15
13
|
export default RoadmapsPlanIcon;
|
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::f18a9dbca37f115df2b1505bfb011e41>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -10,7 +10,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
10
10
|
});
|
|
11
11
|
exports.default = void 0;
|
|
12
12
|
var _react = _interopRequireDefault(require("react"));
|
|
13
|
-
var
|
|
13
|
+
var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
|
|
14
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.
|
|
@@ -23,7 +23,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
|
|
|
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 RoadmapsPlanIcon = props => /*#__PURE__*/_react.default.createElement(
|
|
26
|
+
const RoadmapsPlanIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
27
27
|
dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M5.25 3.5h5.5a2.25 2.25 0 0 1 0 4.5h-5.5a2.25 2.25 0 0 0 0 4.5h5.5m-5.5-9a1.75 1.75 0 1 1-3.5 0 1.75 1.75 0 0 1 3.5 0Zm5.5 9a1.75 1.75 0 1 0 3.5 0 1.75 1.75 0 0 0-3.5 0Z"/>`
|
|
28
28
|
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
29
29
|
}, props));
|
|
@@ -1,15 +1,13 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::59447c5366e0957d201551e38097d09d>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
|
-
import type
|
|
8
|
-
import type { NewCoreIconProps } from '@atlaskit/icon/UNSAFE_base-new';
|
|
9
|
-
import type Icon from '@atlaskit/icon/UNSAFE_base-new';
|
|
7
|
+
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
10
8
|
|
|
11
9
|
declare const RoadmapsServiceIcon: {
|
|
12
|
-
(props:
|
|
10
|
+
(props: NewCoreIconProps): JSX.Element;
|
|
13
11
|
displayName: string;
|
|
14
12
|
};
|
|
15
13
|
export default RoadmapsServiceIcon;
|
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::77b4a11058bf782d70e95160786a9c2b>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -10,7 +10,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
10
10
|
});
|
|
11
11
|
exports.default = void 0;
|
|
12
12
|
var _react = _interopRequireDefault(require("react"));
|
|
13
|
-
var
|
|
13
|
+
var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
|
|
14
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.
|
|
@@ -23,7 +23,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
|
|
|
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 RoadmapsServiceIcon = props => /*#__PURE__*/_react.default.createElement(
|
|
26
|
+
const RoadmapsServiceIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
27
27
|
dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M10.75 3.5a1.75 1.75 0 1 0 3.5 0 1.75 1.75 0 0 0-3.5 0Zm0 0H8.451c-.435 0-.84.227-1.067.598L5 8m5.75 4.5a1.75 1.75 0 1 0 3.5 0 1.75 1.75 0 0 0-3.5 0Zm0 0H8.451a1.25 1.25 0 0 1-1.067-.598L5 8M1 8h4"/>`
|
|
28
28
|
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
29
29
|
}, props));
|
package/core/speedometer.d.ts
CHANGED
|
@@ -1,15 +1,13 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::a34ed16f3ba8baf3883d01644f6a7da7>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
|
-
import type
|
|
8
|
-
import type { NewCoreIconProps } from '@atlaskit/icon/UNSAFE_base-new';
|
|
9
|
-
import type Icon from '@atlaskit/icon/UNSAFE_base-new';
|
|
7
|
+
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
10
8
|
|
|
11
9
|
declare const SpeedometerIcon: {
|
|
12
|
-
(props:
|
|
10
|
+
(props: NewCoreIconProps): JSX.Element;
|
|
13
11
|
displayName: string;
|
|
14
12
|
};
|
|
15
13
|
export default SpeedometerIcon;
|
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::44efa966fe6cb3ea472004972a6f7cd7>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -10,7 +10,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
10
10
|
});
|
|
11
11
|
exports.default = void 0;
|
|
12
12
|
var _react = _interopRequireDefault(require("react"));
|
|
13
|
-
var
|
|
13
|
+
var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
|
|
14
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.
|
|
@@ -23,7 +23,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
|
|
|
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 SpeedometerIcon = props => /*#__PURE__*/_react.default.createElement(
|
|
26
|
+
const SpeedometerIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
27
27
|
dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M9.237 8.263a1.75 1.75 0 1 0-2.475 2.475 1.75 1.75 0 0 0 2.475-2.475Zm0 0 4.13-4.138A7.22 7.22 0 0 1 15.25 9c0 2.066-.864 3.93-2.25 5.25M11.25 2.517A7.25 7.25 0 0 0 3 14.25"/>`
|
|
28
28
|
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
29
29
|
}, props));
|
|
@@ -1,15 +1,13 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::2e797bcb40bd705bb9f9c4f655f3b6e9>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
|
-
import type
|
|
8
|
-
import type { NewCoreIconProps } from '@atlaskit/icon/UNSAFE_base-new';
|
|
9
|
-
import type Icon from '@atlaskit/icon/UNSAFE_base-new';
|
|
7
|
+
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
10
8
|
|
|
11
9
|
declare const TakeoutContainerIcon: {
|
|
12
|
-
(props:
|
|
10
|
+
(props: NewCoreIconProps): JSX.Element;
|
|
13
11
|
displayName: string;
|
|
14
12
|
};
|
|
15
13
|
export default TakeoutContainerIcon;
|
|
@@ -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::fa1939b07e6b5412d66eae9a33c6036b>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -10,7 +10,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
10
10
|
});
|
|
11
11
|
exports.default = void 0;
|
|
12
12
|
var _react = _interopRequireDefault(require("react"));
|
|
13
|
-
var
|
|
13
|
+
var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
|
|
14
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.
|
|
@@ -23,7 +23,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
|
|
|
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 TakeoutContainerIcon = props => /*#__PURE__*/_react.default.createElement(
|
|
26
|
+
const TakeoutContainerIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
27
27
|
dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="m13.25 5.75-1 8.5h-8.5l-1-8.5m10.5 0 2.25-1.5m-2.25 1.5h-.5m-10 0L.5 4.25m2.25 1.5h.5m0 0 1.75-4h6l1.75 4m-9.5 0h9.5"/>`
|
|
28
28
|
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
29
29
|
}, props));
|
package/core/ticket.d.ts
CHANGED
|
@@ -1,15 +1,13 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::8bea1544369f0463b68648d45513b13e>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
|
-
import type
|
|
8
|
-
import type { NewCoreIconProps } from '@atlaskit/icon/UNSAFE_base-new';
|
|
9
|
-
import type Icon from '@atlaskit/icon/UNSAFE_base-new';
|
|
7
|
+
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
10
8
|
|
|
11
9
|
declare const TicketIcon: {
|
|
12
|
-
(props:
|
|
10
|
+
(props: NewCoreIconProps): JSX.Element;
|
|
13
11
|
displayName: string;
|
|
14
12
|
};
|
|
15
13
|
export default TicketIcon;
|
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::91fc9aa56d14465bf4e78572348b3200>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -10,7 +10,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
10
10
|
});
|
|
11
11
|
exports.default = void 0;
|
|
12
12
|
var _react = _interopRequireDefault(require("react"));
|
|
13
|
-
var
|
|
13
|
+
var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
|
|
14
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.
|
|
@@ -23,7 +23,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
|
|
|
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 TicketIcon = props => /*#__PURE__*/_react.default.createElement(
|
|
26
|
+
const TicketIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
27
27
|
dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M9.75 11.5V10m0-1.25v-1.5m0-1.25V4.5m-9-1.75v3.5H1a1.75 1.75 0 1 1 0 3.5H.75v3.5h14.5v-3.5H15a1.75 1.75 0 1 1 0-3.5h.25v-3.5z"/>`
|
|
28
28
|
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
29
29
|
}, props));
|
package/core/vehicle-train.d.ts
CHANGED
|
@@ -1,15 +1,13 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::34208fbfcfb429dfe96a87a97a358e63>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
|
-
import type
|
|
8
|
-
import type { NewCoreIconProps } from '@atlaskit/icon/UNSAFE_base-new';
|
|
9
|
-
import type Icon from '@atlaskit/icon/UNSAFE_base-new';
|
|
7
|
+
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
10
8
|
|
|
11
9
|
declare const VehicleTrainIcon: {
|
|
12
|
-
(props:
|
|
10
|
+
(props: NewCoreIconProps): JSX.Element;
|
|
13
11
|
displayName: string;
|
|
14
12
|
};
|
|
15
13
|
export default VehicleTrainIcon;
|
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::d3678608b8db5681837aa2635d533d98>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -10,7 +10,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
10
10
|
});
|
|
11
11
|
exports.default = void 0;
|
|
12
12
|
var _react = _interopRequireDefault(require("react"));
|
|
13
|
-
var
|
|
13
|
+
var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
|
|
14
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.
|
|
@@ -23,7 +23,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
|
|
|
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 VehicleTrainIcon = props => /*#__PURE__*/_react.default.createElement(
|
|
26
|
+
const VehicleTrainIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
27
27
|
dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M8 3.25H4.387a1.25 1.25 0 0 0-1.18.837L1.89 7.85a2.5 2.5 0 0 0-.14.826V11.5c0 .69.56 1.25 1.25 1.25h1.5M8 3.25h3.613a1.25 1.25 0 0 1 1.18.837L14.11 7.85a2.5 2.5 0 0 1 .14.826V11.5c0 .69-.56 1.25-1.25 1.25h-1.5M8 3.25V.75m0 0h4m-4 0H4m.5 12L2.75 15.5m1.75-2.75h7m0 0 1.75 2.75m-7.75-.25h5m3.5-7H2"/><path fill="currentcolor" d="M5 10.5a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0m7.5 0a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0"/>`
|
|
28
28
|
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
29
29
|
}, props));
|
package/core/vulnerability.d.ts
CHANGED
|
@@ -1,15 +1,13 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::34d9719ccb98aed4101f530349965963>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
|
-
import type
|
|
8
|
-
import type { NewCoreIconProps } from '@atlaskit/icon/UNSAFE_base-new';
|
|
9
|
-
import type Icon from '@atlaskit/icon/UNSAFE_base-new';
|
|
7
|
+
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
10
8
|
|
|
11
9
|
declare const VulnerabilityIcon: {
|
|
12
|
-
(props:
|
|
10
|
+
(props: NewCoreIconProps): JSX.Element;
|
|
13
11
|
displayName: string;
|
|
14
12
|
};
|
|
15
13
|
export default VulnerabilityIcon;
|
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::8d50ffafb893fccb816e2b95ec108eeb>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -10,7 +10,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
10
10
|
});
|
|
11
11
|
exports.default = void 0;
|
|
12
12
|
var _react = _interopRequireDefault(require("react"));
|
|
13
|
-
var
|
|
13
|
+
var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
|
|
14
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.
|
|
@@ -23,7 +23,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
|
|
|
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 VulnerabilityIcon = props => /*#__PURE__*/_react.default.createElement(
|
|
26
|
+
const VulnerabilityIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
27
27
|
dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M10 2.5h3a.5.5 0 0 1 .5.5v3H15V3a2 2 0 0 0-2-2h-3zM2.5 3a.5.5 0 0 1 .5-.5h3V1H3a2 2 0 0 0-2 2v3h1.5zm4.75 1v4.5h1.5V4zM2.5 13v-3H1v3a2 2 0 0 0 2 2h3v-1.5H3a.5.5 0 0 1-.5-.5m11-3v3a.5.5 0 0 1-.5.5h-3V15h3a2 2 0 0 0 2-2v-3zM8 12a1 1 0 1 0 0-2 1 1 0 0 0 0 2" clip-rule="evenodd"/>`
|
|
28
28
|
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
29
29
|
}, props));
|
package/core/wallet.d.ts
CHANGED
|
@@ -1,15 +1,13 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::45d23fe62317ceabbd6049fe968ed9db>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
|
-
import type
|
|
8
|
-
import type { NewCoreIconProps } from '@atlaskit/icon/UNSAFE_base-new';
|
|
9
|
-
import type Icon from '@atlaskit/icon/UNSAFE_base-new';
|
|
7
|
+
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
10
8
|
|
|
11
9
|
declare const WalletIcon: {
|
|
12
|
-
(props:
|
|
10
|
+
(props: NewCoreIconProps): JSX.Element;
|
|
13
11
|
displayName: string;
|
|
14
12
|
};
|
|
15
13
|
export default WalletIcon;
|
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::30b5ee691b9bf98fccc0f98ad03380ae>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -10,7 +10,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
10
10
|
});
|
|
11
11
|
exports.default = void 0;
|
|
12
12
|
var _react = _interopRequireDefault(require("react"));
|
|
13
|
-
var
|
|
13
|
+
var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
|
|
14
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.
|
|
@@ -23,7 +23,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
|
|
|
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 WalletIcon = props => /*#__PURE__*/_react.default.createElement(
|
|
26
|
+
const WalletIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
27
27
|
dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M1.75 4.25V13c0 .69.56 1.25 1.25 1.25h10c.69 0 1.25-.56 1.25-1.25v-2.25m-12.5-6.5H13c.69 0 1.25.56 1.25 1.25v2.25m-12.5-3.5V3c0-.69.56-1.25 1.25-1.25h10.5m.75 6H12c-.69 0-1.25.56-1.25 1.25v.5c0 .69.56 1.25 1.25 1.25h2.25m0-3v3"/>`
|
|
28
28
|
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
29
29
|
}, props));
|
package/core/wrench.d.ts
CHANGED
|
@@ -1,15 +1,13 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::4b70ddd94f0d846b8abd5c86fa3b6e53>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
|
-
import type
|
|
8
|
-
import type { NewCoreIconProps } from '@atlaskit/icon/UNSAFE_base-new';
|
|
9
|
-
import type Icon from '@atlaskit/icon/UNSAFE_base-new';
|
|
7
|
+
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
10
8
|
|
|
11
9
|
declare const WrenchIcon: {
|
|
12
|
-
(props:
|
|
10
|
+
(props: NewCoreIconProps): JSX.Element;
|
|
13
11
|
displayName: string;
|
|
14
12
|
};
|
|
15
13
|
export default WrenchIcon;
|
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::d3f61c6788fdd6e64a0db1e8c150e1bf>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -10,7 +10,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
10
10
|
});
|
|
11
11
|
exports.default = void 0;
|
|
12
12
|
var _react = _interopRequireDefault(require("react"));
|
|
13
|
-
var
|
|
13
|
+
var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
|
|
14
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.
|
|
@@ -23,7 +23,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
|
|
|
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 WrenchIcon = props => /*#__PURE__*/_react.default.createElement(
|
|
26
|
+
const WrenchIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
27
27
|
dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M11.5 6.75 9.25 4.5l3.29-3.29a4.75 4.75 0 0 0-6.33 6.33l-4.95 4.95a1.591 1.591 0 0 0 2.25 2.25l4.95-4.95a4.75 4.75 0 0 0 6.33-6.33z"/>`
|
|
28
28
|
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
29
29
|
}, props));
|
|
@@ -7,9 +7,9 @@ exports.default = void 0;
|
|
|
7
7
|
/**
|
|
8
8
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
9
9
|
*
|
|
10
|
-
* To change the format of this file, modify `
|
|
10
|
+
* To change the format of this file, modify `createDeprecatedIconDocs` in icon-build-process/src/create-deprecated-icon-docs.tsx.
|
|
11
11
|
*
|
|
12
|
-
* @codegen <<SignedSource::
|
|
12
|
+
* @codegen <<SignedSource::8445ed95dffea52ddea417fc5752ff90>>
|
|
13
13
|
* @codegenCommand yarn build:icon-glyphs
|
|
14
14
|
*/
|
|
15
15
|
var deprecatedIcons = {};
|
|
@@ -7,9 +7,9 @@ exports.default = void 0;
|
|
|
7
7
|
/**
|
|
8
8
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
9
9
|
*
|
|
10
|
-
* To change the format of this file, modify `
|
|
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::c58d65251363ddc99a001ca55c0335ec>>
|
|
13
13
|
* @codegenCommand yarn build:icon-glyphs
|
|
14
14
|
*/
|
|
15
15
|
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
3
|
*
|
|
4
|
-
* To change the format of this file, modify `
|
|
4
|
+
* To change the format of this file, modify `createDeprecatedIconDocs` in icon-build-process/src/create-deprecated-icon-docs.tsx.
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::8445ed95dffea52ddea417fc5752ff90>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
const deprecatedIcons = {};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
3
|
*
|
|
4
|
-
* To change the format of this file, modify `
|
|
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::c58d65251363ddc99a001ca55c0335ec>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
3
|
*
|
|
4
|
-
* To change the format of this file, modify `
|
|
4
|
+
* To change the format of this file, modify `createDeprecatedIconDocs` in icon-build-process/src/create-deprecated-icon-docs.tsx.
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::8445ed95dffea52ddea417fc5752ff90>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
var deprecatedIcons = {};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
3
|
*
|
|
4
|
-
* To change the format of this file, modify `
|
|
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::c58d65251363ddc99a001ca55c0335ec>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
3
|
*
|
|
4
|
-
* To change the format of this file, modify `
|
|
4
|
+
* To change the format of this file, modify `createDeprecatedIconDocs` in icon-build-process/src/create-deprecated-icon-docs.tsx.
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::8445ed95dffea52ddea417fc5752ff90>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
declare const deprecatedIcons: Record<string, {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
3
|
*
|
|
4
|
-
* To change the format of this file, modify `
|
|
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::c58d65251363ddc99a001ca55c0335ec>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
interface metadata {
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import type {
|
|
2
|
-
declare const migrationMap:
|
|
1
|
+
import type { IconMigrationMap } from '@atlaskit/icon/types';
|
|
2
|
+
declare const migrationMap: IconMigrationMap;
|
|
3
3
|
export default migrationMap;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
3
|
*
|
|
4
|
-
* To change the format of this file, modify `
|
|
4
|
+
* To change the format of this file, modify `createDeprecatedIconDocs` in icon-build-process/src/create-deprecated-icon-docs.tsx.
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::8445ed95dffea52ddea417fc5752ff90>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
declare const deprecatedIcons: Record<string, {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
3
|
*
|
|
4
|
-
* To change the format of this file, modify `
|
|
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::c58d65251363ddc99a001ca55c0335ec>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
interface metadata {
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import type {
|
|
2
|
-
declare const migrationMap:
|
|
1
|
+
import type { IconMigrationMap } from '@atlaskit/icon/types';
|
|
2
|
+
declare const migrationMap: IconMigrationMap;
|
|
3
3
|
export default migrationMap;
|