@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.
- package/CHANGELOG.md +26 -0
- package/core/chevron-double-left.d.ts +13 -0
- package/core/chevron-double-left.js +27 -0
- package/core/chevron-double-right.d.ts +13 -0
- package/core/chevron-double-right.js +27 -0
- package/core/chevron-down.d.ts +13 -0
- package/core/chevron-down.js +27 -0
- package/core/chevron-left.d.ts +13 -0
- package/core/chevron-left.js +27 -0
- package/core/chevron-right.d.ts +13 -0
- package/core/chevron-right.js +27 -0
- package/core/chevron-up.d.ts +13 -0
- package/core/chevron-up.js +27 -0
- package/core/migration/chevron-down--chevron-down-circle.d.ts +15 -0
- package/core/migration/chevron-down--chevron-down-circle.js +30 -0
- package/core/migration/chevron-down--hipchat-chevron-down.d.ts +15 -0
- package/core/migration/chevron-down--hipchat-chevron-down.js +30 -0
- package/core/migration/chevron-down.d.ts +15 -0
- package/core/migration/chevron-down.js +30 -0
- package/core/migration/chevron-left--chevron-left-circle.d.ts +15 -0
- package/core/migration/chevron-left--chevron-left-circle.js +30 -0
- package/core/migration/chevron-left--chevron-left-large.d.ts +15 -0
- package/core/migration/chevron-left--chevron-left-large.js +30 -0
- package/core/migration/chevron-left.d.ts +15 -0
- package/core/migration/chevron-left.js +30 -0
- package/core/migration/chevron-right--chevron-right-circle.d.ts +15 -0
- package/core/migration/chevron-right--chevron-right-circle.js +30 -0
- package/core/migration/chevron-right--chevron-right-large.d.ts +15 -0
- package/core/migration/chevron-right--chevron-right-large.js +30 -0
- package/core/migration/chevron-right.d.ts +15 -0
- package/core/migration/chevron-right.js +30 -0
- package/core/migration/chevron-up--chevron-up-circle.d.ts +15 -0
- package/core/migration/chevron-up--chevron-up-circle.js +30 -0
- package/core/migration/chevron-up--hipchat-chevron-up.d.ts +15 -0
- package/core/migration/chevron-up--hipchat-chevron-up.js +30 -0
- package/core/migration/chevron-up.d.ts +15 -0
- package/core/migration/chevron-up.js +30 -0
- package/dist/cjs/components/icon-facade.js +9 -7
- package/dist/cjs/components/icon-new.compiled.css +22 -0
- package/dist/cjs/components/icon-new.js +67 -100
- package/dist/cjs/components/icon-tile.compiled.css +48 -0
- package/dist/cjs/components/icon-tile.js +40 -125
- package/dist/cjs/components/icon.compiled.css +30 -0
- package/dist/cjs/components/icon.js +31 -76
- package/dist/cjs/components/skeleton.compiled.css +12 -0
- package/dist/cjs/components/skeleton.js +20 -24
- package/dist/cjs/components/svg.compiled.css +13 -0
- package/dist/cjs/components/svg.js +20 -17
- package/dist/cjs/metadata-core.js +65 -1
- package/dist/cjs/migration-map.js +254 -182
- package/dist/es2019/components/icon-facade.js +8 -6
- package/dist/es2019/components/icon-new.compiled.css +22 -0
- package/dist/es2019/components/icon-new.js +62 -98
- package/dist/es2019/components/icon-tile.compiled.css +48 -0
- package/dist/es2019/components/icon-tile.js +37 -124
- package/dist/es2019/components/icon.compiled.css +30 -0
- package/dist/es2019/components/icon.js +26 -77
- package/dist/es2019/components/skeleton.compiled.css +12 -0
- package/dist/es2019/components/skeleton.js +15 -21
- package/dist/es2019/components/svg.compiled.css +13 -0
- package/dist/es2019/components/svg.js +16 -15
- package/dist/es2019/metadata-core.js +65 -1
- package/dist/es2019/migration-map.js +254 -182
- package/dist/esm/components/icon-facade.js +9 -7
- package/dist/esm/components/icon-new.compiled.css +22 -0
- package/dist/esm/components/icon-new.js +63 -98
- package/dist/esm/components/icon-tile.compiled.css +48 -0
- package/dist/esm/components/icon-tile.js +37 -124
- package/dist/esm/components/icon.compiled.css +30 -0
- package/dist/esm/components/icon.js +26 -77
- package/dist/esm/components/skeleton.compiled.css +12 -0
- package/dist/esm/components/skeleton.js +15 -21
- package/dist/esm/components/svg.compiled.css +13 -0
- package/dist/esm/components/svg.js +16 -15
- package/dist/esm/metadata-core.js +65 -1
- package/dist/esm/migration-map.js +254 -182
- package/dist/types/components/icon-tile.d.ts +2 -2
- package/dist/types/index.d.ts +1 -1
- package/dist/types/metadata-core.d.ts +1 -1
- package/dist/types/types.d.ts +25 -8
- package/dist/types-ts4.5/components/icon-tile.d.ts +2 -2
- package/dist/types-ts4.5/index.d.ts +1 -1
- package/dist/types-ts4.5/metadata-core.d.ts +1 -1
- package/dist/types-ts4.5/types.d.ts +25 -8
- package/glyph/chevron-down-circle.js +2 -3
- package/glyph/chevron-down.js +2 -3
- package/glyph/chevron-left-circle.js +2 -3
- package/glyph/chevron-left-large.js +2 -3
- package/glyph/chevron-left.js +2 -3
- package/glyph/chevron-right-circle.js +2 -3
- package/glyph/chevron-right-large.js +2 -3
- package/glyph/chevron-right.js +2 -3
- package/glyph/chevron-up-circle.js +2 -3
- package/glyph/chevron-up.js +2 -3
- package/glyph/hipchat/chevron-down.js +2 -3
- package/glyph/hipchat/chevron-up.js +2 -3
- package/package.json +8 -10
- package/svgs/core/chevron-double-left.svg +1 -0
- package/svgs/core/chevron-double-right.svg +1 -0
- package/svgs/core/chevron-down.svg +1 -0
- package/svgs/core/chevron-left.svg +1 -0
- package/svgs/core/chevron-right.svg +1 -0
- package/svgs/core/chevron-up.svg +1 -0
- package/dist/cjs/components/styles.js +0 -64
- package/dist/cjs/components/utils.js +0 -9
- package/dist/es2019/components/styles.js +0 -58
- package/dist/es2019/components/utils.js +0 -1
- package/dist/esm/components/styles.js +0 -57
- package/dist/esm/components/utils.js +0 -3
- package/dist/types/components/styles.d.ts +0 -28
- package/dist/types/components/utils.d.ts +0 -1
- package/dist/types-ts4.5/components/styles.d.ts +0 -28
- 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 =
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
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 =
|
|
39
|
-
|
|
40
|
-
|
|
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 ?
|
|
57
|
+
children: Glyph ? /*#__PURE__*/React.createElement(Glyph, {
|
|
96
58
|
role: "presentation"
|
|
97
59
|
}) : null
|
|
98
60
|
};
|
|
99
|
-
var
|
|
100
|
-
width: width,
|
|
101
|
-
height: height
|
|
102
|
-
|
|
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
|
|
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
|
-
|
|
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
|
-
|
|
3
|
-
*
|
|
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
|
-
|
|
9
|
-
var
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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
|
|
27
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
32
28
|
"data-testid": testId,
|
|
33
29
|
style: {
|
|
34
30
|
backgroundColor: color
|
|
35
31
|
},
|
|
36
|
-
|
|
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
|
-
|
|
3
|
-
*
|
|
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
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
var svgStyles =
|
|
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
|
|
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
|
|
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
|
-
|
|
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::
|
|
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',
|