@eastgatesystems/tbx-reader 0.1.7 → 0.1.8

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.
@@ -471,7 +471,7 @@ var TbxDocument=(function(e){Object.defineProperty(e,Symbol.toStringTag,{value:`
471
471
  font-size: 0.75em;
472
472
  color: #666;
473
473
  }
474
- `,li=class{constructor(e){this.el=document.createElement(`div`),this.el.id=`tbx-about-overlay`,this.el.classList.add(`tbx-hidden`),this.el.innerHTML=`<div id="tbx-about"><div class="tbx-about-header"><div class="tbx-about-appname">Tinderbox Reader</div><div class="tbx-about-version">Version ${e}</div></div><div class="tbx-about-body"><div class="tbx-about-section"><strong>By:</strong><a href="https://www.eastgate.com" target="_blank">Eastgate Systems, Inc.</a><br>134 Main Street, Watertown MA 02472 USA<br>(800) 562-1638 &nbsp;+1 (617) 924-9044<br>info@eastgate.com</div><div class="tbx-about-section"><strong>Designer:</strong>Mark Bernstein</div></div><div class="tbx-about-footer">© 2002–2026 Eastgate Systems Inc. Released under the MIT License.</div></div>`}get isOpen(){return!this.el.classList.contains(`tbx-hidden`)}open(){this.el.classList.remove(`tbx-hidden`)}close(){this.el.classList.add(`tbx-hidden`)}},ui=`0.1.1`,di=[[`map`,`Map`,`⌘⌥M`],[`outline`,`Outline`,`⌘⌥O`],[`treemap`,`Treemap`,`⌘⌥P`],[`gaudi`,`Gaudí`,`⌘⌥G`],[`hyperbolic`,`Hyperbolic`,`⌃⌘H`]],fi=ai+si+ci+`
474
+ `,li=class{constructor(e){this.el=document.createElement(`div`),this.el.id=`tbx-about-overlay`,this.el.classList.add(`tbx-hidden`),this.el.innerHTML=`<div id="tbx-about"><div class="tbx-about-header"><div class="tbx-about-appname">Tinderbox Reader</div><div class="tbx-about-version">Version ${e}</div></div><div class="tbx-about-body"><div class="tbx-about-section"><strong>By:</strong><a href="https://www.eastgate.com" target="_blank">Eastgate Systems, Inc.</a><br>134 Main Street, Watertown MA 02472 USA<br>(800) 562-1638 &nbsp;+1 (617) 924-9044<br>info@eastgate.com</div><div class="tbx-about-section"><strong>Designer:</strong>Mark Bernstein</div></div><div class="tbx-about-footer">© 2002–2026 Eastgate Systems Inc. Released under the MIT License.</div></div>`}get isOpen(){return!this.el.classList.contains(`tbx-hidden`)}open(){this.el.classList.remove(`tbx-hidden`)}close(){this.el.classList.add(`tbx-hidden`)}},ui=`0.1.8`,di=[[`map`,`Map`,`⌘⌥M`],[`outline`,`Outline`,`⌘⌥O`],[`treemap`,`Treemap`,`⌘⌥P`],[`gaudi`,`Gaudí`,`⌘⌥G`],[`hyperbolic`,`Hyperbolic`,`⌃⌘H`]],fi=ai+si+ci+`
475
475
  #tbx-toolbar {
476
476
  display: flex;
477
477
  flex-shrink: 0;
@@ -5371,7 +5371,7 @@ var ri = class {
5371
5371
  close() {
5372
5372
  this.el.classList.add("tbx-hidden");
5373
5373
  }
5374
- }, li = "0.1.1", ui = [
5374
+ }, li = "0.1.8", ui = [
5375
5375
  [
5376
5376
  "map",
5377
5377
  "Map",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eastgatesystems/tbx-reader",
3
- "version": "0.1.7",
3
+ "version": "0.1.8",
4
4
  "description": "Web component reader for Tinderbox and Storyspace .tbx hypertext documents",
5
5
  "main": "dist/tbx-document.iife.js",
6
6
  "module": "dist/tbx-document.mjs",