@tuya-miniapp/ark-extension-virtual-device 1.4.0-beta-5 → 1.4.0-beta-7

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.
@@ -44928,6 +44928,57 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
44928
44928
  padding-left: 0;
44929
44929
  }
44930
44930
 
44931
+ .dev-item-wrapper {
44932
+ width: 232px;
44933
+ border-radius: 12px;
44934
+ background-color: #fff;
44935
+ padding: 20px;
44936
+ display: flex;
44937
+ flex-direction: column;
44938
+ align-items: left;
44939
+ }
44940
+ .dev-item-wrapper .icon {
44941
+ width: 56px;
44942
+ height: 56px;
44943
+ }
44944
+ .dev-item-wrapper .name {
44945
+ width: 100%;
44946
+ margin-top: 20px;
44947
+ color: rgba(0, 0, 0, 0.9);
44948
+ font-family: SF Pro Display;
44949
+ font-size: 18px;
44950
+ font-style: normal;
44951
+ font-weight: 500;
44952
+ line-height: 22px;
44953
+ /* 122.222% */
44954
+ height: 22px;
44955
+ overflow: hidden;
44956
+ text-overflow: ellipsis;
44957
+ white-space: nowrap;
44958
+ }
44959
+ .dev-item-wrapper .room-status {
44960
+ color: rgba(0, 0, 0, 0.5);
44961
+ font-family: SF Pro Display;
44962
+ font-size: 13px;
44963
+ font-style: normal;
44964
+ font-weight: 400;
44965
+ line-height: 18px;
44966
+ /* 138.462% */
44967
+ }
44968
+ .dev-item-wrapper .room-status .room-name::after {
44969
+ content: ' | ';
44970
+ }
44971
+ .dev-item-wrapper .offline {
44972
+ color: #FFA000;
44973
+ }
44974
+ .dev-item-wrapper .shared {
44975
+ color: #F96A62;
44976
+ }
44977
+ .checkedItem {
44978
+ border-width: 2px;
44979
+ border-color: #096dd9;
44980
+ }
44981
+
44931
44982
  .top-bar-wrapper {
44932
44983
  width: 100vw;
44933
44984
  height: 120px;
@@ -45016,54 +45067,3 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
45016
45067
  border-bottom: 0;
45017
45068
  }
45018
45069
 
45019
- .dev-item-wrapper {
45020
- width: 232px;
45021
- border-radius: 12px;
45022
- background-color: #fff;
45023
- padding: 20px;
45024
- display: flex;
45025
- flex-direction: column;
45026
- align-items: left;
45027
- }
45028
- .dev-item-wrapper .icon {
45029
- width: 56px;
45030
- height: 56px;
45031
- }
45032
- .dev-item-wrapper .name {
45033
- width: 100%;
45034
- margin-top: 20px;
45035
- color: rgba(0, 0, 0, 0.9);
45036
- font-family: SF Pro Display;
45037
- font-size: 18px;
45038
- font-style: normal;
45039
- font-weight: 500;
45040
- line-height: 22px;
45041
- /* 122.222% */
45042
- height: 22px;
45043
- overflow: hidden;
45044
- text-overflow: ellipsis;
45045
- white-space: nowrap;
45046
- }
45047
- .dev-item-wrapper .room-status {
45048
- color: rgba(0, 0, 0, 0.5);
45049
- font-family: SF Pro Display;
45050
- font-size: 13px;
45051
- font-style: normal;
45052
- font-weight: 400;
45053
- line-height: 18px;
45054
- /* 138.462% */
45055
- }
45056
- .dev-item-wrapper .room-status .room-name::after {
45057
- content: ' | ';
45058
- }
45059
- .dev-item-wrapper .offline {
45060
- color: #FFA000;
45061
- }
45062
- .dev-item-wrapper .shared {
45063
- color: #F96A62;
45064
- }
45065
- .checkedItem {
45066
- border-width: 2px;
45067
- border-color: #096dd9;
45068
- }
45069
-