@next-core/illustrations 0.8.6 → 0.9.0
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 +27 -0
- 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/browser-version-low-dark.f576a39fc6a8b7a5.png +0 -0
- package/dist/illustrations/easyops2/browser-version-low.27302a446d6cd48d.png +0 -0
- package/dist/illustrations/easyops2/{new-content-dark.3ef32941831a8bce.png → create-content-dark.3ef32941831a8bce.png} +0 -0
- package/dist/illustrations/easyops2/{new-content.bfeaafab7394e0d1.png → create-content.bfeaafab7394e0d1.png} +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-data-dark.d573363a0c32c452.png → no-content-dark.d573363a0c32c452.png} +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-data.fbe402e14b2e6898.png → no-content.fbe402e14b2e6898.png} +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-result-empty-dark.4a1658ad0ae4f620.png → search-empty-dark.4a1658ad0ae4f620.png} +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-result-empty.60c63c9c63702be7.png → search-empty.60c63c9c63702be7.png} +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.8cbb345aa52c0e65.gif +0 -0
- package/dist/index.bundle.js +2630 -32
- package/dist/index.bundle.js.map +1 -1
- package/dist/index.esm.js +2630 -33
- package/dist/index.esm.js.map +1 -1
- package/dist/types/Illustrations.d.ts +1 -0
- package/dist/types/categories.d.ts +24 -20
- package/package.json +3 -3
- package/dist/illustrations/easyops2/add-app-dynamic-dark.31be6b3735dde1b5.gif +0 -0
- package/dist/illustrations/easyops2/add-app-dynamic.c6ca70aec69c3d38.gif +0 -0
- package/dist/illustrations/easyops2/internet-disconnected-dynamic-dark.9d207d7388b68022.gif +0 -0
- package/dist/illustrations/easyops2/internet-disconnected-dynamic.97a0561ce1a8209c.gif +0 -0
- package/dist/illustrations/easyops2/no-content-dynamic-dark.632ab7029d93746a.gif +0 -0
- package/dist/illustrations/easyops2/no-content-dynamic.d13deefc962b0219.gif +0 -0
- package/dist/illustrations/easyops2/no-data-dynamic-dark.bc447cede5582c3b.gif +0 -0
- package/dist/illustrations/easyops2/no-data-dynamic.79215acecc802b99.gif +0 -0
- package/dist/illustrations/easyops2/no-history-dynamic-dark.69deb86e36e2b079.gif +0 -0
- package/dist/illustrations/easyops2/no-history-dynamic.e955b8efe0ca7dac.gif +0 -0
- package/dist/illustrations/easyops2/search-result-empty-dynamic-dark.b72492bdbbf9d3c9.gif +0 -0
- package/dist/illustrations/easyops2/search-result-empty-dynamic.4f0bf6bdb43017dd.gif +0 -0
- package/dist/illustrations/easyops2/searching-dynamic.a6a05d3f3ea69416.gif +0 -0
|
@@ -6,3 +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 useIllustrationConfig(useNewIllustration: boolean, illustrationsConfig: IllustrationProps): IllustrationProps;
|
|
@@ -15,28 +15,30 @@ export declare const easyops2Category: {
|
|
|
15
15
|
"add-app-dynamic-dark": any;
|
|
16
16
|
"add-app-dynamic": any;
|
|
17
17
|
"add-app": any;
|
|
18
|
+
"browser-version-low-dark": any;
|
|
19
|
+
"browser-version-low": any;
|
|
20
|
+
"create-content-dark": any;
|
|
21
|
+
"create-content": any;
|
|
18
22
|
"internet-disconnected-dark": any;
|
|
19
23
|
"internet-disconnected-dynamic-dark": any;
|
|
20
24
|
"internet-disconnected-dynamic": any;
|
|
21
25
|
"internet-disconnected": any;
|
|
22
|
-
"
|
|
23
|
-
"new-content": any;
|
|
26
|
+
"no-content-dark": any;
|
|
24
27
|
"no-content-dynamic-dark": any;
|
|
25
28
|
"no-content-dynamic": any;
|
|
26
|
-
"no-
|
|
27
|
-
"no-data-dynamic-dark": any;
|
|
28
|
-
"no-data-dynamic": any;
|
|
29
|
-
"no-data": any;
|
|
29
|
+
"no-content": any;
|
|
30
30
|
"no-history-dynamic-dark": any;
|
|
31
31
|
"no-history-dynamic": any;
|
|
32
32
|
"no-message-dark": any;
|
|
33
33
|
"no-message": any;
|
|
34
34
|
"no-permission-dark": any;
|
|
35
35
|
"no-permission": any;
|
|
36
|
-
"search-
|
|
37
|
-
"search-
|
|
38
|
-
"search-
|
|
39
|
-
"search-
|
|
36
|
+
"search-empty-dark": any;
|
|
37
|
+
"search-empty-dynamic-dark": any;
|
|
38
|
+
"search-empty-dynamic": any;
|
|
39
|
+
"search-empty": any;
|
|
40
|
+
"search-no-content-dynamic-dark": any;
|
|
41
|
+
"search-no-content-dynamic": any;
|
|
40
42
|
"searching-dark": any;
|
|
41
43
|
"searching-dynamic-dark": any;
|
|
42
44
|
"searching-dynamic": any;
|
|
@@ -150,28 +152,30 @@ declare const _default: {
|
|
|
150
152
|
"add-app-dynamic-dark": any;
|
|
151
153
|
"add-app-dynamic": any;
|
|
152
154
|
"add-app": any;
|
|
155
|
+
"browser-version-low-dark": any;
|
|
156
|
+
"browser-version-low": any;
|
|
157
|
+
"create-content-dark": any;
|
|
158
|
+
"create-content": any;
|
|
153
159
|
"internet-disconnected-dark": any;
|
|
154
160
|
"internet-disconnected-dynamic-dark": any;
|
|
155
161
|
"internet-disconnected-dynamic": any;
|
|
156
162
|
"internet-disconnected": any;
|
|
157
|
-
"
|
|
158
|
-
"new-content": any;
|
|
163
|
+
"no-content-dark": any;
|
|
159
164
|
"no-content-dynamic-dark": any;
|
|
160
165
|
"no-content-dynamic": any;
|
|
161
|
-
"no-
|
|
162
|
-
"no-data-dynamic-dark": any;
|
|
163
|
-
"no-data-dynamic": any;
|
|
164
|
-
"no-data": any;
|
|
166
|
+
"no-content": any;
|
|
165
167
|
"no-history-dynamic-dark": any;
|
|
166
168
|
"no-history-dynamic": any;
|
|
167
169
|
"no-message-dark": any;
|
|
168
170
|
"no-message": any;
|
|
169
171
|
"no-permission-dark": any;
|
|
170
172
|
"no-permission": any;
|
|
171
|
-
"search-
|
|
172
|
-
"search-
|
|
173
|
-
"search-
|
|
174
|
-
"search-
|
|
173
|
+
"search-empty-dark": any;
|
|
174
|
+
"search-empty-dynamic-dark": any;
|
|
175
|
+
"search-empty-dynamic": any;
|
|
176
|
+
"search-empty": any;
|
|
177
|
+
"search-no-content-dynamic-dark": any;
|
|
178
|
+
"search-no-content-dynamic": any;
|
|
175
179
|
"searching-dark": any;
|
|
176
180
|
"searching-dynamic-dark": any;
|
|
177
181
|
"searching-dynamic": any;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-core/illustrations",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.9.0",
|
|
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.
|
|
35
|
+
"@next-core/brick-types": "^2.65.0"
|
|
36
36
|
},
|
|
37
|
-
"gitHead": "
|
|
37
|
+
"gitHead": "e3642260af32b4f48dd0e9318742286079f0f164"
|
|
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
|