@atlaskit/empty-state 8.1.2 → 8.1.3

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,13 @@
1
1
  # @atlaskit/empty-state
2
2
 
3
+ ## 8.1.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [#107076](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/107076)
8
+ [`555ac7178db33`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/555ac7178db33) -
9
+ Update dependencies and remove unused internal files.
10
+
3
11
  ## 8.1.2
4
12
 
5
13
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/empty-state",
3
- "version": "8.1.2",
3
+ "version": "8.1.3",
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/"
@@ -30,7 +30,7 @@
30
30
  "@atlaskit/primitives": "^13.3.0",
31
31
  "@atlaskit/spinner": "^16.3.0",
32
32
  "@atlaskit/theme": "^14.0.0",
33
- "@atlaskit/tokens": "^3.1.0",
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"
@@ -1,5 +0,0 @@
1
- import React from 'react';
2
-
3
- import EmptyState from '../src';
4
-
5
- export default () => <EmptyState header="I am the header" />;
@@ -1,3 +0,0 @@
1
- ._1pfhze3t{margin-block-start:var(--ds-space-0,0)}
2
- ._6rth1ejb{margin-block-end:var(--ds-space-300,24px)}
3
- ._syaz1o8f{color:var(--_ggxzyp)}
@@ -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,3 +0,0 @@
1
- ._1pfhze3t{margin-block-start:var(--ds-space-0,0)}
2
- ._6rth1ejb{margin-block-end:var(--ds-space-300,24px)}
3
- ._syaz1fxt{color:var(--ds-text,#172b4d)}
@@ -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,3 +0,0 @@
1
- ._1pfhze3t{margin-block-start:var(--ds-space-0,0)}
2
- ._6rth1ejb{margin-block-end:var(--ds-space-300,24px)}
3
- ._syaz1o8f{color:var(--_ggxzyp)}
@@ -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;