@douyinfe/semi-illustrations 2.61.0-alpha.1 → 2.61.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/README.md +30 -0
- package/dist/umd/semi-illustrations.js +20 -16
- package/dist/umd/semi-illustrations.js.map +1 -1
- package/dist/umd/semi-illustrations.min.js +1 -1
- package/dist/umd/semi-illustrations.min.js.map +1 -1
- package/lib/cjs/illustrations/IllustrationConstruction.d.ts +1 -1
- package/lib/cjs/illustrations/IllustrationConstructionDark.d.ts +1 -1
- package/lib/cjs/illustrations/IllustrationFailure.d.ts +1 -1
- package/lib/cjs/illustrations/IllustrationFailureDark.d.ts +1 -1
- package/lib/cjs/illustrations/IllustrationIdle.d.ts +1 -1
- package/lib/cjs/illustrations/IllustrationIdleDark.d.ts +1 -1
- package/lib/cjs/illustrations/IllustrationNoAccess.d.ts +1 -1
- package/lib/cjs/illustrations/IllustrationNoAccessDark.d.ts +1 -1
- package/lib/cjs/illustrations/IllustrationNoContent.d.ts +1 -1
- package/lib/cjs/illustrations/IllustrationNoContentDark.d.ts +1 -1
- package/lib/cjs/illustrations/IllustrationNoResult.d.ts +1 -1
- package/lib/cjs/illustrations/IllustrationNoResultDark.d.ts +1 -1
- package/lib/cjs/illustrations/IllustrationNotFound.d.ts +1 -1
- package/lib/cjs/illustrations/IllustrationNotFoundDark.d.ts +1 -1
- package/lib/cjs/illustrations/IllustrationSuccess.d.ts +1 -1
- package/lib/cjs/illustrations/IllustrationSuccessDark.d.ts +1 -1
- package/lib/es/illustrations/IllustrationConstruction.d.ts +1 -1
- package/lib/es/illustrations/IllustrationConstructionDark.d.ts +1 -1
- package/lib/es/illustrations/IllustrationFailure.d.ts +1 -1
- package/lib/es/illustrations/IllustrationFailureDark.d.ts +1 -1
- package/lib/es/illustrations/IllustrationIdle.d.ts +1 -1
- package/lib/es/illustrations/IllustrationIdleDark.d.ts +1 -1
- package/lib/es/illustrations/IllustrationNoAccess.d.ts +1 -1
- package/lib/es/illustrations/IllustrationNoAccessDark.d.ts +1 -1
- package/lib/es/illustrations/IllustrationNoContent.d.ts +1 -1
- package/lib/es/illustrations/IllustrationNoContentDark.d.ts +1 -1
- package/lib/es/illustrations/IllustrationNoResult.d.ts +1 -1
- package/lib/es/illustrations/IllustrationNoResultDark.d.ts +1 -1
- package/lib/es/illustrations/IllustrationNotFound.d.ts +1 -1
- package/lib/es/illustrations/IllustrationNotFoundDark.d.ts +1 -1
- package/lib/es/illustrations/IllustrationSuccess.d.ts +1 -1
- package/lib/es/illustrations/IllustrationSuccessDark.d.ts +1 -1
- package/package.json +2 -2
package/README.md
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
## 📣 Introduce
|
|
2
|
+
|
|
3
|
+
Semantic Illustrations design by Semi Team
|
|
4
|
+
|
|
5
|
+
## 🚀 Getting Start
|
|
6
|
+
|
|
7
|
+
### install deps
|
|
8
|
+
|
|
9
|
+
```shell
|
|
10
|
+
npm install @douyinfe/semi-illustrations
|
|
11
|
+
```
|
|
12
|
+
|
|
13
|
+
### as a react component
|
|
14
|
+
|
|
15
|
+
```tsx
|
|
16
|
+
import { IllustrationIdle } from '@douyinfe/semi-illustrations';
|
|
17
|
+
|
|
18
|
+
ReactDOM.render(<IllustrationIdle />, root);
|
|
19
|
+
```
|
|
20
|
+
|
|
21
|
+
### as empty content
|
|
22
|
+
|
|
23
|
+
```tsx
|
|
24
|
+
import { Empty } from '@douyinfe/semi-ui';
|
|
25
|
+
|
|
26
|
+
ReactDOM.render(<Empty image={<IllustrationIdle />}></Empty>, root);
|
|
27
|
+
|
|
28
|
+
```
|
|
29
|
+
|
|
30
|
+
|
|
@@ -76,27 +76,29 @@ module.exports = __WEBPACK_EXTERNAL_MODULE_neV8__;
|
|
|
76
76
|
/******/
|
|
77
77
|
/************************************************************************/
|
|
78
78
|
var __webpack_exports__ = {};
|
|
79
|
+
// This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
|
|
80
|
+
(() => {
|
|
79
81
|
// ESM COMPAT FLAG
|
|
80
82
|
__webpack_require__.r(__webpack_exports__);
|
|
81
83
|
|
|
82
84
|
// EXPORTS
|
|
83
85
|
__webpack_require__.d(__webpack_exports__, {
|
|
84
|
-
IllustrationConstruction: () => (/* reexport */ IllustrationConstruction_default),
|
|
85
|
-
IllustrationConstructionDark: () => (/* reexport */ IllustrationConstructionDark_default),
|
|
86
|
-
IllustrationFailure: () => (/* reexport */ IllustrationFailure_default),
|
|
87
|
-
IllustrationFailureDark: () => (/* reexport */ IllustrationFailureDark_default),
|
|
88
|
-
IllustrationIdle: () => (/* reexport */ IllustrationIdle_default),
|
|
89
|
-
IllustrationIdleDark: () => (/* reexport */ IllustrationIdleDark_default),
|
|
90
|
-
IllustrationNoAccess: () => (/* reexport */ IllustrationNoAccess_default),
|
|
91
|
-
IllustrationNoAccessDark: () => (/* reexport */ IllustrationNoAccessDark_default),
|
|
92
|
-
IllustrationNoContent: () => (/* reexport */ IllustrationNoContent_default),
|
|
93
|
-
IllustrationNoContentDark: () => (/* reexport */ IllustrationNoContentDark_default),
|
|
94
|
-
IllustrationNoResult: () => (/* reexport */ IllustrationNoResult_default),
|
|
95
|
-
IllustrationNoResultDark: () => (/* reexport */ IllustrationNoResultDark_default),
|
|
96
|
-
IllustrationNotFound: () => (/* reexport */ IllustrationNotFound_default),
|
|
97
|
-
IllustrationNotFoundDark: () => (/* reexport */ IllustrationNotFoundDark_default),
|
|
98
|
-
IllustrationSuccess: () => (/* reexport */ IllustrationSuccess_default),
|
|
99
|
-
IllustrationSuccessDark: () => (/* reexport */ IllustrationSuccessDark_default)
|
|
86
|
+
"IllustrationConstruction": () => (/* reexport */ IllustrationConstruction_default),
|
|
87
|
+
"IllustrationConstructionDark": () => (/* reexport */ IllustrationConstructionDark_default),
|
|
88
|
+
"IllustrationFailure": () => (/* reexport */ IllustrationFailure_default),
|
|
89
|
+
"IllustrationFailureDark": () => (/* reexport */ IllustrationFailureDark_default),
|
|
90
|
+
"IllustrationIdle": () => (/* reexport */ IllustrationIdle_default),
|
|
91
|
+
"IllustrationIdleDark": () => (/* reexport */ IllustrationIdleDark_default),
|
|
92
|
+
"IllustrationNoAccess": () => (/* reexport */ IllustrationNoAccess_default),
|
|
93
|
+
"IllustrationNoAccessDark": () => (/* reexport */ IllustrationNoAccessDark_default),
|
|
94
|
+
"IllustrationNoContent": () => (/* reexport */ IllustrationNoContent_default),
|
|
95
|
+
"IllustrationNoContentDark": () => (/* reexport */ IllustrationNoContentDark_default),
|
|
96
|
+
"IllustrationNoResult": () => (/* reexport */ IllustrationNoResult_default),
|
|
97
|
+
"IllustrationNoResultDark": () => (/* reexport */ IllustrationNoResultDark_default),
|
|
98
|
+
"IllustrationNotFound": () => (/* reexport */ IllustrationNotFound_default),
|
|
99
|
+
"IllustrationNotFoundDark": () => (/* reexport */ IllustrationNotFoundDark_default),
|
|
100
|
+
"IllustrationSuccess": () => (/* reexport */ IllustrationSuccess_default),
|
|
101
|
+
"IllustrationSuccessDark": () => (/* reexport */ IllustrationSuccessDark_default)
|
|
100
102
|
});
|
|
101
103
|
|
|
102
104
|
// EXTERNAL MODULE: external {"root":"React","commonjs2":"react","commonjs":"react","amd":"react"}
|
|
@@ -2330,6 +2332,8 @@ var IllustrationSuccess_default = IllustrationSuccess_SvgComponent;
|
|
|
2330
2332
|
|
|
2331
2333
|
|
|
2332
2334
|
|
|
2335
|
+
})();
|
|
2336
|
+
|
|
2333
2337
|
/******/ return __webpack_exports__;
|
|
2334
2338
|
/******/ })()
|
|
2335
2339
|
;
|