@tuya-sat/sdf-main-sdk 6.0.8 → 6.0.10

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/main.css CHANGED
@@ -690,6 +690,24 @@ 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
+ }
693
711
  .logout__tECKi {
694
712
  display: flex;
695
713
  align-items: center;
@@ -1362,10 +1380,14 @@ body.light .layoutContent___o1Q3::backdrop {
1362
1380
  width: auto !important;
1363
1381
  }
1364
1382
  .topSelect__FFgaS .tagRow__i19DM {
1383
+ position: sticky;
1384
+ top: 0;
1385
+ z-index: 1;
1365
1386
  display: flex;
1366
1387
  align-items: center;
1367
1388
  justify-content: space-between;
1368
1389
  padding: 16px 0 0 16px;
1390
+ background: var(--main-app-color-bg-container);
1369
1391
  }
1370
1392
  .topSelect__FFgaS .tagItem__MOTcU {
1371
1393
  font-size: 14px;
@@ -1382,6 +1404,32 @@ body.light .layoutContent___o1Q3::backdrop {
1382
1404
  cursor: pointer;
1383
1405
  color: var(--main-app-color-primary);
1384
1406
  }
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
+ }
1385
1433
  .topSelect__FFgaS .main-select-item-option {
1386
1434
  margin-bottom: 4px;
1387
1435
  }
@@ -2022,7 +2070,7 @@ body.light .circle__l8iGG .main-badge-count {
2022
2070
  color: var(--main-app-color-text);
2023
2071
  }
2024
2072
  .goHome__rL9nk {
2025
- margin-right: 8px;
2073
+ margin-right: 4px;
2026
2074
  padding: 8px;
2027
2075
  font-size: 13px;
2028
2076
  font-weight: 500;