profoundjs 7.16.0 → 7.18.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/profoundui.css +15 -0
- package/htdocs/profoundui/proddata/images/FlatIcons/16x16/ai.png +0 -0
- package/htdocs/profoundui/proddata/js/atrium.js +1180 -0
- package/htdocs/profoundui/proddata/js/atrium_api.js +6 -0
- package/htdocs/profoundui/proddata/js/designer.js +3703 -3691
- package/htdocs/profoundui/proddata/js/genie.js +3889 -0
- package/htdocs/profoundui/proddata/js/profoundai.js +23 -23
- package/htdocs/profoundui/proddata/js/runtime.js +1681 -1676
- package/htdocs/profoundui/proddata/js/signon.js +105 -0
- package/package.json +3 -1
- package/profound.jse +1 -1
- package/setup/config.js +2 -1
- package/setup/pjsdist.savf +0 -0
|
@@ -12870,6 +12870,12 @@ input.blueprint-radio-button-no-label:hover:checked+.label-for-blueprint-radio-b
|
|
|
12870
12870
|
cursor: pointer;
|
|
12871
12871
|
}
|
|
12872
12872
|
|
|
12873
|
+
.blueprint-menu.blueprint-defaults.pui-menu>table>tbody>tr>td.prev-menu {
|
|
12874
|
+
background-color: #5fade1;
|
|
12875
|
+
color: #fff;
|
|
12876
|
+
cursor: pointer;
|
|
12877
|
+
}
|
|
12878
|
+
|
|
12873
12879
|
.blueprint-menu.blueprint-defaults.pui-menu>table>tbody>tr:not(:last-child)>td {
|
|
12874
12880
|
border-bottom: 1px solid #2980b9;
|
|
12875
12881
|
}
|
|
@@ -18188,3 +18194,12 @@ table.auto-testing-user-input tr:hover, table.auto-testing-results tr:hover, tab
|
|
|
18188
18194
|
cursor: pointer !important;
|
|
18189
18195
|
border: 2px dashed red;
|
|
18190
18196
|
}
|
|
18197
|
+
|
|
18198
|
+
.pui-auto-testing-step-number {
|
|
18199
|
+
display: inline-block;
|
|
18200
|
+
font-weight: bold;
|
|
18201
|
+
margin-right: 8px;
|
|
18202
|
+
color: #007bff;
|
|
18203
|
+
width: 20px;
|
|
18204
|
+
text-align: right;
|
|
18205
|
+
}
|
|
Binary file
|