@atlaskit/icon 23.11.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 CHANGED
@@ -1,5 +1,46 @@
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
+
26
+ ## 24.0.0
27
+
28
+ ### Major Changes
29
+
30
+ - [#117363](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/117363)
31
+ [`10a0f7f6c2027`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/10a0f7f6c2027) -
32
+ This package's `peerDependencies` have been adjusted for `react` and/or `react-dom` to reflect the
33
+ status of only supporting React 18 going forward. No explicit breaking change to React support has
34
+ been made in this release, but this is to signify going forward, breaking changes for React 16 or
35
+ React 17 may come via non-major semver releases.
36
+
37
+ Please refer this community post for more details:
38
+ https://community.developer.atlassian.com/t/rfc-78-dropping-support-for-react-16-and-rendering-in-a-react-18-concurrent-root-in-jira-and-confluence/87026
39
+
40
+ ### Patch Changes
41
+
42
+ - Updated dependencies
43
+
3
44
  ## 23.11.0
4
45
 
5
46
  ### Minor 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::371dbbdb3311a2882d5d17a05cb6ade8>>
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: Single purpose - Reserved for draggle elements, like columns.
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="M13.25 7a1.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 7a1.75 1.75 0 1 1 0-3.5A1.75 1.75 0 0 1 8 7m0 5.5A1.75 1.75 0 1 1 8 9a1.75 1.75 0 0 1 0 3.5M2.75 7a1.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"/>`
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::4481c307497582287ccd465c3de9a051>>
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: Single purpose - Reserved for draggable elements, like rows.
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
  */
@@ -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::91e617a25717aeb2c294de92433f73ef>>
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, like rows.
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::efe12828f5ff62e9046b60695b745e32>>
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, like rows.
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::00cf753aab05b73546ecd78f6bc8ff56>>
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: Single purpose - Reserved for draggable elements, like rows.
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::d5e04986bf45fc62002ec37970dc29ba>>
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="mask0_35812_9552" 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_35812_9552)"><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"/>`
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::a79b61e7d7891e9865d33932dc25db57>>
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', 'drag dots', 'reorder', 'move'],
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, like rows.',
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', 'drag dots', 'reorder', 'move'],
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: 'Single purpose - Reserved for draggle elements, like columns.',
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', 'drag dots', 'reorder', 'move'],
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: 'Single purpose - Reserved for draggable elements, like rows.',
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::34c18c6b3305be3ce8bfc2ad0683cdaa>>
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, like rows.',
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 handler', 'drag dots', 'reorder', 'move'],
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 draggable elements, like columns.',
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 handler', 'drag dots', 'reorder', 'move'],
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 draggable elements, like rows.',
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::a79b61e7d7891e9865d33932dc25db57>>
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', 'drag dots', 'reorder', 'move'],
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, like rows.',
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', 'drag dots', 'reorder', 'move'],
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: 'Single purpose - Reserved for draggle elements, like columns.',
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', 'drag dots', 'reorder', 'move'],
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: 'Single purpose - Reserved for draggable elements, like rows.',
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::34c18c6b3305be3ce8bfc2ad0683cdaa>>
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, like rows.',
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 handler', 'drag dots', 'reorder', 'move'],
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 draggable elements, like columns.',
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 handler', 'drag dots', 'reorder', 'move'],
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 draggable elements, like rows.',
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::a79b61e7d7891e9865d33932dc25db57>>
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', 'drag dots', 'reorder', 'move'],
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, like rows.',
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', 'drag dots', 'reorder', 'move'],
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: 'Single purpose - Reserved for draggle elements, like columns.',
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', 'drag dots', 'reorder', 'move'],
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: 'Single purpose - Reserved for draggable elements, like rows.',
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::34c18c6b3305be3ce8bfc2ad0683cdaa>>
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, like rows.',
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 handler', 'drag dots', 'reorder', 'move'],
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 draggable elements, like columns.',
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 handler', 'drag dots', 'reorder', 'move'],
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 draggable elements, like rows.',
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::a79b61e7d7891e9865d33932dc25db57>>
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::34c18c6b3305be3ce8bfc2ad0683cdaa>>
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::a79b61e7d7891e9865d33932dc25db57>>
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::34c18c6b3305be3ce8bfc2ad0683cdaa>>
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": "23.11.0",
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,39 +68,39 @@
68
68
  },
