webssh2_client 2.0.0-alpha.4 → 2.0.0-alpha.5
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/README.md
CHANGED
|
@@ -249,7 +249,7 @@ via-yellow-500, via-pink-500, via-purple-500, via-blue-500
|
|
|
249
249
|
|
|
250
250
|
```
|
|
251
251
|
# Sizes: text-xs, text-sm, text-base, text-lg, text-xl, text-2xl, text-3xl, text-4xl
|
|
252
|
-
# Weights: font-normal, font-medium, font-semibold, font-bold, font-black
|
|
252
|
+
# Weights: font-normal, font-medium, font-semibold, font-bold, font-black
|
|
253
253
|
# Colors: text-white, text-black, text-yellow-100, text-blue-100, text-red-100, text-green-100, text-gray-100
|
|
254
254
|
# Alignment: text-center, text-left
|
|
255
255
|
|
|
@@ -265,7 +265,7 @@ text-4xl font-black text-yellow-100
|
|
|
265
265
|
# Available: h-4, h-5, h-6, h-7, h-8, h-10, h-12, h-14, h-16
|
|
266
266
|
# Default was h-6 (24px), now customizable
|
|
267
267
|
|
|
268
|
-
h-5 # Very compact header
|
|
268
|
+
h-5 # Very compact header
|
|
269
269
|
h-8 # Compact header
|
|
270
270
|
h-12 # Standard header
|
|
271
271
|
h-16 # Prominent header
|
package/client/public/client.htm
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<!-- Version Version 2.0.0-alpha.4 - 2025-09-
|
|
1
|
+
<!-- Version Version 2.0.0-alpha.4 - 2025-09-07T18:45:01.214Z - 624afa7 -->
|
|
2
2
|
<!-- webssh2-client -->
|
|
3
3
|
<!-- /client/src/client.htm -->
|
|
4
4
|
<!DOCTYPE html>
|
|
@@ -14,6 +14,9 @@
|
|
|
14
14
|
color: #f5f5f5 !important;
|
|
15
15
|
}
|
|
16
16
|
</style>
|
|
17
|
+
<script>
|
|
18
|
+
window.webssh2Config = null;
|
|
19
|
+
</script>
|
|
17
20
|
<script type="module" crossorigin src="./webssh2.bundle.js"></script>
|
|
18
21
|
<link rel="stylesheet" crossorigin href="./webssh2.css">
|
|
19
22
|
</head>
|