icn3d 3.46.0 → 3.46.1
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/css/icn3d.css +6 -1
- package/icn3d.js +3 -3
- package/icn3d.min.js +2 -6
- package/icn3d.module.js +3 -3
- package/package.json +1 -1
package/css/icn3d.css
CHANGED
|
@@ -53,10 +53,15 @@
|
|
|
53
53
|
background: #eee;
|
|
54
54
|
color: #333;
|
|
55
55
|
}
|
|
56
|
-
|
|
56
|
+
/*
|
|
57
57
|
.icn3d-menu .ui-menu-icons .ui-menu-item-wrapper, .ui-menu-icons .ui-menu-item {
|
|
58
58
|
padding-left: 0.4em!important;
|
|
59
59
|
}
|
|
60
|
+
*/
|
|
61
|
+
|
|
62
|
+
.ui-menu-icons .ui-menu-item-wrapper, .ui-menu-icons .ui-menu-item {
|
|
63
|
+
padding-left: 3px!important;
|
|
64
|
+
}
|
|
60
65
|
|
|
61
66
|
.icn3d-text {font-family: Verdana, Arial, Helvetica, sans-serif; font-size:12px!important;}
|
|
62
67
|
|
package/icn3d.js
CHANGED
|
@@ -58901,7 +58901,7 @@ class SetMenu {
|
|
|
58901
58901
|
html += tdStr + "<div style='position:relative; margin-left:6px;'>" + str1;
|
|
58902
58902
|
html += "<div class='icn3d-commandTitle' style='min-width:40px; margin-top: 3px; white-space: nowrap;'>" + str2;
|
|
58903
58903
|
|
|
58904
|
-
|
|
58904
|
+
html += tdStr + '<div class="icn3d-commandTitle" style="white-space:nowrap; margin-top:10px; border-left:solid 1px #888888">' + me.htmlCls.space2 + '<a href="https://vizomics.org/ai-tutor" target="_blank" style="color:#f8b84e" title="AI Tutor shows step-by-step instructions about how to build a custom view">AI Tutor</a>' + me.htmlCls.space2 + '</div></td>';
|
|
58905
58905
|
|
|
58906
58906
|
html += tdStr + '<div class="icn3d-commandTitle" style="white-space:nowrap; margin-top:10px; border-left:solid 1px #888888"><span id="' + me.pre + 'selection_expand" class="icn3d-expand icn3d-link" style="display:block;" title="Expand">' + me.htmlCls.space2 + 'Toolbar <span class="ui-icon ui-icon-plus" style="width:15px"></span>' + me.htmlCls.space2 + '</span><span id="' + me.pre + 'selection_shrink" class="icn3d-shrink icn3d-link" style="display:none;" title="Shrink">' + me.htmlCls.space2 + 'Toolbar <span class="ui-icon ui-icon-minus" style="width:15px"></span>' + me.htmlCls.space2 + '</span></div></td>';
|
|
58907
58907
|
|
|
@@ -59033,7 +59033,7 @@ class SetMenu {
|
|
|
59033
59033
|
html += "<li><div style='position:relative; margin-top:-6px;'>" + str1;
|
|
59034
59034
|
html += "<div class='icn3d-commandTitle' style='margin-top: 3px; white-space: nowrap;'>" + str2;
|
|
59035
59035
|
|
|
59036
|
-
|
|
59036
|
+
html += "<li><a href='https://vizomics.org/ai-tutor' target='_blank' id='" + me.pre + "ai_help' class='icn3d-menu-color' style='color:#f8b84e' title='shows step-by-step instructions about how to build a custom view'>AI Tutor</a>";
|
|
59037
59037
|
|
|
59038
59038
|
//if(me.cfg.align !== undefined) {
|
|
59039
59039
|
html += "<li><span id='" + me.pre + "alternate2' class='icn3d-menu-color' title='Alternate the structures'>Alternate</span>";
|
|
@@ -60708,7 +60708,7 @@ class SetMenu {
|
|
|
60708
60708
|
html += "<ul class='icn3d-mn-item'>";
|
|
60709
60709
|
|
|
60710
60710
|
//!!!
|
|
60711
|
-
html += this.getMenuUrl('ai_help', "https://vizomics.org/
|
|
60711
|
+
html += this.getMenuUrl('ai_help', "https://vizomics.org/ai-tutor", "AI Tutor" + me.htmlCls.wifiStr, 1, 1);
|
|
60712
60712
|
|
|
60713
60713
|
html += this.getMenuUrl('abouticn3d', me.htmlCls.baseUrl + "icn3d/icn3d.html#about", "About iCn3D<span style='font-size:0.9em'> " + me.REVISION + "</span>", 1, 1);
|
|
60714
60714
|
|