69
69
  "dependencies": {
70
70
  "@atlaskit/platform-feature-flags": "^1.1.0",
71
- "@atlaskit/tokens": "^3.3.0",
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"
75
75
  },
76
76
  "peerDependencies": {
77
- "react": "^16.8.0 || ^17.0.0 || ^18.0.0"
77
+ "react": "^18.2.0"
78
78
  },
79
79
  "devDependencies": {
80
80
  "@af/accessibility-testing": "*",
81
81
  "@af/icon-build-process": "^2.4.0",
82
82
  "@af/integration-testing": "*",
83
83
  "@af/visual-regression": "*",
84
- "@atlaskit/button": "^20.3.12",
85
- "@atlaskit/code": "^15.8.0",
86
- "@atlaskit/css": "^0.9.0",
84
+ "@atlaskit/button": "^21.1.0",
85
+ "@atlaskit/code": "^16.0.0",
86
+ "@atlaskit/css": "^0.10.0",
87
87
  "@atlaskit/docs": "*",
88
- "@atlaskit/ds-lib": "^3.5.0",
89
- "@atlaskit/form": "^11.2.0",
90
- "@atlaskit/heading": "^4.3.0",
91
- "@atlaskit/icon-file-type": "^6.8.0",
92
- "@atlaskit/icon-object": "^6.11.0",
93
- "@atlaskit/link": "^2.2.0",
94
- "@atlaskit/logo": "^15.4.0",
95
- "@atlaskit/menu": "^2.14.0",
96
- "@atlaskit/modal-dialog": "^12.19.3",
97
- "@atlaskit/primitives": "^13.6.0",
88
+ "@atlaskit/ds-lib": "^4.0.0",
89
+ "@atlaskit/form": "^12.0.0",
90
+ "@atlaskit/heading": "^5.0.0",
91
+ "@atlaskit/icon-file-type": "^7.0.0",
92
+ "@atlaskit/icon-object": "^7.0.0",
93
+ "@atlaskit/link": "^3.0.0",
94
+ "@atlaskit/logo": "^16.0.0",
95
+ "@atlaskit/menu": "^3.0.0",
96
+ "@atlaskit/modal-dialog": "^13.0.0",
97
+ "@atlaskit/primitives": "^14.0.0",
98
98
  "@atlaskit/section-message": "*",
99
99
  "@atlaskit/ssr": "*",
100
- "@atlaskit/textfield": "^7.0.0",
101
- "@atlaskit/theme": "^16.0.0",
102
- "@atlaskit/toggle": "^14.2.0",
103
- "@atlaskit/tooltip": "^19.2.0",
100
+ "@atlaskit/textfield": "^8.0.0",
101
+ "@atlaskit/theme": "^17.0.0",
102
+ "@atlaskit/toggle": "^15.0.0",
103
+ "@atlaskit/tooltip": "^20.0.0",
104
104
  "@atlaskit/visual-regression": "*",
105
105
  "@babel/core": "7.24.9",
106
106
  "@codeshift/utils": "^0.2.4",
@@ -1 +1 @@
1
- <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M13.25 7a1.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 7a1.75 1.75 0 1 1 0-3.5A1.75 1.75 0 0 1 8 7m0 5.5A1.75 1.75 0 1 1 8 9a1.75 1.75 0 0 1 0 3.5M2.75 7a1.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
+ <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="mask0_35812_9552" 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_35812_9552)"><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
+ <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::8a1bad36676d1d31f8288ef8ad8a703e>>
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 draggable elements, like columns.
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::c774d61f8c99d81f0dbd4a601b5a2640>>
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 draggable elements, like rows.
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
  */
@@ -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::bd19f7355c1583637def5fcd8c5ced43>>
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, like rows.
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::28f3eb3664044b93368e3fef7d78315a>>
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, like rows.
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::7dcab57e1a5296ed5da9181f33797fc0>>
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 draggable elements, like rows.
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
  */