@ekkolyth/ui 0.1.14 → 0.1.15

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.
@@ -18,12 +18,12 @@ html[data-theme="ekko-playlist-light"] {
18
18
  --border: oklch(0.922 0 0);
19
19
  --input: oklch(0.922 0 0);
20
20
  --ring: oklch(0.708 0 0);
21
+ --radius: 0.625rem;
21
22
  --chart-1: oklch(0.81 0.117 11.638);
22
23
  --chart-2: oklch(0.645 0.246 16.439);
23
24
  --chart-3: oklch(0.586 0.253 17.585);
24
25
  --chart-4: oklch(0.514 0.222 16.935);
25
26
  --chart-5: oklch(0.455 0.188 13.697);
26
- --radius: 0.625rem;
27
27
  --sidebar: oklch(0.985 0 0);
28
28
  --sidebar-foreground: oklch(0.145 0 0);
29
29
  --sidebar-primary: oklch(0.586 0.253 17.585);
@@ -54,6 +54,7 @@ html[data-theme="ekko-playlist-dark"] {
54
54
  --border: oklch(1 0 0 / 10%);
55
55
  --input: oklch(1 0 0 / 15%);
56
56
  --ring: oklch(0.556 0 0);
57
+ --radius: 0.625rem;
57
58
  --chart-1: oklch(0.81 0.117 11.638);
58
59
  --chart-2: oklch(0.645 0.246 16.439);
59
60
  --chart-3: oklch(0.586 0.253 17.585);
@@ -0,0 +1,66 @@
1
+ @import "tailwindcss";
2
+ @import "tw-animate-css";
3
+
4
+ /* Import all theme CSS files */
5
+ @import "./themes/catpuccin/latte.css";
6
+ @import "./themes/catpuccin/frappe.css";
7
+ @import "./themes/catpuccin/macchiato.css";
8
+ @import "./themes/catpuccin/mocha.css";
9
+ @import "./themes/ekko-os.css";
10
+ @import "./themes/tokyo-night.css";
11
+ @import "./themes/ekkolyth.css";
12
+ @import "./themes/ekko-playlist.css";
13
+
14
+ @custom-variant dark (&:is(.dark *));
15
+
16
+ @theme inline {
17
+ --color-background: var(--background);
18
+ --color-foreground: var(--foreground);
19
+ --font-sans: var(--font-sans);
20
+ --font-mono: var(--font-geist-mono);
21
+ --color-sidebar-ring: var(--sidebar-ring);
22
+ --color-sidebar-border: var(--sidebar-border);
23
+ --color-sidebar-accent-foreground: var(--sidebar-accent-foreground);
24
+ --color-sidebar-accent: var(--sidebar-accent);
25
+ --color-sidebar-primary-foreground: var(--sidebar-primary-foreground);
26
+ --color-sidebar-primary: var(--sidebar-primary);
27
+ --color-sidebar-foreground: var(--sidebar-foreground);
28
+ --color-sidebar: var(--sidebar);
29
+ --color-chart-5: var(--chart-5);
30
+ --color-chart-4: var(--chart-4);
31
+ --color-chart-3: var(--chart-3);
32
+ --color-chart-2: var(--chart-2);
33
+ --color-chart-1: var(--chart-1);
34
+ --color-ring: var(--ring);
35
+ --color-input: var(--input);
36
+ --color-border: var(--border);
37
+ --color-destructive: var(--destructive);
38
+ --color-accent-foreground: var(--accent-foreground);
39
+ --color-accent: var(--accent);
40
+ --color-muted-foreground: var(--muted-foreground);
41
+ --color-muted: var(--muted);
42
+ --color-secondary-foreground: var(--secondary-foreground);
43
+ --color-secondary: var(--secondary);
44
+ --color-primary-foreground: var(--primary-foreground);
45
+ --color-primary: var(--primary);
46
+ --color-popover-foreground: var(--popover-foreground);
47
+ --color-popover: var(--popover);
48
+ --color-card-foreground: var(--card-foreground);
49
+ --color-card: var(--card);
50
+ --radius-sm: calc(var(--radius) - 4px);
51
+ --radius-md: calc(var(--radius) - 2px);
52
+ --radius-lg: var(--radius);
53
+ --radius-xl: calc(var(--radius) + 4px);
54
+ --radius-2xl: calc(var(--radius) + 8px);
55
+ --radius-3xl: calc(var(--radius) + 12px);
56
+ --radius-4xl: calc(var(--radius) + 16px);
57
+ }
58
+
59
+ @layer base {
60
+ * {
61
+ @apply border-border outline-ring/50;
62
+ }
63
+ body {
64
+ @apply bg-background text-foreground;
65
+ }
66
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ekkolyth/ui",
3
- "version": "0.1.14",
3
+ "version": "0.1.15",
4
4
  "description": "Shared UI Library for my personal projects",
5
5
  "keywords": [
6
6
  "theme",