@lingk/sync 0.2.13 → 0.2.15
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 +3 -4
- package/build/lightning.js.map +1 -1
- package/build/lightningStyles.js.map +1 -1
- package/build/lingk.js +59 -25
- package/build/lingk.js.map +1 -1
- package/build/lingkStyles.js.map +1 -1
- package/build/loadData.js +2 -1
- package/build/loadData.js.map +1 -1
- package/build/main.js +82 -14
- package/build/main.js.map +1 -1
- package/build/metadataFunctions.js.map +1 -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
|
@@ -703,7 +703,7 @@ aside{
|
|
|
703
703
|
cursor: pointer;
|
|
704
704
|
vertical-align: top;
|
|
705
705
|
margin-left:26px;
|
|
706
|
-
background:
|
|
706
|
+
background: rgb(50, 120, 180);
|
|
707
707
|
}
|
|
708
708
|
.connect-resource-group > svg > path{
|
|
709
709
|
fill:white;
|
|
@@ -941,7 +941,7 @@ aside{
|
|
|
941
941
|
text-decoration: underline;
|
|
942
942
|
}
|
|
943
943
|
.bundle-mode-options{
|
|
944
|
-
width:
|
|
944
|
+
width:33%;
|
|
945
945
|
height:100%;
|
|
946
946
|
background: white;
|
|
947
947
|
padding:6px;
|
|
@@ -962,7 +962,7 @@ aside{
|
|
|
962
962
|
stroke:black;
|
|
963
963
|
}
|
|
964
964
|
.bundle-mode-options-content{
|
|
965
|
-
padding:
|
|
965
|
+
padding:12px 12px;
|
|
966
966
|
}
|
|
967
967
|
|
|
968
968
|
.bundle-mode-options-enter{
|
|
@@ -1347,7 +1347,6 @@ aside{
|
|
|
1347
1347
|
.env-creds-json-codemirror .CodeMirror{
|
|
1348
1348
|
height: 236px;
|
|
1349
1349
|
}
|
|
1350
|
-
|
|
1351
1350
|
.rc-time-picker {
|
|
1352
1351
|
display: inline-block;
|
|
1353
1352
|
box-sizing: border-box;
|