juxscript 1.1.149 → 1.1.150

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.
@@ -44,7 +44,7 @@ export function generateErrorCollector(options = {}) {
44
44
  'position:fixed;' + panelPos +
45
45
  'z-index:99999;width:36px;height:36px;border-radius:50%;' +
46
46
  'background:#e74c3c;color:#fff;font-size:14px;font-weight:bold;' +
47
- 'display:none;align-items:center;justify-content:center;cursor:pointer;' +
47
+ 'display:flex;align-items:center;justify-content:center;cursor:pointer;' +
48
48
  'font-family:monospace;box-shadow:0 2px 8px rgba(0,0,0,0.3);'
49
49
  );
50
50
  __juxBadge.textContent = '0';
@@ -58,7 +58,7 @@ export function generateErrorCollector(options = {}) {
58
58
  'position:fixed;bottom:56px;right:12px;z-index:99998;' +
59
59
  'width:480px;max-height:360px;background:#1e1e1e;color:#f8f8f8;' +
60
60
  'border:1px solid #e74c3c;border-radius:8px;font-family:monospace;' +
61
- 'font-size:12px;display:none;flex-direction:column;' +
61
+ 'font-size:12px;display:flex;flex-direction:column;' +
62
62
  'box-shadow:0 4px 16px rgba(0,0,0,0.4);'
63
63
  );
64
64
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "juxscript",
3
- "version": "1.1.149",
3
+ "version": "1.1.150",
4
4
  "type": "module",
5
5
  "description": "A JavaScript UX authorship platform",
6
6
  "main": "index.js",