@atlaskit/empty-state 7.3.4 → 7.3.5
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 +7 -0
- package/dist/cjs/styled/description.js +1 -1
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/styled/description.js +1 -1
- package/dist/es2019/version.json +1 -1
- package/dist/esm/styled/description.js +1 -1
- package/dist/esm/version.json +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# @atlaskit/empty-state
|
|
2
2
|
|
|
3
|
+
## 7.3.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`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
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
|
|
3
10
|
## 7.3.4
|
|
4
11
|
|
|
5
12
|
### 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
|
|
18
|
+
color: "var(--ds-text, ".concat(_colors.N800, ")")
|
|
19
19
|
});
|
|
20
20
|
/**
|
|
21
21
|
* __Description__
|
package/dist/cjs/version.json
CHANGED
|
@@ -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
|
|
8
|
+
color: `var(--ds-text, ${N800})`
|
|
9
9
|
});
|
|
10
10
|
/**
|
|
11
11
|
* __Description__
|
package/dist/es2019/version.json
CHANGED
|
@@ -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
|
|
8
|
+
color: "var(--ds-text, ".concat(N800, ")")
|
|
9
9
|
});
|
|
10
10
|
/**
|
|
11
11
|
* __Description__
|
package/dist/esm/version.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/empty-state",
|
|
3
|
-
"version": "7.3.
|
|
3
|
+
"version": "7.3.5",
|
|
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/"
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"@atlaskit/button": "^16.1.0",
|
|
27
27
|
"@atlaskit/spinner": "^15.1.0",
|
|
28
28
|
"@atlaskit/theme": "^12.1.0",
|
|
29
|
-
"@atlaskit/tokens": "^0.
|
|
29
|
+
"@atlaskit/tokens": "^0.6.0",
|
|
30
30
|
"@babel/runtime": "^7.0.0",
|
|
31
31
|
"@emotion/core": "^10.0.9"
|
|
32
32
|
},
|