@next-core/illustrations 0.9.0 → 0.9.1
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 +8 -0
- package/dist/index.bundle.js +5 -2580
- package/dist/index.bundle.js.map +1 -1
- package/dist/index.esm.js +5 -2580
- package/dist/index.esm.js.map +1 -1
- package/dist/types/Illustrations.d.ts +1 -1
- package/package.json +2 -2
|
@@ -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;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-core/illustrations",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.1",
|
|
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",
|
|
@@ -34,5 +34,5 @@
|
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"@next-core/brick-types": "^2.65.0"
|
|
36
36
|
},
|
|
37
|
-
"gitHead": "
|
|
37
|
+
"gitHead": "0913f5578d21c1bc5835d6a18f4cad8891200e58"
|
|
38
38
|
}
|