@tuya-sat/sdf-main-sdk 6.0.12 → 6.0.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.
- package/dist/{364.7b222d6f.chunk.js → 364.9709fc51.chunk.js} +1 -1
- package/dist/{364.7b222d6f.chunk.js.map → 364.9709fc51.chunk.js.map} +1 -1
- package/dist/api/urls.d.ts +3 -2
- package/dist/components/Layout/antd/components/HomeSelect/useHomeInfo.d.ts +4 -36
- package/dist/components/Layout/antd/components/NavItem/index.d.ts +0 -1
- package/dist/en.json +2 -6
- package/dist/index.d.ts +1 -0
- package/dist/main.bundle.js +1 -1
- package/dist/main.bundle.js.map +1 -1
- package/dist/main.css +1 -49
- package/dist/main.css.map +1 -1
- package/dist/manifest.json +2 -2
- package/dist/mqtt/index.d.ts +10 -5
- package/dist/qiankun/xhook/index.d.ts +0 -17
- package/dist/utils/index.d.ts +1 -10
- package/dist/utils/switchHome.d.ts +2 -39
- package/dist/zh.json +2 -6
- package/package.json +1 -1
package/dist/main.css
CHANGED
|
@@ -690,24 +690,6 @@ body.light .uploadModal__r50Ae .img-crop-control {
|
|
|
690
690
|
.featureList__i3LhM .main-app-nav-item:hover {
|
|
691
691
|
background: var(--main-app-color-bg-spotlight);
|
|
692
692
|
}
|
|
693
|
-
.setting__EZbI3 {
|
|
694
|
-
padding: 4px 8px;
|
|
695
|
-
border-top: 1px solid var(--main-app-color-fill-secondary);
|
|
696
|
-
}
|
|
697
|
-
.setting__EZbI3 .settingTitle__hbZLi {
|
|
698
|
-
font-weight: 500;
|
|
699
|
-
}
|
|
700
|
-
.setting__EZbI3 .settingContent__ArXs6 {
|
|
701
|
-
font-size: 13px;
|
|
702
|
-
color: var(--main-app-color-text-tertiary);
|
|
703
|
-
}
|
|
704
|
-
.setting__EZbI3 .main-app-nav-item {
|
|
705
|
-
padding: 8px;
|
|
706
|
-
border-radius: 8px;
|
|
707
|
-
}
|
|
708
|
-
.setting__EZbI3 .main-app-nav-item:hover {
|
|
709
|
-
background: var(--main-app-color-bg-spotlight);
|
|
710
|
-
}
|
|
711
693
|
.logout__tECKi {
|
|
712
694
|
display: flex;
|
|
713
695
|
align-items: center;
|
|
@@ -1380,14 +1362,10 @@ body.light .layoutContent___o1Q3::backdrop {
|
|
|
1380
1362
|
width: auto !important;
|
|
1381
1363
|
}
|
|
1382
1364
|
.topSelect__FFgaS .tagRow__i19DM {
|
|
1383
|
-
position: sticky;
|
|
1384
|
-
top: 0;
|
|
1385
|
-
z-index: 1;
|
|
1386
1365
|
display: flex;
|
|
1387
1366
|
align-items: center;
|
|
1388
1367
|
justify-content: space-between;
|
|
1389
1368
|
padding: 16px 0 0 16px;
|
|
1390
|
-
background: var(--main-app-color-bg-container);
|
|
1391
1369
|
}
|
|
1392
1370
|
.topSelect__FFgaS .tagItem__MOTcU {
|
|
1393
1371
|
font-size: 14px;
|
|
@@ -1404,32 +1382,6 @@ body.light .layoutContent___o1Q3::backdrop {
|
|
|
1404
1382
|
cursor: pointer;
|
|
1405
1383
|
color: var(--main-app-color-primary);
|
|
1406
1384
|
}
|
|
1407
|
-
.topSelect__FFgaS .section__Uph5q {
|
|
1408
|
-
padding: 0 0 8px 0;
|
|
1409
|
-
}
|
|
1410
|
-
.topSelect__FFgaS .section__Uph5q:last-child {
|
|
1411
|
-
padding-bottom: 16px;
|
|
1412
|
-
}
|
|
1413
|
-
.topSelect__FFgaS .section__Uph5q:not(:first-child) .tagRow__i19DM {
|
|
1414
|
-
padding-top: 12px;
|
|
1415
|
-
}
|
|
1416
|
-
.topSelect__FFgaS .itemRow__AUGzJ {
|
|
1417
|
-
display: flex;
|
|
1418
|
-
align-items: center;
|
|
1419
|
-
gap: 8px;
|
|
1420
|
-
padding: 7px 12px;
|
|
1421
|
-
margin: 0 8px 4px 8px;
|
|
1422
|
-
cursor: pointer;
|
|
1423
|
-
border-radius: 8px;
|
|
1424
|
-
font-size: 14px;
|
|
1425
|
-
line-height: 22px;
|
|
1426
|
-
}
|
|
1427
|
-
.topSelect__FFgaS .itemRow__AUGzJ:hover {
|
|
1428
|
-
background: var(--main-app-color-fill-tertiary);
|
|
1429
|
-
}
|
|
1430
|
-
.topSelect__FFgaS .itemSelected__tTjy2 {
|
|
1431
|
-
background: var(--main-app-color-fill-tertiary);
|
|
1432
|
-
}
|
|
1433
1385
|
.topSelect__FFgaS .main-select-item-option {
|
|
1434
1386
|
margin-bottom: 4px;
|
|
1435
1387
|
}
|
|
@@ -2070,7 +2022,7 @@ body.light .circle__l8iGG .main-badge-count {
|
|
|
2070
2022
|
color: var(--main-app-color-text);
|
|
2071
2023
|
}
|
|
2072
2024
|
.goHome__rL9nk {
|
|
2073
|
-
margin-right:
|
|
2025
|
+
margin-right: 8px;
|
|
2074
2026
|
padding: 8px;
|
|
2075
2027
|
font-size: 13px;
|
|
2076
2028
|
font-weight: 500;
|