Skip to content

Commit 7721c8d

Browse files
chore: update to DevExtreme 24.2.5 (#71)
* update to DevExtreme 24.2.5 * npm's package-lock update * use pure npm, remove yarn.lock
1 parent 5078398 commit 7721c8d

34 files changed

+37949
-7457
lines changed

devextreme.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,26 +13,54 @@
1313
"outputFile": "src/themes/generated/theme.base.css"
1414
}
1515
},
16+
{
17+
"command": "build-theme",
18+
"options": {
19+
"inputFile": "src/themes/metadata.base.dark.json",
20+
"outputFile": "src/themes/generated/theme.base.dark.css"
21+
}
22+
},
1623
{
1724
"command": "build-theme",
1825
"options": {
1926
"inputFile": "src/themes/metadata.additional.json",
2027
"outputFile": "src/themes/generated/theme.additional.css"
2128
}
2229
},
30+
{
31+
"command": "build-theme",
32+
"options": {
33+
"inputFile": "src/themes/metadata.additional.dark.json",
34+
"outputFile": "src/themes/generated/theme.additional.dark.css"
35+
}
36+
},
2337
{
2438
"command": "export-theme-vars",
2539
"options": {
2640
"inputFile": "src/themes/metadata.base.json",
2741
"outputFile": "src/themes/generated/variables.base.scss"
2842
}
2943
},
44+
{
45+
"command": "export-theme-vars",
46+
"options": {
47+
"inputFile": "src/themes/metadata.base.dark.json",
48+
"outputFile": "src/themes/generated/variables.base.dark.scss"
49+
}
50+
},
3051
{
3152
"command": "export-theme-vars",
3253
"options": {
3354
"inputFile": "src/themes/metadata.additional.json",
3455
"outputFile": "src/themes/generated/variables.additional.scss"
3556
}
57+
},
58+
{
59+
"command": "export-theme-vars",
60+
"options": {
61+
"inputFile": "src/themes/metadata.additional.dark.json",
62+
"outputFile": "src/themes/generated/variables.additional.dark.scss"
63+
}
3664
}
3765
]
3866
}

0 commit comments

Comments
 (0)