@atlaskit/progress-bar 0.5.1 → 0.5.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,23 @@
1
1
  # @atlaskit/progress-bar
2
2
 
3
+ ## 0.5.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 0.5.3
10
+
11
+ ### Patch Changes
12
+
13
+ - [`e928aca1693`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e928aca1693) - Using latest color.background.inverse.subtle token
14
+
15
+ ## 0.5.2
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies
20
+
3
21
  ## 0.5.1
4
22
 
5
23
  ### Patch Changes
@@ -54,7 +54,7 @@ var TransparentProgressBar = /*#__PURE__*/function (_React$PureComponent) {
54
54
  var theme = currentTheme(props);
55
55
  return _objectSpread(_objectSpread({}, theme), {}, {
56
56
  container: _objectSpread(_objectSpread({}, theme.container), {}, {
57
- background: "var(--ds-background-inverse, rgba(255, 255, 255, 0.5))"
57
+ background: "var(--ds-background-inverse-subtle, rgba(255, 255, 255, 0.5))"
58
58
  }),
59
59
  bar: _objectSpread(_objectSpread({}, theme.bar), {}, {
60
60
  background: "var(--ds-surface, white)"
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/progress-bar",
3
- "version": "0.5.1",
3
+ "version": "0.5.4",
4
4
  "sideEffects": false
5
5
  }
@@ -11,7 +11,7 @@ export default class TransparentProgressBar extends React.PureComponent {
11
11
  const theme = currentTheme(props);
12
12
  return { ...theme,
13
13
  container: { ...theme.container,
14
- background: "var(--ds-background-inverse, rgba(255, 255, 255, 0.5))"
14
+ background: "var(--ds-background-inverse-subtle, rgba(255, 255, 255, 0.5))"
15
15
  },
16
16
  bar: { ...theme.bar,
17
17
  background: "var(--ds-surface, white)"
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/progress-bar",
3
- "version": "0.5.1",
3
+ "version": "0.5.4",
4
4
  "sideEffects": false
5
5
  }
@@ -38,7 +38,7 @@ var TransparentProgressBar = /*#__PURE__*/function (_React$PureComponent) {
38
38
  var theme = currentTheme(props);
39
39
  return _objectSpread(_objectSpread({}, theme), {}, {
40
40
  container: _objectSpread(_objectSpread({}, theme.container), {}, {
41
- background: "var(--ds-background-inverse, rgba(255, 255, 255, 0.5))"
41
+ background: "var(--ds-background-inverse-subtle, rgba(255, 255, 255, 0.5))"
42
42
  }),
43
43
  bar: _objectSpread(_objectSpread({}, theme.bar), {}, {
44
44
  background: "var(--ds-surface, white)"
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/progress-bar",
3
- "version": "0.5.1",
3
+ "version": "0.5.4",
4
4
  "sideEffects": false
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/progress-bar",
3
- "version": "0.5.1",
3
+ "version": "0.5.4",
4
4
  "description": "A progress bar displays the status of a given process.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -26,7 +26,7 @@
26
26
  "dependencies": {
27
27
  "@atlaskit/ds-lib": "^1.4.0",
28
28
  "@atlaskit/theme": "^12.1.0",
29
- "@atlaskit/tokens": "^0.7.0",
29
+ "@atlaskit/tokens": "^0.9.0",
30
30
  "@babel/runtime": "^7.0.0",
31
31
  "@emotion/core": "^10.0.9"
32
32
  },
@@ -40,7 +40,7 @@
40
40
  "@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",
41
41
  "@testing-library/react": "^8.0.1",
42
42
  "react-dom": "^16.8.0",
43
- "typescript": "3.9.6"
43
+ "typescript": "3.9.10"
44
44
  },
45
45
  "keywords": [
46
46
  "atlaskit",