@tuya-sat/micro-dev-loader 2.2.12 → 2.2.13
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.
|
@@ -1291,14 +1291,15 @@ html {
|
|
|
1291
1291
|
|
|
1292
1292
|
// Tag
|
|
1293
1293
|
// ---
|
|
1294
|
-
|
|
1295
|
-
@info-color-deprecated-
|
|
1296
|
-
@
|
|
1297
|
-
@success-color-deprecated-
|
|
1298
|
-
@
|
|
1299
|
-
@warning-color-deprecated-
|
|
1300
|
-
@
|
|
1301
|
-
@error-color-deprecated-
|
|
1294
|
+
// --- 注释,使用css变量
|
|
1295
|
+
// @info-color-deprecated-bg: @primary-1;
|
|
1296
|
+
// @info-color-deprecated-border: @primary-3;
|
|
1297
|
+
// @success-color-deprecated-bg: @green-1;
|
|
1298
|
+
// @success-color-deprecated-border: @green-3;
|
|
1299
|
+
// @warning-color-deprecated-bg: @orange-1;
|
|
1300
|
+
// @warning-color-deprecated-border: @orange-3;
|
|
1301
|
+
// @error-color-deprecated-bg: @red-1;
|
|
1302
|
+
// @error-color-deprecated-border: @red-3;
|
|
1302
1303
|
|
|
1303
1304
|
// TimePicker
|
|
1304
1305
|
// ---
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tuya-sat/micro-dev-loader",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.13",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"scripts": {
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"@babel/generator": "7.17.7",
|
|
15
15
|
"@babel/plugin-syntax-typescript": "7.16.7",
|
|
16
16
|
"@babel/template": "7.16.7",
|
|
17
|
-
"@tuya-sat/micro-utils": "2.2.
|
|
17
|
+
"@tuya-sat/micro-utils": "2.2.13",
|
|
18
18
|
"cheerio": "1.0.0-rc.10",
|
|
19
19
|
"ejs": "3.1.6",
|
|
20
20
|
"fs-extra": "10.0.1",
|