@atlaskit/icon 23.2.0 → 23.3.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 +15 -0
- package/dist/cjs/metadata-utility.js +21 -1
- package/dist/es2019/metadata-utility.js +21 -1
- package/dist/esm/metadata-utility.js +21 -1
- package/dist/types/metadata-utility.d.ts +1 -1
- package/dist/types-ts4.5/metadata-utility.d.ts +1 -1
- package/package.json +1 -1
- package/utility/chevron-double-left.d.ts +13 -0
- package/utility/chevron-double-left.js +32 -0
- package/utility/chevron-double-right.d.ts +13 -0
- package/utility/chevron-double-right.js +32 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @atlaskit/icon
|
|
2
2
|
|
|
3
|
+
## 23.3.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#101112](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/101112)
|
|
8
|
+
[`13f29ccf9c9db`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/13f29ccf9c9db) -
|
|
9
|
+
This release adds icons in `@atlaskit/icon`.
|
|
10
|
+
|
|
11
|
+
### Added:
|
|
12
|
+
|
|
13
|
+
**`@atlaskit/icon/utility`**
|
|
14
|
+
|
|
15
|
+
- `chevron-double-left`
|
|
16
|
+
- `chevron-double-right`
|
|
17
|
+
|
|
3
18
|
## 23.2.0
|
|
4
19
|
|
|
5
20
|
### Minor Changes
|
|
@@ -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::d604eb54f7c4dbe01b0cc929a7910d27>>
|
|
13
13
|
* @codegenCommand yarn build:icon-glyphs
|
|
14
14
|
*/
|
|
15
15
|
|
|
@@ -84,6 +84,26 @@ var metadata = {
|
|
|
84
84
|
usage: '📦 @atlaskit/icon/utility/check-mark',
|
|
85
85
|
team: 'Design System Team'
|
|
86
86
|
},
|
|
87
|
+
'chevron-double-left': {
|
|
88
|
+
keywords: ['chevron-double-left', 'chevrondoubleleft', 'icon', 'utility', 'calendar year', '<<', 'less than', 'previous'],
|
|
89
|
+
componentName: 'ChevronDoubleLeftIcon',
|
|
90
|
+
package: '@atlaskit/icon/utility/chevron-double-left',
|
|
91
|
+
type: 'utility',
|
|
92
|
+
categorization: 'utility',
|
|
93
|
+
usage: 'Reserved for calendar year button.',
|
|
94
|
+
team: 'Design System Team',
|
|
95
|
+
slackChannel: '#help-design-system'
|
|
96
|
+
},
|
|
97
|
+
'chevron-double-right': {
|
|
98
|
+
keywords: ['chevron-double-right', 'chevrondoubleright', 'icon', 'utility', 'calendar year', '>>', 'greater than', 'next'],
|
|
99
|
+
componentName: 'ChevronDoubleRightIcon',
|
|
100
|
+
package: '@atlaskit/icon/utility/chevron-double-right',
|
|
101
|
+
type: 'utility',
|
|
102
|
+
categorization: 'utility',
|
|
103
|
+
usage: 'Reserved for calendar year button.',
|
|
104
|
+
team: 'Design System Team',
|
|
105
|
+
slackChannel: '#help-design-system'
|
|
106
|
+
},
|
|
87
107
|
'chevron-down': {
|
|
88
108
|
keywords: ['chevron-down', 'chevrondown', 'expand', 'collapse', 'icon', 'utility', 'accordion', 'down'],
|
|
89
109
|
componentName: 'ChevronDownIcon',
|
|
@@ -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::d604eb54f7c4dbe01b0cc929a7910d27>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
|
|
@@ -78,6 +78,26 @@ const metadata = {
|
|
|
78
78
|
usage: '📦 @atlaskit/icon/utility/check-mark',
|
|
79
79
|
team: 'Design System Team'
|
|
80
80
|
},
|
|
81
|
+
'chevron-double-left': {
|
|
82
|
+
keywords: ['chevron-double-left', 'chevrondoubleleft', 'icon', 'utility', 'calendar year', '<<', 'less than', 'previous'],
|
|
83
|
+
componentName: 'ChevronDoubleLeftIcon',
|
|
84
|
+
package: '@atlaskit/icon/utility/chevron-double-left',
|
|
85
|
+
type: 'utility',
|
|
86
|
+
categorization: 'utility',
|
|
87
|
+
usage: 'Reserved for calendar year button.',
|
|
88
|
+
team: 'Design System Team',
|
|
89
|
+
slackChannel: '#help-design-system'
|
|
90
|
+
},
|
|
91
|
+
'chevron-double-right': {
|
|
92
|
+
keywords: ['chevron-double-right', 'chevrondoubleright', 'icon', 'utility', 'calendar year', '>>', 'greater than', 'next'],
|
|
93
|
+
componentName: 'ChevronDoubleRightIcon',
|
|
94
|
+
package: '@atlaskit/icon/utility/chevron-double-right',
|
|
95
|
+
type: 'utility',
|
|
96
|
+
categorization: 'utility',
|
|
97
|
+
usage: 'Reserved for calendar year button.',
|
|
98
|
+
team: 'Design System Team',
|
|
99
|
+
slackChannel: '#help-design-system'
|
|
100
|
+
},
|
|
81
101
|
'chevron-down': {
|
|
82
102
|
keywords: ['chevron-down', 'chevrondown', 'expand', 'collapse', 'icon', 'utility', 'accordion', 'down'],
|
|
83
103
|
componentName: 'ChevronDownIcon',
|
|
@@ -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::d604eb54f7c4dbe01b0cc929a7910d27>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
|
|
@@ -78,6 +78,26 @@ var metadata = {
|
|
|
78
78
|
usage: '📦 @atlaskit/icon/utility/check-mark',
|
|
79
79
|
team: 'Design System Team'
|
|
80
80
|
},
|
|
81
|
+
'chevron-double-left': {
|
|
82
|
+
keywords: ['chevron-double-left', 'chevrondoubleleft', 'icon', 'utility', 'calendar year', '<<', 'less than', 'previous'],
|
|
83
|
+
componentName: 'ChevronDoubleLeftIcon',
|
|
84
|
+
package: '@atlaskit/icon/utility/chevron-double-left',
|
|
85
|
+
type: 'utility',
|
|
86
|
+
categorization: 'utility',
|
|
87
|
+
usage: 'Reserved for calendar year button.',
|
|
88
|
+
team: 'Design System Team',
|
|
89
|
+
slackChannel: '#help-design-system'
|
|
90
|
+
},
|
|
91
|
+
'chevron-double-right': {
|
|
92
|
+
keywords: ['chevron-double-right', 'chevrondoubleright', 'icon', 'utility', 'calendar year', '>>', 'greater than', 'next'],
|
|
93
|
+
componentName: 'ChevronDoubleRightIcon',
|
|
94
|
+
package: '@atlaskit/icon/utility/chevron-double-right',
|
|
95
|
+
type: 'utility',
|
|
96
|
+
categorization: 'utility',
|
|
97
|
+
usage: 'Reserved for calendar year button.',
|
|
98
|
+
team: 'Design System Team',
|
|
99
|
+
slackChannel: '#help-design-system'
|
|
100
|
+
},
|
|
81
101
|
'chevron-down': {
|
|
82
102
|
keywords: ['chevron-down', 'chevrondown', 'expand', 'collapse', 'icon', 'utility', 'accordion', 'down'],
|
|
83
103
|
componentName: 'ChevronDownIcon',
|
|
@@ -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::d604eb54f7c4dbe01b0cc929a7910d27>>
|
|
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::d604eb54f7c4dbe01b0cc929a7910d27>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
interface metadata {
|
package/package.json
CHANGED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::cd2bf7d5a31188b5a45c7b3c317c5e71>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
import type { NewUtilityIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
+
|
|
9
|
+
declare const ChevronDoubleLeftIcon: {
|
|
10
|
+
(props: NewUtilityIconProps): JSX.Element;
|
|
11
|
+
displayName: string;
|
|
12
|
+
};
|
|
13
|
+
export default ChevronDoubleLeftIcon;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::a3e9bde9ffb1901db299d24420ed3d13>>
|
|
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
|
+
* ⚠️ EXPERIMENTAL ⚠️ - New icons are in alpha - and subject to change or removal in future minor or patch releases.
|
|
17
|
+
* Please reach out in #icon-contributions before using these in production.
|
|
18
|
+
*
|
|
19
|
+
* Icon: "ChevronDoubleLeft".
|
|
20
|
+
* Category: utility
|
|
21
|
+
* Location: @atlaskit/icon
|
|
22
|
+
* Usage guidance: Reserved for calendar year button.
|
|
23
|
+
* - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
|
|
24
|
+
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
25
|
+
*/
|
|
26
|
+
const ChevronDoubleLeftIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
27
|
+
dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M10.5 10.5 6 6l4.5-4.5m-4.75 9L1.25 6l4.5-4.5"/>`,
|
|
28
|
+
type: 'utility'
|
|
29
|
+
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
30
|
+
}, props));
|
|
31
|
+
ChevronDoubleLeftIcon.displayName = 'ChevronDoubleLeftIcon';
|
|
32
|
+
var _default = exports.default = ChevronDoubleLeftIcon;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::423c103f2797f4ec3f90d2c7d9be24ae>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
import type { NewUtilityIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
+
|
|
9
|
+
declare const ChevronDoubleRightIcon: {
|
|
10
|
+
(props: NewUtilityIconProps): JSX.Element;
|
|
11
|
+
displayName: string;
|
|
12
|
+
};
|
|
13
|
+
export default ChevronDoubleRightIcon;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::71b79966080ec94bc04e328878ca72a7>>
|
|
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
|
+
* ⚠️ EXPERIMENTAL ⚠️ - New icons are in alpha - and subject to change or removal in future minor or patch releases.
|
|
17
|
+
* Please reach out in #icon-contributions before using these in production.
|
|
18
|
+
*
|
|
19
|
+
* Icon: "ChevronDoubleRight".
|
|
20
|
+
* Category: utility
|
|
21
|
+
* Location: @atlaskit/icon
|
|
22
|
+
* Usage guidance: Reserved for calendar year button.
|
|
23
|
+
* - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
|
|
24
|
+
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
25
|
+
*/
|
|
26
|
+
const ChevronDoubleRightIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
27
|
+
dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M1.5 10.5 6 6 1.5 1.5m4.75 9 4.5-4.5-4.5-4.5"/>`,
|
|
28
|
+
type: 'utility'
|
|
29
|
+
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
30
|
+
}, props));
|
|
31
|
+
ChevronDoubleRightIcon.displayName = 'ChevronDoubleRightIcon';
|
|
32
|
+
var _default = exports.default = ChevronDoubleRightIcon;
|