@agiflowai/style-system 0.0.12 → 0.1.0
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/cli.cjs +96 -35
- package/dist/{cli.js → cli.mjs} +87 -24
- package/dist/index.cjs +3 -3
- package/dist/index.d.cts +1 -3
- package/dist/{index.d.ts → index.d.mts} +1 -3
- package/dist/index.mjs +2 -0
- package/dist/{stdio-Db2a8Jns.js → stdio-CbJA-IPN.mjs} +343 -56
- package/dist/{stdio-BgY0loAk.cjs → stdio-DWCPGPyw.cjs} +569 -281
- package/package.json +32 -31
- package/dist/index.js +0 -3
- /package/dist/{cli.d.ts → cli.d.mts} +0 -0
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agiflowai/style-system",
|
|
3
3
|
"description": "MCP server for exploring themes, Tailwind CSS classes, and UI components from Storybook with standalone component rendering capabilities",
|
|
4
|
-
"version": "0.0
|
|
4
|
+
"version": "0.1.0",
|
|
5
5
|
"license": "AGPL-3.0",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"mcp",
|
|
@@ -16,52 +16,53 @@
|
|
|
16
16
|
},
|
|
17
17
|
"main": "./dist/index.cjs",
|
|
18
18
|
"types": "./dist/index.d.cts",
|
|
19
|
-
"module": "./dist/index.
|
|
19
|
+
"module": "./dist/index.mjs",
|
|
20
20
|
"files": [
|
|
21
21
|
"dist",
|
|
22
22
|
"README.md"
|
|
23
23
|
],
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@modelcontextprotocol/sdk": "1.
|
|
26
|
-
"@storybook/csf-tools": "
|
|
27
|
-
"@tailwindcss/vite": "
|
|
25
|
+
"@modelcontextprotocol/sdk": "1.29.0",
|
|
26
|
+
"@storybook/csf-tools": "8.6.18",
|
|
27
|
+
"@tailwindcss/vite": "4.2.2",
|
|
28
28
|
"chalk": "5.6.2",
|
|
29
|
-
"commander": "14.0.
|
|
30
|
-
"glob": "
|
|
31
|
-
"js-yaml": "
|
|
32
|
-
"playwright": "
|
|
33
|
-
"postcss": "
|
|
34
|
-
"react": "
|
|
35
|
-
"react-dom": "
|
|
36
|
-
"sharp": "
|
|
37
|
-
"storybook": "
|
|
38
|
-
"tailwindcss": "
|
|
39
|
-
"vite": "
|
|
40
|
-
"vite-plugin-singlefile": "
|
|
41
|
-
"@agiflowai/aicode-utils": "1.0
|
|
29
|
+
"commander": "14.0.3",
|
|
30
|
+
"glob": "13.0.6",
|
|
31
|
+
"js-yaml": "4.1.1",
|
|
32
|
+
"playwright": "1.59.1",
|
|
33
|
+
"postcss": "8.5.9",
|
|
34
|
+
"react": "19.2.5",
|
|
35
|
+
"react-dom": "19.2.5",
|
|
36
|
+
"sharp": "0.34.5",
|
|
37
|
+
"storybook": "8.6.18",
|
|
38
|
+
"tailwindcss": "4.2.2",
|
|
39
|
+
"vite": "8.0.8",
|
|
40
|
+
"vite-plugin-singlefile": "2.3.2",
|
|
41
|
+
"@agiflowai/aicode-utils": "1.1.0"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
|
-
"@babel/parser": "
|
|
45
|
-
"@babel/traverse": "
|
|
46
|
-
"@babel/types": "
|
|
47
|
-
"@types/babel__traverse": "
|
|
48
|
-
"@types/js-yaml": "
|
|
49
|
-
"@types/node": "
|
|
50
|
-
"@types/react": "
|
|
51
|
-
"@types/react-dom": "
|
|
52
|
-
"
|
|
53
|
-
"
|
|
44
|
+
"@babel/parser": "7.29.2",
|
|
45
|
+
"@babel/traverse": "7.29.0",
|
|
46
|
+
"@babel/types": "7.29.0",
|
|
47
|
+
"@types/babel__traverse": "7.28.0",
|
|
48
|
+
"@types/js-yaml": "4.0.9",
|
|
49
|
+
"@types/node": "25.6.0",
|
|
50
|
+
"@types/react": "19.2.14",
|
|
51
|
+
"@types/react-dom": "19.2.3",
|
|
52
|
+
"esbuild": "0.28.0",
|
|
53
|
+
"tsdown": "0.21.8",
|
|
54
|
+
"tsx": "4.21.0",
|
|
54
55
|
"typescript": "5.9.3",
|
|
55
|
-
"vitest": "4.
|
|
56
|
+
"vitest": "4.1.4"
|
|
56
57
|
},
|
|
57
58
|
"type": "module",
|
|
58
59
|
"exports": {
|
|
59
60
|
".": {
|
|
60
|
-
"import": "./dist/index.
|
|
61
|
+
"import": "./dist/index.mjs",
|
|
61
62
|
"require": "./dist/index.cjs"
|
|
62
63
|
},
|
|
63
64
|
"./cli": {
|
|
64
|
-
"import": "./dist/cli.
|
|
65
|
+
"import": "./dist/cli.mjs",
|
|
65
66
|
"require": "./dist/cli.cjs"
|
|
66
67
|
},
|
|
67
68
|
"./package.json": "./package.json"
|
package/dist/index.js
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import { _ as TailwindCSSClassesService, a as ListAppComponentsTool, c as ThemeService, d as ViteReactBundlerService, f as BaseBundlerService, g as DEFAULT_STYLE_SYSTEM_CONFIG, h as CSSClassesServiceFactory, i as ListThemesTool, l as createDefaultBundlerService, m as GetCSSClassesTool, n as createServer, o as GetComponentVisualTool, p as StoriesIndexService, r as ListSharedComponentsTool, s as ComponentRendererService, t as StdioTransportHandler, u as getBundlerServiceFromConfig, v as BaseCSSClassesService } from "./stdio-Db2a8Jns.js";
|
|
2
|
-
|
|
3
|
-
export { BaseBundlerService, BaseCSSClassesService, CSSClassesServiceFactory, ComponentRendererService, DEFAULT_STYLE_SYSTEM_CONFIG, GetCSSClassesTool, GetComponentVisualTool, ListAppComponentsTool, ListSharedComponentsTool, ListThemesTool, StdioTransportHandler, StoriesIndexService, TailwindCSSClassesService, ThemeService, ViteReactBundlerService, createDefaultBundlerService, createServer, getBundlerServiceFromConfig };
|
|
File without changes
|