@ekkolyth/ui 0.1.13 → 0.1.14

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.
Files changed (2) hide show
  1. package/dist/themes.css +1591 -60
  2. package/package.json +10 -15
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ekkolyth/ui",
3
- "version": "0.1.13",
3
+ "version": "0.1.14",
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"