green-screen-react 1.1.2 → 1.1.3

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/dist/styles.css CHANGED
@@ -29,8 +29,8 @@
29
29
  }
30
30
 
31
31
  .gs-terminal-focused {
32
- border-color: var(--gs-green);
33
- box-shadow: 0 0 20px rgba(16, 185, 129, 0.4), inset 0 0 10px rgba(16, 185, 129, 0.1);
32
+ border-color: rgba(16, 185, 129, 0.4);
33
+ box-shadow: 0 0 6px rgba(16, 185, 129, 0.1);
34
34
  }
35
35
 
36
36
  /* ── Header ───────────────────────────────────────────────────────── */
@@ -51,8 +51,8 @@
51
51
  }
52
52
 
53
53
  .gs-terminal-focused .gs-header {
54
- background-color: rgba(16, 185, 129, 0.1);
55
- border-bottom-color: var(--gs-green);
54
+ background-color: rgba(16, 185, 129, 0.04);
55
+ border-bottom-color: rgba(16, 185, 129, 0.3);
56
56
  }
57
57
 
58
58
  .gs-header-left {
@@ -75,12 +75,12 @@
75
75
 
76
76
  .gs-badge-focused {
77
77
  padding: 2px 8px;
78
- background-color: var(--gs-green);
79
- color: black;
78
+ background-color: rgba(16, 185, 129, 0.15);
79
+ color: var(--gs-green);
80
80
  font-size: 10px;
81
- font-weight: bold;
81
+ font-weight: 600;
82
82
  border-radius: 4px;
83
- animation: gs-pulse 2s infinite;
83
+ border: 1px solid rgba(16, 185, 129, 0.3);
84
84
  }
85
85
 
86
86
  .gs-badge-lock {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "green-screen-react",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "description": "Multi-protocol legacy terminal React component (TN5250, TN3270, VT, HP 6530)",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",