singularity-components 0.1.61 → 0.1.64

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/main.css CHANGED
@@ -1,884 +1,117 @@
1
- /* lib/tailwind.css */
2
- @layer theme, base, components, utilities;
3
- @layer theme {
4
- :root,
5
- :host {
6
- --sg-font-sans:
7
- ui-sans-serif,
8
- system-ui,
9
- sans-serif,
10
- "Apple Color Emoji",
11
- "Segoe UI Emoji",
12
- "Segoe UI Symbol",
13
- "Noto Color Emoji";
14
- --sg-font-serif:
15
- ui-serif,
16
- Georgia,
17
- Cambria,
18
- "Times New Roman",
19
- Times,
20
- serif;
21
- --sg-font-mono:
22
- ui-monospace,
23
- SFMono-Regular,
24
- Menlo,
25
- Monaco,
26
- Consolas,
27
- "Liberation Mono",
28
- "Courier New",
29
- monospace;
30
- --sg-breakpoint-sm: 40rem;
31
- --sg-breakpoint-md: 48rem;
32
- --sg-breakpoint-lg: 64rem;
33
- --sg-breakpoint-xl: 80rem;
34
- --sg-breakpoint-2xl: 96rem;
35
- --sg-container-3xs: 16rem;
36
- --sg-container-2xs: 18rem;
37
- --sg-container-xs: 20rem;
38
- --sg-container-sm: 24rem;
39
- --sg-container-md: 28rem;
40
- --sg-container-lg: 32rem;
41
- --sg-container-xl: 36rem;
42
- --sg-container-2xl: 42rem;
43
- --sg-container-3xl: 48rem;
44
- --sg-container-4xl: 56rem;
45
- --sg-container-5xl: 64rem;
46
- --sg-container-6xl: 72rem;
47
- --sg-container-7xl: 80rem;
48
- --sg-text-xs: 0.75rem;
49
- --sg-text-xs--line-height: calc(1 / 0.75);
50
- --sg-text-sm: 0.875rem;
51
- --sg-text-sm--line-height: calc(1.25 / 0.875);
52
- --sg-text-base: 1rem;
53
- --sg-text-base--line-height: calc(1.5 / 1);
54
- --sg-text-lg: 1.125rem;
55
- --sg-text-lg--line-height: calc(1.75 / 1.125);
56
- --sg-text-xl: 1.25rem;
57
- --sg-text-xl--line-height: calc(1.75 / 1.25);
58
- --sg-text-2xl: 1.5rem;
59
- --sg-text-2xl--line-height: calc(2 / 1.5);
60
- --sg-text-3xl: 1.875rem;
61
- --sg-text-3xl--line-height: calc(2.25 / 1.875);
62
- --sg-text-4xl: 2.25rem;
63
- --sg-text-4xl--line-height: calc(2.5 / 2.25);
64
- --sg-text-5xl: 3rem;
65
- --sg-text-5xl--line-height: 1;
66
- --sg-text-6xl: 3.75rem;
67
- --sg-text-6xl--line-height: 1;
68
- --sg-text-7xl: 4.5rem;
69
- --sg-text-7xl--line-height: 1;
70
- --sg-text-8xl: 6rem;
71
- --sg-text-8xl--line-height: 1;
72
- --sg-text-9xl: 8rem;
73
- --sg-text-9xl--line-height: 1;
74
- --sg-font-weight-thin: 100;
75
- --sg-font-weight-extralight: 200;
76
- --sg-font-weight-light: 300;
77
- --sg-font-weight-normal: 400;
78
- --sg-font-weight-medium: 500;
79
- --sg-font-weight-semibold: 600;
80
- --sg-font-weight-bold: 700;
81
- --sg-font-weight-extrabold: 800;
82
- --sg-font-weight-black: 900;
83
- --sg-tracking-tighter: -0.05em;
84
- --sg-tracking-tight: -0.025em;
85
- --sg-tracking-normal: 0em;
86
- --sg-tracking-wide: 0.025em;
87
- --sg-tracking-wider: 0.05em;
88
- --sg-tracking-widest: 0.1em;
89
- --sg-leading-tight: 1.25;
90
- --sg-leading-snug: 1.375;
91
- --sg-leading-normal: 1.5;
92
- --sg-leading-relaxed: 1.625;
93
- --sg-leading-loose: 2;
94
- --sg-radius-xs: 0.125rem;
95
- --sg-radius-sm: 0.25rem;
96
- --sg-radius-md: 0.375rem;
97
- --sg-radius-lg: 0.5rem;
98
- --sg-radius-xl: 0.75rem;
99
- --sg-radius-2xl: 1rem;
100
- --sg-radius-3xl: 1.5rem;
101
- --sg-radius-4xl: 2rem;
102
- --sg-shadow-2xs: 0 1px rgb(0 0 0 / 0.05);
103
- --sg-shadow-xs: 0 1px 2px 0 rgb(0 0 0 / 0.05);
104
- --sg-shadow-sm: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
105
- --sg-shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
106
- --sg-shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
107
- --sg-shadow-xl: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
108
- --sg-shadow-2xl: 0 25px 50px -12px rgb(0 0 0 / 0.25);
109
- --sg-inset-shadow-2xs: inset 0 1px rgb(0 0 0 / 0.05);
110
- --sg-inset-shadow-xs: inset 0 1px 1px rgb(0 0 0 / 0.05);
111
- --sg-inset-shadow-sm: inset 0 2px 4px rgb(0 0 0 / 0.05);
112
- --sg-drop-shadow-xs: 0 1px 1px rgb(0 0 0 / 0.05);
113
- --sg-drop-shadow-sm: 0 1px 2px rgb(0 0 0 / 0.15);
114
- --sg-drop-shadow-md: 0 3px 3px rgb(0 0 0 / 0.12);
115
- --sg-drop-shadow-lg: 0 4px 4px rgb(0 0 0 / 0.15);
116
- --sg-drop-shadow-xl: 0 9px 7px rgb(0 0 0 / 0.1);
117
- --sg-drop-shadow-2xl: 0 25px 25px rgb(0 0 0 / 0.15);
118
- --sg-ease-in: cubic-bezier(0.4, 0, 1, 1);
119
- --sg-ease-out: cubic-bezier(0, 0, 0.2, 1);
120
- --sg-ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
121
- --sg-animate-spin: spin 1s linear infinite;
122
- --sg-animate-ping: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
123
- --sg-animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
124
- --sg-animate-bounce: bounce 1s infinite;
125
- --sg-blur-xs: 4px;
126
- --sg-blur-sm: 8px;
127
- --sg-blur-md: 12px;
128
- --sg-blur-lg: 16px;
129
- --sg-blur-xl: 24px;
130
- --sg-blur-2xl: 40px;
131
- --sg-blur-3xl: 64px;
132
- --sg-perspective-dramatic: 100px;
133
- --sg-perspective-near: 300px;
134
- --sg-perspective-normal: 500px;
135
- --sg-perspective-midrange: 800px;
136
- --sg-perspective-distant: 1200px;
137
- --sg-aspect-video: 16 / 9;
138
- --sg-default-transition-duration: 150ms;
139
- --sg-default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
140
- --sg-default-font-family: var(--font-sans);
141
- --sg-default-font-feature-settings: var(--font-sans--font-feature-settings);
142
- --sg-default-font-variation-settings: var( --font-sans--font-variation-settings );
143
- --sg-default-mono-font-family: var(--font-mono);
144
- --sg-default-mono-font-feature-settings: var( --font-mono--font-feature-settings );
145
- --sg-default-mono-font-variation-settings: var( --font-mono--font-variation-settings );
146
- --sg-color-transparent: transparent;
147
- --sg-color-current: currentColor;
148
- --sg-color-white: hsl(var(--sg-white));
149
- --sg-color-black: hsl(var(--sg-black));
150
- --sg-color-gray: hsl(var(--sg-gray));
151
- --sg-color-orange: hsl(var(--sg-orange));
152
- --sg-color-orange-foreground: hsl(var(--sg-orange-foreground));
153
- --sg-color-purple: hsl(var(--sg-purple));
154
- --sg-color-purple-foreground: hsl(var(--sg-purple-foreground));
155
- --sg-color-red: hsl(var(--sg-red));
156
- --sg-color-red-foreground: hsl(var(--sg-red-foreground));
157
- --sg-color-green: hsl(var(--sg-green));
158
- --sg-color-green-foreground: hsl(var(--sg-green-foreground));
159
- --sg-color-border: hsl(var(--sg-border));
160
- --sg-color-background: hsl(var(--sg-background));
161
- --sg-color-foreground: hsl(var(--sg-foreground));
162
- --sg-color-ring: hsl(var(--sg-ring));
163
- --sg-color-input: hsl(var(--input));
164
- --sg-color-primary: hsl(var(--primary));
165
- --sg-color-primary-foreground: hsl(var(--primary-foreground));
166
- --sg-color-secondary: hsl(var(--secondary));
167
- --sg-color-secondary-foreground: hsl(var(--secondary-foreground));
168
- --sg-color-destructive: hsl(var(--destructive));
169
- --sg-color-destructive-foreground: hsl(var(--destructive-foreground));
170
- --sg-color-accent: hsl(var(--accent));
171
- --sg-color-accent-foreground: hsl(var(--accent-foreground));
172
- --sg-spacing-1: var(--sg-spacing-1);
173
- --sg-spacing-2: var(--sg-spacing-2);
174
- --sg-spacing-3: var(--sg-spacing-3);
175
- --sg-spacing-4: var(--sg-spacing-4);
176
- --sg-spacing-6: var(--sg-spacing-6);
177
- --sg-spacing-8: var(--sg-spacing-8);
178
- --sg-spacing-12: var(--sg-spacing-12);
179
- --sg-spacing-16: var(--sg-spacing-16);
180
- --sg-spacing-20: var(--sg-spacing-20);
181
- --sg-spacing-24: var(--sg-spacing-24);
182
- --sg-spacing-28: var(--sg-spacing-28);
183
- --sg-spacing-32: var(--sg-spacing-32);
184
- --sg-spacing-36: var(--sg-spacing-36);
185
- --sg-spacing-40: var(--sg-spacing-40);
186
- }
1
+ @import "tailwindcss" prefix(sg);
2
+
3
+ /* src/css/variables.css */
4
+ :root {
5
+ --sg-black: 0 0% 15%;
6
+ --sg-white: 30 20% 98%;
7
+ --sg-gray: 30 10% 70%;
8
+ --sg-purple: 250 45% 58%;
9
+ --sg-purple-foreground: 250 50% 98%;
10
+ --sg-orange: 33 75% 54%;
11
+ --sg-orange-foreground: 0 0% 20%;
12
+ --sg-red: 0 65% 51%;
13
+ --sg-red-foreground: 0 0% 98%;
14
+ --sg-green: 120 45% 45%;
15
+ --sg-green-foreground: 120 50% 98%;
16
+ --sg-spacing-1: 0.25rem;
17
+ --sg-spacing-2: 0.5rem;
18
+ --sg-spacing-3: 0.75rem;
19
+ --sg-spacing-4: 1rem;
20
+ --sg-spacing-6: 1.5rem;
21
+ --sg-spacing-8: 2rem;
22
+ --sg-spacing-12: 3rem;
23
+ --sg-spacing-16: 4rem;
24
+ --sg-spacing-20: 5rem;
25
+ --sg-spacing-24: 6rem;
26
+ --sg-spacing-28: 7rem;
27
+ --sg-spacing-32: 8rem;
28
+ --sg-spacing-36: 9rem;
29
+ --sg-spacing-40: 10rem;
187
30
  }
188
- @layer base {
189
- *,
190
- ::after,
191
- ::before,
192
- ::backdrop,
193
- ::file-selector-button {
194
- box-sizing: border-box;
195
- margin: 0;
196
- padding: 0;
197
- border: 0 solid;
198
- }
199
- html,
200
- :host {
201
- line-height: 1.5;
202
- -webkit-text-size-adjust: 100%;
203
- tab-size: 4;
204
- font-family: var( --default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" );
205
- font-feature-settings: var(--default-font-feature-settings, normal);
206
- font-variation-settings: var( --default-font-variation-settings, normal );
207
- -webkit-tap-highlight-color: transparent;
208
- }
209
- body {
210
- line-height: inherit;
211
- }
212
- hr {
213
- height: 0;
214
- color: inherit;
215
- border-top-width: 1px;
216
- }
217
- abbr:where([title]) {
218
- -webkit-text-decoration: underline dotted;
219
- text-decoration: underline dotted;
220
- }
221
- h1,
222
- h2,
223
- h3,
224
- h4,
225
- h5,
226
- h6 {
227
- font-size: inherit;
228
- font-weight: inherit;
229
- }
230
- a {
231
- color: inherit;
232
- -webkit-text-decoration: inherit;
233
- text-decoration: inherit;
234
- }
235
- b,
236
- strong {
237
- font-weight: bolder;
238
- }
239
- code,
240
- kbd,
241
- samp,
242
- pre {
243
- font-family: var( --default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace );
244
- font-feature-settings: var( --default-mono-font-feature-settings, normal );
245
- font-variation-settings: var( --default-mono-font-variation-settings, normal );
246
- font-size: 1em;
247
- }
248
- small {
249
- font-size: 80%;
250
- }
251
- sub,
252
- sup {
253
- font-size: 75%;
254
- line-height: 0;
255
- position: relative;
256
- vertical-align: baseline;
257
- }
258
- sub {
259
- bottom: -0.25em;
260
- }
261
- sup {
262
- top: -0.5em;
263
- }
264
- table {
265
- text-indent: 0;
266
- border-color: inherit;
267
- border-collapse: collapse;
268
- }
269
- :-moz-focusring {
270
- outline: auto;
271
- }
272
- progress {
273
- vertical-align: baseline;
274
- }
275
- summary {
276
- display: list-item;
277
- }
278
- ol,
279
- ul,
280
- menu {
281
- list-style: none;
282
- }
283
- img,
284
- svg,
285
- video,
286
- canvas,
287
- audio,
288
- iframe,
289
- embed,
290
- object {
291
- display: block;
292
- vertical-align: middle;
293
- }
294
- img,
295
- video {
296
- max-width: 100%;
297
- height: auto;
298
- }
299
- button,
300
- input,
301
- select,
302
- optgroup,
303
- textarea,
304
- ::file-selector-button {
305
- font: inherit;
306
- font-feature-settings: inherit;
307
- font-variation-settings: inherit;
308
- letter-spacing: inherit;
309
- color: inherit;
310
- border-radius: 0;
311
- background-color: transparent;
312
- opacity: 1;
313
- }
314
- :where(select:is([multiple], [size])) optgroup {
315
- font-weight: bolder;
316
- }
317
- :where(select:is([multiple], [size])) optgroup option {
318
- padding-inline-start: 20px;
319
- }
320
- ::file-selector-button {
321
- margin-inline-end: 4px;
322
- }
323
- ::placeholder {
324
- opacity: 1;
325
- color: color-mix(in oklab, currentColor 50%, transparent);
326
- }
327
- textarea {
328
- resize: vertical;
329
- }
330
- ::-webkit-search-decoration {
331
- -webkit-appearance: none;
332
- }
333
- ::-webkit-date-and-time-value {
334
- min-height: 1lh;
335
- text-align: inherit;
336
- }
337
- ::-webkit-datetime-edit {
338
- display: inline-flex;
339
- }
340
- ::-webkit-datetime-edit-fields-wrapper {
341
- padding: 0;
342
- }
343
- ::-webkit-datetime-edit,
344
- ::-webkit-datetime-edit-year-field,
345
- ::-webkit-datetime-edit-month-field,
346
- ::-webkit-datetime-edit-day-field,
347
- ::-webkit-datetime-edit-hour-field,
348
- ::-webkit-datetime-edit-minute-field,
349
- ::-webkit-datetime-edit-second-field,
350
- ::-webkit-datetime-edit-millisecond-field,
351
- ::-webkit-datetime-edit-meridiem-field {
352
- padding-block: 0;
353
- }
354
- :-moz-ui-invalid {
355
- box-shadow: none;
356
- }
357
- button,
358
- input:where([type=button], [type=reset], [type=submit]),
359
- ::file-selector-button {
360
- appearance: button;
361
- }
362
- ::-webkit-inner-spin-button,
363
- ::-webkit-outer-spin-button {
364
- height: auto;
365
- }
366
- [hidden]:where(:not([hidden=until-found])) {
367
- display: none !important;
368
- }
31
+
32
+ /* src/tailwind.css */
33
+ @plugin "tailwindcss-animate";
34
+ @custom-variant dark (&:is(.dark *));
35
+ :root {
36
+ --sg-color-black: hsl(var(--sg-black));
37
+ --sg-color-white: hsl(var(--sg-white));
38
+ --sg-color-gray: hsl(var(--sg-gray));
39
+ --sg-color-purple: hsl(var(--sg-purple));
40
+ --sg-color-background: var(--sg-color-white);
41
+ --sg-color-foreground: var(--sg-color-black);
42
+ --sg-primary: hsl(var(--sg-purple));
43
+ --sg-primary-foreground: hsl(var(--sg-purple-foreground));
44
+ --sg-secondary: hsl(var(--sg-orange));
45
+ --sg-secondary-foreground: hsl(var(--sg-orange-foreground));
46
+ --sg-destructive: hsl(var(--sg-red));
47
+ --sg-destructive-foreground: hsl(var(--sg-red-foreground));
48
+ --card: oklch(1 0 0);
49
+ --card-foreground: oklch(0.145 0 0);
50
+ --popover: oklch(1 0 0);
51
+ --popover-foreground: oklch(0.145 0 0);
52
+ --muted: oklch(0.97 0 0);
53
+ --muted-foreground: oklch(0.556 0 0);
54
+ --accent: oklch(0.97 0 0);
55
+ --accent-foreground: oklch(0.205 0 0);
56
+ --border: oklch(0.922 0 0);
57
+ --input: oklch(0.922 0 0);
58
+ --ring: oklch(0.708 0 0);
59
+ --chart-1: oklch(0.646 0.222 41.116);
60
+ --chart-2: oklch(0.6 0.118 184.704);
61
+ --chart-3: oklch(0.398 0.07 227.392);
62
+ --chart-4: oklch(0.828 0.189 84.429);
63
+ --chart-5: oklch(0.769 0.188 70.08);
64
+ --radius: 0.625rem;
65
+ --sidebar: oklch(0.985 0 0);
66
+ --sidebar-foreground: oklch(0.145 0 0);
67
+ --sidebar-primary: oklch(0.205 0 0);
68
+ --sidebar-primary-foreground: oklch(0.985 0 0);
69
+ --sidebar-accent: oklch(0.97 0 0);
70
+ --sidebar-accent-foreground: oklch(0.205 0 0);
71
+ --sidebar-border: oklch(0.922 0 0);
72
+ --sidebar-ring: oklch(0.708 0 0);
369
73
  }
370
- @layer utilities {
371
- .sg\:mx-auto {
372
- margin-inline: auto;
373
- }
374
- .sg\:grid {
375
- display: grid;
376
- }
377
- .sg\:inline-flex {
378
- display: inline-flex;
379
- }
380
- .sg\:h-8 {
381
- height: var(--sg-spacing-8);
382
- }
383
- .sg\:w-full {
384
- width: 100%;
385
- }
386
- .sg\:max-w-\[768px\] {
387
- max-width: 768px;
388
- }
389
- .sg\:grid-cols-1 {
390
- grid-template-columns: repeat(1, minmax(0, 1fr));
391
- }
392
- .sg\:items-center {
393
- align-items: center;
394
- }
395
- .sg\:justify-center {
396
- justify-content: center;
397
- }
398
- .sg\:gap-2 {
399
- gap: var(--sg-spacing-2);
400
- }
401
- .sg\:gap-4 {
402
- gap: var(--sg-spacing-4);
403
- }
404
- .sg\:rounded-md {
405
- border-radius: var(--sg-radius-md);
406
- }
407
- .sg\:border {
408
- border-style: var(--tw-border-style);
409
- border-width: 1px;
410
- }
411
- .sg\:border-orange {
412
- border-color: var(--sg-color-orange);
413
- }
414
- .sg\:border-transparent {
415
- border-color: transparent;
416
- }
417
- .sg\:bg-black {
418
- background-color: var(--sg-color-black);
419
- }
420
- .sg\:bg-green {
421
- background-color: var(--sg-color-green);
422
- }
423
- .sg\:bg-orange {
424
- background-color: var(--sg-color-orange);
425
- }
426
- .sg\:bg-purple {
427
- background-color: var(--sg-color-purple);
428
- }
429
- .sg\:bg-red {
430
- background-color: var(--sg-color-red);
431
- }
432
- .sg\:bg-transparent {
433
- background-color: transparent;
434
- }
435
- .sg\:bg-white {
436
- background-color: var(--sg-color-white);
437
- }
438
- .sg\:px-3 {
439
- padding-inline: var(--sg-spacing-3);
440
- }
441
- .sg\:px-4 {
442
- padding-inline: var(--sg-spacing-4);
443
- }
444
- .sg\:px-8 {
445
- padding-inline: var(--sg-spacing-8);
446
- }
447
- .sg\:py-2 {
448
- padding-block: var(--sg-spacing-2);
449
- }
450
- .sg\:text-2xl {
451
- font-size: var(--sg-text-2xl);
452
- line-height: var(--tw-leading, var(--sg-text-2xl--line-height));
453
- }
454
- .sg\:text-3xl {
455
- font-size: var(--sg-text-3xl);
456
- line-height: var(--tw-leading, var(--sg-text-3xl--line-height));
457
- }
458
- .sg\:text-4xl {
459
- font-size: var(--sg-text-4xl);
460
- line-height: var(--tw-leading, var(--sg-text-4xl--line-height));
461
- }
462
- .sg\:text-base {
463
- font-size: var(--sg-text-base);
464
- line-height: var(--tw-leading, var(--sg-text-base--line-height));
465
- }
466
- .sg\:text-lg {
467
- font-size: var(--sg-text-lg);
468
- line-height: var(--tw-leading, var(--sg-text-lg--line-height));
469
- }
470
- .sg\:text-sm {
471
- font-size: var(--sg-text-sm);
472
- line-height: var(--tw-leading, var(--sg-text-sm--line-height));
473
- }
474
- .sg\:text-xl {
475
- font-size: var(--sg-text-xl);
476
- line-height: var(--tw-leading, var(--sg-text-xl--line-height));
477
- }
478
- .sg\:text-xs {
479
- font-size: var(--sg-text-xs);
480
- line-height: var(--tw-leading, var(--sg-text-xs--line-height));
481
- }
482
- .sg\:font-bold {
483
- --tw-font-weight: var(--sg-font-weight-bold);
484
- font-weight: var(--sg-font-weight-bold);
485
- }
486
- .sg\:font-extrabold {
487
- --tw-font-weight: var(--sg-font-weight-extrabold);
488
- font-weight: var(--sg-font-weight-extrabold);
489
- }
490
- .sg\:font-medium {
491
- --tw-font-weight: var(--sg-font-weight-medium);
492
- font-weight: var(--sg-font-weight-medium);
493
- }
494
- .sg\:font-normal {
495
- --tw-font-weight: var(--sg-font-weight-normal);
496
- font-weight: var(--sg-font-weight-normal);
497
- }
498
- .sg\:font-semibold {
499
- --tw-font-weight: var(--sg-font-weight-semibold);
500
- font-weight: var(--sg-font-weight-semibold);
501
- }
502
- .sg\:tracking-tight {
503
- --tw-tracking: var(--sg-tracking-tight);
504
- letter-spacing: var(--sg-tracking-tight);
505
- }
506
- .sg\:whitespace-nowrap {
507
- white-space: nowrap;
508
- }
509
- .sg\:text-accent-foreground {
510
- color: var(--sg-color-accent-foreground);
511
- }
512
- .sg\:text-destructive {
513
- color: var(--sg-color-destructive);
514
- }
515
- .sg\:text-foreground {
516
- color: var(--sg-color-foreground);
517
- }
518
- .sg\:text-green-foreground {
519
- color: var(--sg-color-green-foreground);
520
- }
521
- .sg\:text-orange-foreground {
522
- color: var(--sg-color-orange-foreground);
523
- }
524
- .sg\:text-primary {
525
- color: var(--sg-color-primary);
526
- }
527
- .sg\:text-purple-foreground {
528
- color: var(--sg-color-purple-foreground);
529
- }
530
- .sg\:text-red-foreground {
531
- color: var(--sg-color-red-foreground);
532
- }
533
- .sg\:text-secondary-foreground {
534
- color: var(--sg-color-secondary-foreground);
535
- }
536
- .sg\:underline-offset-4 {
537
- text-underline-offset: 4px;
538
- }
539
- .sg\:shadow {
540
- --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
541
- box-shadow:
542
- var(--tw-inset-shadow),
543
- var(--tw-inset-ring-shadow),
544
- var(--tw-ring-offset-shadow),
545
- var(--tw-ring-shadow),
546
- var(--tw-shadow);
547
- }
548
- .sg\:shadow-sm {
549
- --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
550
- box-shadow:
551
- var(--tw-inset-shadow),
552
- var(--tw-inset-ring-shadow),
553
- var(--tw-ring-offset-shadow),
554
- var(--tw-ring-shadow),
555
- var(--tw-shadow);
556
- }
557
- .sg\:transition-colors {
558
- transition-property:
559
- color,
560
- background-color,
561
- border-color,
562
- outline-color,
563
- text-decoration-color,
564
- fill,
565
- stroke,
566
- --tw-gradient-from,
567
- --tw-gradient-via,
568
- --tw-gradient-to;
569
- transition-timing-function: var(--tw-ease, var(--sg-default-transition-timing-function));
570
- transition-duration: var(--tw-duration, var(--sg-default-transition-duration));
571
- }
572
- .sg\:hover\:bg-accent {
573
- &:hover {
574
- @media (hover: hover) {
575
- background-color: var(--sg-color-accent);
576
- }
577
- }
578
- }
579
- .sg\:hover\:bg-gray\/20 {
580
- &:hover {
581
- @media (hover: hover) {
582
- background-color: color-mix(in oklab, var(--sg-color-gray) 20%, transparent);
583
- }
584
- }
585
- }
586
- .sg\:hover\:bg-green\/80 {
587
- &:hover {
588
- @media (hover: hover) {
589
- background-color: color-mix(in oklab, var(--sg-color-green) 80%, transparent);
590
- }
591
- }
592
- }
593
- .sg\:hover\:bg-orange\/80 {
594
- &:hover {
595
- @media (hover: hover) {
596
- background-color: color-mix(in oklab, var(--sg-color-orange) 80%, transparent);
597
- }
598
- }
599
- }
600
- .sg\:hover\:bg-orange\/90 {
601
- &:hover {
602
- @media (hover: hover) {
603
- background-color: color-mix(in oklab, var(--sg-color-orange) 90%, transparent);
604
- }
605
- }
606
- }
607
- .sg\:hover\:bg-purple\/80 {
608
- &:hover {
609
- @media (hover: hover) {
610
- background-color: color-mix(in oklab, var(--sg-color-purple) 80%, transparent);
611
- }
612
- }
613
- }
614
- .sg\:hover\:bg-purple\/90 {
615
- &:hover {
616
- @media (hover: hover) {
617
- background-color: color-mix(in oklab, var(--sg-color-purple) 90%, transparent);
618
- }
619
- }
620
- }
621
- .sg\:hover\:bg-red\/90 {
622
- &:hover {
623
- @media (hover: hover) {
624
- background-color: color-mix(in oklab, var(--sg-color-red) 90%, transparent);
625
- }
626
- }
627
- }
628
- .sg\:hover\:text-accent-foreground {
629
- &:hover {
630
- @media (hover: hover) {
631
- color: var(--sg-color-accent-foreground);
632
- }
633
- }
634
- }
635
- .sg\:hover\:underline {
636
- &:hover {
637
- @media (hover: hover) {
638
- text-decoration-line: underline;
639
- }
640
- }
641
- }
642
- .sg\:focus\:ring-2 {
643
- &:focus {
644
- --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentColor);
645
- box-shadow:
646
- var(--tw-inset-shadow),
647
- var(--tw-inset-ring-shadow),
648
- var(--tw-ring-offset-shadow),
649
- var(--tw-ring-shadow),
650
- var(--tw-shadow);
651
- }
652
- }
653
- .sg\:focus\:ring-ring {
654
- &:focus {
655
- --tw-ring-color: var(--sg-color-ring);
656
- }
657
- }
658
- .sg\:focus\:ring-offset-2 {
659
- &:focus {
660
- --tw-ring-offset-width: 2px;
661
- --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
662
- }
663
- }
664
- .sg\:focus\:outline-hidden {
665
- &:focus {
666
- outline-style: none;
667
- @media (forced-colors: active) {
668
- outline: 2px solid transparent;
669
- outline-offset: 2px;
670
- }
671
- }
672
- }
673
- .sg\:focus-visible\:ring-2 {
674
- &:focus-visible {
675
- --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentColor);
676
- box-shadow:
677
- var(--tw-inset-shadow),
678
- var(--tw-inset-ring-shadow),
679
- var(--tw-ring-offset-shadow),
680
- var(--tw-ring-shadow),
681
- var(--tw-shadow);
682
- }
683
- }
684
- .sg\:focus-visible\:ring-ring {
685
- &:focus-visible {
686
- --tw-ring-color: var(--sg-color-ring);
687
- }
688
- }
689
- .sg\:focus-visible\:outline-hidden {
690
- &:focus-visible {
691
- outline-style: none;
692
- @media (forced-colors: active) {
693
- outline: 2px solid transparent;
694
- outline-offset: 2px;
695
- }
696
- }
697
- }
698
- .sg\:disabled\:pointer-events-none {
699
- &:disabled {
700
- pointer-events: none;
701
- }
702
- }
703
- .sg\:disabled\:opacity-50 {
704
- &:disabled {
705
- opacity: 50%;
706
- }
707
- }
708
- .sg\:md\:grid-cols-2 {
709
- @media (width >= 48rem) {
710
- grid-template-columns: repeat(2, minmax(0, 1fr));
711
- }
712
- }
713
- .sg\:md\:grid-cols-3 {
714
- @media (width >= 48rem) {
715
- grid-template-columns: repeat(3, minmax(0, 1fr));
716
- }
717
- }
718
- .sg\:md\:grid-cols-4 {
719
- @media (width >= 48rem) {
720
- grid-template-columns: repeat(4, minmax(0, 1fr));
721
- }
722
- }
723
- .sg\:lg\:text-5xl {
724
- @media (width >= 64rem) {
725
- font-size: var(--sg-text-5xl);
726
- line-height: var(--tw-leading, var(--sg-text-5xl--line-height));
727
- }
728
- }
729
- .sg\:\[\&_svg\]\:pointer-events-none {
730
- & svg {
731
- pointer-events: none;
732
- }
733
- }
734
- .sg\:\[\&_svg\]\:size-4 {
735
- & svg {
736
- width: var(--sg-spacing-4);
737
- height: var(--sg-spacing-4);
738
- }
739
- }
740
- .sg\:\[\&_svg\]\:shrink-0 {
741
- & svg {
742
- flex-shrink: 0;
743
- }
744
- }
74
+ .dark {
75
+ --sg-color-background: hsl(var(--sg-black));
76
+ --sg-color-foreground: hsl(var(--sg-white));
77
+ --card: oklch(0.145 0 0);
78
+ --card-foreground: oklch(0.985 0 0);
79
+ --popover: oklch(0.145 0 0);
80
+ --popover-foreground: oklch(0.985 0 0);
81
+ --primary: oklch(0.985 0 0);
82
+ --primary-foreground: oklch(0.205 0 0);
83
+ --secondary: oklch(0.269 0 0);
84
+ --secondary-foreground: oklch(0.985 0 0);
85
+ --muted: oklch(0.269 0 0);
86
+ --muted-foreground: oklch(0.708 0 0);
87
+ --accent: oklch(0.269 0 0);
88
+ --accent-foreground: oklch(0.985 0 0);
89
+ --destructive: oklch(0.396 0.141 25.723);
90
+ --destructive-foreground: oklch(0.637 0.237 25.331);
91
+ --border: oklch(0.269 0 0);
92
+ --input: oklch(0.269 0 0);
93
+ --ring: oklch(0.439 0 0);
94
+ --chart-1: oklch(0.488 0.243 264.376);
95
+ --chart-2: oklch(0.696 0.17 162.48);
96
+ --chart-3: oklch(0.769 0.188 70.08);
97
+ --chart-4: oklch(0.627 0.265 303.9);
98
+ --chart-5: oklch(0.645 0.246 16.439);
99
+ --sidebar: oklch(0.205 0 0);
100
+ --sidebar-foreground: oklch(0.985 0 0);
101
+ --sidebar-primary: oklch(0.488 0.243 264.376);
102
+ --sidebar-primary-foreground: oklch(0.985 0 0);
103
+ --sidebar-accent: oklch(0.269 0 0);
104
+ --sidebar-accent-foreground: oklch(0.985 0 0);
105
+ --sidebar-border: oklch(0.269 0 0);
106
+ --sidebar-ring: oklch(0.439 0 0);
745
107
  }
108
+ @theme inline { --color-*: initial; --color-black: var(--sg-color-black); --color-white: var(--sg-color-white); --color-gray: var(--sg-color-gray); --color-purple: var(--sg-color-purple); --color-background: var(--sg-color-background); --color-foreground: var(--sg-color-foreground); --color-primary: var(--sg-primary); --color-primary-foreground: var(--sg-primary-foreground); --color-secondary: var(--sg-secondary); --color-secondary-foreground: var(--sg-secondary-foreground); --color-destructive: var(--sg-destructive); --color-destructive-foreground: var(--sg-destructive-foreground); --color-card: var(--card); --color-card-foreground: var(--card-foreground); --color-popover: var(--popover); --color-popover-foreground: var(--popover-foreground); --color-muted: var(--muted); --color-muted-foreground: var(--muted-foreground); --color-accent: var(--accent); --color-accent-foreground: var(--accent-foreground); --color-border: var(--border); --color-input: var(--input); --color-ring: var(--ring); --color-chart-1: var(--chart-1); --color-chart-2: var(--chart-2); --color-chart-3: var(--chart-3); --color-chart-4: var(--chart-4); --color-chart-5: var(--chart-5); --radius-sm: calc(var(--radius) - 4px); --radius-md: calc(var(--radius) - 2px); --radius-lg: var(--radius); --radius-xl: calc(var(--radius) + 4px); --color-sidebar: var(--sidebar); --color-sidebar-foreground: var(--sidebar-foreground); --color-sidebar-primary: var(--sidebar-primary); --color-sidebar-primary-foreground: var(--sidebar-primary-foreground); --color-sidebar-accent: var(--sidebar-accent); --color-sidebar-accent-foreground: var(--sidebar-accent-foreground); --color-sidebar-border: var(--sidebar-border); --color-sidebar-ring: var(--sidebar-ring); }
746
109
  @layer base {
747
- *,
748
- ::after,
749
- ::before,
750
- ::backdrop,
751
- ::file-selector-button {
752
- border-color: var(--color-gray-200, currentColor);
110
+ * {
111
+ @apply sg:border-border sg:outline-ring/50;
753
112
  }
754
- }
755
- @layer base {
756
- :root {
757
- --sg-black: 0 0% 15%;
758
- --sg-white: 30 20% 98%;
759
- --sg-gray: 30 10% 70%;
760
- --sg-orange: 33 75% 54%;
761
- --sg-orange-foreground: 0 0% 20%;
762
- --sg-purple: 250 45% 58%;
763
- --sg-purple-foreground: 250 50% 98%;
764
- --sg-red: 0 65% 51%;
765
- --sg-red-foreground: 0 0% 98%;
766
- --sg-green: 120 45% 45%;
767
- --sg-green-foreground: 120 50% 98%;
768
- --sg-primary: var(--sg-orange);
769
- --sg-background: var(--sg-white);
770
- --sg-foreground: var(--sg-black);
771
- --sg-border: var(--sg-primary);
772
- --sg-ring: 210 65% 55%;
773
- --sg-radius: 0.5rem;
774
- --muted: 210 40% 96.1%;
775
- --muted-foreground: 215.4 16.3% 46.9%;
776
- --popover: 0 0% 100%;
777
- --popover-foreground: 222.2 47.4% 11.2%;
778
- --input: 214.3 31.8% 91.4%;
779
- --card: 0 0% 100%;
780
- --card-foreground: 222.2 47.4% 11.2%;
781
- --primary: 222.2 47.4% 11.2%;
782
- --primary-foreground: 210 40% 98%;
783
- --secondary: 210 40% 96.1%;
784
- --secondary-foreground: 222.2 47.4% 11.2%;
785
- --accent: 210 40% 96.1%;
786
- --accent-foreground: 222.2 47.4% 11.2%;
787
- --destructive: 0 100% 50%;
788
- --destructive-foreground: 210 40% 98%;
789
- --test1: 1px;
790
- --sg-spacing-1: 0.25rem;
791
- --sg-spacing-2: 0.5rem;
792
- --sg-spacing-3: 0.75rem;
793
- --sg-spacing-4: 1rem;
794
- --sg-spacing-6: 1.5rem;
795
- --sg-spacing-8: 2rem;
796
- --sg-spacing-12: 3rem;
797
- --sg-spacing-16: 4rem;
798
- --sg-spacing-20: 5rem;
799
- --sg-spacing-24: 6rem;
800
- --sg-spacing-28: 7rem;
801
- --sg-spacing-32: 8rem;
802
- --sg-spacing-36: 9rem;
803
- --sg-spacing-40: 10rem;
804
- body {
805
- background-color: hsl(var(--sg-background));
806
- }
807
- }
808
- .dark {
809
- --background: 224 71% 4%;
810
- --foreground: 213 31% 91%;
811
- --muted: 223 47% 11%;
812
- --muted-foreground: 215.4 16.3% 56.9%;
813
- --accent: 216 34% 17%;
814
- --accent-foreground: 210 40% 98%;
815
- --popover: 224 71% 4%;
816
- --popover-foreground: 215 20.2% 65.1%;
817
- --border: 216 34% 17%;
818
- --input: 216 34% 17%;
819
- --card: 224 71% 4%;
820
- --card-foreground: 213 31% 91%;
821
- --primary: 210 40% 98%;
822
- --primary-foreground: 222.2 47.4% 1.2%;
823
- --secondary: 222.2 47.4% 11.2%;
824
- --secondary-foreground: 210 40% 98%;
825
- --destructive: 0 63% 31%;
826
- --destructive-foreground: 210 40% 98%;
827
- --ring: 216 34% 17%;
828
- }
829
- }
830
- @keyframes enter {
831
- from {
832
- opacity: var(--tw-enter-opacity, 1);
833
- transform: translate3d(var(--tw-enter-translate-x, 0), var(--tw-enter-translate-y, 0), 0) scale3d(var(--tw-enter-scale, 1), var(--tw-enter-scale, 1), var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0));
834
- }
835
- }
836
- @keyframes exit {
837
- to {
838
- opacity: var(--tw-exit-opacity, 1);
839
- transform: translate3d(var(--tw-exit-translate-x, 0), var(--tw-exit-translate-y, 0), 0) scale3d(var(--tw-exit-scale, 1), var(--tw-exit-scale, 1), var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0));
840
- }
841
- }
842
- @keyframes spin {
843
- to {
844
- transform: rotate(360deg);
845
- }
846
- }
847
- @keyframes ping {
848
- 75%, 100% {
849
- transform: scale(2);
850
- opacity: 0;
851
- }
852
- }
853
- @keyframes pulse {
854
- 50% {
855
- opacity: 0.5;
856
- }
857
- }
858
- @keyframes bounce {
859
- 0%, 100% {
860
- transform: translateY(-25%);
861
- animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
862
- }
863
- 50% {
864
- transform: none;
865
- animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
113
+ body {
114
+ @apply sg:bg-background sg:text-foreground;
866
115
  }
867
116
  }
868
- @property --tw-border-style { syntax: "*"; inherits: false; initial-value: solid; }
869
- @property --tw-font-weight { syntax: "*"; inherits: false; }
870
- @property --tw-tracking { syntax: "*"; inherits: false; }
871
- @property --tw-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
872
- @property --tw-shadow-color { syntax: "*"; inherits: false; }
873
- @property --tw-inset-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
874
- @property --tw-inset-shadow-color { syntax: "*"; inherits: false; }
875
- @property --tw-ring-color { syntax: "*"; inherits: false; }
876
- @property --tw-ring-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
877
- @property --tw-inset-ring-color { syntax: "*"; inherits: false; }
878
- @property --tw-inset-ring-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
879
- @property --tw-ring-inset { syntax: "*"; inherits: false; }
880
- @property --tw-ring-offset-width { syntax: "<length>"; inherits: false; initial-value: 0px; }
881
- @property --tw-ring-offset-color { syntax: "*"; inherits: false; initial-value: #fff; }
882
- @property --tw-ring-offset-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
883
- /*! tailwindcss v4.0.2 | MIT License | https://tailwindcss.com */
884
117
  /*# sourceMappingURL=main.css.map */