File tree 4 files changed +13
-13
lines changed
4 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 13
13
"@rspack/cli" : " ^0.1.8"
14
14
},
15
15
"dependencies" : {
16
+ "@arco-design/theme-christmas" : " ^0.0.18" ,
16
17
"@arco-design/web-react" : " ^2.47.1" ,
17
18
"@arco-iconbox/react-partial-bits" : " ^0.0.3" ,
18
19
"@arco-plugins/unplugin-react" : " workspace:*" ,
19
- "@arco-themes/react-asuka" : " ^0.0.1" ,
20
20
"example-component-a" : " workspace:*" ,
21
21
"ky" : " ^0.33.3" ,
22
22
"react" : " ^18.2.0" ,
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ module.exports = {
49
49
} ,
50
50
plugins : [
51
51
new ArcoDesignPlugin ( {
52
- theme : ' @arco-themes/react-asuka' ,
52
+ theme : path . resolve ( __dirname , 'node_modules/ @arco-design/theme-christmas' ) ,
53
53
iconBox : '@arco-iconbox/react-partial-bits' ,
54
54
removeFontFace : true ,
55
55
defaultLanguage : 'ja-JP' ,
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ function App() {
22
22
< ol >
23
23
< Space direction = "vertical" size = "large" >
24
24
< li >
25
- < p > The color of button should be orange (theme: '@arco-themes/react-asuka '):</ p >
25
+ < p > The button should be the Christmas style (theme: '@arco-design/theme-christmas '):</ p >
26
26
< Button type = "primary" > Button</ Button >
27
27
</ li >
28
28
< li >
Original file line number Diff line number Diff line change @@ -34,6 +34,15 @@ __metadata:
34
34
languageName: node
35
35
linkType: hard
36
36
37
+ "@arco-design/theme-christmas@npm:^0.0.18":
38
+ version: 0.0.18
39
+ resolution: "@arco-design/theme-christmas@npm:0.0.18"
40
+ peerDependencies:
41
+ "@arco-design/web-react": ^2.26.0
42
+ checksum: 4f4e4da648c1cee14bafc5e434dfa8d92b1a966dabbcd83090d80a3e4da4c4dfe219866257bbb3d493dccd49612d00b55bc0a39cee4e6ed9f53e02a2658d63a6
43
+ languageName: node
44
+ linkType: hard
45
+
37
46
"@arco-design/web-react@npm:^2.35.1":
38
47
version: 2.35.1
39
48
resolution: "@arco-design/web-react@npm:2.35.1"
@@ -194,15 +203,6 @@ __metadata:
194
203
languageName: unknown
195
204
linkType: soft
196
205
197
- "@arco-themes/react-asuka@npm:^0.0.1":
198
- version: 0.0.1
199
- resolution: "@arco-themes/react-asuka@npm:0.0.1"
200
- peerDependencies:
201
- "@arco-design/web-react": ^2.47.1
202
- checksum: 051970e604273a997988bb9723d55df070b06ab19c605beaf98d91d25d9f632d575de9d6d06774d2570839d74665c7b5807802a6c43ae04e22e473251c725f51
203
- languageName: node
204
- linkType: hard
205
-
206
206
"@arco-themes/react-plugin-test@npm:^0.0.1":
207
207
version: 0.0.1
208
208
resolution: "@arco-themes/react-plugin-test@npm:0.0.1"
@@ -7505,10 +7505,10 @@ __metadata:
7505
7505
version: 0.0.0-use.local
7506
7506
resolution: "example-rspack-react@workspace:examples/rspack-react"
7507
7507
dependencies:
7508
+ "@arco-design/theme-christmas": ^0.0.18
7508
7509
"@arco-design/web-react": ^2.47.1
7509
7510
"@arco-iconbox/react-partial-bits": ^0.0.3
7510
7511
"@arco-plugins/unplugin-react": "workspace:*"
7511
- "@arco-themes/react-asuka": ^0.0.1
7512
7512
"@rspack/cli": ^0.1.8
7513
7513
example-component-a: "workspace:*"
7514
7514
ky: ^0.33.3
You can’t perform that action at this time.
0 commit comments