@douyinfe/semi-rspack-plugin 2.95.1 → 2.96.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/lib/componentName.js
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const componentVariablePathList = [
|
|
4
|
-
'@douyinfe/semi-foundation/
|
|
4
|
+
'@douyinfe/semi-foundation/aiChatDialogue/variables.scss',
|
|
5
|
+
'@douyinfe/semi-foundation/aiChatInput/variables.scss',
|
|
5
6
|
'@douyinfe/semi-foundation/anchor/variables.scss',
|
|
7
|
+
'@douyinfe/semi-foundation/audioPlayer/variables.scss',
|
|
6
8
|
'@douyinfe/semi-foundation/autoComplete/variables.scss',
|
|
7
9
|
'@douyinfe/semi-foundation/avatar/variables.scss',
|
|
8
10
|
'@douyinfe/semi-foundation/backtop/variables.scss',
|
|
@@ -14,32 +16,41 @@ const componentVariablePathList = [
|
|
|
14
16
|
'@douyinfe/semi-foundation/card/variables.scss',
|
|
15
17
|
'@douyinfe/semi-foundation/carousel/variables.scss',
|
|
16
18
|
'@douyinfe/semi-foundation/cascader/variables.scss',
|
|
19
|
+
'@douyinfe/semi-foundation/chat/variables.scss',
|
|
17
20
|
'@douyinfe/semi-foundation/checkbox/variables.scss',
|
|
18
21
|
'@douyinfe/semi-foundation/collapse/variables.scss',
|
|
19
|
-
'@douyinfe/semi-foundation/
|
|
22
|
+
'@douyinfe/semi-foundation/colorPicker/variables.scss',
|
|
23
|
+
'@douyinfe/semi-foundation/cropper/variables.scss',
|
|
20
24
|
'@douyinfe/semi-foundation/datePicker/variables.scss',
|
|
21
25
|
'@douyinfe/semi-foundation/descriptions/variables.scss',
|
|
22
26
|
'@douyinfe/semi-foundation/divider/variables.scss',
|
|
23
27
|
'@douyinfe/semi-foundation/dropdown/variables.scss',
|
|
24
28
|
'@douyinfe/semi-foundation/empty/variables.scss',
|
|
29
|
+
'@douyinfe/semi-foundation/floatButton/variables.scss',
|
|
25
30
|
'@douyinfe/semi-foundation/form/variables.scss',
|
|
26
31
|
'@douyinfe/semi-foundation/grid/variables.scss',
|
|
27
32
|
'@douyinfe/semi-foundation/highlight/variables.scss',
|
|
33
|
+
'@douyinfe/semi-foundation/hotKeys/variables.scss',
|
|
28
34
|
'@douyinfe/semi-foundation/image/variables.scss',
|
|
29
35
|
'@douyinfe/semi-foundation/input/variables.scss',
|
|
30
36
|
'@douyinfe/semi-foundation/inputNumber/variables.scss',
|
|
37
|
+
'@douyinfe/semi-foundation/jsonViewer/variables.scss',
|
|
31
38
|
'@douyinfe/semi-foundation/list/variables.scss',
|
|
39
|
+
'@douyinfe/semi-foundation/markdownRender/variables.scss',
|
|
32
40
|
'@douyinfe/semi-foundation/modal/variables.scss',
|
|
33
41
|
'@douyinfe/semi-foundation/navigation/variables.scss',
|
|
34
42
|
'@douyinfe/semi-foundation/notification/variables.scss',
|
|
35
43
|
'@douyinfe/semi-foundation/pagination/variables.scss',
|
|
44
|
+
'@douyinfe/semi-foundation/pincode/variables.scss',
|
|
36
45
|
'@douyinfe/semi-foundation/popconfirm/variables.scss',
|
|
37
46
|
'@douyinfe/semi-foundation/popover/variables.scss',
|
|
38
47
|
'@douyinfe/semi-foundation/progress/variables.scss',
|
|
39
48
|
'@douyinfe/semi-foundation/radio/variables.scss',
|
|
40
49
|
'@douyinfe/semi-foundation/rating/variables.scss',
|
|
50
|
+
'@douyinfe/semi-foundation/resizable/variables.scss',
|
|
41
51
|
'@douyinfe/semi-foundation/scrollList/variables.scss',
|
|
42
52
|
'@douyinfe/semi-foundation/select/variables.scss',
|
|
53
|
+
'@douyinfe/semi-foundation/sidebar/variables.scss',
|
|
43
54
|
'@douyinfe/semi-foundation/sideSheet/variables.scss',
|
|
44
55
|
'@douyinfe/semi-foundation/skeleton/variables.scss',
|
|
45
56
|
'@douyinfe/semi-foundation/slider/variables.scss',
|
|
@@ -54,10 +65,13 @@ const componentVariablePathList = [
|
|
|
54
65
|
'@douyinfe/semi-foundation/timePicker/variables.scss',
|
|
55
66
|
'@douyinfe/semi-foundation/timeline/variables.scss',
|
|
56
67
|
'@douyinfe/semi-foundation/toast/variables.scss',
|
|
68
|
+
'@douyinfe/semi-foundation/tooltip/variables.scss',
|
|
57
69
|
'@douyinfe/semi-foundation/transfer/variables.scss',
|
|
58
70
|
'@douyinfe/semi-foundation/tree/variables.scss',
|
|
59
71
|
'@douyinfe/semi-foundation/treeSelect/variables.scss',
|
|
60
72
|
'@douyinfe/semi-foundation/typography/variables.scss',
|
|
61
|
-
'@douyinfe/semi-foundation/upload/variables.scss'
|
|
73
|
+
'@douyinfe/semi-foundation/upload/variables.scss',
|
|
74
|
+
'@douyinfe/semi-foundation/userGuide/variables.scss',
|
|
75
|
+
'@douyinfe/semi-foundation/videoPlayer/variables.scss'
|
|
62
76
|
];
|
|
63
77
|
exports.default = componentVariablePathList;
|
|
@@ -16,7 +16,7 @@ function SemiThemeLoader(source) {
|
|
|
16
16
|
const cssVarStr = `@import "~${theme}/scss/global.scss";\n`;
|
|
17
17
|
let animationStr = `@import "~${theme}/scss/animation.scss";\n`;
|
|
18
18
|
try {
|
|
19
|
-
|
|
19
|
+
enhanced_resolve_1.default.sync(this.context, `${theme}/scss/animation.scss`);
|
|
20
20
|
}
|
|
21
21
|
catch (e) {
|
|
22
22
|
animationStr = ''; // fallback to empty string
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@douyinfe/semi-rspack-plugin",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.96.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"homepage": "",
|
|
6
6
|
"license": "MIT",
|
|
@@ -33,5 +33,5 @@
|
|
|
33
33
|
"typescript": "^4",
|
|
34
34
|
"webpack": "^5.77.0"
|
|
35
35
|
},
|
|
36
|
-
"gitHead": "
|
|
36
|
+
"gitHead": "c2077bb9f3ac194ef162fa6b8332a3997c83d041"
|
|
37
37
|
}
|