@atlaskit/icon 24.0.0 → 24.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 +23 -0
- package/core/drag-handle-horizontal.js +3 -3
- package/core/drag-handle-vertical.js +2 -2
- package/core/drag-handle.js +2 -2
- package/core/migration/drag-handle--drag-handler.js +2 -2
- package/core/migration/drag-handle-vertical--drag-handler.js +2 -2
- package/core/text-strikethrough.js +2 -2
- package/dist/cjs/metadata-core.js +13 -10
- package/dist/cjs/metadata-utility.js +10 -8
- package/dist/es2019/metadata-core.js +13 -10
- package/dist/es2019/metadata-utility.js +10 -8
- package/dist/esm/metadata-core.js +13 -10
- package/dist/esm/metadata-utility.js +10 -8
- package/dist/types/metadata-core.d.ts +1 -1
- package/dist/types/metadata-utility.d.ts +1 -1
- package/dist/types-ts4.5/metadata-core.d.ts +1 -1
- package/dist/types-ts4.5/metadata-utility.d.ts +1 -1
- package/package.json +3 -3
- package/svgs/core/drag-handle-horizontal.svg +1 -1
- package/svgs/core/text-strikethrough.svg +1 -1
- package/utility/drag-handle-horizontal.js +2 -2
- package/utility/drag-handle-vertical.js +2 -2
- package/utility/drag-handle.js +2 -2
- package/utility/migration/drag-handle--drag-handler.js +2 -2
- package/utility/migration/drag-handle-vertical--drag-handler.js +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,28 @@
|
|
|
1
1
|
# @atlaskit/icon
|
|
2
2
|
|
|
3
|
+
## 24.1.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#117980](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/117980)
|
|
8
|
+
[`445574ca2bf8c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/445574ca2bf8c) -
|
|
9
|
+
This release updates icons in `@atlaskit/icon`.
|
|
10
|
+
|
|
11
|
+
### Updated:
|
|
12
|
+
|
|
13
|
+
**`@atlaskit/icon/core`**
|
|
14
|
+
|
|
15
|
+
- `drag-handle-horizontal`
|
|
16
|
+
- `drag-handle-vertical`
|
|
17
|
+
- `drag-handle`
|
|
18
|
+
- `text-strikethrough`
|
|
19
|
+
|
|
20
|
+
**`@atlaskit/icon/utility`**
|
|
21
|
+
|
|
22
|
+
- `drag-handle-horizontal`
|
|
23
|
+
- `drag-handle-vertical`
|
|
24
|
+
- `drag-handle`
|
|
25
|
+
|
|
3
26
|
## 24.0.0
|
|
4
27
|
|
|
5
28
|
### Major Changes
|
|
@@ -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::6e72a8d0068086056f364f7dd341ab92>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -19,12 +19,12 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
|
|
|
19
19
|
* Icon: "DragHandleHorizontal".
|
|
20
20
|
* Category: single-purpose
|
|
21
21
|
* Location: @atlaskit/icon
|
|
22
|
-
* Usage guidance:
|
|
22
|
+
* Usage guidance: Reserved for dragging elements along a horizontal axis.
|
|
23
23
|
* - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
|
|
24
24
|
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
25
25
|
*/
|
|
26
26
|
const DragHandleHorizontalIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
27
|
-
dangerouslySetGlyph: `<path fill="currentcolor" d="
|
|
27
|
+
dangerouslySetGlyph: `<path fill="currentcolor" d="M2.75 9a1.75 1.75 0 1 1 0 3.5 1.75 1.75 0 0 1 0-3.5m0-5.5a1.75 1.75 0 1 1 0 3.5 1.75 1.75 0 0 1 0-3.5M8 9a1.75 1.75 0 1 1 0 3.5A1.75 1.75 0 0 1 8 9m0-5.5A1.75 1.75 0 1 1 8 7a1.75 1.75 0 0 1 0-3.5M13.25 9a1.75 1.75 0 1 1 0 3.5 1.75 1.75 0 0 1 0-3.5m0-5.5a1.75 1.75 0 1 1 0 3.5 1.75 1.75 0 0 1 0-3.5"/>`
|
|
28
28
|
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
29
29
|
}, props));
|
|
30
30
|
DragHandleHorizontalIcon.displayName = 'DragHandleHorizontalIcon';
|
|
@@ -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::c883ece1ddc4283c1c24f59585eb17c1>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -19,7 +19,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
|
|
|
19
19
|
* Icon: "DragHandleVertical".
|
|
20
20
|
* Category: single-purpose
|
|
21
21
|
* Location: @atlaskit/icon
|
|
22
|
-
* Usage guidance:
|
|
22
|
+
* Usage guidance: Reserved for dragging elements along a vertical axis.
|
|
23
23
|
* - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
|
|
24
24
|
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
25
25
|
*/
|
package/core/drag-handle.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::de286473fe5e78031dbf3827a458676d>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -19,7 +19,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
|
|
|
19
19
|
* Icon: "DragHandle".
|
|
20
20
|
* Category: single-purpose
|
|
21
21
|
* Location: @atlaskit/icon
|
|
22
|
-
* Usage guidance: Single purpose - Reserved for draggable elements
|
|
22
|
+
* Usage guidance: Single purpose - Reserved for draggable elements along a vertical axis.
|
|
23
23
|
* - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
|
|
24
24
|
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
25
25
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::eff27fc4d0f96940c8f13195e9bd0a6f>>
|
|
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
|
*
|
|
22
22
|
* Category: single-purpose
|
|
23
23
|
* Location: @atlaskit/icon
|
|
24
|
-
* Usage guidance: Single purpose - Reserved for draggable elements
|
|
24
|
+
* Usage guidance: Single purpose - Reserved for draggable elements along a vertical axis.
|
|
25
25
|
* - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
|
|
26
26
|
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
27
27
|
*/
|
|
@@ -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::847a2f915333f5f55d1ac98fb7766dcc>>
|
|
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
|
*
|
|
22
22
|
* Category: single-purpose
|
|
23
23
|
* Location: @atlaskit/icon
|
|
24
|
-
* Usage guidance:
|
|
24
|
+
* Usage guidance: Reserved for dragging elements along a vertical axis.
|
|
25
25
|
* - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
|
|
26
26
|
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
27
27
|
*/
|
|
@@ -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::7b4023e312161c995c752f2eaf26f5fa>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -24,7 +24,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
|
|
|
24
24
|
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
25
25
|
*/
|
|
26
26
|
const TextStrikethroughIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
27
|
-
dangerouslySetGlyph: `<mask id="
|
|
27
|
+
dangerouslySetGlyph: `<mask id="mask0_37654_4542" width="16" height="16" x="0" y="0" maskUnits="userSpaceOnUse" style="mask-type:alpha"><path fill="currentcolor" fill-rule="evenodd" d="M16 0H0v16h16zm-1 8.75H1v1.5h14z" clip-rule="evenodd"/></mask><g mask="url(#mask0_37654_4542)"><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M11 3a3.33 3.33 0 0 0-2.6-1.25h-.934a2.866 2.866 0 0 0-.787 5.622l3.018.863a3.067 3.067 0 0 1-.842 6.015h-.668a3.75 3.75 0 0 1-3.427-2.227L4.75 12"/></g><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M15 8H1"/>`
|
|
28
28
|
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
29
29
|
}, props));
|
|
30
30
|
TextStrikethroughIcon.displayName = 'TextStrikethroughIcon';
|
|
@@ -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::d25a2654a95241ca8decc1ab6a780010>>
|
|
13
13
|
* @codegenCommand yarn build:icon-glyphs
|
|
14
14
|
*/
|
|
15
15
|
|
|
@@ -1018,7 +1018,7 @@ var metadata = {
|
|
|
1018
1018
|
team: 'Design System Team'
|
|
1019
1019
|
},
|
|
1020
1020
|
'drag-handle': {
|
|
1021
|
-
keywords: ['drag-handle', 'draghandle', 'icon', 'core', 'drag handler', '
|
|
1021
|
+
keywords: ['drag-handle', 'draghandle', 'icon', 'core', 'drag handler', 'reorder', 'move', 'reorder vertical'],
|
|
1022
1022
|
componentName: 'DragHandleIcon',
|
|
1023
1023
|
package: '@atlaskit/icon/core/drag-handle',
|
|
1024
1024
|
oldName: ['drag-handler'],
|
|
@@ -1029,27 +1029,30 @@ var metadata = {
|
|
|
1029
1029
|
location: '@atlaskit/icon'
|
|
1030
1030
|
},
|
|
1031
1031
|
categorization: 'single-purpose',
|
|
1032
|
-
usage: 'Single purpose - Reserved for draggable elements
|
|
1033
|
-
team: 'Design System Team'
|
|
1032
|
+
usage: 'Single purpose - Reserved for draggable elements along a vertical axis.',
|
|
1033
|
+
team: 'Design System Team',
|
|
1034
|
+
slackChannel: '#icon-contributions'
|
|
1034
1035
|
},
|
|
1035
1036
|
'drag-handle-horizontal': {
|
|
1036
|
-
keywords: ['drag-handle-horizontal', 'draghandlehorizontal', 'icon', 'core', 'drag handler', '
|
|
1037
|
+
keywords: ['drag-handle-horizontal', 'draghandlehorizontal', 'icon', 'core', 'drag handler', 'reorder', 'move', 'reorder horizontal'],
|
|
1037
1038
|
componentName: 'DragHandleHorizontalIcon',
|
|
1038
1039
|
package: '@atlaskit/icon/core/drag-handle-horizontal',
|
|
1039
1040
|
type: 'core',
|
|
1040
1041
|
categorization: 'single-purpose',
|
|
1041
|
-
usage: '
|
|
1042
|
-
team: 'Design System Team'
|
|
1042
|
+
usage: 'Reserved for dragging elements along a horizontal axis.',
|
|
1043
|
+
team: 'Design System Team',
|
|
1044
|
+
slackChannel: '#icon-contributions'
|
|
1043
1045
|
},
|
|
1044
1046
|
'drag-handle-vertical': {
|
|
1045
|
-
keywords: ['drag-handle-vertical', 'draghandlevertical', 'icon', 'core', 'drag handler', '
|
|
1047
|
+
keywords: ['drag-handle-vertical', 'draghandlevertical', 'icon', 'core', 'drag handler', 'reorder', 'move', 'reorder vertical'],
|
|
1046
1048
|
componentName: 'DragHandleVerticalIcon',
|
|
1047
1049
|
package: '@atlaskit/icon/core/drag-handle-vertical',
|
|
1048
1050
|
oldName: ['drag-handler'],
|
|
1049
1051
|
type: 'core',
|
|
1050
1052
|
categorization: 'single-purpose',
|
|
1051
|
-
usage: '
|
|
1052
|
-
team: 'Design System Team'
|
|
1053
|
+
usage: 'Reserved for dragging elements along a vertical axis.',
|
|
1054
|
+
team: 'Design System Team',
|
|
1055
|
+
slackChannel: '#icon-contributions'
|
|
1053
1056
|
},
|
|
1054
1057
|
edit: {
|
|
1055
1058
|
keywords: ['edit', 'pencil', 'write', 'icon', 'core', 'pencil', 'pencil on page'],
|
|
@@ -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::58a5410f3478761fe38a89a56184aefb>>
|
|
13
13
|
* @codegenCommand yarn build:icon-glyphs
|
|
14
14
|
*/
|
|
15
15
|
|
|
@@ -176,27 +176,29 @@ var metadata = {
|
|
|
176
176
|
location: '@atlaskit/icon'
|
|
177
177
|
},
|
|
178
178
|
categorization: 'utility',
|
|
179
|
-
usage: 'Reserved for draggable elements
|
|
179
|
+
usage: 'Reserved for draggable elements.',
|
|
180
180
|
team: 'Design System Team'
|
|
181
181
|
},
|
|
182
182
|
'drag-handle-horizontal': {
|
|
183
|
-
keywords: ['drag-handle-horizontal', 'draghandlehorizontal', 'icon', 'utility', 'drag
|
|
183
|
+
keywords: ['drag-handle-horizontal', 'draghandlehorizontal', 'icon', 'utility', 'drag', 'drag handler', 'reorder columns', 'move'],
|
|
184
184
|
componentName: 'DragHandleHorizontalIcon',
|
|
185
185
|
package: '@atlaskit/icon/utility/drag-handle-horizontal',
|
|
186
186
|
type: 'utility',
|
|
187
187
|
categorization: 'utility',
|
|
188
|
-
usage: 'Reserved for
|
|
189
|
-
team: 'Design System Team'
|
|
188
|
+
usage: 'Reserved for dragging elements along a horizontal axis.',
|
|
189
|
+
team: 'Design System Team',
|
|
190
|
+
slackChannel: '#icon-contributions'
|
|
190
191
|
},
|
|
191
192
|
'drag-handle-vertical': {
|
|
192
|
-
keywords: ['drag-handle-vertical', 'draghandlevertical', 'icon', 'utility', 'drag
|
|
193
|
+
keywords: ['drag-handle-vertical', 'draghandlevertical', 'icon', 'utility', 'drag', 'drag handler', 'move', 'reorder rows'],
|
|
193
194
|
componentName: 'DragHandleVerticalIcon',
|
|
194
195
|
package: '@atlaskit/icon/utility/drag-handle-vertical',
|
|
195
196
|
oldName: ['drag-handler'],
|
|
196
197
|
type: 'utility',
|
|
197
198
|
categorization: 'utility',
|
|
198
|
-
usage: 'Reserved for
|
|
199
|
-
team: 'Design System Team'
|
|
199
|
+
usage: 'Reserved for dragging elements along a vertical axis.',
|
|
200
|
+
team: 'Design System Team',
|
|
201
|
+
slackChannel: '#icon-contributions'
|
|
200
202
|
},
|
|
201
203
|
error: {
|
|
202
204
|
keywords: ['error', 'warning', 'alert', 'icon', 'utility', 'filled', 'status', 'form', 'helper'],
|
|
@@ -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::d25a2654a95241ca8decc1ab6a780010>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
|
|
@@ -1012,7 +1012,7 @@ const metadata = {
|
|
|
1012
1012
|
team: 'Design System Team'
|
|
1013
1013
|
},
|
|
1014
1014
|
'drag-handle': {
|
|
1015
|
-
keywords: ['drag-handle', 'draghandle', 'icon', 'core', 'drag handler', '
|
|
1015
|
+
keywords: ['drag-handle', 'draghandle', 'icon', 'core', 'drag handler', 'reorder', 'move', 'reorder vertical'],
|
|
1016
1016
|
componentName: 'DragHandleIcon',
|
|
1017
1017
|
package: '@atlaskit/icon/core/drag-handle',
|
|
1018
1018
|
oldName: ['drag-handler'],
|
|
@@ -1023,27 +1023,30 @@ const metadata = {
|
|
|
1023
1023
|
location: '@atlaskit/icon'
|
|
1024
1024
|
},
|
|
1025
1025
|
categorization: 'single-purpose',
|
|
1026
|
-
usage: 'Single purpose - Reserved for draggable elements
|
|
1027
|
-
team: 'Design System Team'
|
|
1026
|
+
usage: 'Single purpose - Reserved for draggable elements along a vertical axis.',
|
|
1027
|
+
team: 'Design System Team',
|
|
1028
|
+
slackChannel: '#icon-contributions'
|
|
1028
1029
|
},
|
|
1029
1030
|
'drag-handle-horizontal': {
|
|
1030
|
-
keywords: ['drag-handle-horizontal', 'draghandlehorizontal', 'icon', 'core', 'drag handler', '
|
|
1031
|
+
keywords: ['drag-handle-horizontal', 'draghandlehorizontal', 'icon', 'core', 'drag handler', 'reorder', 'move', 'reorder horizontal'],
|
|
1031
1032
|
componentName: 'DragHandleHorizontalIcon',
|
|
1032
1033
|
package: '@atlaskit/icon/core/drag-handle-horizontal',
|
|
1033
1034
|
type: 'core',
|
|
1034
1035
|
categorization: 'single-purpose',
|
|
1035
|
-
usage: '
|
|
1036
|
-
team: 'Design System Team'
|
|
1036
|
+
usage: 'Reserved for dragging elements along a horizontal axis.',
|
|
1037
|
+
team: 'Design System Team',
|
|
1038
|
+
slackChannel: '#icon-contributions'
|
|
1037
1039
|
},
|
|
1038
1040
|
'drag-handle-vertical': {
|
|
1039
|
-
keywords: ['drag-handle-vertical', 'draghandlevertical', 'icon', 'core', 'drag handler', '
|
|
1041
|
+
keywords: ['drag-handle-vertical', 'draghandlevertical', 'icon', 'core', 'drag handler', 'reorder', 'move', 'reorder vertical'],
|
|
1040
1042
|
componentName: 'DragHandleVerticalIcon',
|
|
1041
1043
|
package: '@atlaskit/icon/core/drag-handle-vertical',
|
|
1042
1044
|
oldName: ['drag-handler'],
|
|
1043
1045
|
type: 'core',
|
|
1044
1046
|
categorization: 'single-purpose',
|
|
1045
|
-
usage: '
|
|
1046
|
-
team: 'Design System Team'
|
|
1047
|
+
usage: 'Reserved for dragging elements along a vertical axis.',
|
|
1048
|
+
team: 'Design System Team',
|
|
1049
|
+
slackChannel: '#icon-contributions'
|
|
1047
1050
|
},
|
|
1048
1051
|
edit: {
|
|
1049
1052
|
keywords: ['edit', 'pencil', 'write', 'icon', 'core', 'pencil', 'pencil on page'],
|
|
@@ -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::58a5410f3478761fe38a89a56184aefb>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
|
|
@@ -170,27 +170,29 @@ const metadata = {
|
|
|
170
170
|
location: '@atlaskit/icon'
|
|
171
171
|
},
|
|
172
172
|
categorization: 'utility',
|
|
173
|
-
usage: 'Reserved for draggable elements
|
|
173
|
+
usage: 'Reserved for draggable elements.',
|
|
174
174
|
team: 'Design System Team'
|
|
175
175
|
},
|
|
176
176
|
'drag-handle-horizontal': {
|
|
177
|
-
keywords: ['drag-handle-horizontal', 'draghandlehorizontal', 'icon', 'utility', 'drag
|
|
177
|
+
keywords: ['drag-handle-horizontal', 'draghandlehorizontal', 'icon', 'utility', 'drag', 'drag handler', 'reorder columns', 'move'],
|
|
178
178
|
componentName: 'DragHandleHorizontalIcon',
|
|
179
179
|
package: '@atlaskit/icon/utility/drag-handle-horizontal',
|
|
180
180
|
type: 'utility',
|
|
181
181
|
categorization: 'utility',
|
|
182
|
-
usage: 'Reserved for
|
|
183
|
-
team: 'Design System Team'
|
|
182
|
+
usage: 'Reserved for dragging elements along a horizontal axis.',
|
|
183
|
+
team: 'Design System Team',
|
|
184
|
+
slackChannel: '#icon-contributions'
|
|
184
185
|
},
|
|
185
186
|
'drag-handle-vertical': {
|
|
186
|
-
keywords: ['drag-handle-vertical', 'draghandlevertical', 'icon', 'utility', 'drag
|
|
187
|
+
keywords: ['drag-handle-vertical', 'draghandlevertical', 'icon', 'utility', 'drag', 'drag handler', 'move', 'reorder rows'],
|
|
187
188
|
componentName: 'DragHandleVerticalIcon',
|
|
188
189
|
package: '@atlaskit/icon/utility/drag-handle-vertical',
|
|
189
190
|
oldName: ['drag-handler'],
|
|
190
191
|
type: 'utility',
|
|
191
192
|
categorization: 'utility',
|
|
192
|
-
usage: 'Reserved for
|
|
193
|
-
team: 'Design System Team'
|
|
193
|
+
usage: 'Reserved for dragging elements along a vertical axis.',
|
|
194
|
+
team: 'Design System Team',
|
|
195
|
+
slackChannel: '#icon-contributions'
|
|
194
196
|
},
|
|
195
197
|
error: {
|
|
196
198
|
keywords: ['error', 'warning', 'alert', 'icon', 'utility', 'filled', 'status', 'form', 'helper'],
|
|
@@ -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::d25a2654a95241ca8decc1ab6a780010>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
|
|
@@ -1012,7 +1012,7 @@ var metadata = {
|
|
|
1012
1012
|
team: 'Design System Team'
|
|
1013
1013
|
},
|
|
1014
1014
|
'drag-handle': {
|
|
1015
|
-
keywords: ['drag-handle', 'draghandle', 'icon', 'core', 'drag handler', '
|
|
1015
|
+
keywords: ['drag-handle', 'draghandle', 'icon', 'core', 'drag handler', 'reorder', 'move', 'reorder vertical'],
|
|
1016
1016
|
componentName: 'DragHandleIcon',
|
|
1017
1017
|
package: '@atlaskit/icon/core/drag-handle',
|
|
1018
1018
|
oldName: ['drag-handler'],
|
|
@@ -1023,27 +1023,30 @@ var metadata = {
|
|
|
1023
1023
|
location: '@atlaskit/icon'
|
|
1024
1024
|
},
|
|
1025
1025
|
categorization: 'single-purpose',
|
|
1026
|
-
usage: 'Single purpose - Reserved for draggable elements
|
|
1027
|
-
team: 'Design System Team'
|
|
1026
|
+
usage: 'Single purpose - Reserved for draggable elements along a vertical axis.',
|
|
1027
|
+
team: 'Design System Team',
|
|
1028
|
+
slackChannel: '#icon-contributions'
|
|
1028
1029
|
},
|
|
1029
1030
|
'drag-handle-horizontal': {
|
|
1030
|
-
keywords: ['drag-handle-horizontal', 'draghandlehorizontal', 'icon', 'core', 'drag handler', '
|
|
1031
|
+
keywords: ['drag-handle-horizontal', 'draghandlehorizontal', 'icon', 'core', 'drag handler', 'reorder', 'move', 'reorder horizontal'],
|
|
1031
1032
|
componentName: 'DragHandleHorizontalIcon',
|
|
1032
1033
|
package: '@atlaskit/icon/core/drag-handle-horizontal',
|
|
1033
1034
|
type: 'core',
|
|
1034
1035
|
categorization: 'single-purpose',
|
|
1035
|
-
usage: '
|
|
1036
|
-
team: 'Design System Team'
|
|
1036
|
+
usage: 'Reserved for dragging elements along a horizontal axis.',
|
|
1037
|
+
team: 'Design System Team',
|
|
1038
|
+
slackChannel: '#icon-contributions'
|
|
1037
1039
|
},
|
|
1038
1040
|
'drag-handle-vertical': {
|
|
1039
|
-
keywords: ['drag-handle-vertical', 'draghandlevertical', 'icon', 'core', 'drag handler', '
|
|
1041
|
+
keywords: ['drag-handle-vertical', 'draghandlevertical', 'icon', 'core', 'drag handler', 'reorder', 'move', 'reorder vertical'],
|
|
1040
1042
|
componentName: 'DragHandleVerticalIcon',
|
|
1041
1043
|
package: '@atlaskit/icon/core/drag-handle-vertical',
|
|
1042
1044
|
oldName: ['drag-handler'],
|
|
1043
1045
|
type: 'core',
|
|
1044
1046
|
categorization: 'single-purpose',
|
|
1045
|
-
usage: '
|
|
1046
|
-
team: 'Design System Team'
|
|
1047
|
+
usage: 'Reserved for dragging elements along a vertical axis.',
|
|
1048
|
+
team: 'Design System Team',
|
|
1049
|
+
slackChannel: '#icon-contributions'
|
|
1047
1050
|
},
|
|
1048
1051
|
edit: {
|
|
1049
1052
|
keywords: ['edit', 'pencil', 'write', 'icon', 'core', 'pencil', 'pencil on page'],
|
|
@@ -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::58a5410f3478761fe38a89a56184aefb>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
|
|
@@ -170,27 +170,29 @@ var metadata = {
|
|
|
170
170
|
location: '@atlaskit/icon'
|
|
171
171
|
},
|
|
172
172
|
categorization: 'utility',
|
|
173
|
-
usage: 'Reserved for draggable elements
|
|
173
|
+
usage: 'Reserved for draggable elements.',
|
|
174
174
|
team: 'Design System Team'
|
|
175
175
|
},
|
|
176
176
|
'drag-handle-horizontal': {
|
|
177
|
-
keywords: ['drag-handle-horizontal', 'draghandlehorizontal', 'icon', 'utility', 'drag
|
|
177
|
+
keywords: ['drag-handle-horizontal', 'draghandlehorizontal', 'icon', 'utility', 'drag', 'drag handler', 'reorder columns', 'move'],
|
|
178
178
|
componentName: 'DragHandleHorizontalIcon',
|
|
179
179
|
package: '@atlaskit/icon/utility/drag-handle-horizontal',
|
|
180
180
|
type: 'utility',
|
|
181
181
|
categorization: 'utility',
|
|
182
|
-
usage: 'Reserved for
|
|
183
|
-
team: 'Design System Team'
|
|
182
|
+
usage: 'Reserved for dragging elements along a horizontal axis.',
|
|
183
|
+
team: 'Design System Team',
|
|
184
|
+
slackChannel: '#icon-contributions'
|
|
184
185
|
},
|
|
185
186
|
'drag-handle-vertical': {
|
|
186
|
-
keywords: ['drag-handle-vertical', 'draghandlevertical', 'icon', 'utility', 'drag
|
|
187
|
+
keywords: ['drag-handle-vertical', 'draghandlevertical', 'icon', 'utility', 'drag', 'drag handler', 'move', 'reorder rows'],
|
|
187
188
|
componentName: 'DragHandleVerticalIcon',
|
|
188
189
|
package: '@atlaskit/icon/utility/drag-handle-vertical',
|
|
189
190
|
oldName: ['drag-handler'],
|
|
190
191
|
type: 'utility',
|
|
191
192
|
categorization: 'utility',
|
|
192
|
-
usage: 'Reserved for
|
|
193
|
-
team: 'Design System Team'
|
|
193
|
+
usage: 'Reserved for dragging elements along a vertical axis.',
|
|
194
|
+
team: 'Design System Team',
|
|
195
|
+
slackChannel: '#icon-contributions'
|
|
194
196
|
},
|
|
195
197
|
error: {
|
|
196
198
|
keywords: ['error', 'warning', 'alert', 'icon', 'utility', 'filled', 'status', 'form', 'helper'],
|
|
@@ -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::d25a2654a95241ca8decc1ab6a780010>>
|
|
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::58a5410f3478761fe38a89a56184aefb>>
|
|
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::d25a2654a95241ca8decc1ab6a780010>>
|
|
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::58a5410f3478761fe38a89a56184aefb>>
|
|
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",
|
|
3
|
-
"version": "24.
|
|
3
|
+
"version": "24.1.0",
|
|
4
4
|
"description": "An icon is a symbol representing a command, device, directory, or common action.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
},
|
|
69
69
|
"dependencies": {
|
|
70
70
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
71
|
-
"@atlaskit/tokens": "^4.
|
|
71
|
+
"@atlaskit/tokens": "^4.1.0",
|
|
72
72
|
"@babel/register": "^7.25.9",
|
|
73
73
|
"@babel/runtime": "^7.0.0",
|
|
74
74
|
"@emotion/react": "^11.7.1"
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"@af/icon-build-process": "^2.4.0",
|
|
82
82
|
"@af/integration-testing": "*",
|
|
83
83
|
"@af/visual-regression": "*",
|
|
84
|
-
"@atlaskit/button": "^21.
|
|
84
|
+
"@atlaskit/button": "^21.1.0",
|
|
85
85
|
"@atlaskit/code": "^16.0.0",
|
|
86
86
|
"@atlaskit/css": "^0.10.0",
|
|
87
87
|
"@atlaskit/docs": "*",
|
|
@@ -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="M2.75 9a1.75 1.75 0 1 1 0 3.5 1.75 1.75 0 0 1 0-3.5m0-5.5a1.75 1.75 0 1 1 0 3.5 1.75 1.75 0 0 1 0-3.5M8 9a1.75 1.75 0 1 1 0 3.5A1.75 1.75 0 0 1 8 9m0-5.5A1.75 1.75 0 1 1 8 7a1.75 1.75 0 0 1 0-3.5M13.25 9a1.75 1.75 0 1 1 0 3.5 1.75 1.75 0 0 1 0-3.5m0-5.5a1.75 1.75 0 1 1 0 3.5 1.75 1.75 0 0 1 0-3.5"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><mask id="
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><mask id="mask0_37654_4542" width="16" height="16" x="0" y="0" maskUnits="userSpaceOnUse" style="mask-type:alpha"><path fill="currentcolor" fill-rule="evenodd" d="M16 0H0v16h16zm-1 8.75H1v1.5h14z" clip-rule="evenodd"/></mask><g mask="url(#mask0_37654_4542)"><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M11 3a3.33 3.33 0 0 0-2.6-1.25h-.934a2.866 2.866 0 0 0-.787 5.622l3.018.863a3.067 3.067 0 0 1-.842 6.015h-.668a3.75 3.75 0 0 1-3.427-2.227L4.75 12"/></g><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M15 8H1"/></svg>
|
|
@@ -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::d8e16ffd6bbe43bfa48ab5f240e3fbf8>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -19,7 +19,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
|
|
|
19
19
|
* Icon: "DragHandleHorizontal".
|
|
20
20
|
* Category: utility
|
|
21
21
|
* Location: @atlaskit/icon
|
|
22
|
-
* Usage guidance: Reserved for
|
|
22
|
+
* Usage guidance: Reserved for dragging elements along a horizontal axis.
|
|
23
23
|
* - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
|
|
24
24
|
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
25
25
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::2363445358d0eab1261310a34cc6dcee>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -19,7 +19,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
|
|
|
19
19
|
* Icon: "DragHandleVertical".
|
|
20
20
|
* Category: utility
|
|
21
21
|
* Location: @atlaskit/icon
|
|
22
|
-
* Usage guidance: Reserved for
|
|
22
|
+
* Usage guidance: Reserved for dragging elements along a vertical axis.
|
|
23
23
|
* - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
|
|
24
24
|
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
25
25
|
*/
|
package/utility/drag-handle.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::cd9976b41c77774865477faedb2807d1>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -19,7 +19,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
|
|
|
19
19
|
* Icon: "DragHandle".
|
|
20
20
|
* Category: utility
|
|
21
21
|
* Location: @atlaskit/icon
|
|
22
|
-
* Usage guidance: Reserved for draggable elements
|
|
22
|
+
* Usage guidance: Reserved for draggable elements.
|
|
23
23
|
* - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
|
|
24
24
|
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
25
25
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::1889360ea50129d9de12bad0626d7284>>
|
|
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
|
*
|
|
22
22
|
* Category: utility
|
|
23
23
|
* Location: @atlaskit/icon
|
|
24
|
-
* Usage guidance: Reserved for draggable elements
|
|
24
|
+
* Usage guidance: Reserved for draggable elements.
|
|
25
25
|
* - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
|
|
26
26
|
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
27
27
|
*/
|
|
@@ -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::982da6b8d9fa048cb33c2c4e5a671523>>
|
|
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
|
*
|
|
22
22
|
* Category: utility
|
|
23
23
|
* Location: @atlaskit/icon
|
|
24
|
-
* Usage guidance: Reserved for
|
|
24
|
+
* Usage guidance: Reserved for dragging elements along a vertical axis.
|
|
25
25
|
* - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
|
|
26
26
|
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
27
27
|
*/
|