@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,69 +1,29 @@
1
+ /* icon.tsx generated by @compiled/babel-plugin v0.36.1 */
1
2
  import _extends from "@babel/runtime/helpers/extends";
2
- /**
3
- * @jsxRuntime classic
4
- * @jsx jsx
5
- */
3
+ import "./icon.compiled.css";
4
+ import * as React from 'react';
5
+ import { ax, ix } from "@compiled/react/runtime";
6
6
  import { memo } from 'react';
7
7
 
8
- // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
9
- import { css, jsx } from '@emotion/react';
10
- import { commonSVGStyles, getIconSize } from './styles';
11
- import { getBackground } from './utils';
12
-
13
8
  /**
14
9
  * We are hiding these props from consumers as they're used to
15
10
  * hack around icon sizing specifically for icon-file-type.
16
11
  */
17
12
 
18
- const iconStyles = css({
19
- display: 'inline-block',
20
- flexShrink: 0,
21
- // eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
22
- lineHeight: 1,
23
- // eslint-disable-next-line @atlaskit/design-system/no-nested-styles, @atlaskit/ui-styling-standard/no-nested-selectors -- Ignored via go/DSP-18766
24
- '> svg': {
25
- // eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-values, @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
26
- ...commonSVGStyles,
27
- maxWidth: '100%',
28
- maxHeight: '100%',
29
- color: 'var(--icon-primary-color)',
30
- fill: 'var(--icon-secondary-color)',
31
- verticalAlign: 'bottom'
32
- }
33
- });
13
+ const iconStyles = null;
14
+ const sizeStyles = {
15
+ small: "_1bsb7vkz _4t3i7vkz _5fdi7vkz _zbji7vkz",
16
+ medium: "_1bsb1tcg _4t3i1tcg _5fdi1tcg _zbji1tcg",
17
+ large: "_1bsbzwfg _4t3izwfg _5fdizwfg _zbjizwfg",
18
+ xlarge: "_1bsbckbl _4t3ickbl _5fdickbl _zbjickbl"
19
+ };
20
+
34
21
  /**
35
22
  * For windows high contrast mode
36
23
  */
37
- const baseHcmStyles = css({
38
- '@media screen and (forced-colors: active)': {
39
- // eslint-disable-next-line @atlaskit/design-system/no-nested-styles, @atlaskit/ui-styling-standard/no-nested-selectors -- Ignored via go/DSP-18766
40
- '> svg': {
41
- filter: 'grayscale(1)',
42
- '--icon-primary-color': 'CanvasText',
43
- // foreground
44
- '--icon-secondary-color': 'Canvas' // background
45
- }
46
- }
47
- });
48
- const primaryEqualsSecondaryHcmStyles = css({
49
- '@media screen and (forced-colors: active)': {
50
- // eslint-disable-next-line @atlaskit/design-system/no-nested-styles, @atlaskit/ui-styling-standard/no-nested-selectors -- Ignored via go/DSP-18766
51
- '> svg': {
52
- // if the primaryColor is the same as the secondaryColor we
53
- // set the --icon-primary-color to Canvas
54
- // this is usually to convey state i.e. Checkbox checked -> not checked
55
- '--icon-primary-color': 'Canvas' // foreground
56
- }
57
- }
58
- });
59
- const secondaryTransparentHcmStyles = css({
60
- '@media screen and (forced-colors: active)': {
61
- // eslint-disable-next-line @atlaskit/design-system/no-nested-styles, @atlaskit/ui-styling-standard/no-nested-selectors -- Ignored via go/DSP-18766
62
- '> svg': {
63
- '--icon-secondary-color': 'transparent' // background
64
- }
65
- }
66
- });
24
+ const baseHcmStyles = null;
25
+ const primaryEqualsSecondaryHcmStyles = null;
26
+ const secondaryTransparentHcmStyles = null;
67
27
 
