@lingk/sync 1.0.52 → 1.0.54
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/build/credentialSections.js.map +1 -1
- package/build/css/main.css +9 -1
- package/build/lightning.js.map +1 -1
- package/build/lightningStyles.js.map +1 -1
- package/build/lingk.js.map +1 -1
- package/build/lingkStyles.js.map +1 -1
- package/build/loadData.js +1 -1
- package/build/loadData.js.map +1 -1
- package/build/main.js +10 -3
- package/build/main.js.map +1 -1
- package/build/metadataFunctions.js.map +1 -1
- package/build/reducer.js +5 -1
- package/build/reducer.js.map +1 -1
- package/build/saveData.js.map +1 -1
- package/package.json +1 -1
package/build/css/main.css
CHANGED
|
@@ -1412,7 +1412,15 @@ aside{
|
|
|
1412
1412
|
.show-label-or-api-names:hover{
|
|
1413
1413
|
text-decoration: underline;
|
|
1414
1414
|
}
|
|
1415
|
-
|
|
1415
|
+
.check-metadata-error{
|
|
1416
|
+
background: rgb(234, 90, 90);
|
|
1417
|
+
padding: 4px 9px;
|
|
1418
|
+
font-weight: bold;
|
|
1419
|
+
margin: 12px 12px 0px;
|
|
1420
|
+
color: white;
|
|
1421
|
+
max-height: 102px;
|
|
1422
|
+
overflow: hidden;
|
|
1423
|
+
}
|
|
1416
1424
|
.rc-time-picker {
|
|
1417
1425
|
display: inline-block;
|
|
1418
1426
|
box-sizing: border-box;
|