@epilot/volt-ui 1.3.3 → 1.3.5

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@epilot/volt-ui",
3
3
  "private": false,
4
- "version": "1.3.3",
4
+ "version": "1.3.5",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "dist"
@@ -17,36 +17,32 @@
17
17
  },
18
18
  "./style.css": "./dist/style.css",
19
19
  "./preflight.css": "./dist/preflight.css",
20
- "./font.css": "./dist/font.css"
20
+ "./font.css": "./dist/font.css",
21
+ "./src/styles/*": "./src/styles/*"
21
22
  },
22
23
  "sideEffects": [
23
24
  "**/*.css"
24
25
  ],
25
26
  "scripts": {
26
27
  "dev": "vite",
27
- "dev:watch": "concurrently \"DEV=true bun run build:watch\" \"cd docs && bun run dev\"",
28
- "build": "rm -rf dist && tsc --project tsconfig.json && tsc-alias --project tsconfig.json && vite build && npm run build:report",
28
+ "dev:watch": "DEV=true bun run build:watch",
29
+ "build": "rm -rf dist && tsc --project tsconfig.json && tsc-alias --project tsconfig.json && vite build && bun run build:report",
29
30
  "build:report": "bun scripts/report-tw-prefix.ts",
30
31
  "build:watch": "tsc --project tsconfig.json && tsc-alias --project tsconfig.json && vite build --watch",
31
- "build:mcp": "bun scripts/build-mcp-registry.ts",
32
32
  "build:analyze": "ANALYZE=true bun run build",
33
33
  "lint": "eslint .",
34
- "lint:fix": "eslint . --fix",
35
- "prepare": "husky",
36
- "format": "prettier --write .",
37
34
  "test": "vitest",
38
- "prebuild": "bun scripts/write-version.ts",
39
- "install:claude-skill": "bash scripts/install-claude-skill.sh"
35
+ "prebuild": "bun scripts/write-version.ts"
40
36
  },
41
37
  "peerDependencies": {
42
38
  "react": ">=18",
43
39
  "react-dom": ">=18"
44
40
  },
45
41
  "dependencies": {
46
- "@tanstack/react-table": "^8.20.6",
47
- "@tanstack/react-virtual": "^3.11.2",
42
+ "@dnd-kit/core": "^6.3.1",
43
+ "@dnd-kit/sortable": "^10.0.0",
44
+ "@dnd-kit/utilities": "^3.2.2",
48
45
  "@radix-ui/react-accordion": "^1.2.12",
49
- "date-fns": "^4.1.0",
50
46
  "@radix-ui/react-alert-dialog": "^1.1.15",
51
47
  "@radix-ui/react-checkbox": "^1.3.3",
52
48
  "@radix-ui/react-dialog": "^1.1.15",
@@ -61,43 +57,33 @@
61
57
  "@radix-ui/react-tabs": "^1.1.13",
62
58
  "@radix-ui/react-tooltip": "^1.2.8",
63
59
  "@tailwindcss/vite": "^4.1.17",
60
+ "@tanstack/react-table": "^8.20.6",
61
+ "@tanstack/react-virtual": "^3.11.2",
64
62
  "class-variance-authority": "^0.7.1",
65
63
  "clsx": "^2.1.1",
66
64
  "cmdk": "^1.1.1",
65
+ "date-fns": "^4.1.0",
67
66
  "sonner": "^2.0.7",
68
67
  "tailwind-merge": "^3.4.0",
68
+ "tailwindcss": "^4.1.17",
69
69
  "tw-animate-css": "^1.4.0"
70
70
  },
