@drjoshcsimmons/scl 0.2.8 → 0.3.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/components/ui/accordion/accordion.d.ts.map +1 -1
- package/dist/components/ui/alert/alert.d.ts +5 -4
- package/dist/components/ui/alert/alert.d.ts.map +1 -1
- package/dist/components/ui/alert/index.d.ts +1 -1
- package/dist/components/ui/alert/index.d.ts.map +1 -1
- package/dist/components/ui/avatar/avatar.d.ts.map +1 -1
- package/dist/components/ui/badge/badge.d.ts +4 -6
- package/dist/components/ui/badge/badge.d.ts.map +1 -1
- package/dist/components/ui/badge/index.d.ts +1 -1
- package/dist/components/ui/badge/index.d.ts.map +1 -1
- package/dist/components/ui/button/button.d.ts +6 -7
- package/dist/components/ui/button/button.d.ts.map +1 -1
- package/dist/components/ui/button/index.d.ts +1 -1
- package/dist/components/ui/button/index.d.ts.map +1 -1
- package/dist/components/ui/card/card.d.ts.map +1 -1
- package/dist/components/ui/checkbox/checkbox.d.ts.map +1 -1
- package/dist/components/ui/collapsible/collapsible.d.ts.map +1 -1
- package/dist/components/ui/dialog/dialog.d.ts.map +1 -1
- package/dist/components/ui/input/input.d.ts.map +1 -1
- package/dist/components/ui/label/label.d.ts +1 -2
- package/dist/components/ui/label/label.d.ts.map +1 -1
- package/dist/components/ui/popover/popover.d.ts.map +1 -1
- package/dist/components/ui/progress/progress.d.ts +0 -3
- package/dist/components/ui/progress/progress.d.ts.map +1 -1
- package/dist/components/ui/radio-group/radio-group.d.ts.map +1 -1
- package/dist/components/ui/scroll-area/scroll-area.d.ts.map +1 -1
- package/dist/components/ui/select/select.d.ts.map +1 -1
- package/dist/components/ui/separator/separator.d.ts.map +1 -1
- package/dist/components/ui/skeleton/skeleton.d.ts +1 -0
- package/dist/components/ui/skeleton/skeleton.d.ts.map +1 -1
- package/dist/components/ui/slider/slider.d.ts.map +1 -1
- package/dist/components/ui/switch/switch.d.ts.map +1 -1
- package/dist/components/ui/table/table.d.ts.map +1 -1
- package/dist/components/ui/tabs/tabs.d.ts.map +1 -1
- package/dist/components/ui/textarea/textarea.d.ts.map +1 -1
- package/dist/components/ui/toggle/index.d.ts +1 -1
- package/dist/components/ui/toggle/index.d.ts.map +1 -1
- package/dist/components/ui/toggle/toggle.d.ts +6 -10
- package/dist/components/ui/toggle/toggle.d.ts.map +1 -1
- package/dist/components/ui/tooltip/tooltip.d.ts.map +1 -1
- package/dist/globals.css +223 -287
- package/dist/hooks/use-font-loaded.d.ts +2 -0
- package/dist/hooks/use-font-loaded.d.ts.map +1 -0
- package/dist/index.d.ts +2 -10
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +118 -185
- package/dist/index10.js +28 -51
- package/dist/index100.js +14 -30
- package/dist/index101.js +47 -12
- package/dist/index102.js +50 -6
- package/dist/index103.js +9 -25
- package/dist/index104.js +30 -9
- package/dist/index105.js +9 -9
- package/dist/index106.js +8 -3
- package/dist/index107.js +30 -30
- package/dist/index108.js +54 -8
- package/dist/index109.js +30 -30
- package/dist/index11.js +26 -16
- package/dist/index110.js +44 -51
- package/dist/index111.js +47 -29
- package/dist/index112.js +1 -1
- package/dist/index113.js +1 -1
- package/dist/index114.js +6 -48
- package/dist/index115.js +1 -1
- package/dist/index117.js +1 -1
- package/dist/index118.js +3 -3
- package/dist/index119.js +2 -48
- package/dist/index12.js +6 -5
- package/dist/index120.js +53 -6
- package/dist/index121.js +62 -18
- package/dist/index122.js +25 -9
- package/dist/index123.js +29 -38
- package/dist/index124.js +5 -18
- package/dist/index125.js +2 -25
- package/dist/index126.js +2 -29
- package/dist/index127.js +5 -5
- package/dist/index128.js +3 -2
- package/dist/index129.js +22 -51
- package/dist/index13.js +77 -134
- package/dist/index130.js +108 -60
- package/dist/index131.js +16 -2
- package/dist/index132.js +525 -2
- package/dist/index133.js +128 -5
- package/dist/index134.js +134 -3
- package/dist/index135.js +63 -22
- package/dist/index136.js +66 -110
- package/dist/index137.js +8 -15
- package/dist/index138.js +11 -522
- package/dist/index139.js +65 -127
- package/dist/index14.js +13 -97
- package/dist/index140.js +3 -133
- package/dist/index141.js +19 -61
- package/dist/index142.js +22 -68
- package/dist/index143.js +11 -7
- package/dist/index144.js +28 -14
- package/dist/index145.js +4 -65
- package/dist/index15.js +12 -71
- package/dist/index16.js +19 -254
- package/dist/index17.js +32 -138
- package/dist/index18.js +25 -89
- package/dist/index19.js +37 -18
- package/dist/index2.js +5 -5
- package/dist/index20.js +139 -10
- package/dist/index21.js +18 -19
- package/dist/index22.js +13 -35
- package/dist/index23.js +24 -22
- package/dist/index24.js +13 -34
- package/dist/index25.js +31 -114
- package/dist/index26.js +32 -16
- package/dist/index27.js +14 -74
- package/dist/index28.js +15 -12
- package/dist/index29.js +24 -29
- package/dist/index3.js +10 -22
- package/dist/index30.js +97 -108
- package/dist/index31.js +39 -25
- package/dist/index32.js +11 -65
- package/dist/index33.js +49 -44
- package/dist/index34.js +65 -85
- package/dist/index35.js +234 -15
- package/dist/index38.js +71 -98
- package/dist/index4.js +22 -37
- package/dist/index43.js +58 -13
- package/dist/index45.js +219 -207
- package/dist/index48.js +530 -9
- package/dist/index5.js +51 -34
- package/dist/index50.js +18 -11
- package/dist/index52.js +229 -298
- package/dist/index54.js +218 -100
- package/dist/index57.js +115 -245
- package/dist/index59.js +22 -12
- package/dist/index6.js +21 -75
- package/dist/index61.js +325 -119
- package/dist/index63.js +74 -117
- package/dist/index65.js +409 -210
- package/dist/index67.js +234 -311
- package/dist/index69.js +112 -16
- package/dist/index7.js +22 -27
- package/dist/index71.js +146 -67
- package/dist/index73.js +30 -434
- package/dist/index76.js +854 -62
- package/dist/index78.js +64 -23
- package/dist/index79.js +44 -5
- package/dist/index8.js +6 -27
- package/dist/index80.js +24 -49
- package/dist/index81.js +6 -33
- package/dist/index82.js +51 -10
- package/dist/index83.js +33 -7
- package/dist/index84.js +10 -124
- package/dist/index85.js +7 -14
- package/dist/index86.js +50 -130
- package/dist/index87.js +10 -218
- package/dist/index88.js +4 -14
- package/dist/index89.js +29 -68
- package/dist/index9.js +19 -34
- package/dist/index90.js +12 -47
- package/dist/index91.js +6 -50
- package/dist/index92.js +25 -9
- package/dist/index93.js +68 -3
- package/dist/index94.js +3 -649
- package/dist/index95.js +30 -15
- package/dist/index96.js +124 -29
- package/dist/index97.js +13 -46
- package/dist/index98.js +130 -50
- package/dist/index99.js +218 -10
- package/dist/lib/utils.d.ts +8 -8
- package/dist/lib/utils.d.ts.map +1 -1
- package/package.json +5 -46
- package/dist/components/ui/alert-dialog/alert-dialog.d.ts +0 -21
- package/dist/components/ui/alert-dialog/alert-dialog.d.ts.map +0 -1
- package/dist/components/ui/alert-dialog/index.d.ts +0 -2
- package/dist/components/ui/alert-dialog/index.d.ts.map +0 -1
- package/dist/components/ui/combobox/combobox.d.ts +0 -31
- package/dist/components/ui/combobox/combobox.d.ts.map +0 -1
- package/dist/components/ui/combobox/index.d.ts +0 -3
- package/dist/components/ui/combobox/index.d.ts.map +0 -1
- package/dist/components/ui/command/command.d.ts +0 -85
- package/dist/components/ui/command/command.d.ts.map +0 -1
- package/dist/components/ui/command/index.d.ts +0 -2
- package/dist/components/ui/command/index.d.ts.map +0 -1
- package/dist/components/ui/dithered-image/dithered-image.d.ts +0 -21
- package/dist/components/ui/dithered-image/dithered-image.d.ts.map +0 -1
- package/dist/components/ui/dithered-image/index.d.ts +0 -3
- package/dist/components/ui/dithered-image/index.d.ts.map +0 -1
- package/dist/components/ui/dropdown-menu/dropdown-menu.d.ts +0 -28
- package/dist/components/ui/dropdown-menu/dropdown-menu.d.ts.map +0 -1
- package/dist/components/ui/dropdown-menu/index.d.ts +0 -2
- package/dist/components/ui/dropdown-menu/index.d.ts.map +0 -1
- package/dist/components/ui/form/form.d.ts +0 -24
- package/dist/components/ui/form/form.d.ts.map +0 -1
- package/dist/components/ui/form/index.d.ts +0 -2
- package/dist/components/ui/form/index.d.ts.map +0 -1
- package/dist/components/ui/sheet/index.d.ts +0 -2
- package/dist/components/ui/sheet/index.d.ts.map +0 -1
- package/dist/components/ui/sheet/sheet.d.ts +0 -26
- package/dist/components/ui/sheet/sheet.d.ts.map +0 -1
- package/dist/components/ui/statusline/index.d.ts +0 -2
- package/dist/components/ui/statusline/index.d.ts.map +0 -1
- package/dist/components/ui/statusline/statusline.d.ts +0 -40
- package/dist/components/ui/statusline/statusline.d.ts.map +0 -1
- package/dist/components/ui/terminal-textarea/index.d.ts +0 -2
- package/dist/components/ui/terminal-textarea/index.d.ts.map +0 -1
- package/dist/components/ui/terminal-textarea/terminal-textarea.d.ts +0 -16
- package/dist/components/ui/terminal-textarea/terminal-textarea.d.ts.map +0 -1
- package/dist/index146.js +0 -6
- package/dist/index147.js +0 -25
- package/dist/index148.js +0 -25
- package/dist/index149.js +0 -15
- package/dist/index150.js +0 -30
- package/dist/index151.js +0 -7
- package/dist/index36.js +0 -37
- package/dist/index37.js +0 -28
- package/dist/index39.js +0 -41
- package/dist/index40.js +0 -13
- package/dist/index41.js +0 -51
- package/dist/index42.js +0 -68
- package/dist/index44.js +0 -2265
- package/dist/index46.js +0 -13
- package/dist/index47.js +0 -227
- package/dist/index49.js +0 -13
- package/dist/index51.js +0 -243
- package/dist/index53.js +0 -14
- package/dist/index55.js +0 -20
- package/dist/index56.js +0 -35
- package/dist/index58.js +0 -14
- package/dist/index60.js +0 -75
- package/dist/index62.js +0 -62
- package/dist/index64.js +0 -256
- package/dist/index66.js +0 -532
- package/dist/index68.js +0 -251
- package/dist/index70.js +0 -163
- package/dist/index72.js +0 -33
- package/dist/index74.js +0 -862
- package/dist/index75.js +0 -11
- package/dist/index77.js +0 -48
package/dist/globals.css
CHANGED
|
@@ -1,300 +1,236 @@
|
|
|
1
|
-
|
|
2
|
-
@tailwind components;
|
|
3
|
-
@tailwind utilities;
|
|
1
|
+
/* SCL Global Styles - Pure CSS (No Tailwind) */
|
|
4
2
|
|
|
3
|
+
/* Font Face */
|
|
5
4
|
@font-face {
|
|
6
5
|
font-family: 'BigBlueTerm437';
|
|
7
6
|
src: url('/fonts/BigBlueTerm437.ttf') format('truetype');
|
|
7
|
+
font-display: block;
|
|
8
8
|
}
|
|
9
9
|
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
}
|
|
97
|
-
.theme-secondary {
|
|
98
|
-
--primary: 300 100% 50%;
|
|
99
|
-
--primary-foreground: 0 0% 0%;
|
|
100
|
-
}
|
|
10
|
+
/* CSS Custom Properties (Design Tokens) */
|
|
11
|
+
:root {
|
|
12
|
+
/* Color Palette */
|
|
13
|
+
--scl-color-green: hsl(120, 100%, 50%);
|
|
14
|
+
--scl-color-hotpink: hsl(300, 100%, 50%);
|
|
15
|
+
--scl-color-yellow: hsl(60, 100%, 50%);
|
|
16
|
+
--scl-color-blue: hsl(240, 100%, 50%);
|
|
17
|
+
--scl-color-cyan: hsl(180, 100%, 50%);
|
|
18
|
+
--scl-color-white: hsl(0, 0%, 100%);
|
|
19
|
+
--scl-color-amber: hsl(45, 100%, 50%);
|
|
20
|
+
--scl-color-red: hsl(0, 100%, 50%);
|
|
21
|
+
--scl-color-black: hsl(0, 0%, 0%);
|
|
22
|
+
|
|
23
|
+
/* Semantic Colors */
|
|
24
|
+
--scl-primary: var(--scl-color-green);
|
|
25
|
+
--scl-primary-foreground: var(--scl-color-black);
|
|
26
|
+
--scl-secondary: var(--scl-color-hotpink);
|
|
27
|
+
--scl-secondary-foreground: var(--scl-color-black);
|
|
28
|
+
--scl-destructive: var(--scl-color-red);
|
|
29
|
+
--scl-destructive-foreground: var(--scl-color-black);
|
|
30
|
+
|
|
31
|
+
/* Background & Foreground */
|
|
32
|
+
--scl-background: var(--scl-color-black);
|
|
33
|
+
--scl-foreground: var(--scl-primary);
|
|
34
|
+
|
|
35
|
+
/* Border & Ring */
|
|
36
|
+
--scl-border: var(--scl-primary);
|
|
37
|
+
--scl-ring: var(--scl-primary);
|
|
38
|
+
--scl-input: var(--scl-color-black);
|
|
39
|
+
|
|
40
|
+
/* Muted */
|
|
41
|
+
--scl-muted: hsl(0, 0%, 8%);
|
|
42
|
+
--scl-muted-foreground: var(--scl-primary);
|
|
43
|
+
|
|
44
|
+
/* Card & Popover */
|
|
45
|
+
--scl-card: var(--scl-color-black);
|
|
46
|
+
--scl-card-foreground: var(--scl-primary);
|
|
47
|
+
--scl-popover: var(--scl-color-black);
|
|
48
|
+
--scl-popover-foreground: var(--scl-primary);
|
|
49
|
+
|
|
50
|
+
/* Accent */
|
|
51
|
+
--scl-accent: var(--scl-secondary);
|
|
52
|
+
--scl-accent-foreground: var(--scl-secondary-foreground);
|
|
53
|
+
|
|
54
|
+
/* Spacing Scale */
|
|
55
|
+
--scl-space-0: 0;
|
|
56
|
+
--scl-space-px: 1px;
|
|
57
|
+
--scl-space-0-5: 0.125rem;
|
|
58
|
+
--scl-space-1: 0.25rem;
|
|
59
|
+
--scl-space-1-5: 0.375rem;
|
|
60
|
+
--scl-space-2: 0.5rem;
|
|
61
|
+
--scl-space-2-5: 0.625rem;
|
|
62
|
+
--scl-space-3: 0.75rem;
|
|
63
|
+
--scl-space-3-5: 0.875rem;
|
|
64
|
+
--scl-space-4: 1rem;
|
|
65
|
+
--scl-space-5: 1.25rem;
|
|
66
|
+
--scl-space-6: 1.5rem;
|
|
67
|
+
--scl-space-7: 1.75rem;
|
|
68
|
+
--scl-space-8: 2rem;
|
|
69
|
+
--scl-space-9: 2.25rem;
|
|
70
|
+
--scl-space-10: 2.5rem;
|
|
71
|
+
--scl-space-11: 2.75rem;
|
|
72
|
+
--scl-space-12: 3rem;
|
|
73
|
+
--scl-space-14: 3.5rem;
|
|
74
|
+
--scl-space-16: 4rem;
|
|
75
|
+
|
|
76
|
+
/* Font Sizes */
|
|
77
|
+
--scl-text-xs: 0.75rem;
|
|
78
|
+
--scl-text-sm: 0.875rem;
|
|
79
|
+
--scl-text-base: 1rem;
|
|
80
|
+
--scl-text-lg: 1.125rem;
|
|
81
|
+
--scl-text-xl: 1.25rem;
|
|
82
|
+
--scl-text-2xl: 1.5rem;
|
|
83
|
+
--scl-text-3xl: 1.875rem;
|
|
84
|
+
|
|
85
|
+
/* Font Family */
|
|
86
|
+
--scl-font-mono: 'BigBlueTerm437', monospace;
|
|
87
|
+
|
|
88
|
+
/* Animation Durations */
|
|
89
|
+
--scl-duration-fast: 150ms;
|
|
90
|
+
--scl-duration-normal: 200ms;
|
|
91
|
+
--scl-duration-slow: 300ms;
|
|
92
|
+
|
|
93
|
+
/* Focus Ring */
|
|
94
|
+
--scl-focus-ring-width: 2px;
|
|
95
|
+
--scl-focus-ring-offset: 2px;
|
|
101
96
|
}
|
|
102
97
|
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
98
|
+
/* Theme Variants */
|
|
99
|
+
.scl-theme-yellow {
|
|
100
|
+
--scl-primary: var(--scl-color-yellow);
|
|
101
|
+
}
|
|
102
|
+
.scl-theme-blue {
|
|
103
|
+
--scl-primary: var(--scl-color-blue);
|
|
104
|
+
--scl-primary-foreground: var(--scl-color-white);
|
|
105
|
+
}
|
|
106
|
+
.scl-theme-white {
|
|
107
|
+
--scl-primary: var(--scl-color-white);
|
|
108
|
+
}
|
|
109
|
+
.scl-theme-amber {
|
|
110
|
+
--scl-primary: var(--scl-color-amber);
|
|
111
|
+
}
|
|
112
|
+
.scl-theme-hotpink {
|
|
113
|
+
--scl-primary: var(--scl-color-hotpink);
|
|
114
|
+
}
|
|
115
|
+
.scl-theme-cyan {
|
|
116
|
+
--scl-primary: var(--scl-color-cyan);
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
/* Base Styles */
|
|
120
|
+
*,
|
|
121
|
+
*::before,
|
|
122
|
+
*::after {
|
|
123
|
+
box-sizing: border-box;
|
|
124
|
+
margin: 0;
|
|
125
|
+
padding: 0;
|
|
126
|
+
border-radius: 0;
|
|
127
|
+
box-shadow: none;
|
|
128
|
+
text-shadow: none;
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
html {
|
|
132
|
+
background-color: var(--scl-background);
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
body {
|
|
136
|
+
background-color: var(--scl-background);
|
|
137
|
+
color: var(--scl-foreground);
|
|
138
|
+
font-family: var(--scl-font-mono);
|
|
139
|
+
line-height: 1.5;
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
/* Animations */
|
|
143
|
+
@keyframes scl-accordion-down {
|
|
144
|
+
from { height: 0; }
|
|
145
|
+
to { height: var(--radix-accordion-content-height); }
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
@keyframes scl-accordion-up {
|
|
149
|
+
from { height: var(--radix-accordion-content-height); }
|
|
150
|
+
to { height: 0; }
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
@keyframes scl-collapsible-down {
|
|
154
|
+
from { height: 0; }
|
|
155
|
+
to { height: var(--radix-collapsible-content-height); }
|
|
156
|
+
}
|
|
157
|
+
|
|
158
|
+
@keyframes scl-collapsible-up {
|
|
159
|
+
from { height: var(--radix-collapsible-content-height); }
|
|
160
|
+
to { height: 0; }
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
@keyframes scl-fade-in {
|
|
164
|
+
from { opacity: 0; }
|
|
165
|
+
to { opacity: 1; }
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
@keyframes scl-fade-out {
|
|
169
|
+
from { opacity: 1; }
|
|
170
|
+
to { opacity: 0; }
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
@keyframes scl-slide-in-from-top {
|
|
174
|
+
from { transform: translateY(-100%); }
|
|
175
|
+
to { transform: translateY(0); }
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
@keyframes scl-slide-in-from-bottom {
|
|
179
|
+
from { transform: translateY(100%); }
|
|
180
|
+
to { transform: translateY(0); }
|
|
181
|
+
}
|
|
182
|
+
|
|
183
|
+
@keyframes scl-slide-in-from-left {
|
|
184
|
+
from { transform: translateX(-100%); }
|
|
185
|
+
to { transform: translateX(0); }
|
|
186
|
+
}
|
|
187
|
+
|
|
188
|
+
@keyframes scl-slide-in-from-right {
|
|
189
|
+
from { transform: translateX(100%); }
|
|
190
|
+
to { transform: translateX(0); }
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
@keyframes scl-zoom-in {
|
|
194
|
+
from { transform: scale(0.95); opacity: 0; }
|
|
195
|
+
to { transform: scale(1); opacity: 1; }
|
|
196
|
+
}
|
|
197
|
+
|
|
198
|
+
@keyframes scl-zoom-out {
|
|
199
|
+
from { transform: scale(1); opacity: 1; }
|
|
200
|
+
to { transform: scale(0.95); opacity: 0; }
|
|
201
|
+
}
|
|
202
|
+
|
|
203
|
+
@keyframes scl-blink {
|
|
204
|
+
0%, 100% { opacity: 1; }
|
|
205
|
+
50% { opacity: 0; }
|
|
206
|
+
}
|
|
207
|
+
|
|
208
|
+
@keyframes scl-spin {
|
|
209
|
+
from { transform: rotate(0deg); }
|
|
210
|
+
to { transform: rotate(360deg); }
|
|
211
|
+
}
|
|
212
|
+
|
|
213
|
+
/* Win95 Scrollbar */
|
|
214
|
+
.scl-win95-scroll {
|
|
215
|
+
scrollbar-width: auto;
|
|
216
|
+
scrollbar-color: #bcbcbc #d4d0c8;
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
.scl-win95-scroll::-webkit-scrollbar {
|
|
220
|
+
width: 16px;
|
|
221
|
+
background-color: #d4d0c8;
|
|
222
|
+
}
|
|
223
|
+
|
|
224
|
+
.scl-win95-scroll::-webkit-scrollbar-track {
|
|
225
|
+
background: linear-gradient(180deg, #f5f5f5 0%, #d4d0c8 100%);
|
|
226
|
+
border: 1px solid #808080;
|
|
132
227
|
}
|
|
133
228
|
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
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
|
-
}
|
|
229
|
+
.scl-win95-scroll::-webkit-scrollbar-thumb {
|
|
230
|
+
background-color: #bcbcbc;
|
|
231
|
+
border: 1px solid #808080;
|
|
219
232
|
}
|
|
220
233
|
|
|
221
|
-
|
|
222
|
-
|
|
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
|
-
}
|
|
234
|
+
.scl-win95-scroll::-webkit-scrollbar-thumb:hover {
|
|
235
|
+
background-color: #d6d6d6;
|
|
300
236
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"use-font-loaded.d.ts","sourceRoot":"","sources":["../../src/hooks/use-font-loaded.ts"],"names":[],"mappings":"AAEA,wBAAgB,aAAa,CAAC,UAAU,SAAmB,GAAG,OAAO,CAUpE"}
|
package/dist/index.d.ts
CHANGED
|
@@ -1,18 +1,12 @@
|
|
|
1
1
|
export * from './components/ui/accordion';
|
|
2
2
|
export * from './components/ui/alert';
|
|
3
|
-
export * from './components/ui/alert-dialog';
|
|
4
3
|
export * from './components/ui/avatar';
|
|
5
4
|
export * from './components/ui/badge';
|
|
6
5
|
export * from './components/ui/button';
|
|
7
6
|
export * from './components/ui/card';
|
|
8
7
|
export * from './components/ui/checkbox';
|
|
9
8
|
export * from './components/ui/collapsible';
|
|
10
|
-
export * from './components/ui/combobox';
|
|
11
|
-
export * from './components/ui/command';
|
|
12
9
|
export * from './components/ui/dialog';
|
|
13
|
-
export * from './components/ui/dithered-image';
|
|
14
|
-
export * from './components/ui/dropdown-menu';
|
|
15
|
-
export * from './components/ui/form';
|
|
16
10
|
export * from './components/ui/input';
|
|
17
11
|
export * from './components/ui/label';
|
|
18
12
|
export * from './components/ui/popover';
|
|
@@ -21,17 +15,15 @@ export * from './components/ui/radio-group';
|
|
|
21
15
|
export * from './components/ui/scroll-area';
|
|
22
16
|
export * from './components/ui/select';
|
|
23
17
|
export * from './components/ui/separator';
|
|
24
|
-
export * from './components/ui/sheet';
|
|
25
18
|
export * from './components/ui/skeleton';
|
|
26
19
|
export * from './components/ui/slider';
|
|
27
|
-
export * from './components/ui/statusline';
|
|
28
20
|
export * from './components/ui/switch';
|
|
29
21
|
export * from './components/ui/table';
|
|
30
22
|
export * from './components/ui/tabs';
|
|
31
|
-
export * from './components/ui/terminal-textarea';
|
|
32
23
|
export * from './components/ui/textarea';
|
|
33
24
|
export * from './components/ui/toggle';
|
|
34
25
|
export * from './components/ui/tooltip';
|
|
35
|
-
export { cn } from './lib/utils';
|
|
26
|
+
export { cx, cn } from './lib/utils';
|
|
27
|
+
export { useFontLoaded } from './hooks/use-font-loaded';
|
|
36
28
|
export * from './tokens';
|
|
37
29
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AACA,cAAc,2BAA2B,CAAC;AAC1C,cAAc,uBAAuB,CAAC;AACtC,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AACA,cAAc,2BAA2B,CAAC;AAC1C,cAAc,uBAAuB,CAAC;AACtC,cAAc,wBAAwB,CAAC;AACvC,cAAc,uBAAuB,CAAC;AACtC,cAAc,wBAAwB,CAAC;AACvC,cAAc,sBAAsB,CAAC;AACrC,cAAc,0BAA0B,CAAC;AACzC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,wBAAwB,CAAC;AACvC,cAAc,uBAAuB,CAAC;AACtC,cAAc,uBAAuB,CAAC;AACtC,cAAc,yBAAyB,CAAC;AACxC,cAAc,0BAA0B,CAAC;AACzC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,wBAAwB,CAAC;AACvC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,0BAA0B,CAAC;AACzC,cAAc,wBAAwB,CAAC;AACvC,cAAc,wBAAwB,CAAC;AACvC,cAAc,uBAAuB,CAAC;AACtC,cAAc,sBAAsB,CAAC;AACrC,cAAc,0BAA0B,CAAC;AACzC,cAAc,wBAAwB,CAAC;AACvC,cAAc,yBAAyB,CAAC;AAGxC,OAAO,EAAE,EAAE,EAAE,EAAE,EAAE,MAAM,aAAa,CAAC;AAGrC,OAAO,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAGxD,cAAc,UAAU,CAAC"}
|