@godxjp/ui-mcp 16.7.1 → 16.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/dist/index.js +46 -26
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -8014,130 +8014,150 @@ var COMPONENT_TOKENS = [
|
|
|
8014
8014
|
"value": "var(--radius)",
|
|
8015
8015
|
"description": "Adjacent control sizes, derived from the active --control-height. The \xB1step * is scaled too so the whole control ladder stays proportional under --scaling."
|
|
8016
8016
|
},
|
|
8017
|
+
{
|
|
8018
|
+
"name": "--button-radius",
|
|
8019
|
+
"value": "var(--radius-md)",
|
|
8020
|
+
"description": "Button corner radius \u2014 defaults to the button's historical `rounded-md` so nothing * changes by default, but is its OWN knob so a service theme can retune the button * radius INDEPENDENTLY of input/control radius (issue #124)."
|
|
8021
|
+
},
|
|
8022
|
+
{
|
|
8023
|
+
"name": "--control-font-size",
|
|
8024
|
+
"value": "var(--font-size-base)",
|
|
8025
|
+
"description": "Control surface knobs \u2014 font-size, border width and resting shadow of every * `.ui-control` (input / picker trigger). Tokenised so a service theme tunes them * once instead of each component hard-coding Tailwind utilities. Defaults preserve * the historical look (font-size-base, 1px border, shadow-xs)."
|
|
8026
|
+
},
|
|
8027
|
+
{
|
|
8028
|
+
"name": "--control-border-width",
|
|
8029
|
+
"value": "1px",
|
|
8030
|
+
"description": "Control surface knobs \u2014 font-size, border width and resting shadow of every * `.ui-control` (input / picker trigger). Tokenised so a service theme tunes them * once instead of each component hard-coding Tailwind utilities. Defaults preserve * the historical look (font-size-base, 1px border, shadow-xs)."
|
|
8031
|
+
},
|
|
8032
|
+
{
|
|
8033
|
+
"name": "--control-shadow",
|
|
8034
|
+
"value": "var(--shadow-xs)",
|
|
8035
|
+
"description": "Control surface knobs \u2014 font-size, border width and resting shadow of every * `.ui-control` (input / picker trigger). Tokenised so a service theme tunes them * once instead of each component hard-coding Tailwind utilities. Defaults preserve * the historical look (font-size-base, 1px border, shadow-xs)."
|
|
8036
|
+
},
|
|
8017
8037
|
{
|
|
8018
8038
|
"name": "--control-icon-size",
|
|
8019
8039
|
"value": "calc(1rem * var(--scaling))",
|
|
8020
|
-
"description": "
|
|
8040
|
+
"description": "Control surface knobs \u2014 font-size, border width and resting shadow of every * `.ui-control` (input / picker trigger). Tokenised so a service theme tunes them * once instead of each component hard-coding Tailwind utilities. Defaults preserve * the historical look (font-size-base, 1px border, shadow-xs)."
|
|
8021
8041
|
},
|
|
8022
8042
|
{
|
|
8023
8043
|
"name": "--control-icon-size-sm",
|
|
8024
8044
|
"value": "calc(0.875rem * var(--scaling))",
|
|
8025
|
-
"description": "
|
|
8045
|
+
"description": "Control surface knobs \u2014 font-size, border width and resting shadow of every * `.ui-control` (input / picker trigger). Tokenised so a service theme tunes them * once instead of each component hard-coding Tailwind utilities. Defaults preserve * the historical look (font-size-base, 1px border, shadow-xs)."
|
|
8026
8046
|
},
|
|
8027
8047
|
{
|
|
8028
8048
|
"name": "--control-focus-ring-width",
|
|
8029
8049
|
"value": "var(--focus-ring-width)",
|
|
8030
|
-
"description": "
|
|
8050
|
+
"description": "Control surface knobs \u2014 font-size, border width and resting shadow of every * `.ui-control` (input / picker trigger). Tokenised so a service theme tunes them * once instead of each component hard-coding Tailwind utilities. Defaults preserve * the historical look (font-size-base, 1px border, shadow-xs)."
|
|
8031
8051
|
},
|
|
8032
8052
|
{
|
|
8033
8053
|
"name": "--checkbox-size",
|
|
8034
8054
|
"value": "calc(1rem * var(--scaling))",
|
|
8035
|
-
"description": "
|
|
8055
|
+
"description": "Control surface knobs \u2014 font-size, border width and resting shadow of every * `.ui-control` (input / picker trigger). Tokenised so a service theme tunes them * once instead of each component hard-coding Tailwind utilities. Defaults preserve * the historical look (font-size-base, 1px border, shadow-xs)."
|
|
8036
8056
|
},
|
|
8037
8057
|
{
|
|
8038
8058
|
"name": "--checkbox-size-compact",
|
|
8039
8059
|
"value": "0.875rem",
|
|
8040
|
-
"description": "
|
|
8060
|
+
"description": "Control surface knobs \u2014 font-size, border width and resting shadow of every * `.ui-control` (input / picker trigger). Tokenised so a service theme tunes them * once instead of each component hard-coding Tailwind utilities. Defaults preserve * the historical look (font-size-base, 1px border, shadow-xs)."
|
|
8041
8061
|
},
|
|
8042
8062
|
{
|
|
8043
8063
|
"name": "--checkbox-size-comfortable",
|
|
8044
8064
|
"value": "1.125rem",
|
|
8045
|
-
"description": "
|
|
8065
|
+
"description": "Control surface knobs \u2014 font-size, border width and resting shadow of every * `.ui-control` (input / picker trigger). Tokenised so a service theme tunes them * once instead of each component hard-coding Tailwind utilities. Defaults preserve * the historical look (font-size-base, 1px border, shadow-xs)."
|
|
8046
8066
|
},
|
|
8047
8067
|
{
|
|
8048
8068
|
"name": "--choice-gap",
|
|
8049
8069
|
"value": "var(--space-inline-sm)",
|
|
8050
|
-
"description": "
|
|
8070
|
+
"description": "Control surface knobs \u2014 font-size, border width and resting shadow of every * `.ui-control` (input / picker trigger). Tokenised so a service theme tunes them * once instead of each component hard-coding Tailwind utilities. Defaults preserve * the historical look (font-size-base, 1px border, shadow-xs)."
|
|
8051
8071
|
},
|
|
8052
8072
|
{
|
|
8053
8073
|
"name": "--choice-group-gap-x",
|
|
8054
8074
|
"value": "var(--space-6)",
|
|
8055
|
-
"description": "
|
|
8075
|
+
"description": "Control surface knobs \u2014 font-size, border width and resting shadow of every * `.ui-control` (input / picker trigger). Tokenised so a service theme tunes them * once instead of each component hard-coding Tailwind utilities. Defaults preserve * the historical look (font-size-base, 1px border, shadow-xs)."
|
|
8056
8076
|
},
|
|
8057
8077
|
{
|
|
8058
8078
|
"name": "--choice-group-gap-y",
|
|
8059
8079
|
"value": "var(--space-3)",
|
|
8060
|
-
"description": "
|
|
8080
|
+
"description": "Control surface knobs \u2014 font-size, border width and resting shadow of every * `.ui-control` (input / picker trigger). Tokenised so a service theme tunes them * once instead of each component hard-coding Tailwind utilities. Defaults preserve * the historical look (font-size-base, 1px border, shadow-xs)."
|
|
8061
8081
|
},
|
|
8062
8082
|
{
|
|
8063
8083
|
"name": "--choice-description-gap",
|
|
8064
8084
|
"value": "0.125rem",
|
|
8065
|
-
"description": "
|
|
8085
|
+
"description": "Control surface knobs \u2014 font-size, border width and resting shadow of every * `.ui-control` (input / picker trigger). Tokenised so a service theme tunes them * once instead of each component hard-coding Tailwind utilities. Defaults preserve * the historical look (font-size-base, 1px border, shadow-xs)."
|
|
8066
8086
|
},
|
|
8067
8087
|
{
|
|
8068
8088
|
"name": "--choice-control-offset",
|
|
8069
8089
|
"value": "0.125rem",
|
|
8070
|
-
"description": "
|
|
8090
|
+
"description": "Control surface knobs \u2014 font-size, border width and resting shadow of every * `.ui-control` (input / picker trigger). Tokenised so a service theme tunes them * once instead of each component hard-coding Tailwind utilities. Defaults preserve * the historical look (font-size-base, 1px border, shadow-xs)."
|
|
8071
8091
|
},
|
|
8072
8092
|
{
|
|
8073
8093
|
"name": "--switch-width",
|
|
8074
8094
|
"value": "calc(2.25rem * var(--scaling))",
|
|
8075
|
-
"description": "
|
|
8095
|
+
"description": "Control surface knobs \u2014 font-size, border width and resting shadow of every * `.ui-control` (input / picker trigger). Tokenised so a service theme tunes them * once instead of each component hard-coding Tailwind utilities. Defaults preserve * the historical look (font-size-base, 1px border, shadow-xs)."
|
|
8076
8096
|
},
|
|
8077
8097
|
{
|
|
8078
8098
|
"name": "--switch-width-compact",
|
|
8079
8099
|
"value": "2rem",
|
|
8080
|
-
"description": "
|
|
8100
|
+
"description": "Control surface knobs \u2014 font-size, border width and resting shadow of every * `.ui-control` (input / picker trigger). Tokenised so a service theme tunes them * once instead of each component hard-coding Tailwind utilities. Defaults preserve * the historical look (font-size-base, 1px border, shadow-xs)."
|
|
8081
8101
|
},
|
|
8082
8102
|
{
|
|
8083
8103
|
"name": "--switch-width-comfortable",
|
|
8084
8104
|
"value": "2.5rem",
|
|
8085
|
-
"description": "
|
|
8105
|
+
"description": "Control surface knobs \u2014 font-size, border width and resting shadow of every * `.ui-control` (input / picker trigger). Tokenised so a service theme tunes them * once instead of each component hard-coding Tailwind utilities. Defaults preserve * the historical look (font-size-base, 1px border, shadow-xs)."
|
|
8086
8106
|
},
|
|
8087
8107
|
{
|
|
8088
8108
|
"name": "--switch-height",
|
|
8089
8109
|
"value": "calc(1.25rem * var(--scaling))",
|
|
8090
|
-
"description": "
|
|
8110
|
+
"description": "Control surface knobs \u2014 font-size, border width and resting shadow of every * `.ui-control` (input / picker trigger). Tokenised so a service theme tunes them * once instead of each component hard-coding Tailwind utilities. Defaults preserve * the historical look (font-size-base, 1px border, shadow-xs)."
|
|
8091
8111
|
},
|
|
8092
8112
|
{
|
|
8093
8113
|
"name": "--switch-height-compact",
|
|
8094
8114
|
"value": "1.125rem",
|
|
8095
|
-
"description": "
|
|
8115
|
+
"description": "Control surface knobs \u2014 font-size, border width and resting shadow of every * `.ui-control` (input / picker trigger). Tokenised so a service theme tunes them * once instead of each component hard-coding Tailwind utilities. Defaults preserve * the historical look (font-size-base, 1px border, shadow-xs)."
|
|
8096
8116
|
},
|
|
8097
8117
|
{
|
|
8098
8118
|
"name": "--switch-height-comfortable",
|
|
8099
8119
|
"value": "1.375rem",
|
|
8100
|
-
"description": "
|
|
8120
|
+
"description": "Control surface knobs \u2014 font-size, border width and resting shadow of every * `.ui-control` (input / picker trigger). Tokenised so a service theme tunes them * once instead of each component hard-coding Tailwind utilities. Defaults preserve * the historical look (font-size-base, 1px border, shadow-xs)."
|
|
8101
8121
|
},
|
|
8102
8122
|
{
|
|
8103
8123
|
"name": "--switch-thumb-size",
|
|
8104
8124
|
"value": "calc(1rem * var(--scaling))",
|
|
8105
|
-
"description": "
|
|
8125
|
+
"description": "Control surface knobs \u2014 font-size, border width and resting shadow of every * `.ui-control` (input / picker trigger). Tokenised so a service theme tunes them * once instead of each component hard-coding Tailwind utilities. Defaults preserve * the historical look (font-size-base, 1px border, shadow-xs)."
|
|
8106
8126
|
},
|
|
8107
8127
|
{
|
|
8108
8128
|
"name": "--switch-thumb-size-compact",
|
|
8109
8129
|
"value": "0.875rem",
|
|
8110
|
-
"description": "
|
|
8130
|
+
"description": "Control surface knobs \u2014 font-size, border width and resting shadow of every * `.ui-control` (input / picker trigger). Tokenised so a service theme tunes them * once instead of each component hard-coding Tailwind utilities. Defaults preserve * the historical look (font-size-base, 1px border, shadow-xs)."
|
|
8111
8131
|
},
|
|
8112
8132
|
{
|
|
8113
8133
|
"name": "--switch-thumb-size-comfortable",
|
|
8114
8134
|
"value": "1.125rem",
|
|
8115
|
-
"description": "
|
|
8135
|
+
"description": "Control surface knobs \u2014 font-size, border width and resting shadow of every * `.ui-control` (input / picker trigger). Tokenised so a service theme tunes them * once instead of each component hard-coding Tailwind utilities. Defaults preserve * the historical look (font-size-base, 1px border, shadow-xs)."
|
|
8116
8136
|
},
|
|
8117
8137
|
{
|
|
8118
8138
|
"name": "--switch-thumb-translate",
|
|
8119
8139
|
"value": "calc(1rem * var(--scaling))",
|
|
8120
|
-
"description": "
|
|
8140
|
+
"description": "Control surface knobs \u2014 font-size, border width and resting shadow of every * `.ui-control` (input / picker trigger). Tokenised so a service theme tunes them * once instead of each component hard-coding Tailwind utilities. Defaults preserve * the historical look (font-size-base, 1px border, shadow-xs)."
|
|
8121
8141
|
},
|
|
8122
8142
|
{
|
|
8123
8143
|
"name": "--switch-thumb-translate-compact",
|
|
8124
8144
|
"value": "0.875rem",
|
|
8125
|
-
"description": "
|
|
8145
|
+
"description": "Control surface knobs \u2014 font-size, border width and resting shadow of every * `.ui-control` (input / picker trigger). Tokenised so a service theme tunes them * once instead of each component hard-coding Tailwind utilities. Defaults preserve * the historical look (font-size-base, 1px border, shadow-xs)."
|
|
8126
8146
|
},
|
|
8127
8147
|
{
|
|
8128
8148
|
"name": "--switch-thumb-translate-comfortable",
|
|
8129
8149
|
"value": "1.125rem",
|
|
8130
|
-
"description": "
|
|
8150
|
+
"description": "Control surface knobs \u2014 font-size, border width and resting shadow of every * `.ui-control` (input / picker trigger). Tokenised so a service theme tunes them * once instead of each component hard-coding Tailwind utilities. Defaults preserve * the historical look (font-size-base, 1px border, shadow-xs)."
|
|
8131
8151
|
},
|
|
8132
8152
|
{
|
|
8133
8153
|
"name": "--slider-track-height",
|
|
8134
8154
|
"value": "0.375rem",
|
|
8135
|
-
"description": "
|
|
8155
|
+
"description": "Control surface knobs \u2014 font-size, border width and resting shadow of every * `.ui-control` (input / picker trigger). Tokenised so a service theme tunes them * once instead of each component hard-coding Tailwind utilities. Defaults preserve * the historical look (font-size-base, 1px border, shadow-xs)."
|
|
8136
8156
|
},
|
|
8137
8157
|
{
|
|
8138
8158
|
"name": "--slider-thumb-size",
|
|
8139
8159
|
"value": "1rem",
|
|
8140
|
-
"description": "
|
|
8160
|
+
"description": "Control surface knobs \u2014 font-size, border width and resting shadow of every * `.ui-control` (input / picker trigger). Tokenised so a service theme tunes them * once instead of each component hard-coding Tailwind utilities. Defaults preserve * the historical look (font-size-base, 1px border, shadow-xs)."
|
|
8141
8161
|
},
|
|
8142
8162
|
{
|
|
8143
8163
|
"name": "--checkbox-checked-background",
|
|
@@ -12741,7 +12761,7 @@ ${c.example}
|
|
|
12741
12761
|
// package.json
|
|
12742
12762
|
var package_default = {
|
|
12743
12763
|
name: "@godxjp/ui-mcp",
|
|
12744
|
-
version: "16.7.
|
|
12764
|
+
version: "16.7.2",
|
|
12745
12765
|
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, 45 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).",
|
|
12746
12766
|
type: "module",
|
|
12747
12767
|
main: "./dist/index.js",
|