@atlaskit/icon-lab 4.6.0 → 4.8.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 +51 -0
- package/core/cloud-offline.js +2 -2
- package/core/colour-none.js +2 -2
- package/core/cursor-strikethrough.js +2 -2
- package/core/page-live-doc.js +2 -2
- package/core/pin-strikethrough.d.ts +13 -0
- package/core/pin-strikethrough.js +28 -0
- package/core/recur.d.ts +4 -1
- package/core/space.js +4 -2
- package/core/speedometer.d.ts +4 -1
- package/core/text-bold-italic-strikethrough.js +2 -2
- package/core/text-bold-italic-underline-strikethrough.js +2 -2
- package/core/text-bold-strikethrough.js +2 -2
- package/core/text-bold-underline-strikethrough.js +2 -2
- package/core/text-italic-strikethrough.js +2 -2
- package/core/text-italic-underline-strikethrough.js +2 -2
- package/core/text-paragraph.js +2 -2
- package/core/text-underline-strikethrough.js +2 -2
- package/dist/cjs/deprecated-core.js +9 -2
- package/dist/cjs/metadata-core.js +25 -3
- package/dist/es2019/deprecated-core.js +9 -2
- package/dist/es2019/metadata-core.js +25 -3
- package/dist/esm/deprecated-core.js +9 -2
- package/dist/esm/metadata-core.js +25 -3
- package/dist/types/deprecated-core.d.ts +1 -1
- package/dist/types/metadata-core.d.ts +1 -1
- package/dist/types-ts4.5/deprecated-core.d.ts +1 -1
- package/dist/types-ts4.5/metadata-core.d.ts +1 -1
- package/package.json +6 -6
- package/svgs/core/cloud-offline.svg +1 -1
- package/svgs/core/colour-none.svg +1 -1
- package/svgs/core/cursor-strikethrough.svg +1 -1
- package/svgs/core/page-live-doc.svg +1 -1
- package/svgs/core/pin-strikethrough.svg +1 -0
- package/svgs/core/text-bold-italic-strikethrough.svg +1 -1
- package/svgs/core/text-bold-italic-underline-strikethrough.svg +1 -1
- package/svgs/core/text-bold-strikethrough.svg +1 -1
- package/svgs/core/text-bold-underline-strikethrough.svg +1 -1
- package/svgs/core/text-italic-strikethrough.svg +1 -1
- package/svgs/core/text-italic-underline-strikethrough.svg +1 -1
- package/svgs/core/text-paragraph.svg +1 -1
- package/svgs/core/text-underline-strikethrough.svg +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,56 @@
|
|
|
1
1
|
# @atlaskit/icon-lab
|
|
2
2
|
|
|
3
|
+
## 4.8.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#138291](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/138291)
|
|
8
|
+
[`12b2a21a4da5a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/12b2a21a4da5a) -
|
|
9
|
+
This release updates and deprecates icons in `@atlaskit/icon-lab`.
|
|
10
|
+
|
|
11
|
+
### Updated:
|
|
12
|
+
|
|
13
|
+
**`@atlaskit/icon-lab/core`**
|
|
14
|
+
|
|
15
|
+
- `cloud-offline`
|
|
16
|
+
- `colour-none`
|
|
17
|
+
- `cursor-strikethrough`
|
|
18
|
+
- `incognito`
|
|
19
|
+
- `page-live-doc`
|
|
20
|
+
- `text-bold-italic-strikethrough`
|
|
21
|
+
- `text-bold-italic-underline-strikethrough`
|
|
22
|
+
- `text-bold-strikethrough`
|
|
23
|
+
- `text-bold-underline-strikethrough`
|
|
24
|
+
- `text-italic-strikethrough`
|
|
25
|
+
- `text-italic-underline-strikethrough`
|
|
26
|
+
- `text-paragraph`
|
|
27
|
+
- `text-underline-strikethrough`
|
|
28
|
+
|
|
29
|
+
### Deprecated:
|
|
30
|
+
|
|
31
|
+
**`@atlaskit/icon-lab/core`**
|
|
32
|
+
|
|
33
|
+
- `recur`
|
|
34
|
+
- `speedometer`
|
|
35
|
+
|
|
36
|
+
### Patch Changes
|
|
37
|
+
|
|
38
|
+
- Updated dependencies
|
|
39
|
+
|
|
40
|
+
## 4.7.0
|
|
41
|
+
|
|
42
|
+
### Minor Changes
|
|
43
|
+
|
|
44
|
+
- [#140189](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/140189)
|
|
45
|
+
[`35293f19b2022`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/35293f19b2022) -
|
|
46
|
+
This release updates icons in `@atlaskit/icon-lab`.
|
|
47
|
+
|
|
48
|
+
### Updated:
|
|
49
|
+
|
|
50
|
+
**`@atlaskit/icon-lab/core`**
|
|
51
|
+
|
|
52
|
+
- `page-live-doc`
|
|
53
|
+
|
|
3
54
|
## 4.6.0
|
|
4
55
|
|
|
5
56
|
### Minor Changes
|
package/core/cloud-offline.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::005541104498576cdb3000e1f03d4bd7>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -21,7 +21,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
|
|
|
21
21
|
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
22
22
|
*/
|
|
23
23
|
const CloudOfflineIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
-
dangerouslySetGlyph: `<path fill="currentcolor"
|
|
24
|
+
dangerouslySetGlyph: `<path fill="currentcolor" d="m.47 1.53 14 14 1.06-1.06-14-14zM8.82 12l1.5 1.5H3.75a3.75 3.75 0 0 1-1.42-7.22q.06-.32.14-.62l1.29 1.28a.75.75 0 0 1-.56.63A2.25 2.25 0 0 0 3.75 12zM8 1.5c-.96 0-1.87.24-2.66.65l1.13 1.13a4.25 4.25 0 0 1 5.72 3.23.75.75 0 0 0 .53.59 2.5 2.5 0 0 1 1.36 3.79l1.07 1.07a4 4 0 0 0-1.58-6.15A5.75 5.75 0 0 0 8 1.5"/>`
|
|
25
25
|
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
26
26
|
}, props));
|
|
27
27
|
CloudOfflineIcon.displayName = 'CloudOfflineIcon';
|
package/core/colour-none.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::4cb9aeff7a02be7bf769ceffac0a2ff7>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -21,7 +21,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
|
|
|
21
21
|
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
22
22
|
*/
|
|
23
23
|
const ColourNoneIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
-
dangerouslySetGlyph: `<path fill="currentcolor"
|
|
24
|
+
dangerouslySetGlyph: `<path fill="currentcolor" d="m.47 1.53 14 14 1.06-1.06-14-14zM9.32 12.5l1.5 1.5H4a2 2 0 0 1-2-2V5.18l1.5 1.5V12a.5.5 0 0 0 .5.5zM12 2H5.18l1.5 1.5H12a.5.5 0 0 1 .5.5v5.32l1.5 1.5V4a2 2 0 0 0-2-2"/>`
|
|
25
25
|
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
26
26
|
}, props));
|
|
27
27
|
ColourNoneIcon.displayName = 'ColourNoneIcon';
|
|
@@ -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::65c8d1a07eaaa11c9e06986fa8b5d169>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -21,7 +21,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
|
|
|
21
21
|
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
22
22
|
*/
|
|
23
23
|
const CursorStrikethroughIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
-
dangerouslySetGlyph: `<path fill="currentcolor" d="
|
|
24
|
+
dangerouslySetGlyph: `<path fill="currentcolor" d="m12.53 1.53-11 11-1.06-1.06 11-11zM1.33 3.11l1.52 3.86 1.16-1.16-1.17-2.99 2.99 1.17 1.16-1.16-3.86-1.52c-1.14-.42-2.24.68-1.8 1.8m4.32 11-1.01-2.57 1.16-1.16 1.12 2.85L8.19 9.1c.13-.44.47-.78.91-.91l4.13-1.27-2.84-1.12 1.16-1.16 2.57 1.01c1.21.48 1.15 2.21-.1 2.59L9.6 9.6l-1.36 4.41c-.38 1.24-2.12 1.31-2.59.1"/>`
|
|
25
25
|
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
26
26
|
}, props));
|
|
27
27
|
CursorStrikethroughIcon.displayName = 'CursorStrikethroughIcon';
|
package/core/page-live-doc.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::692b62fec4c56cd82ae8d8d02e2d3f2e>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -21,7 +21,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
|
|
|
21
21
|
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
22
22
|
*/
|
|
23
23
|
const PageLiveDocIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
-
dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="
|
|
24
|
+
dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M15 3.5H1V2h14zm-9 5H1V7h5zM6 14H1v-1.5h5zm2.72-6.78a.75.75 0 0 1 .79-.17l6 2.25a.75.75 0 0 1-.08 1.43l-2.56.64-.64 2.56a.75.75 0 0 1-1.43.08l-2.25-6a.75.75 0 0 1 .17-.79" clip-rule="evenodd"/>`
|
|
25
25
|
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
26
26
|
}, props));
|
|
27
27
|
PageLiveDocIcon.displayName = 'PageLiveDocIcon';
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::70d576619dcf9dda85e740c597647431>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
+
|
|
9
|
+
declare const PinStrikethroughIcon: {
|
|
10
|
+
(props: NewCoreIconProps): JSX.Element;
|
|
11
|
+
displayName: string;
|
|
12
|
+
};
|
|
13
|
+
export default PinStrikethroughIcon;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::814e940c425f4bf86bf046517f513031>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
"use strict";
|
|
7
|
+
|
|
8
|
+
Object.defineProperty(exports, "__esModule", {
|
|
9
|
+
value: true
|
|
10
|
+
});
|
|
11
|
+
exports.default = void 0;
|
|
12
|
+
var _react = _interopRequireDefault(require("react"));
|
|
13
|
+
var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
|
|
14
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
15
|
+
/**
|
|
16
|
+
* Icon: "PinStrikethrough".
|
|
17
|
+
* Category: multi-purpose
|
|
18
|
+
* Location: @atlaskit/icon-lab
|
|
19
|
+
* Usage guidance: Known uses: Unpinning comments in Jira
|
|
20
|
+
* - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
|
|
21
|
+
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
22
|
+
*/
|
|
23
|
+
const PinStrikethroughIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
+
dangerouslySetGlyph: `<path fill="currentcolor" d="M12.18 7.54c.84.6 1.67 1.62 1.8 3.26L9.5 6.32V3.25a.75.75 0 0 1 .11-.39l.82-1.36H5.58l.82 1.36a.75.75 0 0 1 .11.39v.07L4.07.89A1.37 1.37 0 0 1 5.35 0h5.29a1.38 1.38 0 0 1 1.18 2.08L11 3.46v3.48c.33.12.75.31 1.18.61m-8.03-.22 1.11 1.11c-.18.08-.38.19-.58.33a2.7 2.7 0 0 0-1.11 1.73h3.75l1.5 1.5h-.07v4h-1.5v-4h-4.5a.75.75 0 0 1-.75-.75c0-1.9.9-3.05 1.82-3.71q.17-.12.33-.21M.47 1.53l14 14 1.06-1.06-14-14z"/>`
|
|
25
|
+
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
26
|
+
}, props));
|
|
27
|
+
PinStrikethroughIcon.displayName = 'PinStrikethroughIcon';
|
|
28
|
+
var _default = exports.default = PinStrikethroughIcon;
|
package/core/recur.d.ts
CHANGED
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::1edcfe71c2a93296a8326c58e5e61b6f>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
8
|
|
|
9
|
+
/**
|
|
10
|
+
* @deprecated The icon "recur" is deprecated in favour of "repeat" from “@atlaskit/icon-lab/core”
|
|
11
|
+
*/
|
|
9
12
|
declare const RecurIcon: {
|
|
10
13
|
(props: NewCoreIconProps): JSX.Element;
|
|
11
14
|
displayName: string;
|
package/core/space.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::4ac9290784d2a58aa5091acba5eeec04>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -16,7 +16,9 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
|
|
|
16
16
|
* Icon: "Space".
|
|
17
17
|
* Category: single-purpose
|
|
18
18
|
* Location: @atlaskit/icon-lab
|
|
19
|
-
* Usage guidance: Reserved for use for Jira Projects for now. This will replace the Jira rocket.
|
|
19
|
+
* Usage guidance: Reserved for use for Jira Projects for now. This will replace the Jira rocket.
|
|
20
|
+
|
|
21
|
+
More context: Later, it will eventually replace the Confluence Spaces icon later when Jira Projects -> Jira Spaces. This is a planned phased rollout.
|
|
20
22
|
* - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
|
|
21
23
|
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
22
24
|
*/
|
package/core/speedometer.d.ts
CHANGED
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::b000b9e2fba9d425455c69b9c4190207>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
8
|
|
|
9
|
+
/**
|
|
10
|
+
* @deprecated The icon "speedometer" is deprecated in favour of "speedometer-right" from “@atlaskit/icon-lab/core”
|
|
11
|
+
*/
|
|
9
12
|
declare const SpeedometerIcon: {
|
|
10
13
|
(props: NewCoreIconProps): JSX.Element;
|
|
11
14
|
displayName: string;
|
|
@@ -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::6a9013cf7b78aca8b9d5f90ab159c2f5>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -21,7 +21,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
|
|
|
21
21
|
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
22
22
|
*/
|
|
23
23
|
const TextBoldItalicStrikethroughIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
-
dangerouslySetGlyph: `<path fill="currentcolor"
|
|
24
|
+
dangerouslySetGlyph: `<path fill="currentcolor" d="M4.22 1.93c.09-.54.56-.93 1.11-.93h4.62c1.13 0 2.17.4 2.9 1.19.73.8 1.03 1.9.82 3.07q-.05.25-.12.49h-2.47a2.25 2.25 0 0 0 .37-.88c.1-.56-.05-.93-.26-1.16-.23-.25-.63-.46-1.24-.46H6.27l-.44 2.5H3.54zm7.21 8.32h2.25q.02.43-.06.88c-.4 2.32-2.53 3.87-4.74 3.87H3.25a1.13 1.13 0 0 1-1.11-1.32l.6-3.43h2.29l-.44 2.5h4.28c1.24 0 2.34-.88 2.54-2.01q.05-.28.02-.49m4.57-3H0v1.5h16z"/>`
|
|
25
25
|
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
26
26
|
}, props));
|
|
27
27
|
TextBoldItalicStrikethroughIcon.displayName = 'TextBoldItalicStrikethroughIcon';
|
|
@@ -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::6b68800d7d06800eba3fb9092d4d7d19>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -21,7 +21,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
|
|
|
21
21
|
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
22
22
|
*/
|
|
23
23
|
const TextBoldItalicUnderlineStrikethroughIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
-
dangerouslySetGlyph: `<path fill="currentcolor"
|
|
24
|
+
dangerouslySetGlyph: `<path fill="currentcolor" d="M6.13 1a1 1 0 0 0-.98.78l-.6 2.72h.27zm0 0h2.94a3.25 3.25 0 0 1 3.24 3.5h-2.02A1.25 1.25 0 0 0 9.07 3H6.93L6.6 4.5H4.82zm6.2 8h-2q0 .14-.03.29a1.5 1.5 0 0 1-1.47 1.21H5.35l.3-1.5H3.61l-.46 2.3a1 1 0 0 0 .98 1.2h4.7a3.5 3.5 0 0 0 3.5-3.5M16 16H0v-1.5h16zM15 6H1v1.5h14z"/>`
|
|
25
25
|
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
26
26
|
}, props));
|
|
27
27
|
TextBoldItalicUnderlineStrikethroughIcon.displayName = 'TextBoldItalicUnderlineStrikethroughIcon';
|
|
@@ -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::38ef2745b6e28fde94214536ae8c64cd>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -21,7 +21,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
|
|
|
21
21
|
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
22
22
|
*/
|
|
23
23
|
const TextBoldStrikethroughIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
-
dangerouslySetGlyph: `<path fill="currentcolor"
|
|
24
|
+
dangerouslySetGlyph: `<path fill="currentcolor" d="M3 2.13C3 1.5 3.5 1 4.13 1h4.62C11 1 13 2.63 13 5.06q0 .36-.05.69h-2.33c.09-.21.13-.44.13-.69 0-1.01-.8-1.81-2-1.81h-3.5v2.5H3zm8.62 8.12h2.33q.06.33.06.69C14 13.37 12 15 9.75 15H4.13A1.13 1.13 0 0 1 3 13.88v-3.63h2.25v2.5h4.5c1.2 0 2-.8 2-1.81a1.8 1.8 0 0 0-.13-.69m4.38-3H0v1.5h16z"/>`
|
|
25
25
|
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
26
26
|
}, props));
|
|
27
27
|
TextBoldStrikethroughIcon.displayName = 'TextBoldStrikethroughIcon';
|
|
@@ -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::d65ba40d9e6e7b1676701a995043e98a>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -21,7 +21,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
|
|
|
21
21
|
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
22
22
|
*/
|
|
23
23
|
const TextBoldUnderlineStrikethroughIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
-
dangerouslySetGlyph: `<path fill="currentcolor"
|
|
24
|
+
dangerouslySetGlyph: `<path fill="currentcolor" d="M5 1a1 1 0 0 0-1 1v2.5h2V3h2.63A1.38 1.38 0 0 1 10 4.5h2v-.12A3.38 3.38 0 0 0 8.63 1zm8 8h-2q.01.06.01.13c0 .76-.62 1.38-1.37 1.38H6V9H4v2.5a1 1 0 0 0 1 1h4.63A3.38 3.38 0 0 0 13 9m3 7H0v-1.5h16zM15 6H1v1.5h14z"/>`
|
|
25
25
|
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
26
26
|
}, props));
|
|
27
27
|
TextBoldUnderlineStrikethroughIcon.displayName = 'TextBoldUnderlineStrikethroughIcon';
|
|
@@ -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::3c879d0e30caa41d19b76943fba23c6b>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -21,7 +21,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
|
|
|
21
21
|
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
22
22
|
*/
|
|
23
23
|
const TextItalicStrikethroughIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
-
dangerouslySetGlyph: `<path fill="currentcolor" d="
|
|
24
|
+
dangerouslySetGlyph: `<path fill="currentcolor" d="M6 1h6.5v1.5h-2.41l-.78 3.25H7.77l.78-3.25H6zm.69 9.25h1.54l-.78 3.25H10V15H3.5v-1.5h2.41zm8.31-3H1v1.5h14z"/>`
|
|
25
25
|
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
26
26
|
}, props));
|
|
27
27
|
TextItalicStrikethroughIcon.displayName = 'TextItalicStrikethroughIcon';
|
|
@@ -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::b767b439e34c345c00b9dec3fa64b0a3>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -21,7 +21,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
|
|
|
21
21
|
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
22
22
|
*/
|
|
23
23
|
const TextItalicUnderlineStrikethroughIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
-
dangerouslySetGlyph: `<path fill="currentcolor" d="
|
|
24
|
+
dangerouslySetGlyph: `<path fill="currentcolor" d="M11.51 1H6.44v1.5h1.78l-.47 2h1.54l.47-2h1.75zM8.24 9H6.7l-.47 2H4.49v1.5h5.07V11H7.78zM16 16H0v-1.5h16zM15 6H1v1.5h14z"/>`
|
|
25
25
|
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
26
26
|
}, props));
|
|
27
27
|
TextItalicUnderlineStrikethroughIcon.displayName = 'TextItalicUnderlineStrikethroughIcon';
|
package/core/text-paragraph.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::19d60f24eb2f61bcdf8495f079afbc9b>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -21,7 +21,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
|
|
|
21
21
|
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
22
22
|
*/
|
|
23
23
|
const TextParagraphIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
-
dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="
|
|
24
|
+
dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M6.25 2.5a2.75 2.75 0 0 0 0 5.5H8V2.5zm3.25 0V15H8V9.5H6.25a4.25 4.25 0 0 1 0-8.5h5.5a.75.75 0 0 1 .75.75V15H11V2.5z" clip-rule="evenodd"/>`
|
|
25
25
|
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
26
26
|
}, props));
|
|
27
27
|
TextParagraphIcon.displayName = 'TextParagraphIcon';
|
|
@@ -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::5b607e143a45535915991770149fdca5>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -21,7 +21,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
|
|
|
21
21
|
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
22
22
|
*/
|
|
23
23
|
const TextUnderlineStrikethroughIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
-
dangerouslySetGlyph: `<path fill="currentcolor" d="M3.
|
|
24
|
+
dangerouslySetGlyph: `<path fill="currentcolor" d="M3.5 4.5H5V1H3.5zM5.17 9a3 3 0 0 0 5.66 0h1.56a4.5 4.5 0 0 1-8.78 0zm7.33-4.5H11V1h1.5zM0 16v-1.5h16V16zM15 6H1v1.5h14z"/>`
|
|
25
25
|
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
26
26
|
}, props));
|
|
27
27
|
TextUnderlineStrikethroughIcon.displayName = 'TextUnderlineStrikethroughIcon';
|
|
@@ -9,8 +9,15 @@ exports.default = void 0;
|
|
|
9
9
|
*
|
|
10
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::9acb14056f3b24b8e695fba0b6e482ae>>
|
|
13
13
|
* @codegenCommand yarn build:icon-glyphs
|
|
14
14
|
*/
|
|
15
|
-
var deprecatedIcons = {
|
|
15
|
+
var deprecatedIcons = {
|
|
16
|
+
'@atlaskit/icon-lab/core/recur': {
|
|
17
|
+
message: 'The icon "recur" is deprecated in favour of "repeat" from “@atlaskit/icon-lab/core”'
|
|
18
|
+
},
|
|
19
|
+
'@atlaskit/icon-lab/core/speedometer': {
|
|
20
|
+
message: 'The icon "speedometer" is deprecated in favour of "speedometer-right" from “@atlaskit/icon-lab/core”'
|
|
21
|
+
}
|
|
22
|
+
};
|
|
16
23
|
var _default = exports.default = deprecatedIcons;
|
|
@@ -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::2f9fbb2d46d4b891b4d432fc10fa866b>>
|
|
13
13
|
* @codegenCommand yarn build:icon-glyphs
|
|
14
14
|
*/
|
|
15
15
|
|
|
@@ -804,6 +804,16 @@ var metadata = {
|
|
|
804
804
|
status: 'published',
|
|
805
805
|
slackChannel: '#feedback-loom-vizrefresh'
|
|
806
806
|
},
|
|
807
|
+
'pin-strikethrough': {
|
|
808
|
+
keywords: ['pin-strikethrough', 'pinstrikethrough', 'icon', 'icon-lab', 'core', 'push pin', 'thumbtack', 'tack', 'unpin'],
|
|
809
|
+
componentName: 'PinStrikethroughIcon',
|
|
810
|
+
package: '@atlaskit/icon-lab/core/pin-strikethrough',
|
|
811
|
+
type: 'core',
|
|
812
|
+
categorization: 'multi-purpose',
|
|
813
|
+
usage: 'Known uses: Unpinning comments in Jira',
|
|
814
|
+
team: 'Jira',
|
|
815
|
+
status: 'published'
|
|
816
|
+
},
|
|
807
817
|
'plus-circle': {
|
|
808
818
|
keywords: ['plus-circle', 'pluscircle', 'icon', 'icon-lab', 'core', 'add'],
|
|
809
819
|
componentName: 'PlusCircleIcon',
|
|
@@ -861,9 +871,15 @@ var metadata = {
|
|
|
861
871
|
componentName: 'RecurIcon',
|
|
862
872
|
package: '@atlaskit/icon-lab/core/recur',
|
|
863
873
|
type: 'core',
|
|
874
|
+
replacement: {
|
|
875
|
+
name: 'repeat',
|
|
876
|
+
type: 'core',
|
|
877
|
+
location: '@atlaskit/icon-lab'
|
|
878
|
+
},
|
|
864
879
|
categorization: 'single-purpose',
|
|
865
880
|
usage: 'Reserved for setting objects to recur (eg Work items, Forms)',
|
|
866
881
|
team: 'Pandora',
|
|
882
|
+
status: 'deprecated',
|
|
867
883
|
slackChannel: '#horizon-pandora-eng'
|
|
868
884
|
},
|
|
869
885
|
repeat: {
|
|
@@ -1056,7 +1072,7 @@ var metadata = {
|
|
|
1056
1072
|
package: '@atlaskit/icon-lab/core/space',
|
|
1057
1073
|
type: 'core',
|
|
1058
1074
|
categorization: 'single-purpose',
|
|
1059
|
-
usage: 'Reserved for use for Jira Projects for now. This will replace the Jira rocket.
|
|
1075
|
+
usage: 'Reserved for use for Jira Projects for now. This will replace the Jira rocket. More context: Later, it will eventually replace the Confluence Spaces icon later when Jira Projects -> Jira Spaces. This is a planned phased rollout.',
|
|
1060
1076
|
team: 'Jira',
|
|
1061
1077
|
status: 'published',
|
|
1062
1078
|
slackChannel: '#jira-design-system-figma-libraries'
|
|
@@ -1066,9 +1082,15 @@ var metadata = {
|
|
|
1066
1082
|
componentName: 'SpeedometerIcon',
|
|
1067
1083
|
package: '@atlaskit/icon-lab/core/speedometer',
|
|
1068
1084
|
type: 'core',
|
|
1085
|
+
replacement: {
|
|
1086
|
+
name: 'speedometer-right',
|
|
1087
|
+
type: 'core',
|
|
1088
|
+
location: '@atlaskit/icon-lab'
|
|
1089
|
+
},
|
|
1069
1090
|
categorization: 'multi-purpose',
|
|
1070
1091
|
usage: 'Known uses: video is set to a faster playback speed',
|
|
1071
|
-
team: 'Loom'
|
|
1092
|
+
team: 'Loom',
|
|
1093
|
+
status: 'deprecated'
|
|
1072
1094
|
},
|
|
1073
1095
|
'speedometer-left': {
|
|
1074
1096
|
keywords: ['speedometer-left', 'speedometerleft', 'icon', 'icon-lab', 'core', 'speed', 'performance', 'dial', 'slow'],
|
|
@@ -3,8 +3,15 @@
|
|
|
3
3
|
*
|
|
4
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::9acb14056f3b24b8e695fba0b6e482ae>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
|
-
const deprecatedIcons = {
|
|
9
|
+
const deprecatedIcons = {
|
|
10
|
+
'@atlaskit/icon-lab/core/recur': {
|
|
11
|
+
message: 'The icon "recur" is deprecated in favour of "repeat" from “@atlaskit/icon-lab/core”'
|
|
12
|
+
},
|
|
13
|
+
'@atlaskit/icon-lab/core/speedometer': {
|
|
14
|
+
message: 'The icon "speedometer" is deprecated in favour of "speedometer-right" from “@atlaskit/icon-lab/core”'
|
|
15
|
+
}
|
|
16
|
+
};
|
|
10
17
|
export default deprecatedIcons;
|
|
@@ -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::2f9fbb2d46d4b891b4d432fc10fa866b>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
|
|
@@ -798,6 +798,16 @@ const metadata = {
|
|
|
798
798
|
status: 'published',
|
|
799
799
|
slackChannel: '#feedback-loom-vizrefresh'
|
|
800
800
|
},
|
|
801
|
+
'pin-strikethrough': {
|
|
802
|
+
keywords: ['pin-strikethrough', 'pinstrikethrough', 'icon', 'icon-lab', 'core', 'push pin', 'thumbtack', 'tack', 'unpin'],
|
|
803
|
+
componentName: 'PinStrikethroughIcon',
|
|
804
|
+
package: '@atlaskit/icon-lab/core/pin-strikethrough',
|
|
805
|
+
type: 'core',
|
|
806
|
+
categorization: 'multi-purpose',
|
|
807
|
+
usage: 'Known uses: Unpinning comments in Jira',
|
|
808
|
+
team: 'Jira',
|
|
809
|
+
status: 'published'
|
|
810
|
+
},
|
|
801
811
|
'plus-circle': {
|
|
802
812
|
keywords: ['plus-circle', 'pluscircle', 'icon', 'icon-lab', 'core', 'add'],
|
|
803
813
|
componentName: 'PlusCircleIcon',
|
|
@@ -855,9 +865,15 @@ const metadata = {
|
|
|
855
865
|
componentName: 'RecurIcon',
|
|
856
866
|
package: '@atlaskit/icon-lab/core/recur',
|
|
857
867
|
type: 'core',
|
|
868
|
+
replacement: {
|
|
869
|
+
name: 'repeat',
|
|
870
|
+
type: 'core',
|
|
871
|
+
location: '@atlaskit/icon-lab'
|
|
872
|
+
},
|
|
858
873
|
categorization: 'single-purpose',
|
|
859
874
|
usage: 'Reserved for setting objects to recur (eg Work items, Forms)',
|
|
860
875
|
team: 'Pandora',
|
|
876
|
+
status: 'deprecated',
|
|
861
877
|
slackChannel: '#horizon-pandora-eng'
|
|
862
878
|
},
|
|
863
879
|
repeat: {
|
|
@@ -1050,7 +1066,7 @@ const metadata = {
|
|
|
1050
1066
|
package: '@atlaskit/icon-lab/core/space',
|
|
1051
1067
|
type: 'core',
|
|
1052
1068
|
categorization: 'single-purpose',
|
|
1053
|
-
usage: 'Reserved for use for Jira Projects for now. This will replace the Jira rocket.
|
|
1069
|
+
usage: 'Reserved for use for Jira Projects for now. This will replace the Jira rocket. More context: Later, it will eventually replace the Confluence Spaces icon later when Jira Projects -> Jira Spaces. This is a planned phased rollout.',
|
|
1054
1070
|
team: 'Jira',
|
|
1055
1071
|
status: 'published',
|
|
1056
1072
|
slackChannel: '#jira-design-system-figma-libraries'
|
|
@@ -1060,9 +1076,15 @@ const metadata = {
|
|
|
1060
1076
|
componentName: 'SpeedometerIcon',
|
|
1061
1077
|
package: '@atlaskit/icon-lab/core/speedometer',
|
|
1062
1078
|
type: 'core',
|
|
1079
|
+
replacement: {
|
|
1080
|
+
name: 'speedometer-right',
|
|
1081
|
+
type: 'core',
|
|
1082
|
+
location: '@atlaskit/icon-lab'
|
|
1083
|
+
},
|
|
1063
1084
|
categorization: 'multi-purpose',
|
|
1064
1085
|
usage: 'Known uses: video is set to a faster playback speed',
|
|
1065
|
-
team: 'Loom'
|
|
1086
|
+
team: 'Loom',
|
|
1087
|
+
status: 'deprecated'
|
|
1066
1088
|
},
|
|
1067
1089
|
'speedometer-left': {
|
|
1068
1090
|
keywords: ['speedometer-left', 'speedometerleft', 'icon', 'icon-lab', 'core', 'speed', 'performance', 'dial', 'slow'],
|
|
@@ -3,8 +3,15 @@
|
|
|
3
3
|
*
|
|
4
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::9acb14056f3b24b8e695fba0b6e482ae>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
|
-
var deprecatedIcons = {
|
|
9
|
+
var deprecatedIcons = {
|
|
10
|
+
'@atlaskit/icon-lab/core/recur': {
|
|
11
|
+
message: 'The icon "recur" is deprecated in favour of "repeat" from “@atlaskit/icon-lab/core”'
|
|
12
|
+
},
|
|
13
|
+
'@atlaskit/icon-lab/core/speedometer': {
|
|
14
|
+
message: 'The icon "speedometer" is deprecated in favour of "speedometer-right" from “@atlaskit/icon-lab/core”'
|
|
15
|
+
}
|
|
16
|
+
};
|
|
10
17
|
export default deprecatedIcons;
|
|
@@ -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::2f9fbb2d46d4b891b4d432fc10fa866b>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
|
|
@@ -798,6 +798,16 @@ var metadata = {
|
|
|
798
798
|
status: 'published',
|
|
799
799
|
slackChannel: '#feedback-loom-vizrefresh'
|
|
800
800
|
},
|
|
801
|
+
'pin-strikethrough': {
|
|
802
|
+
keywords: ['pin-strikethrough', 'pinstrikethrough', 'icon', 'icon-lab', 'core', 'push pin', 'thumbtack', 'tack', 'unpin'],
|
|
803
|
+
componentName: 'PinStrikethroughIcon',
|
|
804
|
+
package: '@atlaskit/icon-lab/core/pin-strikethrough',
|
|
805
|
+
type: 'core',
|
|
806
|
+
categorization: 'multi-purpose',
|
|
807
|
+
usage: 'Known uses: Unpinning comments in Jira',
|
|
808
|
+
team: 'Jira',
|
|
809
|
+
status: 'published'
|
|
810
|
+
},
|
|
801
811
|
'plus-circle': {
|
|
802
812
|
keywords: ['plus-circle', 'pluscircle', 'icon', 'icon-lab', 'core', 'add'],
|
|
803
813
|
componentName: 'PlusCircleIcon',
|
|
@@ -855,9 +865,15 @@ var metadata = {
|
|
|
855
865
|
componentName: 'RecurIcon',
|
|
856
866
|
package: '@atlaskit/icon-lab/core/recur',
|
|
857
867
|
type: 'core',
|
|
868
|
+
replacement: {
|
|
869
|
+
name: 'repeat',
|
|
870
|
+
type: 'core',
|
|
871
|
+
location: '@atlaskit/icon-lab'
|
|
872
|
+
},
|
|
858
873
|
categorization: 'single-purpose',
|
|
859
874
|
usage: 'Reserved for setting objects to recur (eg Work items, Forms)',
|
|
860
875
|
team: 'Pandora',
|
|
876
|
+
status: 'deprecated',
|
|
861
877
|
slackChannel: '#horizon-pandora-eng'
|
|
862
878
|
},
|
|
863
879
|
repeat: {
|
|
@@ -1050,7 +1066,7 @@ var metadata = {
|
|
|
1050
1066
|
package: '@atlaskit/icon-lab/core/space',
|
|
1051
1067
|
type: 'core',
|
|
1052
1068
|
categorization: 'single-purpose',
|
|
1053
|
-
usage: 'Reserved for use for Jira Projects for now. This will replace the Jira rocket.
|
|
1069
|
+
usage: 'Reserved for use for Jira Projects for now. This will replace the Jira rocket. More context: Later, it will eventually replace the Confluence Spaces icon later when Jira Projects -> Jira Spaces. This is a planned phased rollout.',
|
|
1054
1070
|
team: 'Jira',
|
|
1055
1071
|
status: 'published',
|
|
1056
1072
|
slackChannel: '#jira-design-system-figma-libraries'
|
|
@@ -1060,9 +1076,15 @@ var metadata = {
|
|
|
1060
1076
|
componentName: 'SpeedometerIcon',
|
|
1061
1077
|
package: '@atlaskit/icon-lab/core/speedometer',
|
|
1062
1078
|
type: 'core',
|
|
1079
|
+
replacement: {
|
|
1080
|
+
name: 'speedometer-right',
|
|
1081
|
+
type: 'core',
|
|
1082
|
+
location: '@atlaskit/icon-lab'
|
|
1083
|
+
},
|
|
1063
1084
|
categorization: 'multi-purpose',
|
|
1064
1085
|
usage: 'Known uses: video is set to a faster playback speed',
|
|
1065
|
-
team: 'Loom'
|
|
1086
|
+
team: 'Loom',
|
|
1087
|
+
status: 'deprecated'
|
|
1066
1088
|
},
|
|
1067
1089
|
'speedometer-left': {
|
|
1068
1090
|
keywords: ['speedometer-left', 'speedometerleft', 'icon', 'icon-lab', 'core', 'speed', 'performance', 'dial', 'slow'],
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*
|
|
4
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::9acb14056f3b24b8e695fba0b6e482ae>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
declare const deprecatedIcons: Record<string, {
|
|
@@ -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::2f9fbb2d46d4b891b4d432fc10fa866b>>
|
|
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 `createDeprecatedIconDocs` in icon-build-process/src/create-deprecated-icon-docs.tsx.
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::9acb14056f3b24b8e695fba0b6e482ae>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
declare const deprecatedIcons: Record<string, {
|
|
@@ -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::2f9fbb2d46d4b891b4d432fc10fa866b>>
|
|
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": "4.
|
|
3
|
+
"version": "4.8.0",
|
|
4
4
|
"description": "An icon package for public icon contributions",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"build-glyphs": "ts-node --project ../../../tsconfig.node.json ./build/index.tsx"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@atlaskit/icon": "^25.
|
|
35
|
+
"@atlaskit/icon": "^25.6.0",
|
|
36
36
|
"@babel/runtime": "^7.0.0"
|
|
37
37
|
},
|
|
38
38
|
"peerDependencies": {
|
|
@@ -42,13 +42,13 @@
|
|
|
42
42
|
"@af/icon-build-process": "^2.4.0",
|
|
43
43
|
"@af/visual-regression": "^1.3.0",
|
|
44
44
|
"@atlaskit/button": "^23.0.0",
|
|
45
|
-
"@atlaskit/code": "^
|
|
45
|
+
"@atlaskit/code": "^17.0.0",
|
|
46
46
|
"@atlaskit/ds-lib": "^4.0.0",
|
|
47
|
-
"@atlaskit/heading": "^5.
|
|
47
|
+
"@atlaskit/heading": "^5.2.0",
|
|
48
48
|
"@atlaskit/modal-dialog": "^14.1.0",
|
|
49
|
-
"@atlaskit/primitives": "^14.
|
|
49
|
+
"@atlaskit/primitives": "^14.4.0",
|
|
50
50
|
"@atlaskit/textfield": "^8.0.0",
|
|
51
|
-
"@atlaskit/tokens": "^4.
|
|
51
|
+
"@atlaskit/tokens": "^4.7.0",
|
|
52
52
|
"@atlaskit/tooltip": "^20.0.0",
|
|
53
53
|
"@atlassian/ssr-tests": "^0.2.0",
|
|
54
54
|
"@compiled/react": "^0.18.3",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor"
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="m.47 1.53 14 14 1.06-1.06-14-14zM8.82 12l1.5 1.5H3.75a3.75 3.75 0 0 1-1.42-7.22q.06-.32.14-.62l1.29 1.28a.75.75 0 0 1-.56.63A2.25 2.25 0 0 0 3.75 12zM8 1.5c-.96 0-1.87.24-2.66.65l1.13 1.13a4.25 4.25 0 0 1 5.72 3.23.75.75 0 0 0 .53.59 2.5 2.5 0 0 1 1.36 3.79l1.07 1.07a4 4 0 0 0-1.58-6.15A5.75 5.75 0 0 0 8 1.5"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor"
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="m.47 1.53 14 14 1.06-1.06-14-14zM9.32 12.5l1.5 1.5H4a2 2 0 0 1-2-2V5.18l1.5 1.5V12a.5.5 0 0 0 .5.5zM12 2H5.18l1.5 1.5H12a.5.5 0 0 1 .5.5v5.32l1.5 1.5V4a2 2 0 0 0-2-2"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="m12.53 1.53-11 11-1.06-1.06 11-11zM1.33 3.11l1.52 3.86 1.16-1.16-1.17-2.99 2.99 1.17 1.16-1.16-3.86-1.52c-1.14-.42-2.24.68-1.8 1.8m4.32 11-1.01-2.57 1.16-1.16 1.12 2.85L8.19 9.1c.13-.44.47-.78.91-.91l4.13-1.27-2.84-1.12 1.16-1.16 2.57 1.01c1.21.48 1.15 2.21-.1 2.59L9.6 9.6l-1.36 4.41c-.38 1.24-2.12 1.31-2.59.1"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" fill-rule="evenodd" d="
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" fill-rule="evenodd" d="M15 3.5H1V2h14zm-9 5H1V7h5zM6 14H1v-1.5h5zm2.72-6.78a.75.75 0 0 1 .79-.17l6 2.25a.75.75 0 0 1-.08 1.43l-2.56.64-.64 2.56a.75.75 0 0 1-1.43.08l-2.25-6a.75.75 0 0 1 .17-.79" clip-rule="evenodd"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M12.18 7.54c.84.6 1.67 1.62 1.8 3.26L9.5 6.32V3.25a.75.75 0 0 1 .11-.39l.82-1.36H5.58l.82 1.36a.75.75 0 0 1 .11.39v.07L4.07.89A1.37 1.37 0 0 1 5.35 0h5.29a1.38 1.38 0 0 1 1.18 2.08L11 3.46v3.48c.33.12.75.31 1.18.61m-8.03-.22 1.11 1.11c-.18.08-.38.19-.58.33a2.7 2.7 0 0 0-1.11 1.73h3.75l1.5 1.5h-.07v4h-1.5v-4h-4.5a.75.75 0 0 1-.75-.75c0-1.9.9-3.05 1.82-3.71q.17-.12.33-.21M.47 1.53l14 14 1.06-1.06-14-14z"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor"
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M4.22 1.93c.09-.54.56-.93 1.11-.93h4.62c1.13 0 2.17.4 2.9 1.19.73.8 1.03 1.9.82 3.07q-.05.25-.12.49h-2.47a2.25 2.25 0 0 0 .37-.88c.1-.56-.05-.93-.26-1.16-.23-.25-.63-.46-1.24-.46H6.27l-.44 2.5H3.54zm7.21 8.32h2.25q.02.43-.06.88c-.4 2.32-2.53 3.87-4.74 3.87H3.25a1.13 1.13 0 0 1-1.11-1.32l.6-3.43h2.29l-.44 2.5h4.28c1.24 0 2.34-.88 2.54-2.01q.05-.28.02-.49m4.57-3H0v1.5h16z"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M6.13 1a1 1 0 0 0-.98.78l-.6 2.72h.27zm0 0h2.94a3.25 3.25 0 0 1 3.24 3.5h-2.02A1.25 1.25 0 0 0 9.07 3H6.93L6.6 4.5H4.82zm6.2 8h-2q0 .14-.03.29a1.5 1.5 0 0 1-1.47 1.21H5.35l.3-1.5H3.61l-.46 2.3a1 1 0 0 0 .98 1.2h4.7a3.5 3.5 0 0 0 3.5-3.5M16 16H0v-1.5h16zM15 6H1v1.5h14z"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor"
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M3 2.13C3 1.5 3.5 1 4.13 1h4.62C11 1 13 2.63 13 5.06q0 .36-.05.69h-2.33c.09-.21.13-.44.13-.69 0-1.01-.8-1.81-2-1.81h-3.5v2.5H3zm8.62 8.12h2.33q.06.33.06.69C14 13.37 12 15 9.75 15H4.13A1.13 1.13 0 0 1 3 13.88v-3.63h2.25v2.5h4.5c1.2 0 2-.8 2-1.81a1.8 1.8 0 0 0-.13-.69m4.38-3H0v1.5h16z"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor"
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M5 1a1 1 0 0 0-1 1v2.5h2V3h2.63A1.38 1.38 0 0 1 10 4.5h2v-.12A3.38 3.38 0 0 0 8.63 1zm8 8h-2q.01.06.01.13c0 .76-.62 1.38-1.37 1.38H6V9H4v2.5a1 1 0 0 0 1 1h4.63A3.38 3.38 0 0 0 13 9m3 7H0v-1.5h16zM15 6H1v1.5h14z"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M6 1h6.5v1.5h-2.41l-.78 3.25H7.77l.78-3.25H6zm.69 9.25h1.54l-.78 3.25H10V15H3.5v-1.5h2.41zm8.31-3H1v1.5h14z"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M11.51 1H6.44v1.5h1.78l-.47 2h1.54l.47-2h1.75zM8.24 9H6.7l-.47 2H4.49v1.5h5.07V11H7.78zM16 16H0v-1.5h16zM15 6H1v1.5h14z"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" fill-rule="evenodd" d="
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" fill-rule="evenodd" d="M6.25 2.5a2.75 2.75 0 0 0 0 5.5H8V2.5zm3.25 0V15H8V9.5H6.25a4.25 4.25 0 0 1 0-8.5h5.5a.75.75 0 0 1 .75.75V15H11V2.5z" clip-rule="evenodd"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M3.
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M3.5 4.5H5V1H3.5zM5.17 9a3 3 0 0 0 5.66 0h1.56a4.5 4.5 0 0 1-8.78 0zm7.33-4.5H11V1h1.5zM0 16v-1.5h16V16zM15 6H1v1.5h14z"/></svg>
|