@tuya-miniapp/ark-extension-virtual-device 1.1.15 → 1.1.16
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/view/app.min.css +79 -79
- package/dist/view/app.min.js +1 -1
- package/dist/worker/index.js +3 -2
- package/package.json +1 -1
package/dist/view/app.min.css
CHANGED
|
@@ -35641,6 +35641,85 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
35641
35641
|
padding: 0 4px 0 0;
|
|
35642
35642
|
}
|
|
35643
35643
|
|
|
35644
|
+
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
|
|
35645
|
+
/* stylelint-disable no-duplicate-selectors */
|
|
35646
|
+
/* stylelint-disable */
|
|
35647
|
+
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
35648
|
+
.ant-message {
|
|
35649
|
+
box-sizing: border-box;
|
|
35650
|
+
margin: 0;
|
|
35651
|
+
padding: 0;
|
|
35652
|
+
color: rgba(0, 0, 0, 0.85);
|
|
35653
|
+
font-size: 14px;
|
|
35654
|
+
font-variant: tabular-nums;
|
|
35655
|
+
line-height: 1.5715;
|
|
35656
|
+
list-style: none;
|
|
35657
|
+
font-feature-settings: 'tnum';
|
|
35658
|
+
position: fixed;
|
|
35659
|
+
top: 8px;
|
|
35660
|
+
left: 0;
|
|
35661
|
+
z-index: 1010;
|
|
35662
|
+
width: 100%;
|
|
35663
|
+
pointer-events: none;
|
|
35664
|
+
}
|
|
35665
|
+
.ant-message-notice {
|
|
35666
|
+
padding: 8px;
|
|
35667
|
+
text-align: center;
|
|
35668
|
+
}
|
|
35669
|
+
.ant-message-notice-content {
|
|
35670
|
+
display: inline-block;
|
|
35671
|
+
padding: 10px 16px;
|
|
35672
|
+
background: #fff;
|
|
35673
|
+
border-radius: 2px;
|
|
35674
|
+
box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
|
|
35675
|
+
pointer-events: all;
|
|
35676
|
+
}
|
|
35677
|
+
.ant-message-success .anticon {
|
|
35678
|
+
color: #52c41a;
|
|
35679
|
+
}
|
|
35680
|
+
.ant-message-error .anticon {
|
|
35681
|
+
color: #ff4d4f;
|
|
35682
|
+
}
|
|
35683
|
+
.ant-message-warning .anticon {
|
|
35684
|
+
color: #faad14;
|
|
35685
|
+
}
|
|
35686
|
+
.ant-message-info .anticon,
|
|
35687
|
+
.ant-message-loading .anticon {
|
|
35688
|
+
color: #1890ff;
|
|
35689
|
+
}
|
|
35690
|
+
.ant-message .anticon {
|
|
35691
|
+
position: relative;
|
|
35692
|
+
top: 1px;
|
|
35693
|
+
margin-right: 8px;
|
|
35694
|
+
font-size: 16px;
|
|
35695
|
+
}
|
|
35696
|
+
.ant-message-notice.ant-move-up-leave.ant-move-up-leave-active {
|
|
35697
|
+
animation-name: MessageMoveOut;
|
|
35698
|
+
animation-duration: 0.3s;
|
|
35699
|
+
}
|
|
35700
|
+
@keyframes MessageMoveOut {
|
|
35701
|
+
0% {
|
|
35702
|
+
max-height: 150px;
|
|
35703
|
+
padding: 8px;
|
|
35704
|
+
opacity: 1;
|
|
35705
|
+
}
|
|
35706
|
+
100% {
|
|
35707
|
+
max-height: 0;
|
|
35708
|
+
padding: 0;
|
|
35709
|
+
opacity: 0;
|
|
35710
|
+
}
|
|
35711
|
+
}
|
|
35712
|
+
.ant-message-rtl {
|
|
35713
|
+
direction: rtl;
|
|
35714
|
+
}
|
|
35715
|
+
.ant-message-rtl span {
|
|
35716
|
+
direction: rtl;
|
|
35717
|
+
}
|
|
35718
|
+
.ant-message-rtl .anticon {
|
|
35719
|
+
margin-right: 0;
|
|
35720
|
+
margin-left: 8px;
|
|
35721
|
+
}
|
|
35722
|
+
|
|
35644
35723
|
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
|
|
35645
35724
|
/* Document
|
|
35646
35725
|
========================================================================== */
|
|
@@ -41854,85 +41933,6 @@ template {
|
|
|
41854
41933
|
margin-left: 0;
|
|
41855
41934
|
}
|
|
41856
41935
|
|
|
41857
|
-
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
|
|
41858
|
-
/* stylelint-disable no-duplicate-selectors */
|
|
41859
|
-
/* stylelint-disable */
|
|
41860
|
-
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
41861
|
-
.ant-message {
|
|
41862
|
-
box-sizing: border-box;
|
|
41863
|
-
margin: 0;
|
|
41864
|
-
padding: 0;
|
|
41865
|
-
color: rgba(0, 0, 0, 0.85);
|
|
41866
|
-
font-size: 14px;
|
|
41867
|
-
font-variant: tabular-nums;
|
|
41868
|
-
line-height: 1.5715;
|
|
41869
|
-
list-style: none;
|
|
41870
|
-
font-feature-settings: 'tnum';
|
|
41871
|
-
position: fixed;
|
|
41872
|
-
top: 8px;
|
|
41873
|
-
left: 0;
|
|
41874
|
-
z-index: 1010;
|
|
41875
|
-
width: 100%;
|
|
41876
|
-
pointer-events: none;
|
|
41877
|
-
}
|
|
41878
|
-
.ant-message-notice {
|
|
41879
|
-
padding: 8px;
|
|
41880
|
-
text-align: center;
|
|
41881
|
-
}
|
|
41882
|
-
.ant-message-notice-content {
|
|
41883
|
-
display: inline-block;
|
|
41884
|
-
padding: 10px 16px;
|
|
41885
|
-
background: #fff;
|
|
41886
|
-
border-radius: 2px;
|
|
41887
|
-
box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
|
|
41888
|
-
pointer-events: all;
|
|
41889
|
-
}
|
|
41890
|
-
.ant-message-success .anticon {
|
|
41891
|
-
color: #52c41a;
|
|
41892
|
-
}
|
|
41893
|
-
.ant-message-error .anticon {
|
|
41894
|
-
color: #ff4d4f;
|
|
41895
|
-
}
|
|
41896
|
-
.ant-message-warning .anticon {
|
|
41897
|
-
color: #faad14;
|
|
41898
|
-
}
|
|
41899
|
-
.ant-message-info .anticon,
|
|
41900
|
-
.ant-message-loading .anticon {
|
|
41901
|
-
color: #1890ff;
|
|
41902
|
-
}
|
|
41903
|
-
.ant-message .anticon {
|
|
41904
|
-
position: relative;
|
|
41905
|
-
top: 1px;
|
|
41906
|
-
margin-right: 8px;
|
|
41907
|
-
font-size: 16px;
|
|
41908
|
-
}
|
|
41909
|
-
.ant-message-notice.ant-move-up-leave.ant-move-up-leave-active {
|
|
41910
|
-
animation-name: MessageMoveOut;
|
|
41911
|
-
animation-duration: 0.3s;
|
|
41912
|
-
}
|
|
41913
|
-
@keyframes MessageMoveOut {
|
|
41914
|
-
0% {
|
|
41915
|
-
max-height: 150px;
|
|
41916
|
-
padding: 8px;
|
|
41917
|
-
opacity: 1;
|
|
41918
|
-
}
|
|
41919
|
-
100% {
|
|
41920
|
-
max-height: 0;
|
|
41921
|
-
padding: 0;
|
|
41922
|
-
opacity: 0;
|
|
41923
|
-
}
|
|
41924
|
-
}
|
|
41925
|
-
.ant-message-rtl {
|
|
41926
|
-
direction: rtl;
|
|
41927
|
-
}
|
|
41928
|
-
.ant-message-rtl span {
|
|
41929
|
-
direction: rtl;
|
|
41930
|
-
}
|
|
41931
|
-
.ant-message-rtl .anticon {
|
|
41932
|
-
margin-right: 0;
|
|
41933
|
-
margin-left: 8px;
|
|
41934
|
-
}
|
|
41935
|
-
|
|
41936
41936
|
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
|
|
41937
41937
|
/* stylelint-disable no-duplicate-selectors */
|
|
41938
41938
|
/* stylelint-disable */
|