@douyinfe/semi-illustrations 2.14.0-beta.2 → 2.15.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/dist/umd/semi-illustrations.js +139 -343
- 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/index.d.ts +16 -1
- package/lib/cjs/index.js +142 -16
- package/lib/es/index.d.ts +16 -1
- package/lib/es/index.js +142 -16
- package/package.json +2 -2
- package/src/index.ts +16 -1
package/lib/cjs/index.d.ts
CHANGED
|
@@ -1 +1,16 @@
|
|
|
1
|
-
export
|
|
1
|
+
export { default as IllustrationConstructionDark } from './illustrations/IllustrationConstructionDark';
|
|
2
|
+
export { default as IllustrationConstruction } from './illustrations/IllustrationConstruction';
|
|
3
|
+
export { default as IllustrationFailureDark } from './illustrations/IllustrationFailureDark';
|
|
4
|
+
export { default as IllustrationFailure } from './illustrations/IllustrationFailure';
|
|
5
|
+
export { default as IllustrationIdleDark } from './illustrations/IllustrationIdleDark';
|
|
6
|
+
export { default as IllustrationIdle } from './illustrations/IllustrationIdle';
|
|
7
|
+
export { default as IllustrationNoAccessDark } from './illustrations/IllustrationNoAccessDark';
|
|
8
|
+
export { default as IllustrationNoAccess } from './illustrations/IllustrationNoAccess';
|
|
9
|
+
export { default as IllustrationNoContentDark } from './illustrations/IllustrationNoContentDark';
|
|
10
|
+
export { default as IllustrationNoContent } from './illustrations/IllustrationNoContent';
|
|
11
|
+
export { default as IllustrationNoResultDark } from './illustrations/IllustrationNoResultDark';
|
|
12
|
+
export { default as IllustrationNoResult } from './illustrations/IllustrationNoResult';
|
|
13
|
+
export { default as IllustrationNotFoundDark } from './illustrations/IllustrationNotFoundDark';
|
|
14
|
+
export { default as IllustrationNotFound } from './illustrations/IllustrationNotFound';
|
|
15
|
+
export { default as IllustrationSuccessDark } from './illustrations/IllustrationSuccessDark';
|
|
16
|
+
export { default as IllustrationSuccess } from './illustrations/IllustrationSuccess';
|
package/lib/cjs/index.js
CHANGED
|
@@ -1,27 +1,153 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
var _context;
|
|
4
|
-
|
|
5
3
|
var _Object$defineProperty = require("@babel/runtime-corejs3/core-js-stable/object/define-property");
|
|
6
4
|
|
|
7
|
-
var
|
|
8
|
-
|
|
9
|
-
var _Object$keys = require("@babel/runtime-corejs3/core-js-stable/object/keys");
|
|
5
|
+
var _interopRequireDefault = require("@babel/runtime-corejs3/helpers/interopRequireDefault");
|
|
10
6
|
|
|
11
7
|
_Object$defineProperty(exports, "__esModule", {
|
|
12
8
|
value: true
|
|
13
9
|
});
|
|
14
10
|
|
|
15
|
-
|
|
11
|
+
_Object$defineProperty(exports, "IllustrationConstruction", {
|
|
12
|
+
enumerable: true,
|
|
13
|
+
get: function () {
|
|
14
|
+
return _IllustrationConstruction.default;
|
|
15
|
+
}
|
|
16
|
+
});
|
|
17
|
+
|
|
18
|
+
_Object$defineProperty(exports, "IllustrationConstructionDark", {
|
|
19
|
+
enumerable: true,
|
|
20
|
+
get: function () {
|
|
21
|
+
return _IllustrationConstructionDark.default;
|
|
22
|
+
}
|
|
23
|
+
});
|
|
24
|
+
|
|
25
|
+
_Object$defineProperty(exports, "IllustrationFailure", {
|
|
26
|
+
enumerable: true,
|
|
27
|
+
get: function () {
|
|
28
|
+
return _IllustrationFailure.default;
|
|
29
|
+
}
|
|
30
|
+
});
|
|
31
|
+
|
|
32
|
+
_Object$defineProperty(exports, "IllustrationFailureDark", {
|
|
33
|
+
enumerable: true,
|
|
34
|
+
get: function () {
|
|
35
|
+
return _IllustrationFailureDark.default;
|
|
36
|
+
}
|
|
37
|
+
});
|
|
38
|
+
|
|
39
|
+
_Object$defineProperty(exports, "IllustrationIdle", {
|
|
40
|
+
enumerable: true,
|
|
41
|
+
get: function () {
|
|
42
|
+
return _IllustrationIdle.default;
|
|
43
|
+
}
|
|
44
|
+
});
|
|
45
|
+
|
|
46
|
+
_Object$defineProperty(exports, "IllustrationIdleDark", {
|
|
47
|
+
enumerable: true,
|
|
48
|
+
get: function () {
|
|
49
|
+
return _IllustrationIdleDark.default;
|
|
50
|
+
}
|
|
51
|
+
});
|
|
52
|
+
|
|
53
|
+
_Object$defineProperty(exports, "IllustrationNoAccess", {
|
|
54
|
+
enumerable: true,
|
|
55
|
+
get: function () {
|
|
56
|
+
return _IllustrationNoAccess.default;
|
|
57
|
+
}
|
|
58
|
+
});
|
|
59
|
+
|
|
60
|
+
_Object$defineProperty(exports, "IllustrationNoAccessDark", {
|
|
61
|
+
enumerable: true,
|
|
62
|
+
get: function () {
|
|
63
|
+
return _IllustrationNoAccessDark.default;
|
|
64
|
+
}
|
|
65
|
+
});
|
|
66
|
+
|
|
67
|
+
_Object$defineProperty(exports, "IllustrationNoContent", {
|
|
68
|
+
enumerable: true,
|
|
69
|
+
get: function () {
|
|
70
|
+
return _IllustrationNoContent.default;
|
|
71
|
+
}
|
|
72
|
+
});
|
|
73
|
+
|
|
74
|
+
_Object$defineProperty(exports, "IllustrationNoContentDark", {
|
|
75
|
+
enumerable: true,
|
|
76
|
+
get: function () {
|
|
77
|
+
return _IllustrationNoContentDark.default;
|
|
78
|
+
}
|
|
79
|
+
});
|
|
80
|
+
|
|
81
|
+
_Object$defineProperty(exports, "IllustrationNoResult", {
|
|
82
|
+
enumerable: true,
|
|
83
|
+
get: function () {
|
|
84
|
+
return _IllustrationNoResult.default;
|
|
85
|
+
}
|
|
86
|
+
});
|
|
87
|
+
|
|
88
|
+
_Object$defineProperty(exports, "IllustrationNoResultDark", {
|
|
89
|
+
enumerable: true,
|
|
90
|
+
get: function () {
|
|
91
|
+
return _IllustrationNoResultDark.default;
|
|
92
|
+
}
|
|
93
|
+
});
|
|
94
|
+
|
|
95
|
+
_Object$defineProperty(exports, "IllustrationNotFound", {
|
|
96
|
+
enumerable: true,
|
|
97
|
+
get: function () {
|
|
98
|
+
return _IllustrationNotFound.default;
|
|
99
|
+
}
|
|
100
|
+
});
|
|
101
|
+
|
|
102
|
+
_Object$defineProperty(exports, "IllustrationNotFoundDark", {
|
|
103
|
+
enumerable: true,
|
|
104
|
+
get: function () {
|
|
105
|
+
return _IllustrationNotFoundDark.default;
|
|
106
|
+
}
|
|
107
|
+
});
|
|
108
|
+
|
|
109
|
+
_Object$defineProperty(exports, "IllustrationSuccess", {
|
|
110
|
+
enumerable: true,
|
|
111
|
+
get: function () {
|
|
112
|
+
return _IllustrationSuccess.default;
|
|
113
|
+
}
|
|
114
|
+
});
|
|
115
|
+
|
|
116
|
+
_Object$defineProperty(exports, "IllustrationSuccessDark", {
|
|
117
|
+
enumerable: true,
|
|
118
|
+
get: function () {
|
|
119
|
+
return _IllustrationSuccessDark.default;
|
|
120
|
+
}
|
|
121
|
+
});
|
|
122
|
+
|
|
123
|
+
var _IllustrationConstructionDark = _interopRequireDefault(require("./illustrations/IllustrationConstructionDark"));
|
|
124
|
+
|
|
125
|
+
var _IllustrationConstruction = _interopRequireDefault(require("./illustrations/IllustrationConstruction"));
|
|
126
|
+
|
|
127
|
+
var _IllustrationFailureDark = _interopRequireDefault(require("./illustrations/IllustrationFailureDark"));
|
|
128
|
+
|
|
129
|
+
var _IllustrationFailure = _interopRequireDefault(require("./illustrations/IllustrationFailure"));
|
|
130
|
+
|
|
131
|
+
var _IllustrationIdleDark = _interopRequireDefault(require("./illustrations/IllustrationIdleDark"));
|
|
132
|
+
|
|
133
|
+
var _IllustrationIdle = _interopRequireDefault(require("./illustrations/IllustrationIdle"));
|
|
134
|
+
|
|
135
|
+
var _IllustrationNoAccessDark = _interopRequireDefault(require("./illustrations/IllustrationNoAccessDark"));
|
|
136
|
+
|
|
137
|
+
var _IllustrationNoAccess = _interopRequireDefault(require("./illustrations/IllustrationNoAccess"));
|
|
138
|
+
|
|
139
|
+
var _IllustrationNoContentDark = _interopRequireDefault(require("./illustrations/IllustrationNoContentDark"));
|
|
140
|
+
|
|
141
|
+
var _IllustrationNoContent = _interopRequireDefault(require("./illustrations/IllustrationNoContent"));
|
|
142
|
+
|
|
143
|
+
var _IllustrationNoResultDark = _interopRequireDefault(require("./illustrations/IllustrationNoResultDark"));
|
|
144
|
+
|
|
145
|
+
var _IllustrationNoResult = _interopRequireDefault(require("./illustrations/IllustrationNoResult"));
|
|
146
|
+
|
|
147
|
+
var _IllustrationNotFoundDark = _interopRequireDefault(require("./illustrations/IllustrationNotFoundDark"));
|
|
148
|
+
|
|
149
|
+
var _IllustrationNotFound = _interopRequireDefault(require("./illustrations/IllustrationNotFound"));
|
|
16
150
|
|
|
17
|
-
|
|
18
|
-
if (key === "default" || key === "__esModule") return;
|
|
19
|
-
if (key in exports && exports[key] === _illustrations[key]) return;
|
|
151
|
+
var _IllustrationSuccessDark = _interopRequireDefault(require("./illustrations/IllustrationSuccessDark"));
|
|
20
152
|
|
|
21
|
-
|
|
22
|
-
enumerable: true,
|
|
23
|
-
get: function () {
|
|
24
|
-
return _illustrations[key];
|
|
25
|
-
}
|
|
26
|
-
});
|
|
27
|
-
});
|
|
153
|
+
var _IllustrationSuccess = _interopRequireDefault(require("./illustrations/IllustrationSuccess"));
|
package/lib/es/index.d.ts
CHANGED
|
@@ -1 +1,16 @@
|
|
|
1
|
-
export
|
|
1
|
+
export { default as IllustrationConstructionDark } from './illustrations/IllustrationConstructionDark';
|
|
2
|
+
export { default as IllustrationConstruction } from './illustrations/IllustrationConstruction';
|
|
3
|
+
export { default as IllustrationFailureDark } from './illustrations/IllustrationFailureDark';
|
|
4
|
+
export { default as IllustrationFailure } from './illustrations/IllustrationFailure';
|
|
5
|
+
export { default as IllustrationIdleDark } from './illustrations/IllustrationIdleDark';
|
|
6
|
+
export { default as IllustrationIdle } from './illustrations/IllustrationIdle';
|
|
7
|
+
export { default as IllustrationNoAccessDark } from './illustrations/IllustrationNoAccessDark';
|
|
8
|
+
export { default as IllustrationNoAccess } from './illustrations/IllustrationNoAccess';
|
|
9
|
+
export { default as IllustrationNoContentDark } from './illustrations/IllustrationNoContentDark';
|
|
10
|
+
export { default as IllustrationNoContent } from './illustrations/IllustrationNoContent';
|
|
11
|
+
export { default as IllustrationNoResultDark } from './illustrations/IllustrationNoResultDark';
|
|
12
|
+
export { default as IllustrationNoResult } from './illustrations/IllustrationNoResult';
|
|
13
|
+
export { default as IllustrationNotFoundDark } from './illustrations/IllustrationNotFoundDark';
|
|
14
|
+
export { default as IllustrationNotFound } from './illustrations/IllustrationNotFound';
|
|
15
|
+
export { default as IllustrationSuccessDark } from './illustrations/IllustrationSuccessDark';
|
|
16
|
+
export { default as IllustrationSuccess } from './illustrations/IllustrationSuccess';
|
package/lib/es/index.js
CHANGED
|
@@ -1,27 +1,153 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
var _context;
|
|
4
|
-
|
|
5
3
|
var _Object$defineProperty = require("@babel/runtime-corejs3/core-js-stable/object/define-property");
|
|
6
4
|
|
|
7
|
-
var
|
|
8
|
-
|
|
9
|
-
var _Object$keys = require("@babel/runtime-corejs3/core-js-stable/object/keys");
|
|
5
|
+
var _interopRequireDefault = require("@babel/runtime-corejs3/helpers/interopRequireDefault");
|
|
10
6
|
|
|
11
7
|
_Object$defineProperty(exports, "__esModule", {
|
|
12
8
|
value: true
|
|
13
9
|
});
|
|
14
10
|
|
|
15
|
-
|
|
11
|
+
_Object$defineProperty(exports, "IllustrationConstruction", {
|
|
12
|
+
enumerable: true,
|
|
13
|
+
get: function () {
|
|
14
|
+
return _IllustrationConstruction.default;
|
|
15
|
+
}
|
|
16
|
+
});
|
|
17
|
+
|
|
18
|
+
_Object$defineProperty(exports, "IllustrationConstructionDark", {
|
|
19
|
+
enumerable: true,
|
|
20
|
+
get: function () {
|
|
21
|
+
return _IllustrationConstructionDark.default;
|
|
22
|
+
}
|
|
23
|
+
});
|
|
24
|
+
|
|
25
|
+
_Object$defineProperty(exports, "IllustrationFailure", {
|
|
26
|
+
enumerable: true,
|
|
27
|
+
get: function () {
|
|
28
|
+
return _IllustrationFailure.default;
|
|
29
|
+
}
|
|
30
|
+
});
|
|
31
|
+
|
|
32
|
+
_Object$defineProperty(exports, "IllustrationFailureDark", {
|
|
33
|
+
enumerable: true,
|
|
34
|
+
get: function () {
|
|
35
|
+
return _IllustrationFailureDark.default;
|
|
36
|
+
}
|
|
37
|
+
});
|
|
38
|
+
|
|
39
|
+
_Object$defineProperty(exports, "IllustrationIdle", {
|
|
40
|
+
enumerable: true,
|
|
41
|
+
get: function () {
|
|
42
|
+
return _IllustrationIdle.default;
|
|
43
|
+
}
|
|
44
|
+
});
|
|
45
|
+
|
|
46
|
+
_Object$defineProperty(exports, "IllustrationIdleDark", {
|
|
47
|
+
enumerable: true,
|
|
48
|
+
get: function () {
|
|
49
|
+
return _IllustrationIdleDark.default;
|
|
50
|
+
}
|
|
51
|
+
});
|
|
52
|
+
|
|
53
|
+
_Object$defineProperty(exports, "IllustrationNoAccess", {
|
|
54
|
+
enumerable: true,
|
|
55
|
+
get: function () {
|
|
56
|
+
return _IllustrationNoAccess.default;
|
|
57
|
+
}
|
|
58
|
+
});
|
|
59
|
+
|
|
60
|
+
_Object$defineProperty(exports, "IllustrationNoAccessDark", {
|
|
61
|
+
enumerable: true,
|
|
62
|
+
get: function () {
|
|
63
|
+
return _IllustrationNoAccessDark.default;
|
|
64
|
+
}
|
|
65
|
+
});
|
|
66
|
+
|
|
67
|
+
_Object$defineProperty(exports, "IllustrationNoContent", {
|
|
68
|
+
enumerable: true,
|
|
69
|
+
get: function () {
|
|
70
|
+
return _IllustrationNoContent.default;
|
|
71
|
+
}
|
|
72
|
+
});
|
|
73
|
+
|
|
74
|
+
_Object$defineProperty(exports, "IllustrationNoContentDark", {
|
|
75
|
+
enumerable: true,
|
|
76
|
+
get: function () {
|
|
77
|
+
return _IllustrationNoContentDark.default;
|
|
78
|
+
}
|
|
79
|
+
});
|
|
80
|
+
|
|
81
|
+
_Object$defineProperty(exports, "IllustrationNoResult", {
|
|
82
|
+
enumerable: true,
|
|
83
|
+
get: function () {
|
|
84
|
+
return _IllustrationNoResult.default;
|
|
85
|
+
}
|
|
86
|
+
});
|
|
87
|
+
|
|
88
|
+
_Object$defineProperty(exports, "IllustrationNoResultDark", {
|
|
89
|
+
enumerable: true,
|
|
90
|
+
get: function () {
|
|
91
|
+
return _IllustrationNoResultDark.default;
|
|
92
|
+
}
|
|
93
|
+
});
|
|
94
|
+
|
|
95
|
+
_Object$defineProperty(exports, "IllustrationNotFound", {
|
|
96
|
+
enumerable: true,
|
|
97
|
+
get: function () {
|
|
98
|
+
return _IllustrationNotFound.default;
|
|
99
|
+
}
|
|
100
|
+
});
|
|
101
|
+
|
|
102
|
+
_Object$defineProperty(exports, "IllustrationNotFoundDark", {
|
|
103
|
+
enumerable: true,
|
|
104
|
+
get: function () {
|
|
105
|
+
return _IllustrationNotFoundDark.default;
|
|
106
|
+
}
|
|
107
|
+
});
|
|
108
|
+
|
|
109
|
+
_Object$defineProperty(exports, "IllustrationSuccess", {
|
|
110
|
+
enumerable: true,
|
|
111
|
+
get: function () {
|
|
112
|
+
return _IllustrationSuccess.default;
|
|
113
|
+
}
|
|
114
|
+
});
|
|
115
|
+
|
|
116
|
+
_Object$defineProperty(exports, "IllustrationSuccessDark", {
|
|
117
|
+
enumerable: true,
|
|
118
|
+
get: function () {
|
|
119
|
+
return _IllustrationSuccessDark.default;
|
|
120
|
+
}
|
|
121
|
+
});
|
|
122
|
+
|
|
123
|
+
var _IllustrationConstructionDark = _interopRequireDefault(require("./illustrations/IllustrationConstructionDark"));
|
|
124
|
+
|
|
125
|
+
var _IllustrationConstruction = _interopRequireDefault(require("./illustrations/IllustrationConstruction"));
|
|
126
|
+
|
|
127
|
+
var _IllustrationFailureDark = _interopRequireDefault(require("./illustrations/IllustrationFailureDark"));
|
|
128
|
+
|
|
129
|
+
var _IllustrationFailure = _interopRequireDefault(require("./illustrations/IllustrationFailure"));
|
|
130
|
+
|
|
131
|
+
var _IllustrationIdleDark = _interopRequireDefault(require("./illustrations/IllustrationIdleDark"));
|
|
132
|
+
|
|
133
|
+
var _IllustrationIdle = _interopRequireDefault(require("./illustrations/IllustrationIdle"));
|
|
134
|
+
|
|
135
|
+
var _IllustrationNoAccessDark = _interopRequireDefault(require("./illustrations/IllustrationNoAccessDark"));
|
|
136
|
+
|
|
137
|
+
var _IllustrationNoAccess = _interopRequireDefault(require("./illustrations/IllustrationNoAccess"));
|
|
138
|
+
|
|
139
|
+
var _IllustrationNoContentDark = _interopRequireDefault(require("./illustrations/IllustrationNoContentDark"));
|
|
140
|
+
|
|
141
|
+
var _IllustrationNoContent = _interopRequireDefault(require("./illustrations/IllustrationNoContent"));
|
|
142
|
+
|
|
143
|
+
var _IllustrationNoResultDark = _interopRequireDefault(require("./illustrations/IllustrationNoResultDark"));
|
|
144
|
+
|
|
145
|
+
var _IllustrationNoResult = _interopRequireDefault(require("./illustrations/IllustrationNoResult"));
|
|
146
|
+
|
|
147
|
+
var _IllustrationNotFoundDark = _interopRequireDefault(require("./illustrations/IllustrationNotFoundDark"));
|
|
148
|
+
|
|
149
|
+
var _IllustrationNotFound = _interopRequireDefault(require("./illustrations/IllustrationNotFound"));
|
|
16
150
|
|
|
17
|
-
|
|
18
|
-
if (key === "default" || key === "__esModule") return;
|
|
19
|
-
if (key in exports && exports[key] === _illustrations[key]) return;
|
|
151
|
+
var _IllustrationSuccessDark = _interopRequireDefault(require("./illustrations/IllustrationSuccessDark"));
|
|
20
152
|
|
|
21
|
-
|
|
22
|
-
enumerable: true,
|
|
23
|
-
get: function () {
|
|
24
|
-
return _illustrations[key];
|
|
25
|
-
}
|
|
26
|
-
});
|
|
27
|
-
});
|
|
153
|
+
var _IllustrationSuccess = _interopRequireDefault(require("./illustrations/IllustrationSuccess"));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@douyinfe/semi-illustrations",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.15.0",
|
|
4
4
|
"description": "semi illustrations",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"semi",
|
|
@@ -55,5 +55,5 @@
|
|
|
55
55
|
"build:js": "npm run build:lib && node scripts/compileDist.js",
|
|
56
56
|
"prepublishOnly": "npm run clean && npm run build:js"
|
|
57
57
|
},
|
|
58
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "236be8e52864297171e3b08da20475139dadd633"
|
|
59
59
|
}
|
package/src/index.ts
CHANGED
|
@@ -1 +1,16 @@
|
|
|
1
|
-
export
|
|
1
|
+
export { default as IllustrationConstructionDark } from './illustrations/IllustrationConstructionDark';
|
|
2
|
+
export { default as IllustrationConstruction } from './illustrations/IllustrationConstruction';
|
|
3
|
+
export { default as IllustrationFailureDark } from './illustrations/IllustrationFailureDark';
|
|
4
|
+
export { default as IllustrationFailure } from './illustrations/IllustrationFailure';
|
|
5
|
+
export { default as IllustrationIdleDark } from './illustrations/IllustrationIdleDark';
|
|
6
|
+
export { default as IllustrationIdle } from './illustrations/IllustrationIdle';
|
|
7
|
+
export { default as IllustrationNoAccessDark } from './illustrations/IllustrationNoAccessDark';
|
|
8
|
+
export { default as IllustrationNoAccess } from './illustrations/IllustrationNoAccess';
|
|
9
|
+
export { default as IllustrationNoContentDark } from './illustrations/IllustrationNoContentDark';
|
|
10
|
+
export { default as IllustrationNoContent } from './illustrations/IllustrationNoContent';
|
|
11
|
+
export { default as IllustrationNoResultDark } from './illustrations/IllustrationNoResultDark';
|
|
12
|
+
export { default as IllustrationNoResult } from './illustrations/IllustrationNoResult';
|
|
13
|
+
export { default as IllustrationNotFoundDark } from './illustrations/IllustrationNotFoundDark';
|
|
14
|
+
export { default as IllustrationNotFound } from './illustrations/IllustrationNotFound';
|
|
15
|
+
export { default as IllustrationSuccessDark } from './illustrations/IllustrationSuccessDark';
|
|
16
|
+
export { default as IllustrationSuccess } from './illustrations/IllustrationSuccess';
|