juxscript 1.1.150 → 1.1.151

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.
@@ -147,7 +147,7 @@ export function generateErrorCollector(options = {}) {
147
147
  (entry.source ? ' • ' + entry.source + ':' + entry.line : '') +
148
148
  '</div>' +
149
149
  '<div style="word-break:break-word;">' + escapeHtml(entry.message) + '</div>' +
150
- (entry.stack ? '<details style="margin-top:4px;"><summary style="cursor:pointer;color:#888;font-size:10px;">Stack trace</summary><pre style="margin:4px 0 0;font-size:10px;color:#aaa;white-space:pre-wrap;">' + escapeHtml(entry.stack) + '</pre></details>' : '');
150
+ (entry.stack ? '<div style="margin-top:4px;"><div style="cursor:pointer;color:#888;font-size:10px;">Stack trace</div><pre style="margin:4px 0 0;font-size:10px;color:#aaa;white-space:pre-wrap;">' + escapeHtml(entry.stack) + '</pre></div>' : '');
151
151
 
152
152
  __juxList.appendChild(item);
153
153
  __juxList.scrollTop = __juxList.scrollHeight;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "juxscript",
3
- "version": "1.1.150",
3
+ "version": "1.1.151",
4
4
  "type": "module",
5
5
  "description": "A JavaScript UX authorship platform",
6
6
  "main": "index.js",