@ekkolyth/ui 0.1.13 → 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.13",
3
+ "version": "0.1.15",
4
4
  "description": "Shared UI Library for my personal projects",
5
5
  "keywords": [
6
6
  "theme",
@@ -28,7 +28,9 @@
28
28
  "build": "tsup",
29
29
  "build:clean": "rm -rf dist && npm run build",
30
30
  "start": "next start",
31
- "lint": "eslint",
31
+ "lint": "biome lint .",
32
+ "format": "biome check --write .",
33
+ "format:check": "biome check .",
32
34
  "build-storybook": "storybook build",
33
35
  "ui-update": "node scripts/shadcn-update.js add",
34
36
  "pub": "node scripts/publish.js"
@@ -101,8 +103,6 @@
101
103
  "input-otp": "^1.4.2",
102
104
  "lucide-react": "^0.562.0",
103
105
  "next": "16.1.2",
104
- "prettier": "^3.8.1",
105
- "prettier-plugin-tailwindcss": "^0.7.2",
106
106
  "radix-ui": "^1.4.3",
107
107
  "react-day-picker": "^9.13.0",
108
108
  "react-resizable-panels": "^4.4.1",
@@ -114,8 +114,8 @@
114
114
  "vaul": "^1.1.2"
115
115
  },
116
116
  "devDependencies": {
117
+ "@biomejs/biome": "^2.3.12",
117
118
  "@chromatic-com/storybook": "^5.0.0",
118
- "@eslint/js": "^9.39.2",
119
119
  "@storybook/addon-a11y": "^10.1.11",
120
120
  "@storybook/addon-docs": "^10.1.11",
121
121
  "@storybook/addon-onboarding": "^10.1.11",
@@ -123,32 +123,27 @@
123
123
  "@storybook/addon-vitest": "^10.1.11",
124
124
  "@storybook/nextjs-vite": "^10.1.11",
125
125
  "@tailwindcss/postcss": "^4.1.18",
126
+ "@tanstack/react-router": "^1.150.0",
126
127
  "@testing-library/jest-dom": "^6.9.1",
127
128
  "@testing-library/react": "^16.3.1",
128
129
  "@testing-library/user-event": "^14.6.1",
129
130
  "@types/node": "^20.19.30",
131
+ "@types/postcss-import": "^14.0.3",
130
132
  "@types/react": "^19.2.8",
131
133
  "@types/react-dom": "^19.2.3",
132
134
  "@vitejs/plugin-react": "^5.1.2",
133
135
  "@vitest/browser-playwright": "^4.0.17",
134
136
  "@vitest/coverage-v8": "^4.0.17",
135
137
  "@vueless/storybook-dark-mode": "^10.0.6",
136
- "eslint": "^9.39.2",
137
- "eslint-config-next": "16.1.2",
138
- "eslint-plugin-react": "^7.37.5",
139
- "eslint-plugin-react-hooks": "^7.0.1",
140
- "eslint-plugin-storybook": "^10.1.11",
141
- "eslint-plugin-tailwindcss": "npm:@hyoban/eslint-plugin-tailwindcss@^4.0.0-alpha.13",
142
- "globals": "^17.0.0",
143
138
  "jsdom": "^27.4.0",
144
139
  "next-themes": "^0.4.6",
145
- "@tanstack/react-router": "^1.150.0",
146
140
  "playwright": "^1.57.0",
141
+ "postcss": "^8.5.6",
142
+ "postcss-import": "^16.1.1",
147
143
  "storybook": "^10.1.11",
148
144
  "tailwindcss": "^4.1.18",
149
- "typescript": "^5.9.3",
150
- "typescript-eslint": "^8.53.0",
151
145
  "tsup": "^8.5.1",
146
+ "typescript": "^5.9.3",
152
147
  "vite": "^7.3.1",
153
148
  "vite-tsconfig-paths": "^6.0.4",
154
149
  "vitest": "^4.0.17"
package/dist/themes.css DELETED
@@ -1,102 +0,0 @@
1
- @import "tailwindcss";
2
- @import "tw-animate-css";
3
- @import "shadcn/tailwind.css";
4
-
5
- /* Import all theme CSS files */
6
- @import "./catpuccin/latte.css";
7
- @import "./catpuccin/frappe.css";
8
- @import "./catpuccin/macchiato.css";
9
- @import "./catpuccin/mocha.css";
10
- @import "./ekko-os.css";
11
- @import "./tokyo-night.css";
12
- @import "./ekkolyth.css";
13
- @import "./ekko-playlist.css";
14
-
15
- @custom-variant dark (&:is(.dark *));
16
-
17
- @theme inline {
18
- --color-background: var(--background);
19
- --color-foreground: var(--foreground);
20
- --font-sans: var(--font-sans);
21
- --font-mono: var(--font-geist-mono);
22
- --color-sidebar-ring: var(--sidebar-ring);
23
- --color-sidebar-border: var(--sidebar-border);
24
- --color-sidebar-accent-foreground: var(--sidebar-accent-foreground);
25
- --color-sidebar-accent: var(--sidebar-accent);
26
- --color-sidebar-primary-foreground: var(--sidebar-primary-foreground);
27
- --color-sidebar-primary: var(--sidebar-primary);
28
- --color-sidebar-foreground: var(--sidebar-foreground);
29
- --color-sidebar: var(--sidebar);
30
- --color-chart-5: var(--chart-5);
31
- --color-chart-4: var(--chart-4);
32
- --color-chart-3: var(--chart-3);
33
- --color-chart-2: var(--chart-2);
34
- --color-chart-1: var(--chart-1);
35
- --color-ring: var(--ring);
36
- --color-input: var(--input);
37
- --color-border: var(--border);
38
- --color-destructive: var(--destructive);
39
- --color-accent-foreground: var(--accent-foreground);
40
- --color-accent: var(--accent);
41
- --color-muted-foreground: var(--muted-foreground);
42
- --color-muted: var(--muted);
43
- --color-secondary-foreground: var(--secondary-foreground);
44
- --color-secondary: var(--secondary);
45
- --color-primary-foreground: var(--primary-foreground);
46
- --color-primary: var(--primary);
47
- --color-popover-foreground: var(--popover-foreground);
48
- --color-popover: var(--popover);
49
- --color-card-foreground: var(--card-foreground);
50
- --color-card: var(--card);
51
- --radius-sm: calc(var(--radius) - 4px);
52
- --radius-md: calc(var(--radius) - 2px);
53
- --radius-lg: var(--radius);
54
- --radius-xl: calc(var(--radius) + 4px);
55
- --radius-2xl: calc(var(--radius) + 8px);
56
- --radius-3xl: calc(var(--radius) + 12px);
57
- --radius-4xl: calc(var(--radius) + 16px);
58
- }
59
-
60
- :root {
61
- --background: oklch(1 0 0);
62
- --foreground: oklch(0.141 0.005 285.823);
63
- --card: oklch(1 0 0);
64
- --card-foreground: oklch(0.141 0.005 285.823);
65
- --popover: oklch(1 0 0);
66
- --popover-foreground: oklch(0.141 0.005 285.823);
67
- --primary: oklch(0.51 0.23 277);
68
- --primary-foreground: oklch(0.96 0.02 272);
69
- --secondary: oklch(0.967 0.001 286.375);
70
- --secondary-foreground: oklch(0.21 0.006 285.885);
71
- --muted: oklch(0.967 0.001 286.375);
72
- --muted-foreground: oklch(0.552 0.016 285.938);
73
- --accent: oklch(0.967 0.001 286.375);
74
- --accent-foreground: oklch(0.21 0.006 285.885);
75
- --destructive: oklch(0.577 0.245 27.325);
76
- --border: oklch(0.92 0.004 286.32);
77
- --input: oklch(0.92 0.004 286.32);
78
- --ring: oklch(0.705 0.015 286.067);
79
- --chart-1: oklch(0.79 0.1 275);
80
- --chart-2: oklch(0.68 0.16 277);
81
- --chart-3: oklch(0.59 0.2 277);
82
- --chart-4: oklch(0.51 0.23 277);
83
- --chart-5: oklch(0.46 0.21 277);
84
- --radius: 0.45rem;
85
- --sidebar: oklch(0.985 0 0);
86
- --sidebar-foreground: oklch(0.141 0.005 285.823);
87
- --sidebar-primary: oklch(0.51 0.23 277);
88
- --sidebar-primary-foreground: oklch(0.96 0.02 272);
89
- --sidebar-accent: oklch(0.967 0.001 286.375);
90
- --sidebar-accent-foreground: oklch(0.21 0.006 285.885);
91
- --sidebar-border: oklch(0.92 0.004 286.32);
92
- --sidebar-ring: oklch(0.705 0.015 286.067);
93
- }
94
-
95
- @layer base {
96
- * {
97
- @apply border-border outline-ring/50;
98
- }
99
- body {
100
- @apply bg-background text-foreground;
101
- }
102
- }
File without changes
File without changes
File without changes
File without changes
File without changes