@drjoshcsimmons/scl 0.1.5 → 0.1.7
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/globals.css +300 -0
- package/dist/index100.js +30 -9
- package/dist/index101.js +648 -48
- package/dist/index102.js +167 -205
- package/dist/index103.js +25 -30
- package/dist/index104.js +12 -178
- package/dist/index106.js +12 -21
- package/dist/index107.js +15 -3
- package/dist/index108.js +3 -32
- package/dist/index109.js +32 -12
- package/dist/index11.js +2 -2
- package/dist/index110.js +18 -12
- package/dist/index112.js +1 -1
- package/dist/index115.js +1 -1
- package/dist/index116.js +1 -1
- package/dist/index117.js +25 -2
- package/dist/index118.js +29 -2
- package/dist/index119.js +5 -25
- package/dist/index12.js +1 -1
- package/dist/index120.js +2 -29
- package/dist/index121.js +2 -5
- package/dist/index125.js +1 -1
- package/dist/index126.js +1 -1
- package/dist/index13.js +2 -2
- package/dist/index130.js +1 -1
- package/dist/index14.js +2 -2
- package/dist/index15.js +2 -2
- package/dist/index17.js +4 -4
- package/dist/index18.js +1 -1
- package/dist/index20.js +1 -1
- package/dist/index22.js +1 -1
- package/dist/index23.js +2 -2
- package/dist/index24.js +1 -1
- package/dist/index25.js +4 -4
- package/dist/index26.js +1 -1
- package/dist/index27.js +3 -3
- package/dist/index29.js +1 -1
- package/dist/index33.js +1 -1
- package/dist/index36.js +2 -2
- package/dist/index37.js +1 -1
- package/dist/index4.js +2 -2
- package/dist/index45.js +33 -237
- package/dist/index46.js +237 -11
- package/dist/index47.js +11 -33
- package/dist/index48.js +64 -116
- package/dist/index49.js +116 -64
- package/dist/index5.js +1 -1
- package/dist/index50.js +1 -1
- package/dist/index51.js +254 -248
- package/dist/index52.js +12 -118
- package/dist/index53.js +12 -310
- package/dist/index54.js +3 -6
- package/dist/index55.js +860 -12
- package/dist/index56.js +3 -3
- package/dist/index57.js +205 -415
- package/dist/index58.js +11 -225
- package/dist/index59.js +4 -4
- package/dist/index6.js +1 -1
- package/dist/index60.js +118 -11
- package/dist/index61.js +18 -256
- package/dist/index62.js +254 -12
- package/dist/index63.js +204 -828
- package/dist/index64.js +161 -9
- package/dist/index65.js +392 -487
- package/dist/index66.js +318 -143
- package/dist/index67.js +1 -1
- package/dist/index68.js +526 -18
- package/dist/index69.js +224 -311
- package/dist/index7.js +1 -1
- package/dist/index70.js +6 -6
- package/dist/index71.js +31 -82
- package/dist/index72.js +14 -14
- package/dist/index73.js +69 -236
- package/dist/index74.js +309 -30
- package/dist/index75.js +12 -236
- package/dist/index77.js +44 -25
- package/dist/index78.js +25 -5
- package/dist/index79.js +6 -53
- package/dist/index8.js +1 -1
- package/dist/index80.js +49 -52
- package/dist/index81.js +33 -10
- package/dist/index82.js +11 -4
- package/dist/index83.js +8 -30
- package/dist/index84.js +52 -10
- package/dist/index85.js +10 -51
- package/dist/index86.js +4 -34
- package/dist/index87.js +29 -68
- package/dist/index88.js +12 -10
- package/dist/index89.js +51 -12
- package/dist/index9.js +1 -1
- package/dist/index90.js +123 -44
- package/dist/index91.js +134 -7
- package/dist/index92.js +14 -4
- package/dist/index93.js +68 -5
- package/dist/index94.js +14 -24
- package/dist/index95.js +8 -649
- package/dist/index96.js +47 -122
- package/dist/index97.js +3 -134
- package/dist/index98.js +218 -13
- package/dist/index99.js +5 -14
- package/package.json +2 -2
package/dist/globals.css
ADDED
|
@@ -0,0 +1,300 @@
|
|
|
1
|
+
@tailwind base;
|
|
2
|
+
@tailwind components;
|
|
3
|
+
@tailwind utilities;
|
|
4
|
+
|
|
5
|
+
@font-face {
|
|
6
|
+
font-family: 'BigBlueTerm437';
|
|
7
|
+
src: url('/fonts/BigBlueTerm437.ttf') format('truetype');
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
@layer base {
|
|
11
|
+
:root {
|
|
12
|
+
/* Color palette */
|
|
13
|
+
--color-green: 120 100% 50%;
|
|
14
|
+
--color-hotpink: 300 100% 50%;
|
|
15
|
+
--color-yellow: 60 100% 50%;
|
|
16
|
+
--color-blue: 240 100% 50%;
|
|
17
|
+
--color-cyan: 180 100% 50%;
|
|
18
|
+
--color-white: 0 0% 100%;
|
|
19
|
+
--color-amber: 45 100% 50%;
|
|
20
|
+
--color-red: 0 100% 50%;
|
|
21
|
+
|
|
22
|
+
/* Statusline colors (vim powerline style) */
|
|
23
|
+
--statusline-bg: 210 100% 35%;
|
|
24
|
+
--statusline-fg: 60 100% 50%;
|
|
25
|
+
|
|
26
|
+
/* Semantic colors (swappable) */
|
|
27
|
+
--primary: var(--color-green);
|
|
28
|
+
--primary-foreground: 0 0% 0%;
|
|
29
|
+
--secondary: var(--color-hotpink);
|
|
30
|
+
--secondary-foreground: 0 0% 0%;
|
|
31
|
+
|
|
32
|
+
/* Core UI (derived from primary) */
|
|
33
|
+
--background: 0 0% 0%;
|
|
34
|
+
--foreground: var(--primary);
|
|
35
|
+
--border: var(--primary);
|
|
36
|
+
--input: 0 0% 0%;
|
|
37
|
+
--ring: var(--primary);
|
|
38
|
+
|
|
39
|
+
/* Card/popover */
|
|
40
|
+
--card: 0 0% 0%;
|
|
41
|
+
--card-foreground: var(--primary);
|
|
42
|
+
--popover: 0 0% 0%;
|
|
43
|
+
--popover-foreground: var(--primary);
|
|
44
|
+
|
|
45
|
+
/* Muted */
|
|
46
|
+
--muted: 0 0% 8%;
|
|
47
|
+
--muted-foreground: var(--primary);
|
|
48
|
+
|
|
49
|
+
/* Accent (secondary) */
|
|
50
|
+
--accent: var(--secondary);
|
|
51
|
+
--accent-foreground: var(--secondary-foreground);
|
|
52
|
+
|
|
53
|
+
/* Destructive (always red) */
|
|
54
|
+
--destructive: var(--color-red);
|
|
55
|
+
--destructive-foreground: 0 0% 0%;
|
|
56
|
+
|
|
57
|
+
/* Chart colors */
|
|
58
|
+
--chart-1: var(--color-green);
|
|
59
|
+
--chart-2: var(--color-yellow);
|
|
60
|
+
--chart-3: var(--color-hotpink);
|
|
61
|
+
--chart-4: var(--color-blue);
|
|
62
|
+
--chart-5: var(--color-amber);
|
|
63
|
+
|
|
64
|
+
/* Sidebar */
|
|
65
|
+
--sidebar-background: 0 0% 0%;
|
|
66
|
+
--sidebar-foreground: var(--primary);
|
|
67
|
+
--sidebar-primary: var(--primary);
|
|
68
|
+
--sidebar-primary-foreground: var(--primary-foreground);
|
|
69
|
+
--sidebar-accent: var(--secondary);
|
|
70
|
+
--sidebar-accent-foreground: var(--secondary-foreground);
|
|
71
|
+
--sidebar-border: var(--primary);
|
|
72
|
+
--sidebar-ring: var(--primary);
|
|
73
|
+
|
|
74
|
+
--radius: 0px;
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
/* Theme utility classes for per-section color swapping */
|
|
78
|
+
.theme-yellow {
|
|
79
|
+
--primary: 60 100% 50%;
|
|
80
|
+
}
|
|
81
|
+
.theme-blue {
|
|
82
|
+
--primary: 240 100% 50%;
|
|
83
|
+
--primary-foreground: 0 0% 100%;
|
|
84
|
+
}
|
|
85
|
+
.theme-white {
|
|
86
|
+
--primary: 0 0% 100%;
|
|
87
|
+
}
|
|
88
|
+
.theme-amber {
|
|
89
|
+
--primary: 45 100% 50%;
|
|
90
|
+
}
|
|
91
|
+
.theme-hotpink {
|
|
92
|
+
--primary: 300 100% 50%;
|
|
93
|
+
}
|
|
94
|
+
.theme-cyan {
|
|
95
|
+
--primary: 180 100% 50%;
|
|
96
|
+
}
|
|
97
|
+
.theme-secondary {
|
|
98
|
+
--primary: 300 100% 50%;
|
|
99
|
+
--primary-foreground: 0 0% 0%;
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
@layer base {
|
|
104
|
+
* {
|
|
105
|
+
border-color: hsl(var(--border));
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
html {
|
|
109
|
+
background-color: #000000;
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
body {
|
|
113
|
+
background-color: hsl(var(--background));
|
|
114
|
+
color: hsl(var(--primary));
|
|
115
|
+
font-family: 'BigBlueTerm437', monospace;
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
/* Kill all shadows globally */
|
|
119
|
+
*,
|
|
120
|
+
*::before,
|
|
121
|
+
*::after {
|
|
122
|
+
box-shadow: none !important;
|
|
123
|
+
text-shadow: none !important;
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
/* Kill all border radius globally */
|
|
127
|
+
*,
|
|
128
|
+
*::before,
|
|
129
|
+
*::after {
|
|
130
|
+
border-radius: 0 !important;
|
|
131
|
+
}
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
/* Win95 style scrollbar from original app */
|
|
135
|
+
@layer components {
|
|
136
|
+
.win95-scroll {
|
|
137
|
+
scrollbar-width: auto;
|
|
138
|
+
scrollbar-color: #bcbcbc #d4d0c8;
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
.win95-scroll::-webkit-scrollbar {
|
|
142
|
+
width: 16px;
|
|
143
|
+
background-color: #d4d0c8;
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
.win95-scroll::-webkit-scrollbar-track {
|
|
147
|
+
background: linear-gradient(180deg, #f5f5f5 0%, #d4d0c8 100%);
|
|
148
|
+
border: 1px solid #808080;
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
.win95-scroll::-webkit-scrollbar-thumb {
|
|
152
|
+
background-color: #bcbcbc;
|
|
153
|
+
border: 1px solid #808080;
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
.win95-scroll::-webkit-scrollbar-thumb:hover {
|
|
157
|
+
background-color: #d6d6d6;
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
.win95-scroll::-webkit-scrollbar-button {
|
|
161
|
+
height: 16px;
|
|
162
|
+
background-color: #d4d0c8;
|
|
163
|
+
border: 1px solid #808080;
|
|
164
|
+
}
|
|
165
|
+
|
|
166
|
+
/* Terminal header styles */
|
|
167
|
+
.header-title {
|
|
168
|
+
background: hsl(var(--primary));
|
|
169
|
+
color: hsl(var(--primary-foreground));
|
|
170
|
+
font-weight: bold;
|
|
171
|
+
line-height: 1;
|
|
172
|
+
display: inline-block;
|
|
173
|
+
position: relative;
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
.header-title::after {
|
|
177
|
+
content: '';
|
|
178
|
+
position: absolute;
|
|
179
|
+
top: 50%;
|
|
180
|
+
transform: translateY(-50%);
|
|
181
|
+
border-left-color: hsl(var(--primary));
|
|
182
|
+
border-top-color: transparent;
|
|
183
|
+
border-bottom-color: transparent;
|
|
184
|
+
border-style: solid;
|
|
185
|
+
border-top-width: 10px;
|
|
186
|
+
border-bottom-width: 10px;
|
|
187
|
+
border-left-width: 6px;
|
|
188
|
+
right: -6px;
|
|
189
|
+
}
|
|
190
|
+
|
|
191
|
+
.header-button {
|
|
192
|
+
position: absolute;
|
|
193
|
+
right: 0;
|
|
194
|
+
top: 0;
|
|
195
|
+
bottom: 0;
|
|
196
|
+
background: hsl(var(--background));
|
|
197
|
+
padding-left: 0.5rem;
|
|
198
|
+
padding-right: 0.5rem;
|
|
199
|
+
font-weight: 600;
|
|
200
|
+
text-transform: uppercase;
|
|
201
|
+
letter-spacing: 0.05em;
|
|
202
|
+
color: hsl(var(--primary));
|
|
203
|
+
transition: background-color 0.2s;
|
|
204
|
+
display: flex;
|
|
205
|
+
align-items: center;
|
|
206
|
+
}
|
|
207
|
+
|
|
208
|
+
.header-button:hover {
|
|
209
|
+
background: hsl(var(--muted));
|
|
210
|
+
}
|
|
211
|
+
|
|
212
|
+
.header-button:focus {
|
|
213
|
+
outline: 1px solid hsl(var(--primary));
|
|
214
|
+
}
|
|
215
|
+
|
|
216
|
+
.terminal-glow {
|
|
217
|
+
box-shadow: 0 0 8px hsl(var(--primary) / 0.6) !important;
|
|
218
|
+
}
|
|
219
|
+
}
|
|
220
|
+
|
|
221
|
+
/* Custom color utilities - workaround for Tailwind JIT not generating these */
|
|
222
|
+
@layer utilities {
|
|
223
|
+
.bg-primary {
|
|
224
|
+
background-color: hsl(var(--primary));
|
|
225
|
+
}
|
|
226
|
+
.bg-secondary {
|
|
227
|
+
background-color: hsl(var(--secondary));
|
|
228
|
+
}
|
|
229
|
+
.bg-destructive {
|
|
230
|
+
background-color: hsl(var(--destructive));
|
|
231
|
+
}
|
|
232
|
+
.bg-muted {
|
|
233
|
+
background-color: hsl(var(--muted));
|
|
234
|
+
}
|
|
235
|
+
.bg-accent {
|
|
236
|
+
background-color: hsl(var(--accent));
|
|
237
|
+
}
|
|
238
|
+
.bg-card {
|
|
239
|
+
background-color: hsl(var(--card));
|
|
240
|
+
}
|
|
241
|
+
.bg-popover {
|
|
242
|
+
background-color: hsl(var(--popover));
|
|
243
|
+
}
|
|
244
|
+
.bg-background {
|
|
245
|
+
background-color: hsl(var(--background));
|
|
246
|
+
}
|
|
247
|
+
.text-primary {
|
|
248
|
+
color: hsl(var(--primary));
|
|
249
|
+
}
|
|
250
|
+
.text-secondary {
|
|
251
|
+
color: hsl(var(--secondary));
|
|
252
|
+
}
|
|
253
|
+
.text-destructive {
|
|
254
|
+
color: hsl(var(--destructive));
|
|
255
|
+
}
|
|
256
|
+
.text-primary-foreground {
|
|
257
|
+
color: hsl(var(--primary-foreground));
|
|
258
|
+
}
|
|
259
|
+
.text-secondary-foreground {
|
|
260
|
+
color: hsl(var(--secondary-foreground));
|
|
261
|
+
}
|
|
262
|
+
.text-destructive-foreground {
|
|
263
|
+
color: hsl(var(--destructive-foreground));
|
|
264
|
+
}
|
|
265
|
+
.text-muted-foreground {
|
|
266
|
+
color: hsl(var(--muted-foreground));
|
|
267
|
+
}
|
|
268
|
+
.text-card-foreground {
|
|
269
|
+
color: hsl(var(--card-foreground));
|
|
270
|
+
}
|
|
271
|
+
.text-popover-foreground {
|
|
272
|
+
color: hsl(var(--popover-foreground));
|
|
273
|
+
}
|
|
274
|
+
.border-primary {
|
|
275
|
+
border-color: hsl(var(--primary));
|
|
276
|
+
}
|
|
277
|
+
.border-secondary {
|
|
278
|
+
border-color: hsl(var(--secondary));
|
|
279
|
+
}
|
|
280
|
+
.border-destructive {
|
|
281
|
+
border-color: hsl(var(--destructive));
|
|
282
|
+
}
|
|
283
|
+
.ring-primary {
|
|
284
|
+
--tw-ring-color: hsl(var(--primary));
|
|
285
|
+
}
|
|
286
|
+
|
|
287
|
+
/* Blink animation utility - only blinks the fill, not the border */
|
|
288
|
+
.animate-blink {
|
|
289
|
+
animation: blink 0.25s step-end infinite;
|
|
290
|
+
}
|
|
291
|
+
|
|
292
|
+
@keyframes blink {
|
|
293
|
+
0%, 100% {
|
|
294
|
+
background-color: hsl(var(--primary));
|
|
295
|
+
}
|
|
296
|
+
50% {
|
|
297
|
+
background-color: transparent;
|
|
298
|
+
}
|
|
299
|
+
}
|
|
300
|
+
}
|
package/dist/index100.js
CHANGED
|
@@ -1,11 +1,32 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
1
|
+
import * as a from "react";
|
|
2
|
+
import { Primitive as o } from "./index81.js";
|
|
3
|
+
import { jsx as t } from "react/jsx-runtime";
|
|
4
|
+
var d = Object.freeze({
|
|
5
|
+
// See: https://github.com/twbs/bootstrap/blob/main/scss/mixins/_visually-hidden.scss
|
|
6
|
+
position: "absolute",
|
|
7
|
+
border: 0,
|
|
8
|
+
width: 1,
|
|
9
|
+
height: 1,
|
|
10
|
+
padding: 0,
|
|
11
|
+
margin: -1,
|
|
12
|
+
overflow: "hidden",
|
|
13
|
+
clip: "rect(0, 0, 0, 0)",
|
|
14
|
+
whiteSpace: "nowrap",
|
|
15
|
+
wordWrap: "normal"
|
|
16
|
+
}), l = "VisuallyHidden", e = a.forwardRef(
|
|
17
|
+
(r, i) => /* @__PURE__ */ t(
|
|
18
|
+
o.span,
|
|
19
|
+
{
|
|
20
|
+
...r,
|
|
21
|
+
ref: i,
|
|
22
|
+
style: { ...d, ...r.style }
|
|
23
|
+
}
|
|
24
|
+
)
|
|
25
|
+
);
|
|
26
|
+
e.displayName = l;
|
|
27
|
+
var p = e;
|
|
9
28
|
export {
|
|
10
|
-
|
|
29
|
+
p as Root,
|
|
30
|
+
d as VISUALLY_HIDDEN_STYLES,
|
|
31
|
+
e as VisuallyHidden
|
|
11
32
|
};
|