@next-core/illustrations 0.9.0 → 0.9.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 +11 -28
- package/dist/illustrations/easyops2/add-app-dynamic-dark.d0f399bf3f644e76.gif +0 -0
- package/dist/illustrations/easyops2/add-app-dynamic.a1b8b8032cf10e12.gif +0 -0
- package/dist/illustrations/easyops2/internet-disconnected-dynamic-dark.6ff523234f056fee.gif +0 -0
- package/dist/illustrations/easyops2/internet-disconnected-dynamic.2337c8d4167767fb.gif +0 -0
- package/dist/illustrations/easyops2/no-content-dynamic-dark.7ca1c8a89c8ec15d.gif +0 -0
- package/dist/illustrations/easyops2/no-content-dynamic.8c14d6ce1cbce3ca.gif +0 -0
- package/dist/illustrations/easyops2/no-history-dark.6af148b8a489f53e.png +0 -0
- package/dist/illustrations/easyops2/no-history-dynamic-dark.f7f0c6978f603b59.gif +0 -0
- package/dist/illustrations/easyops2/no-history-dynamic.3746abbbf28f683a.gif +0 -0
- package/dist/illustrations/easyops2/no-history.254cab84b7e79889.png +0 -0
- package/dist/illustrations/easyops2/search-empty-dynamic-dark.ead7462daaa9595d.gif +0 -0
- package/dist/illustrations/easyops2/search-empty-dynamic.d332872d5ffc1cb1.gif +0 -0
- package/dist/illustrations/easyops2/search-no-content-dynamic-dark.b3a20a47213b7eae.gif +0 -0
- package/dist/illustrations/easyops2/search-no-content-dynamic.ce0553e22a8cd1df.gif +0 -0
- package/dist/illustrations/easyops2/searching-dynamic-dark.636301b8f8470deb.gif +0 -0
- package/dist/illustrations/easyops2/searching-dynamic.e5a9024cc71518e5.gif +0 -0
- package/dist/index.bundle.js +26 -2595
- package/dist/index.bundle.js.map +1 -1
- package/dist/index.esm.js +26 -2595
- package/dist/index.esm.js.map +1 -1
- package/dist/types/Illustrations.d.ts +1 -1
- package/dist/types/categories.d.ts +4 -0
- package/package.json +3 -3
- package/dist/illustrations/easyops2/add-app-dynamic-dark.40c96fa083cf8198.gif +0 -0
- package/dist/illustrations/easyops2/add-app-dynamic.086779d673cf6152.gif +0 -0
- package/dist/illustrations/easyops2/internet-disconnected-dynamic-dark.7db5ddc92490b428.gif +0 -0
- package/dist/illustrations/easyops2/internet-disconnected-dynamic.766c09028124ae76.gif +0 -0
- package/dist/illustrations/easyops2/no-content-dynamic-dark.2c032fdbe057c455.gif +0 -0
- package/dist/illustrations/easyops2/no-content-dynamic.f379fa5c146f74aa.gif +0 -0
- package/dist/illustrations/easyops2/no-history-dynamic-dark.3af955ed15d1e47a.gif +0 -0
- package/dist/illustrations/easyops2/no-history-dynamic.1855745282bdab2f.gif +0 -0
- package/dist/illustrations/easyops2/search-empty-dynamic-dark.807307912ba0ce84.gif +0 -0
- package/dist/illustrations/easyops2/search-empty-dynamic.ddd19936b1239dde.gif +0 -0
- package/dist/illustrations/easyops2/search-no-content-dynamic-dark.51e610a809ab65a1.gif +0 -0
- package/dist/illustrations/easyops2/search-no-content-dynamic.a3a7ed00824dafb0.gif +0 -0
- package/dist/illustrations/easyops2/searching-dynamic-dark.779c712176707b68.gif +0 -0
- package/dist/illustrations/easyops2/searching-dynamic.8cbb345aa52c0e65.gif +0 -0
|
@@ -6,4 +6,4 @@ export interface IllustrationProps {
|
|
|
6
6
|
}
|
|
7
7
|
export declare function determineIllustrationName(category: string, theme: string, name: string): string;
|
|
8
8
|
export declare function getIllustration(props: IllustrationProps): any;
|
|
9
|
-
export declare function
|
|
9
|
+
export declare function translateIllustrationConfig(useNewIllustration: boolean, illustrationsConfig: IllustrationProps): IllustrationProps;
|
|
@@ -27,8 +27,10 @@ export declare const easyops2Category: {
|
|
|
27
27
|
"no-content-dynamic-dark": any;
|
|
28
28
|
"no-content-dynamic": any;
|
|
29
29
|
"no-content": any;
|
|
30
|
+
"no-history-dark": any;
|
|
30
31
|
"no-history-dynamic-dark": any;
|
|
31
32
|
"no-history-dynamic": any;
|
|
33
|
+
"no-history": any;
|
|
32
34
|
"no-message-dark": any;
|
|
33
35
|
"no-message": any;
|
|
34
36
|
"no-permission-dark": any;
|
|
@@ -164,8 +166,10 @@ declare const _default: {
|
|
|
164
166
|
"no-content-dynamic-dark": any;
|
|
165
167
|
"no-content-dynamic": any;
|
|
166
168
|
"no-content": any;
|
|
169
|
+
"no-history-dark": any;
|
|
167
170
|
"no-history-dynamic-dark": any;
|
|
168
171
|
"no-history-dynamic": any;
|
|
172
|
+
"no-history": any;
|
|
169
173
|
"no-message-dark": any;
|
|
170
174
|
"no-message": any;
|
|
171
175
|
"no-permission-dark": any;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-core/illustrations",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.3",
|
|
4
4
|
"description": "> TODO: description",
|
|
5
5
|
"homepage": "https://github.com/easyops-cn/next-core/tree/master/packages/easyops-illustrations",
|
|
6
6
|
"license": "GPL-3.0",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"prettier": "^2.6.2"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@next-core/brick-types": "^2.65.
|
|
35
|
+
"@next-core/brick-types": "^2.65.1"
|
|
36
36
|
},
|
|
37
|
-
"gitHead": "
|
|
37
|
+
"gitHead": "b2994514a78d0f14260d71465e9c2f4381822823"
|
|
38
38
|
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|