@atlaskit/empty-state 10.1.5 → 10.1.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 +12 -6
- 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/offerings.json +35 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @atlaskit/empty-state
|
|
2
2
|
|
|
3
|
+
## 10.1.7
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 10.1.6
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
|
|
3
15
|
## 10.1.5
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
|
@@ -662,7 +674,6 @@
|
|
|
662
674
|
work in the shortrun before it's formally removed in the component's next major release.
|
|
663
675
|
|
|
664
676
|
Housekeeping:
|
|
665
|
-
|
|
666
677
|
- Component now uses the new entrypoint format.
|
|
667
678
|
- Prop descriptions have been updated to better describe component behaviors.
|
|
668
679
|
- Small bug fix related to additional props being spread in to some of the component's internals.
|
|
@@ -820,7 +831,6 @@
|
|
|
820
831
|
|
|
821
832
|
Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
|
|
822
833
|
[6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
|
|
823
|
-
|
|
824
834
|
- @atlaskit/docs@8.3.2
|
|
825
835
|
- @atlaskit/visual-regression@0.1.9
|
|
826
836
|
- @atlaskit/button@13.3.7
|
|
@@ -901,7 +911,6 @@
|
|
|
901
911
|
## 5.0.2
|
|
902
912
|
|
|
903
913
|
- [patch][b0ef06c685](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b0ef06c685):
|
|
904
|
-
|
|
905
914
|
- This is just a safety release in case anything strange happened in in the previous one. See Pull
|
|
906
915
|
Request #5942 for details
|
|
907
916
|
|
|
@@ -915,7 +924,6 @@
|
|
|
915
924
|
## 5.0.0
|
|
916
925
|
|
|
917
926
|
- [major][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
|
|
918
|
-
|
|
919
927
|
- Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use
|
|
920
928
|
this package, please ensure you use at least this version of react and react-dom.
|
|
921
929
|
|
|
@@ -940,7 +948,6 @@
|
|
|
940
948
|
## 4.0.2
|
|
941
949
|
|
|
942
950
|
- [patch][98e11001ff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/98e11001ff):
|
|
943
|
-
|
|
944
951
|
- Removes duplicate babel-runtime dependency
|
|
945
952
|
|
|
946
953
|
## 4.0.1
|
|
@@ -955,7 +962,6 @@
|
|
|
955
962
|
## 4.0.0
|
|
956
963
|
|
|
957
964
|
- [major][76299208e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/76299208e6):
|
|
958
|
-
|
|
959
965
|
- Drop ES5 from all the flow modules
|
|
960
966
|
|
|
961
967
|
### Dropping CJS support in all @atlaskit packages
|
package/dist/cjs/styled/image.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* actions-container.tsx generated by @compiled/babel-plugin v0.
|
|
1
|
+
/* actions-container.tsx generated by @compiled/babel-plugin v0.38.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.
|
|
1
|
+
/* spinner-container.tsx generated by @compiled/babel-plugin v0.38.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.
|
|
1
|
+
/* actions-container.tsx generated by @compiled/babel-plugin v0.38.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.
|
|
1
|
+
/* spinner-container.tsx generated by @compiled/babel-plugin v0.38.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/offerings.json
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"name": "EmptyState",
|
|
4
|
+
"package": "@atlaskit/empty-state",
|
|
5
|
+
"import": {
|
|
6
|
+
"name": "EmptyState",
|
|
7
|
+
"package": "@atlaskit/empty-state",
|
|
8
|
+
"type": "default"
|
|
9
|
+
},
|
|
10
|
+
"keywords": ["empty", "state", "placeholder", "no-content", "void"],
|
|
11
|
+
"categories": ["status"],
|
|
12
|
+
"shortDescription": "A component for empty states.",
|
|
13
|
+
"status": "general-availability",
|
|
14
|
+
"accessibilityGuidelines": [
|
|
15
|
+
"Provide clear empty state messaging",
|
|
16
|
+
"Use appropriate headings and structure",
|
|
17
|
+
"Ensure actionable content is accessible",
|
|
18
|
+
"Consider screen reader experience"
|
|
19
|
+
],
|
|
20
|
+
"usageGuidelines": [
|
|
21
|
+
"Use when nothing to display in a view",
|
|
22
|
+
"Explain why the state is empty",
|
|
23
|
+
"Provide clear next steps",
|
|
24
|
+
"Keep tone helpful and encouraging",
|
|
25
|
+
"Consider all scenarios causing the empty state"
|
|
26
|
+
],
|
|
27
|
+
"contentGuidelines": [
|
|
28
|
+
"Use inspirational, motivating tone for first-time view",
|
|
29
|
+
"Provide specific next steps",
|
|
30
|
+
"Avoid negative language",
|
|
31
|
+
"Use clear, descriptive headers"
|
|
32
|
+
],
|
|
33
|
+
"examples": ["./examples/ai/empty-state.tsx"]
|
|
34
|
+
}
|
|
35
|
+
]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/empty-state",
|
|
3
|
-
"version": "10.1.
|
|
3
|
+
"version": "10.1.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/"
|
|
@@ -24,14 +24,14 @@
|
|
|
24
24
|
}
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@atlaskit/button": "^23.
|
|
27
|
+
"@atlaskit/button": "^23.5.0",
|
|
28
28
|
"@atlaskit/heading": "^5.2.0",
|
|
29
|
-
"@atlaskit/primitives": "^
|
|
29
|
+
"@atlaskit/primitives": "^15.0.0",
|
|
30
30
|
"@atlaskit/spinner": "^19.0.0",
|
|
31
31
|
"@atlaskit/theme": "^21.0.0",
|
|
32
|
-
"@atlaskit/tokens": "^
|
|
32
|
+
"@atlaskit/tokens": "^7.0.0",
|
|
33
33
|
"@babel/runtime": "^7.0.0",
|
|
34
|
-
"@compiled/react": "^0.18.
|
|
34
|
+
"@compiled/react": "^0.18.6"
|
|
35
35
|
},
|
|
36
36
|
"peerDependencies": {
|
|
37
37
|
"react": "^18.2.0"
|
|
@@ -40,8 +40,8 @@
|
|
|
40
40
|
"@af/accessibility-testing": "workspace:^",
|
|
41
41
|
"@af/integration-testing": "workspace:^",
|
|
42
42
|
"@af/visual-regression": "workspace:^",
|
|
43
|
-
"@atlaskit/docs": "^11.
|
|
44
|
-
"@atlaskit/ds-lib": "^5.
|
|
43
|
+
"@atlaskit/docs": "^11.2.0",
|
|
44
|
+
"@atlaskit/ds-lib": "^5.1.0",
|
|
45
45
|
"@atlaskit/link": "^3.2.0",
|
|
46
46
|
"@atlaskit/section-message": "^8.7.0",
|
|
47
47
|
"@atlaskit/ssr": "workspace:^",
|