@kumologica/sdk 3.4.0-beta3 → 3.4.0-beta5

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.
@@ -246,7 +246,8 @@ RED.modalNodeLibrary = (function () {
246
246
  // Attach click event to launch the node library from the sidebar-footer
247
247
  $('#launch-node-library').click((event) => {
248
248
  event.preventDefault();
249
- window.__kumologica.main.dispatch('show-node-library-modal', null);
249
+ window.__kumologica.electron.shell.openExternal('https://kumologica.com/nodes/index.html');
250
+ // window.__kumologica.main.dispatch('show-node-library-modal', null);
250
251
  });
251
252
  }
252
253
  return {
@@ -30,6 +30,8 @@ RED.palette.explorer = (function () {
30
30
  ];
31
31
 
32
32
  try{
33
+ if (!window.jqtree) return; // Hack - otherwise the nodeLibrary modal fail to load due to this library being missed
34
+
33
35
  $('#exp-open-project').tree({
34
36
  data:data,
35
37
  autoOpen: true,
@@ -106,7 +106,7 @@ span.logo {
106
106
  #header {
107
107
  #left {
108
108
  display: flex;
109
- min-width: 220px;
109
+ min-width: 265px;
110
110
  justify-content: center;
111
111
  align-items: center;
112
112
  background: $kumologica-sidebar;
@@ -23,7 +23,7 @@
23
23
  bottom: 0px;
24
24
  left: 0px;
25
25
  background: $kumologica-sidebar;
26
- width: 220px;
26
+ width: 265px;
27
27
  @include disable-selection;
28
28
  // @include component-border;
29
29
  // border-top: 1px solid #bbb;
@@ -243,7 +243,7 @@
243
243
  display: block;
244
244
  cursor: move;
245
245
  //margin-left: 0px !important;
246
- margin: 10px auto;
246
+ margin: 0px 27px;
247
247
  height: 25px;
248
248
  border-radius: 4px;
249
249
  // border: 1px solid #999;
@@ -38,7 +38,6 @@
38
38
  display: flex;
39
39
  width: 100%;
40
40
  position: relative;
41
- left: 1px;
42
41
  // justify-content: space-between;
43
42
  box-sizing: border-box;
44
43
 
@@ -68,7 +67,7 @@
68
67
  line-height: 30px;
69
68
  // margin-top: 3px;
70
69
  // border-right: 1px solid #dddcdc;
71
- max-width: 250px;
70
+ max-width: 190px;
72
71
  width: 14%;
73
72
  overflow: hidden;
74
73
  white-space: nowrap;
@@ -406,7 +405,7 @@ i.red-ui-tab-icon {
406
405
  opacity: 0.6;
407
406
  position: absolute;
408
407
  right: 4px;
409
- top: 4px;
408
+ top: 3px;
410
409
  width: 20px;
411
410
  height: 30px;
412
411
  line-height: 28px;
@@ -37,7 +37,7 @@
37
37
  position: absolute;
38
38
  margin: 0;
39
39
  top: 0px;
40
- left: 219px;
40
+ left: 265px;
41
41
  bottom: 0px;
42
42
  right: 49px;
43
43
  // overflow: hidden;
@@ -57,7 +57,7 @@
57
57
  </div>
58
58
 
59
59
  <!-- project information -->
60
- <div id="right" class="left-shadow">
60
+ <div id="right">
61
61
  <!-- check project information when server running -->
62
62
  <div id="projectIndicator" style="text-align: center;">
63
63
  <div id="projectInformation">