@atlaskit/empty-state 8.1.2 → 8.1.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 +14 -0
- package/package.json +6 -4
- package/__perf__/default.tsx +0 -5
- package/dist/cjs/styled/description.compiled.css +0 -3
- package/dist/cjs/styled/description.js +0 -33
- package/dist/es2019/styled/description.compiled.css +0 -3
- package/dist/es2019/styled/description.js +0 -20
- package/dist/esm/styled/description.compiled.css +0 -3
- package/dist/esm/styled/description.js +0 -24
- package/dist/types/styled/description.d.ts +0 -16
- package/dist/types-ts4.5/styled/description.d.ts +0 -16
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @atlaskit/empty-state
|
|
2
2
|
|
|
3
|
+
## 8.1.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 8.1.3
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [#107076](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/107076)
|
|
14
|
+
[`555ac7178db33`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/555ac7178db33) -
|
|
15
|
+
Update dependencies and remove unused internal files.
|
|
16
|
+
|
|
3
17
|
## 8.1.2
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/empty-state",
|
|
3
|
-
"version": "8.1.
|
|
3
|
+
"version": "8.1.4",
|
|
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/"
|
|
@@ -28,9 +28,9 @@
|
|
|
28
28
|
"@atlaskit/button": "^20.3.0",
|
|
29
29
|
"@atlaskit/heading": "^4.0.0",
|
|
30
30
|
"@atlaskit/primitives": "^13.3.0",
|
|
31
|
-
"@atlaskit/spinner": "^
|
|
31
|
+
"@atlaskit/spinner": "^17.0.0",
|
|
32
32
|
"@atlaskit/theme": "^14.0.0",
|
|
33
|
-
"@atlaskit/tokens": "^3.
|
|
33
|
+
"@atlaskit/tokens": "^3.2.0",
|
|
34
34
|
"@babel/runtime": "^7.0.0",
|
|
35
35
|
"@compiled/react": "^0.18.1"
|
|
36
36
|
},
|
|
@@ -41,9 +41,11 @@
|
|
|
41
41
|
"@af/accessibility-testing": "*",
|
|
42
42
|
"@af/integration-testing": "*",
|
|
43
43
|
"@af/visual-regression": "*",
|
|
44
|
+
"@atlaskit/docs": "*",
|
|
44
45
|
"@atlaskit/ds-lib": "^3.3.0",
|
|
46
|
+
"@atlaskit/link": "*",
|
|
47
|
+
"@atlaskit/section-message": "*",
|
|
45
48
|
"@atlaskit/ssr": "*",
|
|
46
|
-
"@atlaskit/visual-regression": "*",
|
|
47
49
|
"@testing-library/react": "^12.1.5",
|
|
48
50
|
"react-dom": "^16.8.0",
|
|
49
51
|
"typescript": "~5.4.2"
|
package/__perf__/default.tsx
DELETED
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
/* description.tsx generated by @compiled/babel-plugin v0.35.0 */
|
|
2
|
-
"use strict";
|
|
3
|
-
|
|
4
|
-
var _typeof = require("@babel/runtime/helpers/typeof");
|
|
5
|
-
Object.defineProperty(exports, "__esModule", {
|
|
6
|
-
value: true
|
|
7
|
-
});
|
|
8
|
-
exports.default = void 0;
|
|
9
|
-
require("./description.compiled.css");
|
|
10
|
-
var React = _interopRequireWildcard(require("react"));
|
|
11
|
-
var _runtime = require("@compiled/react/runtime");
|
|
12
|
-
var _colors = require("@atlaskit/theme/colors");
|
|
13
|
-
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
|
|
14
|
-
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
15
|
-
var descriptionStyles = null;
|
|
16
|
-
|
|
17
|
-
/**
|
|
18
|
-
* __Description__
|
|
19
|
-
*
|
|
20
|
-
* Description of Empty State.
|
|
21
|
-
*
|
|
22
|
-
* @internal
|
|
23
|
-
*/
|
|
24
|
-
var Description = function Description(_ref) {
|
|
25
|
-
var children = _ref.children;
|
|
26
|
-
return /*#__PURE__*/React.createElement("p", {
|
|
27
|
-
className: (0, _runtime.ax)(["_syaz1o8f _6rth1ejb _1pfhze3t"]),
|
|
28
|
-
style: {
|
|
29
|
-
"--_ggxzyp": (0, _runtime.ix)("var(--ds-text, ".concat(_colors.N800, ")"))
|
|
30
|
-
}
|
|
31
|
-
}, children);
|
|
32
|
-
};
|
|
33
|
-
var _default = exports.default = Description;
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
/* description.tsx generated by @compiled/babel-plugin v0.35.0 */
|
|
2
|
-
import "./description.compiled.css";
|
|
3
|
-
import * as React from 'react';
|
|
4
|
-
import { ax, ix } from "@compiled/react/runtime";
|
|
5
|
-
import { N800 } from '@atlaskit/theme/colors';
|
|
6
|
-
const descriptionStyles = null;
|
|
7
|
-
|
|
8
|
-
/**
|
|
9
|
-
* __Description__
|
|
10
|
-
*
|
|
11
|
-
* Description of Empty State.
|
|
12
|
-
*
|
|
13
|
-
* @internal
|
|
14
|
-
*/
|
|
15
|
-
const Description = ({
|
|
16
|
-
children
|
|
17
|
-
}) => /*#__PURE__*/React.createElement("p", {
|
|
18
|
-
className: ax(["_syaz1fxt _6rth1ejb _1pfhze3t"])
|
|
19
|
-
}, children);
|
|
20
|
-
export default Description;
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
/* description.tsx generated by @compiled/babel-plugin v0.35.0 */
|
|
2
|
-
import "./description.compiled.css";
|
|
3
|
-
import * as React from 'react';
|
|
4
|
-
import { ax, ix } from "@compiled/react/runtime";
|
|
5
|
-
import { N800 } from '@atlaskit/theme/colors';
|
|
6
|
-
var descriptionStyles = null;
|
|
7
|
-
|
|
8
|
-
/**
|
|
9
|
-
* __Description__
|
|
10
|
-
*
|
|
11
|
-
* Description of Empty State.
|
|
12
|
-
*
|
|
13
|
-
* @internal
|
|
14
|
-
*/
|
|
15
|
-
var Description = function Description(_ref) {
|
|
16
|
-
var children = _ref.children;
|
|
17
|
-
return /*#__PURE__*/React.createElement("p", {
|
|
18
|
-
className: ax(["_syaz1o8f _6rth1ejb _1pfhze3t"]),
|
|
19
|
-
style: {
|
|
20
|
-
"--_ggxzyp": ix("var(--ds-text, ".concat(N800, ")"))
|
|
21
|
-
}
|
|
22
|
-
}, children);
|
|
23
|
-
};
|
|
24
|
-
export default Description;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @jsxRuntime classic
|
|
3
|
-
* @jsx jsx
|
|
4
|
-
*/
|
|
5
|
-
import { type FC, type ReactNode } from 'react';
|
|
6
|
-
/**
|
|
7
|
-
* __Description__
|
|
8
|
-
*
|
|
9
|
-
* Description of Empty State.
|
|
10
|
-
*
|
|
11
|
-
* @internal
|
|
12
|
-
*/
|
|
13
|
-
declare const Description: FC<{
|
|
14
|
-
children: ReactNode;
|
|
15
|
-
}>;
|
|
16
|
-
export default Description;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @jsxRuntime classic
|
|
3
|
-
* @jsx jsx
|
|
4
|
-
*/
|
|
5
|
-
import { type FC, type ReactNode } from 'react';
|
|
6
|
-
/**
|
|
7
|
-
* __Description__
|
|
8
|
-
*
|
|
9
|
-
* Description of Empty State.
|
|
10
|
-
*
|
|
11
|
-
* @internal
|
|
12
|
-
*/
|
|
13
|
-
declare const Description: FC<{
|
|
14
|
-
children: ReactNode;
|
|
15
|
-
}>;
|
|
16
|
-
export default Description;
|