@atlaskit/icon 26.3.0 → 26.4.1

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,38 @@
1
1
  # @atlaskit/icon
2
2
 
3
+ ## 26.4.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 26.4.0
10
+
11
+ ### Minor Changes
12
+
13
+ - [#161328](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/161328)
14
+ [`76f53eb3bc586`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/76f53eb3bc586) -
15
+ This release updates and deprecates icons in `@atlaskit/icon`.
16
+
17
+ ### Updated:
18
+
19
+ **`@atlaskit/icon/core`**
20
+
21
+ - `image`
22
+
23
+ ### Deprecated:
24
+
25
+ **`@atlaskit/icon/core`**
26
+
27
+ - `child-issues`
28
+ - `drawer-left`
29
+ - `drawer-right`
30
+ - `summarize`
31
+
32
+ ### Patch Changes
33
+
34
+ - Updated dependencies
35
+
3
36
  ## 26.3.0
4
37
 
5
38
  ### Minor Changes
@@ -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::9bf2c890b1a051d8bed6359f72ba85f9>>
3
+ * @codegen <<SignedSource::cde2ad987876c8ba84138c3bea2cec75>>
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 "child-issues" is deprecated in favour of "child-work-items" from “@atlaskit/icon/core”
11
+ */
9
12
  declare const ChildIssuesIcon: {
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::359c101bebeaae075dd3e3e9a50caec7>>
3
+ * @codegen <<SignedSource::0a33c20b0e9684239e470bd9fc395b3e>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -16,7 +16,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
16
16
  * Icon: "ChildIssues".
17
17
  * Category: single-purpose
18
18
  * Location: @atlaskit/icon
19
- * Usage guidance: Single purpose - Reserved for child issues in Jira.
19
+ * Usage guidance: Reserved for child work items.
20
20
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
21
21
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
22
22
  */
@@ -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::e8204eddc3f5549654b5eb5066f09327>>
3
+ * @codegen <<SignedSource::935924fc159f794461e1f2ad14ae2090>>
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 "drawer-left" is deprecated in favour of "panel-left" from “@atlaskit/icon/core”
11
+ */
9
12
  declare const DrawerLeftIcon: {
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::e365e632c54e433331f32a6e8a891c81>>
3
+ * @codegen <<SignedSource::104b4ca293b6a45e251b904aac4a841c>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -16,7 +16,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
16
16
  * Icon: "DrawerLeft".
17
17
  * Category: single-purpose
18
18
  * Location: @atlaskit/icon
19
- * Usage guidance: Reserved for opening a drawer or sidebar to the left of the viewport edge.
19
+ * Usage guidance: Reserved for opening a preview panel to the left of the viewport edge. Use only for right-to-left languages which invert the navigational chrome.
20
20
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
21
21
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
22
22
  */
@@ -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::f765f5f051dfb0c2aca563f189e1997f>>
3
+ * @codegen <<SignedSource::358bfb75410a2c2205aee7d7a5da3c68>>
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 "drawer-right" is deprecated in favour of "panel-right" from “@atlaskit/icon/core”
11
+ */
9
12
  declare const DrawerRightIcon: {
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::63a1f44437aa60176f53be742bda56ec>>
3
+ * @codegen <<SignedSource::fd2c77c72df580ec76edf4672a0944dd>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -16,7 +16,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
16
16
  * Icon: "DrawerRight".
17
17
  * Category: single-purpose
18
18
  * Location: @atlaskit/icon
19
- * Usage guidance: Reserved for opening a drawer or sidebar to the right of the viewport edge.
19
+ * Usage guidance: Reserved for opening a preview panel to the right of the viewport edge. Use only for left-to-right languages.
20
20
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
21
21
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
22
22
  */
package/core/image.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::de6761c1e7b45c04cd65fb74ac2d27eb>>
3
+ * @codegen <<SignedSource::92d4dfc113a3924af0f8a9fba22d539c>>
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 ImageIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M1 3a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2zm2-.5a.5.5 0 0 0-.5.5v10a.5.5 0 0 0 .5.5h.647l5.775-6.978a.75.75 0 0 1 1.092-.068l2.986 2.81V3a.5.5 0 0 0-.5-.5zm10.5 8.824-3.432-3.23L5.594 13.5H13a.5.5 0 0 0 .5-.5zM4 5.75a1.75 1.75 0 1 1 3.5 0 1.75 1.75 0 0 1-3.5 0" clip-rule="evenodd"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" d="M5.75 4a1.75 1.75 0 1 1 0 3.5 1.75 1.75 0 0 1 0-3.5"/><path fill="currentcolor" fill-rule="evenodd" d="M13 1a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2zM3 2.5a.5.5 0 0 0-.5.5v10a.5.5 0 0 0 .5.5h.644l6.274-7.723.053-.058a.75.75 0 0 1 1.06 0L13.5 8.19V3a.5.5 0 0 0-.5-.5zm2.575 11H13a.5.5 0 0 0 .5-.5v-2.69l-2.943-2.943z" clip-rule="evenodd"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
27
  ImageIcon.displayName = 'ImageIcon';
@@ -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::460873555b00dc694a7c27133071dd5e>>
3
+ * @codegen <<SignedSource::89cbd658a789691c2dfd917ec82d5504>>
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
  *
20
20
  * Category: single-purpose
21
21
  * Location: @atlaskit/icon
22
- * Usage guidance: Single purpose - Reserved for child issues in Jira.
22
+ * Usage guidance: Reserved for child work items.
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,11 +1,14 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::b6846070cdf213c94dd27550a287ca07>>
3
+ * @codegen <<SignedSource::587c4908d31c30697c90aa2830e5b9c8>>
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 "summarize" is deprecated in favour of "ai-generative-text-summary" from “@atlaskit/icon/core”
11
+ */
9
12
  declare const SummarizeIcon: {
10
13
  (props: NewCoreIconProps): JSX.Element;
11
14
  displayName: string;
@@ -12,8 +12,7 @@ var _react = _interopRequireWildcard(require("react"));
12
12
  var _platformFeatureFlags = require("@atlaskit/platform-feature-flags");
13
13
  var _icon = require("./icon");
14
14
  var _excluded = ["dangerouslySetGlyph", "size"];
15
- function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
16
- function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
15
+ function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
17
16
  var sizeSpacingMap = {
18
17
  utility: {
19
18
  small: 'compact',
@@ -11,8 +11,7 @@ var _react = _interopRequireWildcard(require("react"));
11
11
  var React = _react;
12
12
  var _runtime = require("@compiled/react/runtime");
13
13
  var _platformFeatureFlags = require("@atlaskit/platform-feature-flags");
14
- function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
15
- function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
14
+ function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
16
15
  /**
17
16
  * We are hiding this props from consumers as it's reserved
18
17
  * for use by Icon Tile.
@@ -10,8 +10,7 @@ require("./icon-tile.compiled.css");
10
10
  var React = _interopRequireWildcard(require("react"));
11
11
  var _runtime = require("@compiled/react/runtime");
12
12
  var _platformFeatureFlags = require("@atlaskit/platform-feature-flags");
13
- function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
14
- function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
13
+ function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
15
14
  var sizeMap = {
16
15
  '16': "_1bsb7vkz _4t3i7vkz",
17
16
  '24': "_1bsb1tcg _4t3i1tcg",
@@ -13,8 +13,7 @@ var React = _react;
13
13
  var _runtime = require("@compiled/react/runtime");
14
14
  var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
15
15
  var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/defineProperty"));
16
- function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
17
- function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
16
+ function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
18
17
  function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
19
18
  function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { (0, _defineProperty2.default)(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
20
19
  /**
@@ -10,8 +10,7 @@ require("./skeleton.compiled.css");
10
10
  var _react = _interopRequireWildcard(require("react"));
11
11
  var React = _react;
12
12
  var _runtime = require("@compiled/react/runtime");
13
- function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
14
- function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
13
+ function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
15
14
  var skeletonStyles = null;
16
15
  var subtleOpacityStyles = null;
17
16
  var strongOpacityStyles = null;
@@ -10,8 +10,7 @@ require("./svg.compiled.css");
10
10
  var _react = _interopRequireWildcard(require("react"));
11
11
  var React = _react;
12
12
  var _runtime = require("@compiled/react/runtime");
13
- function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
14
- function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
13
+ function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
15
14
  var sizeStyles = {
16
15
  small: "_1bsb7vkz _4t3i7vkz",
17
16
  medium: "_1bsb1tcg _4t3i1tcg",
@@ -9,7 +9,7 @@ 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::7c22ff7738ef2148e1812d19e3326ba2>>
12
+ * @codegen <<SignedSource::3ab215e5b6736f728bfeeaa0c615bcb0>>
13
13
  * @codegenCommand yarn build:icon-glyphs
14
14
  */
15
15
  var deprecatedIcons = {
@@ -31,6 +31,9 @@ var deprecatedIcons = {
31
31
  '@atlaskit/icon/core/border-weight-thin': {
32
32
  message: 'The icon "border-weight-thin" is deprecated in favour of "stroke-weight-small" from “@atlaskit/icon/core”'
33
33
  },
34
+ '@atlaskit/icon/core/child-issues': {
35
+ message: 'The icon "child-issues" is deprecated in favour of "child-work-items" from “@atlaskit/icon/core”'
36
+ },
34
37
  '@atlaskit/icon/core/content-align-center': {
35
38
  message: 'The icon "content-align-center" is deprecated in favour of "align-image-center" from “@atlaskit/icon/core”'
36
39
  },
@@ -43,6 +46,12 @@ var deprecatedIcons = {
43
46
  '@atlaskit/icon/core/drag-handle': {
44
47
  message: 'The icon "drag-handle" is deprecated in favour of "drag-handle-vertical" from “@atlaskit/icon/core”'
45
48
  },
49
+ '@atlaskit/icon/core/drawer-left': {
50
+ message: 'The icon "drawer-left" is deprecated in favour of "panel-left" from “@atlaskit/icon/core”'
51
+ },
52
+ '@atlaskit/icon/core/drawer-right': {
53
+ message: 'The icon "drawer-right" is deprecated in favour of "panel-right" from “@atlaskit/icon/core”'
54
+ },
46
55
  '@atlaskit/icon/core/issue': {
47
56
  message: 'The icon "issue" is deprecated in favour of "work-item" from “@atlaskit/icon/core”'
48
57
  },
@@ -55,6 +64,9 @@ var deprecatedIcons = {
55
64
  '@atlaskit/icon/core/sidebar-right': {
56
65
  message: 'The icon "sidebar-right" is deprecated in favour of "panel-right" from “@atlaskit/icon/core”'
57
66
  },
67
+ '@atlaskit/icon/core/summarize': {
68
+ message: 'The icon "summarize" is deprecated in favour of "ai-generative-text-summary" from “@atlaskit/icon/core”'
69
+ },
58
70
  '@atlaskit/icon/core/migration/align-center--editor-align-center': {
59
71
  message: 'The icon "align-center--editor-align-center" is deprecated in favour of "align-text-center--editor-align-center" from “@atlaskit/icon/core/migration”'
60
72
  },
@@ -17,5 +17,4 @@ Object.defineProperty(exports, "default", {
17
17
  }
18
18
  });
19
19
  var _iconNew = _interopRequireWildcard(require("../components/icon-new"));
20
- function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
21
- function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
20
+ function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
@@ -24,5 +24,4 @@ Object.defineProperty(exports, "default", {
24
24
  });
25
25
  var _icon = _interopRequireWildcard(require("../components/icon"));
26
26
  var _iconFacade = require("../components/icon-facade");
27
- function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
28
- function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
27
+ function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
@@ -17,5 +17,4 @@ Object.defineProperty(exports, "migrationOutcomeDescriptionMap", {
17
17
  }
18
18
  });
19
19
  var _migrationMap = _interopRequireWildcard(require("../migration-map"));
20
- function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
21
- function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
20
+ function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
@@ -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::205e7286912020521b2f575b3086483f>>
12
+ * @codegen <<SignedSource::9e09756c3df3b5d2b29ea6fe6fe67ccc>>
13
13
  * @codegenCommand yarn build:icon-glyphs
14
14
  */
15
15
 
@@ -803,15 +803,20 @@ var metadata = {
803
803
  slackChannel: '#icon-contributions'
804
804
  },
805
805
  'child-issues': {
806
- keywords: ['child-issues', 'childissues', 'icon', 'core'],
806
+ keywords: ['child-issues', 'childissues', 'icon', 'core', 'children', 'child', 'related', 'work items'],
807
807
  componentName: 'ChildIssuesIcon',
808
808
  package: '@atlaskit/icon/core/child-issues',
809
809
  oldName: ['child-issues'],
810
810
  type: 'core',
811
+ replacement: {
812
+ name: 'child-work-items',
813
+ type: 'core',
814
+ location: '@atlaskit/icon'
815
+ },
811
816
  categorization: 'single-purpose',
812
- usage: 'Single purpose - Reserved for child issues in Jira.',
817
+ usage: 'Reserved for child work items.',
813
818
  team: 'Design System Team',
814
- status: 'published'
819
+ status: 'deprecated'
815
820
  },
816
821
  'child-work-items': {
817
822
  keywords: ['child-work-items', 'childworkitems', 'icon', 'core', 'children', 'child', 'related', 'work items'],
@@ -1265,24 +1270,34 @@ var metadata = {
1265
1270
  slackChannel: '#icon-contributions'
1266
1271
  },
1267
1272
  'drawer-left': {
1268
- keywords: ['drawer-left', 'drawerleft', 'icon', 'core', 'sidebar', 'detail view', 'left rail', 'drawer'],
1273
+ keywords: ['drawer-left', 'drawerleft', 'icon', 'core', 'detail view', 'left rail', 'drawer', 'preview panel', 'sidebar'],
1269
1274
  componentName: 'DrawerLeftIcon',
1270
1275
  package: '@atlaskit/icon/core/drawer-left',
1271
1276
  type: 'core',
1277
+ replacement: {
1278
+ name: 'panel-left',
1279
+ type: 'core',
1280
+ location: '@atlaskit/icon'
1281
+ },
1272
1282
  categorization: 'single-purpose',
1273
- usage: 'Reserved for opening a drawer or sidebar to the left of the viewport edge.',
1283
+ usage: 'Reserved for opening a preview panel to the left of the viewport edge. Use only for right-to-left languages which invert the navigational chrome.',
1274
1284
  team: 'Design System Team',
1275
- status: 'published'
1285
+ status: 'deprecated'
1276
1286
  },
1277
1287
  'drawer-right': {
1278
- keywords: ['drawer-right', 'drawerright', 'icon', 'core', 'sidebar', 'detail view', 'right rail', 'drawer'],
1288
+ keywords: ['drawer-right', 'drawerright', 'icon', 'core', 'detail view', 'right rail', 'drawer', 'preview panel', 'sidebar'],
1279
1289
  componentName: 'DrawerRightIcon',
1280
1290
  package: '@atlaskit/icon/core/drawer-right',
1281
1291
  type: 'core',
1292
+ replacement: {
1293
+ name: 'panel-right',
1294
+ type: 'core',
1295
+ location: '@atlaskit/icon'
1296
+ },
1282
1297
  categorization: 'single-purpose',
1283
- usage: 'Reserved for opening a drawer or sidebar to the right of the viewport edge.',
1298
+ usage: 'Reserved for opening a preview panel to the right of the viewport edge. Use only for left-to-right languages.',
1284
1299
  team: 'Design System Team',
1285
- status: 'published'
1300
+ status: 'deprecated'
1286
1301
  },
1287
1302
  edit: {
1288
1303
  keywords: ['edit', 'pencil', 'write', 'icon', 'core', 'pencil', 'pencil on page'],
@@ -3290,10 +3305,15 @@ var metadata = {
3290
3305
  componentName: 'SummarizeIcon',
3291
3306
  package: '@atlaskit/icon/core/summarize',
3292
3307
  type: 'core',
3308
+ replacement: {
3309
+ name: 'ai-generative-text-summary',
3310
+ type: 'core',
3311
+ location: '@atlaskit/icon'
3312
+ },
3293
3313
  categorization: 'single-purpose',
3294
3314
  usage: 'Reserved for summarizing content with Atlassian Intelligence & Loom',
3295
3315
  team: 'Atlassian Intelligence & Loom',
3296
- status: 'published',
3316
+ status: 'deprecated',
3297
3317
  slackChannel: '#feedback-loom-vizrefresh'
3298
3318
  },
3299
3319
  support: {
@@ -9,8 +9,7 @@ var _typeof2 = _interopRequireDefault(require("@babel/runtime/helpers/typeof"));
9
9
  var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties"));
10
10
  var _slicedToArray2 = _interopRequireDefault(require("@babel/runtime/helpers/slicedToArray"));
11
11
  var _excluded = ["packageLoader"];
12
- function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
13
- function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != (0, _typeof2.default)(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
12
+ function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != (0, _typeof2.default)(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
14
13
  /**
15
14
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
16
15
  *
@@ -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::7c22ff7738ef2148e1812d19e3326ba2>>
6
+ * @codegen <<SignedSource::3ab215e5b6736f728bfeeaa0c615bcb0>>
7
7
  * @codegenCommand yarn build:icon-glyphs
8
8
  */
9
9
  const deprecatedIcons = {
@@ -25,6 +25,9 @@ const deprecatedIcons = {
25
25
  '@atlaskit/icon/core/border-weight-thin': {
26
26
  message: 'The icon "border-weight-thin" is deprecated in favour of "stroke-weight-small" from “@atlaskit/icon/core”'
27
27
  },
28
+ '@atlaskit/icon/core/child-issues': {
29
+ message: 'The icon "child-issues" is deprecated in favour of "child-work-items" from “@atlaskit/icon/core”'
30
+ },
28
31
  '@atlaskit/icon/core/content-align-center': {
29
32
  message: 'The icon "content-align-center" is deprecated in favour of "align-image-center" from “@atlaskit/icon/core”'
30
33
  },
@@ -37,6 +40,12 @@ const deprecatedIcons = {
37
40
  '@atlaskit/icon/core/drag-handle': {
38
41
  message: 'The icon "drag-handle" is deprecated in favour of "drag-handle-vertical" from “@atlaskit/icon/core”'
39
42
  },
43
+ '@atlaskit/icon/core/drawer-left': {
44
+ message: 'The icon "drawer-left" is deprecated in favour of "panel-left" from “@atlaskit/icon/core”'
45
+ },
46
+ '@atlaskit/icon/core/drawer-right': {
47
+ message: 'The icon "drawer-right" is deprecated in favour of "panel-right" from “@atlaskit/icon/core”'
48
+ },
40
49
  '@atlaskit/icon/core/issue': {
41
50
  message: 'The icon "issue" is deprecated in favour of "work-item" from “@atlaskit/icon/core”'
42
51
  },
@@ -49,6 +58,9 @@ const deprecatedIcons = {
49
58
  '@atlaskit/icon/core/sidebar-right': {
50
59
  message: 'The icon "sidebar-right" is deprecated in favour of "panel-right" from “@atlaskit/icon/core”'
51
60
  },
61
+ '@atlaskit/icon/core/summarize': {
62
+ message: 'The icon "summarize" is deprecated in favour of "ai-generative-text-summary" from “@atlaskit/icon/core”'
63
+ },
52
64
  '@atlaskit/icon/core/migration/align-center--editor-align-center': {
53
65
  message: 'The icon "align-center--editor-align-center" is deprecated in favour of "align-text-center--editor-align-center" from “@atlaskit/icon/core/migration”'
54
66
  },
@@ -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::205e7286912020521b2f575b3086483f>>
6
+ * @codegen <<SignedSource::9e09756c3df3b5d2b29ea6fe6fe67ccc>>
7
7
  * @codegenCommand yarn build:icon-glyphs
8
8
  */
9
9
 
@@ -797,15 +797,20 @@ const metadata = {
797
797
  slackChannel: '#icon-contributions'
798
798
  },
799
799
  'child-issues': {
800
- keywords: ['child-issues', 'childissues', 'icon', 'core'],
800
+ keywords: ['child-issues', 'childissues', 'icon', 'core', 'children', 'child', 'related', 'work items'],
801
801
  componentName: 'ChildIssuesIcon',
802
802
  package: '@atlaskit/icon/core/child-issues',
803
803
  oldName: ['child-issues'],
804
804
  type: 'core',
805
+ replacement: {
806
+ name: 'child-work-items',
807
+ type: 'core',
808
+ location: '@atlaskit/icon'
809
+ },
805
810
  categorization: 'single-purpose',
806
- usage: 'Single purpose - Reserved for child issues in Jira.',
811
+ usage: 'Reserved for child work items.',
807
812
  team: 'Design System Team',
808
- status: 'published'
813
+ status: 'deprecated'
809
814
  },
810
815
  'child-work-items': {
811
816
  keywords: ['child-work-items', 'childworkitems', 'icon', 'core', 'children', 'child', 'related', 'work items'],
@@ -1259,24 +1264,34 @@ const metadata = {
1259
1264
  slackChannel: '#icon-contributions'
1260
1265
  },
1261
1266
  'drawer-left': {
1262
- keywords: ['drawer-left', 'drawerleft', 'icon', 'core', 'sidebar', 'detail view', 'left rail', 'drawer'],
1267
+ keywords: ['drawer-left', 'drawerleft', 'icon', 'core', 'detail view', 'left rail', 'drawer', 'preview panel', 'sidebar'],
1263
1268
  componentName: 'DrawerLeftIcon',
1264
1269
  package: '@atlaskit/icon/core/drawer-left',
1265
1270
  type: 'core',
1271
+ replacement: {
1272
+ name: 'panel-left',
1273
+ type: 'core',
1274
+ location: '@atlaskit/icon'
1275
+ },
1266
1276
  categorization: 'single-purpose',
1267
- usage: 'Reserved for opening a drawer or sidebar to the left of the viewport edge.',
1277
+ usage: 'Reserved for opening a preview panel to the left of the viewport edge. Use only for right-to-left languages which invert the navigational chrome.',
1268
1278
  team: 'Design System Team',
1269
- status: 'published'
1279
+ status: 'deprecated'
1270
1280
  },
1271
1281
  'drawer-right': {
1272
- keywords: ['drawer-right', 'drawerright', 'icon', 'core', 'sidebar', 'detail view', 'right rail', 'drawer'],
1282
+ keywords: ['drawer-right', 'drawerright', 'icon', 'core', 'detail view', 'right rail', 'drawer', 'preview panel', 'sidebar'],
1273
1283
  componentName: 'DrawerRightIcon',
1274
1284
  package: '@atlaskit/icon/core/drawer-right',
1275
1285
  type: 'core',
1286
+ replacement: {
1287
+ name: 'panel-right',
1288
+ type: 'core',
1289
+ location: '@atlaskit/icon'
1290
+ },
1276
1291
  categorization: 'single-purpose',
1277
- usage: 'Reserved for opening a drawer or sidebar to the right of the viewport edge.',
1292
+ usage: 'Reserved for opening a preview panel to the right of the viewport edge. Use only for left-to-right languages.',
1278
1293
  team: 'Design System Team',
1279
- status: 'published'
1294
+ status: 'deprecated'
1280
1295
  },
1281
1296
  edit: {
1282
1297
  keywords: ['edit', 'pencil', 'write', 'icon', 'core', 'pencil', 'pencil on page'],
@@ -3284,10 +3299,15 @@ const metadata = {
3284
3299
  componentName: 'SummarizeIcon',
3285
3300
  package: '@atlaskit/icon/core/summarize',
3286
3301
  type: 'core',
3302
+ replacement: {
3303
+ name: 'ai-generative-text-summary',
3304
+ type: 'core',
3305
+ location: '@atlaskit/icon'
3306
+ },
3287
3307
  categorization: 'single-purpose',
3288
3308
  usage: 'Reserved for summarizing content with Atlassian Intelligence & Loom',
3289
3309
  team: 'Atlassian Intelligence & Loom',
3290
- status: 'published',
3310
+ status: 'deprecated',
3291
3311
  slackChannel: '#feedback-loom-vizrefresh'
3292
3312
  },
3293
3313
  support: {
@@ -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::7c22ff7738ef2148e1812d19e3326ba2>>
6
+ * @codegen <<SignedSource::3ab215e5b6736f728bfeeaa0c615bcb0>>
7
7
  * @codegenCommand yarn build:icon-glyphs
8
8
  */
9
9
  var deprecatedIcons = {
@@ -25,6 +25,9 @@ var deprecatedIcons = {
25
25
  '@atlaskit/icon/core/border-weight-thin': {
26
26
  message: 'The icon "border-weight-thin" is deprecated in favour of "stroke-weight-small" from “@atlaskit/icon/core”'
27
27
  },
28
+ '@atlaskit/icon/core/child-issues': {
29
+ message: 'The icon "child-issues" is deprecated in favour of "child-work-items" from “@atlaskit/icon/core”'
30
+ },
28
31
  '@atlaskit/icon/core/content-align-center': {
29
32
  message: 'The icon "content-align-center" is deprecated in favour of "align-image-center" from “@atlaskit/icon/core”'
30
33
  },
@@ -37,6 +40,12 @@ var deprecatedIcons = {
37
40
  '@atlaskit/icon/core/drag-handle': {
38
41
  message: 'The icon "drag-handle" is deprecated in favour of "drag-handle-vertical" from “@atlaskit/icon/core”'
39
42
  },
43
+ '@atlaskit/icon/core/drawer-left': {
44
+ message: 'The icon "drawer-left" is deprecated in favour of "panel-left" from “@atlaskit/icon/core”'
45
+ },
46
+ '@atlaskit/icon/core/drawer-right': {
47
+ message: 'The icon "drawer-right" is deprecated in favour of "panel-right" from “@atlaskit/icon/core”'
48
+ },
40
49
  '@atlaskit/icon/core/issue': {
41
50
  message: 'The icon "issue" is deprecated in favour of "work-item" from “@atlaskit/icon/core”'
42
51
  },
@@ -49,6 +58,9 @@ var deprecatedIcons = {
49
58
  '@atlaskit/icon/core/sidebar-right': {
50
59
  message: 'The icon "sidebar-right" is deprecated in favour of "panel-right" from “@atlaskit/icon/core”'
51
60
  },
61
+ '@atlaskit/icon/core/summarize': {
62
+ message: 'The icon "summarize" is deprecated in favour of "ai-generative-text-summary" from “@atlaskit/icon/core”'
63
+ },
52
64
  '@atlaskit/icon/core/migration/align-center--editor-align-center': {
53
65
  message: 'The icon "align-center--editor-align-center" is deprecated in favour of "align-text-center--editor-align-center" from “@atlaskit/icon/core/migration”'
54
66
  },
@@ -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::205e7286912020521b2f575b3086483f>>
6
+ * @codegen <<SignedSource::9e09756c3df3b5d2b29ea6fe6fe67ccc>>
7
7
  * @codegenCommand yarn build:icon-glyphs
8
8
  */
9
9
 
@@ -797,15 +797,20 @@ var metadata = {
797
797
  slackChannel: '#icon-contributions'
798
798
  },
799
799
  'child-issues': {
800
- keywords: ['child-issues', 'childissues', 'icon', 'core'],
800
+ keywords: ['child-issues', 'childissues', 'icon', 'core', 'children', 'child', 'related', 'work items'],
801
801
  componentName: 'ChildIssuesIcon',
802
802
  package: '@atlaskit/icon/core/child-issues',
803
803
  oldName: ['child-issues'],
804
804
  type: 'core',
805
+ replacement: {
806
+ name: 'child-work-items',
807
+ type: 'core',
808
+ location: '@atlaskit/icon'
809
+ },
805
810
  categorization: 'single-purpose',
806
- usage: 'Single purpose - Reserved for child issues in Jira.',
811
+ usage: 'Reserved for child work items.',
807
812
  team: 'Design System Team',
808
- status: 'published'
813
+ status: 'deprecated'
809
814
  },
810
815
  'child-work-items': {
811
816
  keywords: ['child-work-items', 'childworkitems', 'icon', 'core', 'children', 'child', 'related', 'work items'],
@@ -1259,24 +1264,34 @@ var metadata = {
1259
1264
  slackChannel: '#icon-contributions'
1260
1265
  },
1261
1266
  'drawer-left': {
1262
- keywords: ['drawer-left', 'drawerleft', 'icon', 'core', 'sidebar', 'detail view', 'left rail', 'drawer'],
1267
+ keywords: ['drawer-left', 'drawerleft', 'icon', 'core', 'detail view', 'left rail', 'drawer', 'preview panel', 'sidebar'],
1263
1268
  componentName: 'DrawerLeftIcon',
1264
1269
  package: '@atlaskit/icon/core/drawer-left',
1265
1270
  type: 'core',
1271
+ replacement: {
1272
+ name: 'panel-left',
1273
+ type: 'core',
1274
+ location: '@atlaskit/icon'
1275
+ },
1266
1276
  categorization: 'single-purpose',
1267
- usage: 'Reserved for opening a drawer or sidebar to the left of the viewport edge.',
1277
+ usage: 'Reserved for opening a preview panel to the left of the viewport edge. Use only for right-to-left languages which invert the navigational chrome.',
1268
1278
  team: 'Design System Team',
1269
- status: 'published'
1279
+ status: 'deprecated'
1270
1280
  },
1271
1281
  'drawer-right': {
1272
- keywords: ['drawer-right', 'drawerright', 'icon', 'core', 'sidebar', 'detail view', 'right rail', 'drawer'],
1282
+ keywords: ['drawer-right', 'drawerright', 'icon', 'core', 'detail view', 'right rail', 'drawer', 'preview panel', 'sidebar'],
1273
1283
  componentName: 'DrawerRightIcon',
1274
1284
  package: '@atlaskit/icon/core/drawer-right',
1275
1285
  type: 'core',
1286
+ replacement: {
1287
+ name: 'panel-right',
1288
+ type: 'core',
1289
+ location: '@atlaskit/icon'
1290
+ },
1276
1291
  categorization: 'single-purpose',
1277
- usage: 'Reserved for opening a drawer or sidebar to the right of the viewport edge.',
1292
+ usage: 'Reserved for opening a preview panel to the right of the viewport edge. Use only for left-to-right languages.',
1278
1293
  team: 'Design System Team',
1279
- status: 'published'
1294
+ status: 'deprecated'
1280
1295
  },
1281
1296
  edit: {
1282
1297
  keywords: ['edit', 'pencil', 'write', 'icon', 'core', 'pencil', 'pencil on page'],
@@ -3284,10 +3299,15 @@ var metadata = {
3284
3299
  componentName: 'SummarizeIcon',
3285
3300
  package: '@atlaskit/icon/core/summarize',
3286
3301
  type: 'core',
3302
+ replacement: {
3303
+ name: 'ai-generative-text-summary',
3304
+ type: 'core',
3305
+ location: '@atlaskit/icon'
3306
+ },
3287
3307
  categorization: 'single-purpose',
3288
3308
  usage: 'Reserved for summarizing content with Atlassian Intelligence & Loom',
3289
3309
  team: 'Atlassian Intelligence & Loom',
3290
- status: 'published',
3310
+ status: 'deprecated',
3291
3311
  slackChannel: '#feedback-loom-vizrefresh'
3292
3312
  },
3293
3313
  support: {
@@ -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::7c22ff7738ef2148e1812d19e3326ba2>>
6
+ * @codegen <<SignedSource::3ab215e5b6736f728bfeeaa0c615bcb0>>
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::205e7286912020521b2f575b3086483f>>
6
+ * @codegen <<SignedSource::9e09756c3df3b5d2b29ea6fe6fe67ccc>>
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::7c22ff7738ef2148e1812d19e3326ba2>>
6
+ * @codegen <<SignedSource::3ab215e5b6736f728bfeeaa0c615bcb0>>
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::205e7286912020521b2f575b3086483f>>
6
+ * @codegen <<SignedSource::9e09756c3df3b5d2b29ea6fe6fe67ccc>>
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": "26.3.0",
3
+ "version": "26.4.1",
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/"
@@ -96,7 +96,7 @@
96
96
  },
97
97
  "dependencies": {
98
98
  "@atlaskit/platform-feature-flags": "^1.1.0",
99
- "@atlaskit/tokens": "^4.9.0",
99
+ "@atlaskit/tokens": "^5.0.0",
100
100
  "@babel/register": "^7.25.9",
101
101
  "@babel/runtime": "^7.0.0",
102
102
  "@compiled/react": "^0.18.3"
@@ -119,7 +119,7 @@
119
119
  "@atlaskit/icon-file-type": "^7.0.0",
120
120
  "@atlaskit/icon-object": "^7.1.0",
121
121
  "@atlaskit/link": "^3.2.0",
122
- "@atlaskit/logo": "^18.1.0",
122
+ "@atlaskit/logo": "^19.0.0",
123
123
  "@atlaskit/menu": "^8.0.0",
124
124
  "@atlaskit/modal-dialog": "^14.2.0",
125
125
  "@atlaskit/primitives": "^14.8.0",
@@ -127,7 +127,7 @@
127
127
  "@atlaskit/textfield": "^8.0.0",
128
128
  "@atlaskit/theme": "^18.0.0",
129
129
  "@atlaskit/toggle": "^15.0.0",
130
- "@atlaskit/tooltip": "^20.0.0",
130
+ "@atlaskit/tooltip": "^20.2.0",
131
131
  "@atlaskit/visual-regression": "workspace:^",
132
132
  "@atlassian/ssr-tests": "^0.2.0",
133
133
  "@babel/core": "7.24.9",
@@ -1 +1 @@
1
- <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" fill-rule="evenodd" d="M1 3a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2zm2-.5a.5.5 0 0 0-.5.5v10a.5.5 0 0 0 .5.5h.647l5.775-6.978a.75.75 0 0 1 1.092-.068l2.986 2.81V3a.5.5 0 0 0-.5-.5zm10.5 8.824-3.432-3.23L5.594 13.5H13a.5.5 0 0 0 .5-.5zM4 5.75a1.75 1.75 0 1 1 3.5 0 1.75 1.75 0 0 1-3.5 0" clip-rule="evenodd"/></svg>
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M5.75 4a1.75 1.75 0 1 1 0 3.5 1.75 1.75 0 0 1 0-3.5"/><path fill="currentcolor" fill-rule="evenodd" d="M13 1a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2zM3 2.5a.5.5 0 0 0-.5.5v10a.5.5 0 0 0 .5.5h.644l6.274-7.723.053-.058a.75.75 0 0 1 1.06 0L13.5 8.19V3a.5.5 0 0 0-.5-.5zm2.575 11H13a.5.5 0 0 0 .5-.5v-2.69l-2.943-2.943z" clip-rule="evenodd"/></svg>