@haibun/web-playwright 1.63.0 → 1.63.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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/web/monitor.html +1 -1
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@haibun/web-playwright",
3
3
  "type": "module",
4
- "version": "1.63.0",
4
+ "version": "1.63.1",
5
5
  "description": "",
6
6
  "main": "build/web-playwright.js",
7
7
  "files": ["build/", "web/monitor.html"],
package/web/monitor.html CHANGED
@@ -3123,7 +3123,7 @@ Expecting `+H.join(", ")+", got '"+(this.terminals_[Y]||Y)+"'":K="Parse error on
3123
3123
  <button id="haibun-retry-button" title="retry" disabled>♻️ retry</button>
3124
3124
  <button id="haibun-fail-button" title="Fail" disabled>❌ fail</button>
3125
3125
  <button id="haibun-step-button" title="Step" disabled>👣 step</button>
3126
- <button id="haibun-continue-button" title="Continue" disabled style="margin-left: 5px;">▶️ continue</button>
3126
+ <button id="haibun-continue-button" title="Continue" disabled>▶️ continue</button>
3127
3127
  <div id="haibun-prompt-message"></div>
3128
3128
  </div>
3129
3129
  <div class="haibun-controls">