@atlaskit/icon 25.8.0 → 26.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.
Files changed (113) hide show
  1. package/CHANGELOG.md +26 -0
  2. package/core/chevron-double-left.d.ts +13 -0
  3. package/core/chevron-double-left.js +27 -0
  4. package/core/chevron-double-right.d.ts +13 -0
  5. package/core/chevron-double-right.js +27 -0
  6. package/core/chevron-down.d.ts +13 -0
  7. package/core/chevron-down.js +27 -0
  8. package/core/chevron-left.d.ts +13 -0
  9. package/core/chevron-left.js +27 -0
  10. package/core/chevron-right.d.ts +13 -0
  11. package/core/chevron-right.js +27 -0
  12. package/core/chevron-up.d.ts +13 -0
  13. package/core/chevron-up.js +27 -0
  14. package/core/migration/chevron-down--chevron-down-circle.d.ts +15 -0
  15. package/core/migration/chevron-down--chevron-down-circle.js +30 -0
  16. package/core/migration/chevron-down--hipchat-chevron-down.d.ts +15 -0
  17. package/core/migration/chevron-down--hipchat-chevron-down.js +30 -0
  18. package/core/migration/chevron-down.d.ts +15 -0
  19. package/core/migration/chevron-down.js +30 -0
  20. package/core/migration/chevron-left--chevron-left-circle.d.ts +15 -0
  21. package/core/migration/chevron-left--chevron-left-circle.js +30 -0
  22. package/core/migration/chevron-left--chevron-left-large.d.ts +15 -0
  23. package/core/migration/chevron-left--chevron-left-large.js +30 -0
  24. package/core/migration/chevron-left.d.ts +15 -0
  25. package/core/migration/chevron-left.js +30 -0
  26. package/core/migration/chevron-right--chevron-right-circle.d.ts +15 -0
  27. package/core/migration/chevron-right--chevron-right-circle.js +30 -0
  28. package/core/migration/chevron-right--chevron-right-large.d.ts +15 -0
  29. package/core/migration/chevron-right--chevron-right-large.js +30 -0
  30. package/core/migration/chevron-right.d.ts +15 -0
  31. package/core/migration/chevron-right.js +30 -0
  32. package/core/migration/chevron-up--chevron-up-circle.d.ts +15 -0
  33. package/core/migration/chevron-up--chevron-up-circle.js +30 -0
  34. package/core/migration/chevron-up--hipchat-chevron-up.d.ts +15 -0
  35. package/core/migration/chevron-up--hipchat-chevron-up.js +30 -0
  36. package/core/migration/chevron-up.d.ts +15 -0
  37. package/core/migration/chevron-up.js +30 -0
  38. package/dist/cjs/components/icon-facade.js +9 -7
  39. package/dist/cjs/components/icon-new.compiled.css +22 -0
  40. package/dist/cjs/components/icon-new.js +67 -100
  41. package/dist/cjs/components/icon-tile.compiled.css +48 -0
  42. package/dist/cjs/components/icon-tile.js +40 -125
  43. package/dist/cjs/components/icon.compiled.css +30 -0
  44. package/dist/cjs/components/icon.js +31 -76
  45. package/dist/cjs/components/skeleton.compiled.css +12 -0
  46. package/dist/cjs/components/skeleton.js +20 -24
  47. package/dist/cjs/components/svg.compiled.css +13 -0
  48. package/dist/cjs/components/svg.js +20 -17
  49. package/dist/cjs/metadata-core.js +65 -1
  50. package/dist/cjs/migration-map.js +254 -182
  51. package/dist/es2019/components/icon-facade.js +8 -6
  52. package/dist/es2019/components/icon-new.compiled.css +22 -0
  53. package/dist/es2019/components/icon-new.js +62 -98
  54. package/dist/es2019/components/icon-tile.compiled.css +48 -0
  55. package/dist/es2019/components/icon-tile.js +37 -124
  56. package/dist/es2019/components/icon.compiled.css +30 -0
  57. package/dist/es2019/components/icon.js +26 -77
  58. package/dist/es2019/components/skeleton.compiled.css +12 -0
  59. package/dist/es2019/components/skeleton.js +15 -21
  60. package/dist/es2019/components/svg.compiled.css +13 -0
  61. package/dist/es2019/components/svg.js +16 -15
  62. package/dist/es2019/metadata-core.js +65 -1
  63. package/dist/es2019/migration-map.js +254 -182
  64. package/dist/esm/components/icon-facade.js +9 -7
  65. package/dist/esm/components/icon-new.compiled.css +22 -0
  66. package/dist/esm/components/icon-new.js +63 -98
  67. package/dist/esm/components/icon-tile.compiled.css +48 -0
  68. package/dist/esm/components/icon-tile.js +37 -124
  69. package/dist/esm/components/icon.compiled.css +30 -0
  70. package/dist/esm/components/icon.js +26 -77
  71. package/dist/esm/components/skeleton.compiled.css +12 -0
  72. package/dist/esm/components/skeleton.js +15 -21
  73. package/dist/esm/components/svg.compiled.css +13 -0
  74. package/dist/esm/components/svg.js +16 -15
  75. package/dist/esm/metadata-core.js +65 -1
  76. package/dist/esm/migration-map.js +254 -182
  77. package/dist/types/components/icon-tile.d.ts +2 -2
  78. package/dist/types/index.d.ts +1 -1
  79. package/dist/types/metadata-core.d.ts +1 -1
  80. package/dist/types/types.d.ts +25 -8
  81. package/dist/types-ts4.5/components/icon-tile.d.ts +2 -2
  82. package/dist/types-ts4.5/index.d.ts +1 -1
  83. package/dist/types-ts4.5/metadata-core.d.ts +1 -1
  84. package/dist/types-ts4.5/types.d.ts +25 -8
  85. package/glyph/chevron-down-circle.js +2 -3
  86. package/glyph/chevron-down.js +2 -3
  87. package/glyph/chevron-left-circle.js +2 -3
  88. package/glyph/chevron-left-large.js +2 -3
  89. package/glyph/chevron-left.js +2 -3
  90. package/glyph/chevron-right-circle.js +2 -3
  91. package/glyph/chevron-right-large.js +2 -3
  92. package/glyph/chevron-right.js +2 -3
  93. package/glyph/chevron-up-circle.js +2 -3
  94. package/glyph/chevron-up.js +2 -3
  95. package/glyph/hipchat/chevron-down.js +2 -3
  96. package/glyph/hipchat/chevron-up.js +2 -3
  97. package/package.json +8 -10
  98. package/svgs/core/chevron-double-left.svg +1 -0
  99. package/svgs/core/chevron-double-right.svg +1 -0
  100. package/svgs/core/chevron-down.svg +1 -0
  101. package/svgs/core/chevron-left.svg +1 -0
  102. package/svgs/core/chevron-right.svg +1 -0
  103. package/svgs/core/chevron-up.svg +1 -0
  104. package/dist/cjs/components/styles.js +0 -64
  105. package/dist/cjs/components/utils.js +0 -9
  106. package/dist/es2019/components/styles.js +0 -58
  107. package/dist/es2019/components/utils.js +0 -1
  108. package/dist/esm/components/styles.js +0 -57
  109. package/dist/esm/components/utils.js +0 -3
  110. package/dist/types/components/styles.d.ts +0 -28
  111. package/dist/types/components/utils.d.ts +0 -1
  112. package/dist/types-ts4.5/components/styles.d.ts +0 -28
  113. package/dist/types-ts4.5/components/utils.d.ts +0 -1
