@godxjp/ui-mcp 0.19.0 → 0.19.1

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/index.js CHANGED
@@ -1881,6 +1881,11 @@ import { ResponsiveGrid } from "@godxjp/ui/layout";
1881
1881
  defaultValue: '""',
1882
1882
  description: "Controlled selected value (data-driven API). Pass an empty string to represent no selection."
1883
1883
  },
1884
+ {
1885
+ name: "defaultValue",
1886
+ type: "string",
1887
+ description: "Uncontrolled initial value (data-driven API). The trigger shows the matching option's label at rest \u2014 including in searchable (showSearch) mode \u2014 so an edit form pre-filled from server data renders the label, not the placeholder. Selected option is marked by a background tint (no check icon)."
1888
+ },
1884
1889
  {
1885
1890
  name: "onChange",
1886
1891
  type: "(value: string, option?: SearchSelectOptionProp) => void",
@@ -9839,7 +9844,7 @@ ${c.example}
9839
9844
  // package.json
9840
9845
  var package_default = {
9841
9846
  name: "@godxjp/ui-mcp",
9842
- version: "0.19.0",
9847
+ version: "0.19.1",
9843
9848
  description: "Model Context Protocol server for @godxjp/ui \u2014 gives Claude Code / Codex CLI / Cursor / any MCP-aware agent live access to the component catalog, prop vocabulary, design tokens, 34 cardinal rules, copy-paste-ready patterns, 12 design / taste skills synthesised from Leonxlnx/taste-skill, 20+ anti-AI-tell patterns, and a 50-check redesign audit \u2014 token-efficient (list \u2192 drill-down).",
9844
9849
  type: "module",
9845
9850
  main: "./dist/index.js",