@atlaskit/empty-state 10.1.5 → 10.1.6
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/offerings.json +35 -0
- package/package.json +6 -6
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.
|
|
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.6",
|
|
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,12 +24,12 @@
|
|
|
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": "^6.
|
|
32
|
+
"@atlaskit/tokens": "^6.5.0",
|
|
33
33
|
"@babel/runtime": "^7.0.0",
|
|
34
34
|
"@compiled/react": "^0.18.3"
|
|
35
35
|
},
|
|
@@ -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.1.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:^",
|