@atlaskit/empty-state 7.3.4 → 7.3.7

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,24 @@
1
1
  # @atlaskit/empty-state
2
2
 
3
+ ## 7.3.7
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 7.3.6
10
+
11
+ ### Patch Changes
12
+
13
+ - [`58884c2f6c1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/58884c2f6c1) - Internal code change turning on a new linting rule.
14
+
15
+ ## 7.3.5
16
+
17
+ ### Patch Changes
18
+
19
+ - [`19d72473dfb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/19d72473dfb) - Updates usage of deprecated token names so they're aligned with the latest naming conventions. No UI or visual changes
20
+ - Updated dependencies
21
+
3
22
  ## 7.3.4
4
23
 
5
24
  ### Patch Changes
@@ -15,7 +15,7 @@ var _constants = require("@atlaskit/theme/constants");
15
15
  var descriptionStyles = (0, _core.css)({
16
16
  marginTop: 0,
17
17
  marginBottom: "".concat((0, _constants.gridSize)() * 3, "px"),
18
- color: "var(--ds-text-highEmphasis, ".concat(_colors.N800, ")")
18
+ color: "var(--ds-text, ".concat(_colors.N800, ")")
19
19
  });
20
20
  /**
21
21
  * __Description__
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/empty-state",
3
- "version": "7.3.4",
3
+ "version": "7.3.7",
4
4
  "sideEffects": false
5
5
  }
@@ -5,7 +5,7 @@ import { gridSize as getGridSize } from '@atlaskit/theme/constants';
5
5
  const descriptionStyles = css({
6
6
  marginTop: 0,
7
7
  marginBottom: `${getGridSize() * 3}px`,
8
- color: `var(--ds-text-highEmphasis, ${N800})`
8
+ color: `var(--ds-text, ${N800})`
9
9
  });
10
10
  /**
11
11
  * __Description__
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/empty-state",
3
- "version": "7.3.4",
3
+ "version": "7.3.7",
4
4
  "sideEffects": false
5
5
  }
@@ -5,7 +5,7 @@ import { gridSize as getGridSize } from '@atlaskit/theme/constants';
5
5
  var descriptionStyles = css({
6
6
  marginTop: 0,
7
7
  marginBottom: "".concat(getGridSize() * 3, "px"),
8
- color: "var(--ds-text-highEmphasis, ".concat(N800, ")")
8
+ color: "var(--ds-text, ".concat(N800, ")")
9
9
  });
10
10
  /**
11
11
  * __Description__
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/empty-state",
3
- "version": "7.3.4",
3
+ "version": "7.3.7",
4
4
  "sideEffects": false
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/empty-state",
3
- "version": "7.3.4",
3
+ "version": "7.3.7",
4
4
  "description": "An empty state appears when there is no data to display and describes what the user can do next.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -23,10 +23,10 @@
23
23
  }
24
24
  },
25
25
  "dependencies": {
26
- "@atlaskit/button": "^16.1.0",
26
+ "@atlaskit/button": "^16.2.0",
27
27
  "@atlaskit/spinner": "^15.1.0",
28
28
  "@atlaskit/theme": "^12.1.0",
29
- "@atlaskit/tokens": "^0.5.0",
29
+ "@atlaskit/tokens": "^0.7.0",
30
30
  "@babel/runtime": "^7.0.0",
31
31
  "@emotion/core": "^10.0.9"
32
32
  },