profoundjs 7.8.1 → 7.10.0
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/htdocs/profoundui/proddata/css/logic.css +14 -0
- package/htdocs/profoundui/proddata/css/profoundai.css +9 -0
- package/htdocs/profoundui/proddata/images/Profound_Logic_Color_Logo.png +0 -0
- package/htdocs/profoundui/proddata/images/keys/Profound_Logic_Color_Logo.png +0 -0
- package/htdocs/profoundui/proddata/js/designer.js +3350 -3343
- package/htdocs/profoundui/proddata/js/profoundai.js +25 -25
- package/htdocs/profoundui/proddata/js/runtime.js +781 -782
- package/package.json +2 -2
- package/profound.jse +1 -1
- package/setup/pjsdist.savf +0 -0
- package/views/key.ejs +2 -2
- package/views/key_trial.ejs +2 -2
- package/htdocs/profoundui/proddata/images/keys/profoundjs_white.png +0 -0
|
@@ -606,6 +606,12 @@ button.pui-wf-dialog-save:hover {
|
|
|
606
606
|
padding: 0px;
|
|
607
607
|
}
|
|
608
608
|
|
|
609
|
+
.pui-wf-code-editor-warning-highlight {
|
|
610
|
+
text-decoration: underline;
|
|
611
|
+
text-decoration-color: red;
|
|
612
|
+
text-decoration-style: wavy;
|
|
613
|
+
}
|
|
614
|
+
|
|
609
615
|
.pui-wf-nodejs-view {
|
|
610
616
|
height: 100%;
|
|
611
617
|
width: 100%;
|
|
@@ -1672,3 +1678,11 @@ div.pui-wf-mask {
|
|
|
1672
1678
|
color: red;
|
|
1673
1679
|
font-style: italic;
|
|
1674
1680
|
}
|
|
1681
|
+
|
|
1682
|
+
.pui-wf-question-label-warn-msg {
|
|
1683
|
+
color: red;
|
|
1684
|
+
font-weight: normal;
|
|
1685
|
+
padding-right: 5%;
|
|
1686
|
+
padding-top: 0px;
|
|
1687
|
+
white-space: normal;
|
|
1688
|
+
}
|
|
@@ -143,6 +143,15 @@
|
|
|
143
143
|
height: calc(100% - 75px);
|
|
144
144
|
overflow-y: auto;
|
|
145
145
|
}
|
|
146
|
+
|
|
147
|
+
.pai-heading ~ .pai-messages {
|
|
148
|
+
height: calc(100% - 148px);
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
.pai-heading {
|
|
152
|
+
border-bottom: 1px solid #ccc;
|
|
153
|
+
}
|
|
154
|
+
|
|
146
155
|
.pai-messages::-webkit-scrollbar {
|
|
147
156
|
width: 8px;
|
|
148
157
|
background-color: #fff;
|
|
Binary file
|