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/icn3d.module.js CHANGED
@@ -59802,7 +59802,7 @@ class SetMenu {
59802
59802
  html += tdStr + "<div style='position:relative; margin-left:6px;'>" + str1;
59803
59803
  html += "<div class='icn3d-commandTitle' style='min-width:40px; margin-top: 3px; white-space: nowrap;'>" + str2;
59804
59804
 
59805
- //!!!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/icn3d-platform.html#ai_help" target="_blank" style="color:#f8b84e" title="AI-powered step-by-step instructions">AI Tutor</a>' + me.htmlCls.space2 + '</div></td>';
59805
+ 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>';
59806
59806
 
59807
59807
  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>';
59808
59808
 
@@ -59934,7 +59934,7 @@ class SetMenu {
59934
59934
  html += "<li><div style='position:relative; margin-top:-6px;'>" + str1;
59935
59935
  html += "<div class='icn3d-commandTitle' style='margin-top: 3px; white-space: nowrap;'>" + str2;
59936
59936
 
59937
- //!!!html += "<li><a href='https://vizomics.org/icn3d-platform.html#ai_help' target='_blank' id='" + me.pre + "ai_help' class='icn3d-menu-color' style='color:#f8b84e' title='AI-powered step-by-step instructions'>AI Tutor</a>";
59937
+ 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>";
59938
59938
 
59939
59939
  //if(me.cfg.align !== undefined) {
59940
59940
  html += "<li><span id='" + me.pre + "alternate2' class='icn3d-menu-color' title='Alternate the structures'>Alternate</span>";
@@ -61609,7 +61609,7 @@ class SetMenu {
61609
61609
  html += "<ul class='icn3d-mn-item'>";
61610
61610
 
61611
61611
  //!!!
61612
- html += this.getMenuUrl('ai_help', "https://vizomics.org/icn3d-platform.html#ai_help", "AI Tutor" + me.htmlCls.wifiStr, 1, 1);
61612
+ html += this.getMenuUrl('ai_help', "https://vizomics.org/ai-tutor", "AI Tutor" + me.htmlCls.wifiStr, 1, 1);
61613
61613
 
61614
61614
  html += this.getMenuUrl('abouticn3d', me.htmlCls.baseUrl + "icn3d/icn3d.html#about", "About iCn3D<span style='font-size:0.9em'> " + me.REVISION + "</span>", 1, 1);
61615
61615
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "icn3d",
3
- "version": "3.46.0",
3
+ "version": "3.46.1",
4
4
  "main": "./icn3d.js",
5
5
  "exports": {
6
6
  ".": {