@kjaniec-dev/ui-mcp 0.7.0 → 0.7.2
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/README.md +1 -1
- package/data/components.json +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -46,7 +46,7 @@ To test your local changes, point your client configuration to the built index f
|
|
|
46
46
|
"kj-ui-local": {
|
|
47
47
|
"type": "stdio",
|
|
48
48
|
"command": "node",
|
|
49
|
-
"args": ["
|
|
49
|
+
"args": ["~/ui-kit/packages/mcp/dist/index.js"]
|
|
50
50
|
}
|
|
51
51
|
}
|
|
52
52
|
}
|
package/data/components.json
CHANGED
|
@@ -212,7 +212,7 @@
|
|
|
212
212
|
}
|
|
213
213
|
],
|
|
214
214
|
"cva": null,
|
|
215
|
-
"usageSnippet": "<Input placeholder=\"
|
|
215
|
+
"usageSnippet": "<Input placeholder=\"John Doe\" />"
|
|
216
216
|
},
|
|
217
217
|
{
|
|
218
218
|
"name": "Textarea",
|
|
@@ -1592,7 +1592,7 @@
|
|
|
1592
1592
|
}
|
|
1593
1593
|
],
|
|
1594
1594
|
"cva": null,
|
|
1595
|
-
"usageSnippet": "<FormField label=\"Full Name\">\n <Input placeholder=\"
|
|
1595
|
+
"usageSnippet": "<FormField label=\"Full Name\">\n <Input placeholder=\"John Doe\" />"
|
|
1596
1596
|
},
|
|
1597
1597
|
{
|
|
1598
1598
|
"name": "ErrorState",
|
|
@@ -1754,7 +1754,7 @@
|
|
|
1754
1754
|
}
|
|
1755
1755
|
],
|
|
1756
1756
|
"cva": null,
|
|
1757
|
-
"usageSnippet": "<SettingsLayout\n title=\"Profile Settings\"\n description=\"Customize how your profile appears to other members.\"\n sidebar={\n <div className=\"flex flex-row lg:flex-col gap-1 w-full\">\n <Button variant=\"ghost\" size=\"sm\" className=\"justify-start bg-primary/10 text-primary\">General</Button>\n <Button variant=\"ghost\" size=\"sm\" className=\"justify-start text-muted-foreground\">Team</Button>\n <Button variant=\"ghost\" size=\"sm\" className=\"justify-start text-muted-foreground\">Billing</Button>\n </div>\n }\n >\n <Card className=\"p-6 space-y-4\">\n <div className=\"grid grid-cols-2 gap-4\">\n <TextField label=\"First Name\" defaultValue=\"
|
|
1757
|
+
"usageSnippet": "<SettingsLayout\n title=\"Profile Settings\"\n description=\"Customize how your profile appears to other members.\"\n sidebar={\n <div className=\"flex flex-row lg:flex-col gap-1 w-full\">\n <Button variant=\"ghost\" size=\"sm\" className=\"justify-start bg-primary/10 text-primary\">General</Button>\n <Button variant=\"ghost\" size=\"sm\" className=\"justify-start text-muted-foreground\">Team</Button>\n <Button variant=\"ghost\" size=\"sm\" className=\"justify-start text-muted-foreground\">Billing</Button>\n </div>\n }\n >\n <Card className=\"p-6 space-y-4\">\n <div className=\"grid grid-cols-2 gap-4\">\n <TextField label=\"First Name\" defaultValue=\"John\" />"
|
|
1758
1758
|
},
|
|
1759
1759
|
{
|
|
1760
1760
|
"name": "DetailPageLayout",
|