71
71
  "devDependencies": {
72
- "@eslint/js": "^9.13.0",
73
72
  "@testing-library/jest-dom": "^6.9.1",
74
73
  "@testing-library/react": "^16.3.0",
75
74
  "@testing-library/user-event": "^14.6.1",
76
- "@types/minimatch": "^6.0.0",
77
75
  "@types/node": "^24.10.1",
78
76
  "@types/react": "^19.2.4",
79
77
  "@types/react-dom": "^19.2.3",
80
78
  "@vitejs/plugin-react": "^4.3.3",
81
- "concurrently": "^9.2.1",
82
- "eslint": "^9.13.0",
83
- "eslint-plugin-react-hooks": "^5.0.0",
84
- "eslint-plugin-react-refresh": "^0.4.13",
85
- "globals": "^15.11.0",
86
- "husky": "^9.1.7",
87
79
  "jsdom": "^27.2.0",
88
- "lint-staged": "^16.2.6",
89
80
  "postcss-class-prefix": "^0.3.0",
90
81
  "postcss-prefix-selector": "^2.1.1",
91
82
  "postcss-url": "^10.1.3",
92
- "prettier": "^3.6.2",
93
83
  "rollup-plugin-visualizer": "^6.0.5",
94
84
  "tsc-alias": "^1.8.16",
95
85
  "typescript": "~5.6.2",
96
- "typescript-eslint": "^8.10.0",
97
86
  "vite": "^5.4.9",
98
87
  "vitest": "^4.0.10"
99
- },
100
- "lint-staged": {
101
- "**/*": "prettier --write --ignore-unknown"
102
88
  }
103
89
  }
package/README.md DELETED
@@ -1,101 +0,0 @@
1
- # Volt UI
2
-
3
- **@epilot/volt-ui** is a tree-shakeable design system library for React applications.
4
-
5
- ## Stack
6
-
7
- - [Bun](https://bun.com/)
8
- - [Vite](https://vitejs.dev/) for development and bundling
9
- - [Tailwind CSS](https://tailwindcss.com/) for styling
10
- - [Radix UI](https://www.radix-ui.com/) for UI components
11
- - [Fumadocs](https://fumadocs.dev/) for documentation
12
- - [Vitest](https://vitest.dev/) and [React Testing Library](https://testing-library.com/docs/react-testing-library/intro/) for testing
13
-
14
- > **Note**: We prefix the CSS classes `.volt-` and CSS variables with `volt-` to avoid conflicts with the application styles.
15
-
16
- ## Installation
17
-
18
- Install dependencies via [bun](https://bun.com/docs/installation).
19
-
20
- ```bash
21
- bun install
22
- ```
23
-
24
- ## Development
25
-
26
- To run the development, documentation server and watch for changes, run:
27
-
28
- ```bash
29
- bun run dev:watch
30
- ```
31
-
32
- Open http://localhost:3000 with your browser to see the result.
33
-
34
- ## Testing
35
-
36
- To run the tests, run:
37
-
38
- ```bash
39
- bun run test
40
- ```
41
-
42
- ## Build
43
-
44
- ```bash
45
- bun run build
46
- ```
47
-
48
- > **Note**: This will generate the `dist` folder with the compiled code.
49
-
50
- ## Release
51
-
52
- To release a new version, run:
53
-
54
- ```bash
55
- npm run publish
56
- ```
57
-
58
- ## MCP Server
59
-
60
- Volt UI includes an MCP (Model Context Protocol) server that exposes components, props, documentation, and design tokens to AI assistants like Claude, Cursor, GitHub Copilot, and more.
61
-
62
- ### Quick Setup
63
-
64
- Add to your AI tool's MCP configuration:
65
-
66
- ```json
67
- {
68
- "mcpServers": {
69
- "volt-ui": {
70
- "command": "npx",
71
- "args": ["-y", "@epilot/volt-ui-mcp"]
72
- }
73
- }
74
- }
75
- ```
76
-
77
- ### Configuration Locations
78
-
79
- | Tool | Config File |
80
- | -------------- | ------------------------------------------------------------------------- |
81
- | Claude Desktop | `~/Library/Application Support/Claude/claude_desktop_config.json` (macOS) |
82
- | Claude Code | `.vscode/mcp.json` or `~/.claude/settings.json` |
83
- | Cursor | `.cursor/mcp.json` |
84
- | GitHub Copilot | VS Code `settings.json` under `github.copilot.chat.mcpServers` |
85
-
86
- ### Available Tools
87
-
88
- - `list_components` / `get_component` / `search_components` - Component discovery
89
- - `list_tokens` / `get_token` / `search_tokens` - Design token access
90
-
91
- ### Building & Publishing
92
-
93
- ```bash
94
- # Build the registry
95
- bun run build:mcp
96
-
97
- # Publish (prepack auto-builds)
98
- cd tools/volt-ui-mcp && npm publish
99
- ```
100
-
101
- See [tools/volt-ui-mcp/README.md](tools/volt-ui-mcp/README.md) for detailed setup instructions.