@atlaskit/media-ui 28.7.3 → 28.7.4

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,12 @@
1
1
  # @atlaskit/media-ui
2
2
 
3
+ ## 28.7.4
4
+
5
+ ### Patch Changes
6
+
7
+ - [`407e1dc11eeed`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/407e1dc11eeed) -
8
+ Minor changes to border radius values.
9
+
3
10
  ## 28.7.3
4
11
 
5
12
  ### Patch Changes
@@ -2,7 +2,6 @@
2
2
  ._11q7acks{background:linear-gradient(0deg,#101214,rgba(14,22,36,0))}
3
3
  ._19itglyw{border:none}
4
4
  ._1a371kqe{outline:var(--ds-border-width-focused,2px) solid var(--ds-border-focused,#85b8ff)}
5
- ._2rko14y2{border-radius:5px}
6
5
  ._2rko1b66{border-radius:var(--ds-space-050,4px)}
7
6
  ._2rko1kw7{border-radius:inherit}
8
7
  ._2rko1rr0{border-radius:var(--ds-radius-full,9999px)}
@@ -56,7 +56,7 @@ var TimeLine = exports.TimeLine = /*#__PURE__*/(0, _react.forwardRef)(function (
56
56
  return /*#__PURE__*/_react.default.createElement("div", (0, _extends2.default)({
57
57
  ref: ref
58
58
  }, props, {
59
- className: (0, _runtime.ax)(["_v5641eho _2rko14y2 _1bsb1osq _4t3iyh40 _1lww9cwz _bfhk9ucv _kqswh2mm"])
59
+ className: (0, _runtime.ax)(["_v5641eho _2rko1rr0 _1bsb1osq _4t3iyh40 _1lww9cwz _bfhk9ucv _kqswh2mm"])
60
60
  }), children);
61
61
  });
62
62
  var currentTimeLineStyles = null;
@@ -41,7 +41,7 @@ var TimeLine = exports.TimeLine = _styled.default.div({
41
41
  transitionDelay: '1s',
42
42
  transition: 'all 0.1s',
43
43
  backgroundColor: '#596773',
44
- borderRadius: '5px',
44
+ borderRadius: "var(--ds-radius-full, 9999px)",
45
45
  position: 'relative'
46
46
  });
47
47
 
@@ -2,7 +2,6 @@
2
2
  ._11q7acks{background:linear-gradient(0deg,#101214,rgba(14,22,36,0))}
3
3
  ._19itglyw{border:none}
4
4
  ._1a371kqe{outline:var(--ds-border-width-focused,2px) solid var(--ds-border-focused,#85b8ff)}
5
- ._2rko14y2{border-radius:5px}
6
5
  ._2rko1b66{border-radius:var(--ds-space-050,4px)}
7
6
  ._2rko1kw7{border-radius:inherit}
8
7
  ._2rko1rr0{border-radius:var(--ds-radius-full,9999px)}
@@ -31,7 +31,7 @@ export const TimeLine = /*#__PURE__*/forwardRef(({
31
31
  return /*#__PURE__*/React.createElement("div", _extends({
32
32
  ref: ref
33
33
  }, props, {
34
- className: ax(["_v5641eho _2rko14y2 _1bsb1osq _4t3iyh40 _1lww9cwz _bfhk9ucv _kqswh2mm"])
34
+ className: ax(["_v5641eho _2rko1rr0 _1bsb1osq _4t3iyh40 _1lww9cwz _bfhk9ucv _kqswh2mm"])
35
35
  }), children);
36
36
  });
37
37
  const currentTimeLineStyles = null;
@@ -38,7 +38,7 @@ export const TimeLine = styled.div({
38
38
  transitionDelay: '1s',
39
39
  transition: 'all 0.1s',
40
40
  backgroundColor: '#596773',
41
- borderRadius: '5px',
41
+ borderRadius: "var(--ds-radius-full, 9999px)",
42
42
  position: 'relative'
43
43
  });
44
44
 
@@ -2,7 +2,6 @@
2
2
  ._11q7acks{background:linear-gradient(0deg,#101214,rgba(14,22,36,0))}
3
3
  ._19itglyw{border:none}
4
4
  ._1a371kqe{outline:var(--ds-border-width-focused,2px) solid var(--ds-border-focused,#85b8ff)}
5
- ._2rko14y2{border-radius:5px}
6
5
  ._2rko1b66{border-radius:var(--ds-space-050,4px)}
7
6
  ._2rko1kw7{border-radius:inherit}
8
7
  ._2rko1rr0{border-radius:var(--ds-radius-full,9999px)}
@@ -48,7 +48,7 @@ export var TimeLine = /*#__PURE__*/forwardRef(function (_ref3, ref) {
48
48
  return /*#__PURE__*/React.createElement("div", _extends({
49
49
  ref: ref
50
50
  }, props, {
51
- className: ax(["_v5641eho _2rko14y2 _1bsb1osq _4t3iyh40 _1lww9cwz _bfhk9ucv _kqswh2mm"])
51
+ className: ax(["_v5641eho _2rko1rr0 _1bsb1osq _4t3iyh40 _1lww9cwz _bfhk9ucv _kqswh2mm"])
52
52
  }), children);
53
53
  });
54
54
  var currentTimeLineStyles = null;
@@ -33,7 +33,7 @@ export var TimeLine = styled.div({
33
33
  transitionDelay: '1s',
34
34
  transition: 'all 0.1s',
35
35
  backgroundColor: '#596773',
36
- borderRadius: '5px',
36
+ borderRadius: "var(--ds-radius-full, 9999px)",
37
37
  position: 'relative'
38
38
  });
39
39
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/media-ui",
3
- "version": "28.7.3",
3
+ "version": "28.7.4",
4
4
  "description": "Includes common components and utilities used by other media packages",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"