68
28
  /**
69
29
  * __Icon__
@@ -91,42 +51,31 @@ export const Icon = /*#__PURE__*/memo(function Icon(props) {
91
51
  __html: dangerouslySetGlyph
92
52
  }
93
53
  } : {
94
- children: Glyph ? jsx(Glyph, {
54
+ children: Glyph ? /*#__PURE__*/React.createElement(Glyph, {
95
55
  role: "presentation"
96
56
  }) : null
97
57
  };
98
- const dimensions = getIconSize({
99
- width,
100
- height,
101
- size
102
- });
103
- return jsx("span", _extends({
58
+ const customDimensions = width && height ? {
59
+ width: width + 'px',
60
+ height: height + 'px'
61
+ } : null;
62
+ return /*#__PURE__*/React.createElement("span", _extends({
104
63
  "data-testid": testId,
105
64
  "data-vc": `icon-${testId}`,
106
65
  role: label ? 'img' : undefined,
107
66
  "aria-label": label ? label : undefined,
108
67
  "aria-hidden": label ? undefined : true,
109
68
  style: {
69
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop
70
+ ...customDimensions,
110
71
  '--icon-primary-color': primaryColor,
111
72
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
112
- '--icon-secondary-color': secondaryColor || getBackground(),
73
+ '--icon-secondary-color': secondaryColor,
74
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
113
75
  margin: UNSAFE_margin
114
76
  }
115
77
  }, glyphProps, {
116
- css: [iconStyles, baseHcmStyles, primaryColor === secondaryColor && primaryEqualsSecondaryHcmStyles, secondaryColor === 'transparent' && secondaryTransparentHcmStyles,
117
- // NB: This can be resolved if this component, composes base SVG / and/or skeleton
118
- // We could then simplify how common styles are dealt with simply by encapsulating them
119
- // at their appropriate level and/or having a singular approach to css variables in the package
120
- dimensions &&
121
- // eslint-disable-next-line @atlaskit/design-system/consistent-css-prop-usage, @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
122
- css({
123
- // eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
124
- width: dimensions.width,
125
- // eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
126
- height: dimensions.height,
127
- // eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
128
- '> svg': dimensions
129
- })]
78
+ 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]])
130
79
  }));
131
80
  });
132
81
  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
- const skeletonStyles = css({
10
- display: 'inline-block',
11
- borderRadius: "var(--ds-border-radius-circle, 50%)"
12
- });
13
- const subtleOpacityStyles = css({
14
- opacity: 0.15
15
- });
16
- const strongOpacityStyles = css({
17
- opacity: 0.3
18
- });
6
+ const skeletonStyles = null;
7
+ const subtleOpacityStyles = null;
8
+ const strongOpacityStyles = null;
9
+ const 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__
@@ -26,14 +22,12 @@ const Skeleton = /*#__PURE__*/memo(function Skeleton({
26
22
  color = 'currentColor',
27
23
  weight = 'normal'
28
24
  }) {
29
- return jsx("div", {
25
+ return /*#__PURE__*/React.createElement("div", {
30
26
  "data-testid": testId,
31
27
  style: {
32
28
  backgroundColor: color
33
29
  },
34
- css: [skeletonStyles, weight === 'strong' ? strongOpacityStyles : subtleOpacityStyles,
35
- // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
36
- sizeStyleMap[size]]
30
+ className: ax(["_2rko1q5u _1e0c1o8l", weight === 'strong' ? "_tzy4clii" : "_tzy4nh7s", sizeStyles[size]])
37
31
  });
38
32
  });
39
33
  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
- const svgStyles = css(commonSVGStyles);
6
+ const sizeStyles = {
7
+ small: "_1bsb7vkz _4t3i7vkz",
8
+ medium: "_1bsb1tcg _4t3i1tcg",
9
+ large: "_1bsbzwfg _4t3izwfg",
10
+ xlarge: "_1bsbckbl _4t3ickbl"
11
+ };
12
+ const svgStyles = null;
13
13
 
14
14
  /**
15
15
  * __SVG__
@@ -27,19 +27,20 @@ const SVG = /*#__PURE__*/memo(function SVG({
27
27
  testId,
28
28
  children
29
29
  }) {
30
- return jsx("svg", {
30
+ return /*#__PURE__*/React.createElement("svg", {
31
31
  viewBox: "0 0 24 24",
32
32
  style: {
33
33
  color: primaryColor,
34
34
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
35
- fill: secondaryColor || getBackground()
35
+ fill: secondaryColor
36
36
  }
37
37
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
38
38
  ,
39
- css: [svgStyles, sizeStyleMap[size]],
39
+
40
40
  "data-testid": testId,
41
41
  "aria-label": label || undefined,
42
- role: label ? 'img' : 'presentation'
42
+ role: label ? 'img' : 'presentation',
43
+ className: ax(["_1reo15vq _18m915vq _lswuvuon _lcxvglyw _vc881r31", sizeStyles[size]])
43
44
  }, children);
44
45
  });
45
46
  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 @@ const 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',