@tuya-sat/sdf-main-sdk 0.0.102 → 0.0.104
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/{131.df4611a7.chunk.js → 131.c34d502d.chunk.js} +1 -1
- package/dist/{131.df4611a7.chunk.js.map → 131.c34d502d.chunk.js.map} +1 -1
- package/dist/components/BLayout/components/Menu/index.d.ts +1 -2
- package/dist/hooks/index.d.ts +1 -0
- package/dist/index.d.ts +15 -15
- package/dist/lang/utils.d.ts +0 -8
- package/dist/main.bundle.js +1 -1
- package/dist/main.bundle.js.map +1 -1
- package/dist/main.css +8 -1
- package/dist/main.css.map +1 -1
- package/dist/manifest.json +2 -2
- package/dist/pages/login.d.ts +1 -1
- package/dist/utils/common.d.ts +2 -1
- package/dist/utils/index.d.ts +1 -1
- package/dist/utils/theme/changeMenuCssVariable.d.ts +1 -1
- package/package.json +1 -1
- package/webpack.config.js +48 -48
package/dist/main.css
CHANGED
|
@@ -1143,7 +1143,7 @@ code {
|
|
|
1143
1143
|
stop-color: var(--main-primary-color) !important;
|
|
1144
1144
|
}
|
|
1145
1145
|
.monaco-aria-container {
|
|
1146
|
-
position: absolute!important;
|
|
1146
|
+
position: absolute !important;
|
|
1147
1147
|
top: 0;
|
|
1148
1148
|
height: 1px;
|
|
1149
1149
|
width: 1px;
|
|
@@ -1155,6 +1155,9 @@ code {
|
|
|
1155
1155
|
clip-path: inset(50%);
|
|
1156
1156
|
left: -999em;
|
|
1157
1157
|
}
|
|
1158
|
+
#teconsent:has(span) + .main-divider.main-divider-vertical {
|
|
1159
|
+
display: inline-block !important;
|
|
1160
|
+
}
|
|
1158
1161
|
|
|
1159
1162
|
.isdmcx111H3RQQGgfO_O {
|
|
1160
1163
|
margin-right: 16px;
|
|
@@ -1388,6 +1391,9 @@ code {
|
|
|
1388
1391
|
.pOAr1bTEWBYMLDhJHttP .main-menu-inline-collapsed:hover::-webkit-scrollbar {
|
|
1389
1392
|
display: inherit !important;
|
|
1390
1393
|
}
|
|
1394
|
+
.pOAr1bTEWBYMLDhJHttP .OFmEjNj2hf4BhfJiBFg4 .main-menu-item-only-child > .main-menu-title-content {
|
|
1395
|
+
padding-left: 5px;
|
|
1396
|
+
}
|
|
1391
1397
|
.pOAr1bTEWBYMLDhJHttP .fOWFeXjwN9mFXTIDv941 {
|
|
1392
1398
|
height: 40px;
|
|
1393
1399
|
line-height: 40px;
|
|
@@ -33224,6 +33230,7 @@ html {
|
|
|
33224
33230
|
left: 0;
|
|
33225
33231
|
text-align: center;
|
|
33226
33232
|
padding: 24px 0;
|
|
33233
|
+
color: #c9c9c9;
|
|
33227
33234
|
}
|
|
33228
33235
|
.DGA_SvKj6RNXKR_rQpog .LWpo21g4zGLtEFTnTFIz .KtR6BKC6ikGzwUIq69rR a,
|
|
33229
33236
|
.DGA_SvKj6RNXKR_rQpog .LWpo21g4zGLtEFTnTFIz .KtR6BKC6ikGzwUIq69rR a:active,
|