@@ -1,70 +1,32 @@
1
+ /* icon.tsx generated by @compiled/babel-plugin v0.36.1 */
1
2
  import _extends from "@babel/runtime/helpers/extends";
2
3
  import _defineProperty from "@babel/runtime/helpers/defineProperty";
4
+ import "./icon.compiled.css";
5
+ import * as React from 'react';
6
+ import { ax, ix } from "@compiled/react/runtime";
3
7
  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; }
4
8
  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) { _defineProperty(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; }
5
- /**
6
- * @jsxRuntime classic
7
- * @jsx jsx
8
- */
9
9
  import { memo } from 'react';
10
10
 
11
- // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
12
- import { css, jsx } from '@emotion/react';
13
- import { commonSVGStyles, getIconSize } from './styles';
14
- import { getBackground } from './utils';
15
-
16
11
  /**
17
12
  * We are hiding these props from consumers as they're used to
18
13
  * hack around icon sizing specifically for icon-file-type.
19
14
  */
20
15
 
21
- var iconStyles = css({
22
- display: 'inline-block',
23
- flexShrink: 0,
24
- // eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
25
- lineHeight: 1,
26
- // eslint-disable-next-line @atlaskit/design-system/no-nested-styles, @atlaskit/ui-styling-standard/no-nested-selectors -- Ignored via go/DSP-18766
27
- '> svg': _objectSpread(_objectSpread({}, commonSVGStyles), {}, {
28
- maxWidth: '100%',
29
- maxHeight: '100%',
30
- color: 'var(--icon-primary-color)',
31
- fill: 'var(--icon-secondary-color)',
32
- verticalAlign: 'bottom'
33
- })
34
- });
16
+ var iconStyles = null;
17
+ var sizeStyles = {
18
+ small: "_1bsb7vkz _4t3i7vkz _5fdi7vkz _zbji7vkz",
19
+ medium: "_1bsb1tcg _4t3i1tcg _5fdi1tcg _zbji1tcg",
20
+ large: "_1bsbzwfg _4t3izwfg _5fdizwfg _zbjizwfg",
21
+ xlarge: "_1bsbckbl _4t3ickbl _5fdickbl _zbjickbl"
22
+ };
23
+
35
24
  /**
36
25
  * For windows high contrast mode
37
26
  */
38
- var baseHcmStyles = css({
39
- '@media screen and (forced-colors: active)': {
40
- // eslint-disable-next-line @atlaskit/design-system/no-nested-styles, @atlaskit/ui-styling-standard/no-nested-selectors -- Ignored via go/DSP-18766
41
- '> svg': {
42
- filter: 'grayscale(1)',
43
- '--icon-primary-color': 'CanvasText',
44
- // foreground
45
- '--icon-secondary-color': 'Canvas' // background
46
- }
47
- }
48
- });
49
- var primaryEqualsSecondaryHcmStyles = css({
50
- '@media screen and (forced-colors: active)': {
51
- // eslint-disable-next-line @atlaskit/design-system/no-nested-styles, @atlaskit/ui-styling-standard/no-nested-selectors -- Ignored via go/DSP-18766
52
- '> svg': {
53
- // if the primaryColor is the same as the secondaryColor we
54
- // set the --icon-primary-color to Canvas
55
- // this is usually to convey state i.e. Checkbox checked -> not checked
56
- '--icon-primary-color': 'Canvas' // foreground
57
- }
58
- }
59
- });
60
- var secondaryTransparentHcmStyles = css({
61
- '@media screen and (forced-colors: active)': {
62
- // eslint-disable-next-line @atlaskit/design-system/no-nested-styles, @atlaskit/ui-styling-standard/no-nested-selectors -- Ignored via go/DSP-18766
63
- '> svg': {
64
- '--icon-secondary-color': 'transparent' // background
65
- }
66
- }
67
- });
27
+ var baseHcmStyles = null;
28
+ var primaryEqualsSecondaryHcmStyles = null;
29
+ var secondaryTransparentHcmStyles = null;
68
30
 
69
31
  /**
70
32
  * __Icon__
@@ -92,42 +54,29 @@ export var Icon = /*#__PURE__*/memo(function Icon(props) {
92
54
  __html: dangerouslySetGlyph
93
55
  }
94
56
  } : {
95
- children: Glyph ? jsx(Glyph, {
57
+ children: Glyph ? /*#__PURE__*/React.createElement(Glyph, {
96
58
  role: "presentation"
97
59
  }) : null
98
60
  };
99
- var dimensions = getIconSize({
100
- width: width,
101
- height: height,
102
- size: size
103
- });
104
- return jsx("span", _extends({
61
+ var customDimensions = width && height ? {
62
+ width: width + 'px',
63
+ height: height + 'px'
64
+ } : null;
65
+ return /*#__PURE__*/React.createElement("span", _extends({
105
66
  "data-testid": testId,
106
67
  "data-vc": "icon-".concat(testId),
107
68
  role: label ? 'img' : undefined,
108
69
  "aria-label": label ? label : undefined,
109
70
  "aria-hidden": label ? undefined : true,
110
- style: {
71
+ style: _objectSpread(_objectSpread({}, customDimensions), {}, {
111
72
  '--icon-primary-color': primaryColor,
112
73
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
113
- '--icon-secondary-color': secondaryColor || getBackground(),
74
+ '--icon-secondary-color': secondaryColor,
75
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
114
76
  margin: UNSAFE_margin
115
- }
77
+ })
116
78
  }, glyphProps, {
117
- css: [iconStyles, baseHcmStyles, primaryColor === secondaryColor && primaryEqualsSecondaryHcmStyles, secondaryColor === 'transparent' && secondaryTransparentHcmStyles,
118
- // NB: This can be resolved if this component, composes base SVG / and/or skeleton
119
- // We could then simplify how common styles are dealt with simply by encapsulating them
120
- // at their appropriate level and/or having a singular approach to css variables in the package
121
- dimensions &&
122
- // eslint-disable-next-line @atlaskit/design-system/consistent-css-prop-usage, @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
123
- css({
124
- // eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
125
- width: dimensions.width,
126
- // eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
127
- height: dimensions.height,
128
- // eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
129
- '> svg': dimensions
130
- })]
79
+ className: ax(["_1e0c1o8l _1o9zidpf _vyfuvuon _vwz4kb7n _1szv15vq _1tly15vq _rzyw1osq _17jb1osq _1ksvoz0e _3se1x1jp _re2rglyw _1veoyfq0 _1kg81r31", "_jcxd1r8n _gq0g1onz _1trkwc43", primaryColor === secondaryColor && "_18hbwc43", secondaryColor === 'transparent' && "_4fyi1j28", size && sizeStyles[size]])
131
80
  }));
132
81
  });
133
82
  export default Icon;
@@ -0,0 +1,12 @@
1
+
2
+ ._2rko1q5u{border-radius:var(--ds-border-radius-circle,50%)}._1bsb1tcg{width:24px}
3
+ ._1bsb7vkz{width:1pc}
4
+ ._1bsbckbl{width:3pc}
5
+ ._1bsbzwfg{width:2pc}
6
+ ._1e0c1o8l{display:inline-block}
7
+ ._4t3i1tcg{height:24px}
8
+ ._4t3i7vkz{height:1pc}
9
+ ._4t3ickbl{height:3pc}
10
+ ._4t3izwfg{height:2pc}
11
+ ._tzy4clii{opacity:.3}
12
+ ._tzy4nh7s{opacity:.15}
@@ -1,21 +1,17 @@
1
- /**
2
- * @jsxRuntime classic
3
- * @jsx jsx
4
- */
5
- // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
6
- import { css, jsx } from '@emotion/react';
1
+ /* skeleton.tsx generated by @compiled/babel-plugin v0.36.1 */
2
+ import "./skeleton.compiled.css";
3
+ import * as React from 'react';
4
+ import { ax, ix } from "@compiled/react/runtime";
7
5
  import { memo } from 'react';
8
- import { sizeStyleMap } from './styles';
9
- var skeletonStyles = css({
10
- display: 'inline-block',
11
- borderRadius: "var(--ds-border-radius-circle, 50%)"
12
- });
13
- var subtleOpacityStyles = css({
14
- opacity: 0.15
15
- });
16
- var strongOpacityStyles = css({
17
- opacity: 0.3
18
- });
6
+ var skeletonStyles = null;
7
+ var subtleOpacityStyles = null;
8
+ var strongOpacityStyles = null;
9
+ var sizeStyles = {
10
+ small: "_1bsb7vkz _4t3i7vkz",
11
+ medium: "_1bsb1tcg _4t3i1tcg",
12
+ large: "_1bsbzwfg _4t3izwfg",
13
+ xlarge: "_1bsbckbl _4t3ickbl"
14
+ };
19
15
 
20
16
  /**
21
17
  * __Skeleton__
@@ -28,14 +24,12 @@ var Skeleton = /*#__PURE__*/memo(function Skeleton(_ref) {
28
24
  color = _ref$color === void 0 ? 'currentColor' : _ref$color,
29
25
  _ref$weight = _ref.weight,
30
26
  weight = _ref$weight === void 0 ? 'normal' : _ref$weight;
31
- return jsx("div", {
27
+ return /*#__PURE__*/React.createElement("div", {
32
28
  "data-testid": testId,
33
29
  style: {
34
30
  backgroundColor: color
35
31
  },
36
- css: [skeletonStyles, weight === 'strong' ? strongOpacityStyles : subtleOpacityStyles,
37
- // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
38
- sizeStyleMap[size]]
32
+ className: ax(["_2rko1q5u _1e0c1o8l", weight === 'strong' ? "_tzy4clii" : "_tzy4nh7s", sizeStyles[size]])
39
33
  });
40
34
  });
41
35
  export default Skeleton;
@@ -0,0 +1,13 @@
1
+ ._18m915vq{overflow-y:hidden}
2
+ ._1bsb1tcg{width:24px}
3
+ ._1bsb7vkz{width:1pc}
4
+ ._1bsbckbl{width:3pc}
5
+ ._1bsbzwfg{width:2pc}
6
+ ._1reo15vq{overflow-x:hidden}
7
+ ._4t3i1tcg{height:24px}
8
+ ._4t3i7vkz{height:1pc}
9
+ ._4t3ickbl{height:3pc}
10
+ ._4t3izwfg{height:2pc}
11
+ ._lcxvglyw{pointer-events:none}
12
+ ._lswuvuon{fill:var(--ds-surface,#fff)}
13
+ ._vc881r31 stop{stop-color:currentColor}
@@ -1,15 +1,15 @@
1
- /**
2
- * @jsxRuntime classic
3
- * @jsx jsx
4
- */
1
+ /* svg.tsx generated by @compiled/babel-plugin v0.36.1 */
2
+ import "./svg.compiled.css";
3
+ import * as React from 'react';
4
+ import { ax, ix } from "@compiled/react/runtime";
5
5
  import { memo } from 'react';
6
- // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
7
- import { css, jsx } from '@emotion/react';
8
- import { getBackground } from './utils';
9
- import { commonSVGStyles, sizeStyleMap } from './styles';
10
-
11
- // eslint-disable-next-line @atlaskit/design-system/consistent-css-prop-usage, @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
12
- var svgStyles = css(commonSVGStyles);
6
+ var sizeStyles = {
7
+ small: "_1bsb7vkz _4t3i7vkz",
8
+ medium: "_1bsb1tcg _4t3i1tcg",
9
+ large: "_1bsbzwfg _4t3izwfg",
10
+ xlarge: "_1bsbckbl _4t3ickbl"
11
+ };
12
+ var svgStyles = null;
13
13
 
14
14
  /**
15
15
  * __SVG__
@@ -28,19 +28,20 @@ var SVG = /*#__PURE__*/memo(function SVG(_ref) {
28
28
  secondaryColor = _ref.secondaryColor,
29
29
  testId = _ref.testId,
30
30
  children = _ref.children;
31
- return jsx("svg", {
31
+ return /*#__PURE__*/React.createElement("svg", {
32
32
  viewBox: "0 0 24 24",
33
33
  style: {
34
34
  color: primaryColor,
35
35
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
36
- fill: secondaryColor || getBackground()
36
+ fill: secondaryColor
37
37
  }
38
38
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
39
39
  ,
40
- css: [svgStyles, sizeStyleMap[size]],
40
+
41
41
  "data-testid": testId,
42
42
  "aria-label": label || undefined,
43
- role: label ? 'img' : 'presentation'
43
+ role: label ? 'img' : 'presentation',
44
+ className: ax(["_1reo15vq _18m915vq _lswuvuon _lcxvglyw _vc881r31", sizeStyles[size]])
44
45
  }, children);
45
46
  });
46
47
  export default SVG;
@@ -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::74e48f82d18722adc91c77fffafd647c>>
6
+ * @codegen <<SignedSource::ddf97866ab3e12660c9c9f8e4a34f107>>
7
7
  * @codegenCommand yarn build:icon-glyphs
8
8
  */
9
9
 
@@ -720,6 +720,70 @@ var metadata = {
720
720
  team: 'Design System Team',
721
721
  status: 'published'
722
722
  },
723
+ 'chevron-double-left': {
724
+ keywords: ['chevron-double-left', 'chevrondoubleleft', 'icon', 'core', 'double chevron', 'left', 'previous year'],
725
+ componentName: 'ChevronDoubleLeftIcon',
726
+ package: '@atlaskit/icon/core/chevron-double-left',
727
+ type: 'core',
728
+ categorization: 'multi-purpose',
729
+ team: 'Design System Team',
730
+ status: 'ready-to-publish',
731
+ slackChannel: '#icon-contributions'
732
+ },
733
+ 'chevron-double-right': {
734
+ keywords: ['chevron-double-right', 'chevrondoubleright', 'icon', 'core', 'double chevron', 'right', 'next year'],
735
+ componentName: 'ChevronDoubleRightIcon',
736
+ package: '@atlaskit/icon/core/chevron-double-right',
737
+ type: 'core',
738
+ categorization: 'multi-purpose',
739
+ team: 'Design System Team',
740
+ status: 'ready-to-publish',
741
+ slackChannel: '#icon-contributions'
742
+ },
743
+ 'chevron-down': {
744
+ keywords: ['chevron-down', 'chevrondown', 'expand', 'collapse', 'icon', 'core', 'chevron down', 'open dropdown menu', 'expanded tree item', 'collapse tree item'],
745
+ componentName: 'ChevronDownIcon',
746
+ package: '@atlaskit/icon/core/chevron-down',
747
+ oldName: ['chevron-down', 'chevron-down-circle', 'hipchat/chevron-down'],
748
+ type: 'core',
749
+ categorization: 'multi-purpose',
750
+ team: 'Design System Team',
751
+ status: 'ready-to-publish',
752
+ slackChannel: '#icon-contributions'
753
+ },
754
+ 'chevron-left': {
755
+ keywords: ['chevron-left', 'chevronleft', 'back', 'previous', 'icon', 'core', 'chevron left', 'back'],
756
+ componentName: 'ChevronLeftIcon',
757
+ package: '@atlaskit/icon/core/chevron-left',
758
+ oldName: ['chevron-left-circle', 'chevron-left', 'chevron-left-large'],
759
+ type: 'core',
760
+ categorization: 'multi-purpose',
761
+ team: 'Design System Team',
762
+ status: 'ready-to-publish',
763
+ slackChannel: '#icon-contributions'
764
+ },
765
+ 'chevron-right': {
766
+ keywords: ['chevron-right', 'chevronright', 'forward', 'next', 'icon', 'core', 'chevron right', 'collapsed', 'expand tree item'],
767
+ componentName: 'ChevronRightIcon',
768
+ package: '@atlaskit/icon/core/chevron-right',
769
+ oldName: ['chevron-right-circle', 'chevron-right', 'chevron-right-large'],
770
+ type: 'core',
771
+ categorization: 'multi-purpose',
772
+ team: 'Design System Team',
773
+ status: 'ready-to-publish',
774
+ slackChannel: '#icon-contributions'
775
+ },
776
+ 'chevron-up': {
777
+ keywords: ['chevron-up', 'chevronup', 'expand', 'collapse', 'icon', 'core', 'chevron up', 'close dropdown menu', 'collapse'],
778
+ componentName: 'ChevronUpIcon',
779
+ package: '@atlaskit/icon/core/chevron-up',
780
+ oldName: ['chevron-up-circle', 'hipchat/chevron-up', 'chevron-up'],
781
+ type: 'core',
782
+ categorization: 'multi-purpose',
783
+ team: 'Design System Team',
784
+ status: 'ready-to-publish',
785
+ slackChannel: '#icon-contributions'
786
+ },
723
787
  'child-issues': {
724
788
  keywords: ['child-issues', 'childissues', 'icon', 'core'],
725
789
  componentName: 'ChildIssuesIcon',