@atlaskit/empty-state 8.2.1 → 8.2.2
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 +6 -0
- package/dist/cjs/styled/actions-container.js +1 -1
- package/dist/cjs/styled/container.js +1 -1
- package/dist/cjs/styled/image.js +1 -1
- package/dist/cjs/styled/spinner-container.js +1 -1
- package/dist/es2019/styled/actions-container.js +1 -1
- package/dist/es2019/styled/container.js +1 -1
- package/dist/es2019/styled/image.js +1 -1
- package/dist/es2019/styled/spinner-container.js +1 -1
- package/dist/esm/styled/actions-container.js +1 -1
- package/dist/esm/styled/container.js +1 -1
- package/dist/esm/styled/image.js +1 -1
- package/dist/esm/styled/spinner-container.js +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
package/dist/cjs/styled/image.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* actions-container.tsx generated by @compiled/babel-plugin v0.36.
|
|
1
|
+
/* actions-container.tsx generated by @compiled/babel-plugin v0.36.1 */
|
|
2
2
|
import "./actions-container.compiled.css";
|
|
3
3
|
import * as React from 'react';
|
|
4
4
|
import { ax, ix } from "@compiled/react/runtime";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* spinner-container.tsx generated by @compiled/babel-plugin v0.36.
|
|
1
|
+
/* spinner-container.tsx generated by @compiled/babel-plugin v0.36.1 */
|
|
2
2
|
import "./spinner-container.compiled.css";
|
|
3
3
|
import * as React from 'react';
|
|
4
4
|
import { ax, ix } from "@compiled/react/runtime";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* actions-container.tsx generated by @compiled/babel-plugin v0.36.
|
|
1
|
+
/* actions-container.tsx generated by @compiled/babel-plugin v0.36.1 */
|
|
2
2
|
import "./actions-container.compiled.css";
|
|
3
3
|
import * as React from 'react';
|
|
4
4
|
import { ax, ix } from "@compiled/react/runtime";
|
package/dist/esm/styled/image.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* spinner-container.tsx generated by @compiled/babel-plugin v0.36.
|
|
1
|
+
/* spinner-container.tsx generated by @compiled/babel-plugin v0.36.1 */
|
|
2
2
|
import "./spinner-container.compiled.css";
|
|
3
3
|
import * as React from 'react';
|
|
4
4
|
import { ax, ix } from "@compiled/react/runtime";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/empty-state",
|
|
3
|
-
"version": "8.2.
|
|
3
|
+
"version": "8.2.2",
|
|
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/"
|
|
@@ -27,9 +27,9 @@
|
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"@atlaskit/button": "^20.5.0",
|
|
29
29
|
"@atlaskit/heading": "^4.1.0",
|
|
30
|
-
"@atlaskit/primitives": "^13.
|
|
30
|
+
"@atlaskit/primitives": "^13.5.0",
|
|
31
31
|
"@atlaskit/spinner": "^17.1.0",
|
|
32
|
-
"@atlaskit/theme": "^
|
|
32
|
+
"@atlaskit/theme": "^16.0.0",
|
|
33
33
|
"@atlaskit/tokens": "^3.3.0",
|
|
34
34
|
"@babel/runtime": "^7.0.0",
|
|
35
35
|
"@compiled/react": "^0.18.1"
|