@godxjp/ui-mcp 16.5.0 → 16.7.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/index.js CHANGED
@@ -7816,33 +7816,33 @@ var COMPONENT_TOKENS = [
7816
7816
  },
7817
7817
  {
7818
7818
  "name": "--card-background",
7819
- "value": "var(--card)",
7820
- "description": "Vertical gap between stacked items WITHIN a slot (e.g. title \u2195 description in the header)."
7819
+ "value": "initial",
7820
+ "description": 'Card fill + edge \u2014 opt-in knobs that DEFAULT to the live --card / --border roles. Declared * `initial` (not `var(--card)`) so the default re-resolves at the call site under a scoped theme: * a :root binding to a role var freezes at the :root value and a scoped `[data-tenant]` override of * the role never reaches it (see docs/STANDARDS-vocabulary-tokens.md \xB7 "role-mirror knobs"). A * service still overrides the knob directly (--card-background: \u2026) to win over the role default.'
7821
7821
  },
7822
7822
  {
7823
7823
  "name": "--card-border",
7824
- "value": "var(--border)",
7825
- "description": "Vertical gap between stacked items WITHIN a slot (e.g. title \u2195 description in the header)."
7824
+ "value": "initial",
7825
+ "description": "default = hsl(var(--card))"
7826
7826
  },
7827
7827
  {
7828
7828
  "name": "--card-header-background",
7829
- "value": "var(--muted)",
7830
- "description": "Banded-header fill \u2014 already role-tintable (rule #45): a service points this at any role, * e.g. --card-header-background: var(--primary), and tunes --card-header-background-alpha for * the wash strength. No separate tint token needed."
7829
+ "value": "initial",
7830
+ "description": "Banded-header fill \u2014 role-tintable (rule #45): a service points this at any role, * e.g. --card-header-background: var(--primary), and tunes --card-header-background-alpha for * the wash strength. Default = the live --muted role (resolved at the call site)."
7831
7831
  },
7832
7832
  {
7833
7833
  "name": "--card-header-background-alpha",
7834
7834
  "value": "0.55",
7835
- "description": "Banded-header fill \u2014 already role-tintable (rule #45): a service points this at any role, * e.g. --card-header-background: var(--primary), and tunes --card-header-background-alpha for * the wash strength. No separate tint token needed."
7835
+ "description": "default = hsl(var(--muted))"
7836
7836
  },
7837
7837
  {
7838
7838
  "name": "--card-header-border-bottom",
7839
- "value": "1px solid hsl(var(--card-border))",
7840
- "description": "Banded-header divider \u2014 tokenised (rule #44) so a service theme can make it * dashed / heavier / none without forking CSS. Pair with * --card-header-background-alpha: 0 for a quiet borderless-band header."
7839
+ "value": "initial",
7840
+ "description": "Banded-header divider \u2014 tokenised (rule #44) so a service theme can make it * dashed / heavier / none without forking CSS. Pair with * --card-header-background-alpha: 0 for a quiet borderless-band header. * Default = 1px solid hsl(var(--card-border)) (resolved at the call site)."
7841
7841
  },
7842
7842
  {
7843
7843
  "name": "--card-radius",
7844
7844
  "value": "var(--radius)",
7845
- "description": "Banded-header divider \u2014 tokenised (rule #44) so a service theme can make it * dashed / heavier / none without forking CSS. Pair with * --card-header-background-alpha: 0 for a quiet borderless-band header."
7845
+ "description": "Banded-header divider \u2014 tokenised (rule #44) so a service theme can make it * dashed / heavier / none without forking CSS. Pair with * --card-header-background-alpha: 0 for a quiet borderless-band header. * Default = 1px solid hsl(var(--card-border)) (resolved at the call site)."
7846
7846
  },
7847
7847
  {
7848
7848
  "name": "--card-shadow",
@@ -7921,18 +7921,18 @@ var COMPONENT_TOKENS = [
7921
7921
  },
7922
7922
  {
7923
7923
  "name": "--stat-card-icon-background",
7924
- "value": "hsl(var(--primary) / 0.1)",
7925
- "description": "Medallion tint \u2014 soft brand wash + brand glyph by default; a service retints by overriding * --primary or these tokens directly (rule #44/#45)."
7924
+ "value": "initial",
7925
+ "description": "Medallion tint \u2014 soft brand wash + brand glyph by default; a service retints by overriding * --primary or these tokens directly (rule #44/#45). `initial` so the --primary default * re-resolves at the call site under a scoped theme (no :root freeze). * Defaults = hsl(var(--primary) / 0.1) fill \xB7 hsl(var(--primary)) glyph."
7926
7926
  },
7927
7927
  {
7928
7928
  "name": "--stat-card-icon-foreground",
7929
- "value": "hsl(var(--primary))",
7930
- "description": "Medallion tint \u2014 soft brand wash + brand glyph by default; a service retints by overriding * --primary or these tokens directly (rule #44/#45)."
7929
+ "value": "initial",
7930
+ "description": "Medallion tint \u2014 soft brand wash + brand glyph by default; a service retints by overriding * --primary or these tokens directly (rule #44/#45). `initial` so the --primary default * re-resolves at the call site under a scoped theme (no :root freeze). * Defaults = hsl(var(--primary) / 0.1) fill \xB7 hsl(var(--primary)) glyph."
7931
7931
  },
7932
7932
  {
7933
7933
  "name": "--stat-card-delta-font-size",
7934
7934
  "value": "var(--font-size-xs)",
7935
- "description": "Medallion tint \u2014 soft brand wash + brand glyph by default; a service retints by overriding * --primary or these tokens directly (rule #44/#45)."
7935
+ "description": "Medallion tint \u2014 soft brand wash + brand glyph by default; a service retints by overriding * --primary or these tokens directly (rule #44/#45). `initial` so the --primary default * re-resolves at the call site under a scoped theme (no :root freeze). * Defaults = hsl(var(--primary) / 0.1) fill \xB7 hsl(var(--primary)) glyph."
7936
7936
  },
7937
7937
  {
7938
7938
  "name": "--control-height-compact",
@@ -8131,108 +8131,108 @@ var COMPONENT_TOKENS = [
8131
8131
  },
8132
8132
  {
8133
8133
  "name": "--checkbox-checked-background",
8134
- "value": "hsl(var(--primary))",
8135
- "description": 'Checked/on/active fills \u2014 themeable role expression, defaults equal the current literal * (quiet: no visual change). A service retints the "selected" state by overriding these.'
8134
+ "value": "initial",
8135
+ "description": 'Checked/on/active fills \u2014 `initial` so the --primary default re-resolves at the call site * under a scoped theme (a :root binding to var(--primary) freezes at the :root value and a scoped * [data-tenant] override of --primary never reaches it). A service retints the "selected" state * by overriding these directly. Defaults = hsl(var(--primary)) \xB7 slider track 0.2\u03B1.'
8136
8136
  },
8137
8137
  {
8138
8138
  "name": "--switch-checked-background",
8139
- "value": "hsl(var(--primary))",
8140
- "description": 'Checked/on/active fills \u2014 themeable role expression, defaults equal the current literal * (quiet: no visual change). A service retints the "selected" state by overriding these.'
8139
+ "value": "initial",
8140
+ "description": 'Checked/on/active fills \u2014 `initial` so the --primary default re-resolves at the call site * under a scoped theme (a :root binding to var(--primary) freezes at the :root value and a scoped * [data-tenant] override of --primary never reaches it). A service retints the "selected" state * by overriding these directly. Defaults = hsl(var(--primary)) \xB7 slider track 0.2\u03B1.'
8141
8141
  },
8142
8142
  {
8143
8143
  "name": "--toggle-on-background",
8144
- "value": "hsl(var(--primary))",
8145
- "description": 'Checked/on/active fills \u2014 themeable role expression, defaults equal the current literal * (quiet: no visual change). A service retints the "selected" state by overriding these.'
8144
+ "value": "initial",
8145
+ "description": 'Checked/on/active fills \u2014 `initial` so the --primary default re-resolves at the call site * under a scoped theme (a :root binding to var(--primary) freezes at the :root value and a scoped * [data-tenant] override of --primary never reaches it). A service retints the "selected" state * by overriding these directly. Defaults = hsl(var(--primary)) \xB7 slider track 0.2\u03B1.'
8146
8146
  },
8147
8147
  {
8148
8148
  "name": "--slider-track-background",
8149
- "value": "hsl(var(--primary) / 0.2)",
8150
- "description": 'Checked/on/active fills \u2014 themeable role expression, defaults equal the current literal * (quiet: no visual change). A service retints the "selected" state by overriding these.'
8149
+ "value": "initial",
8150
+ "description": 'Checked/on/active fills \u2014 `initial` so the --primary default re-resolves at the call site * under a scoped theme (a :root binding to var(--primary) freezes at the :root value and a scoped * [data-tenant] override of --primary never reaches it). A service retints the "selected" state * by overriding these directly. Defaults = hsl(var(--primary)) \xB7 slider track 0.2\u03B1.'
8151
8151
  },
8152
8152
  {
8153
8153
  "name": "--slider-range-background",
8154
- "value": "hsl(var(--primary))",
8155
- "description": 'Checked/on/active fills \u2014 themeable role expression, defaults equal the current literal * (quiet: no visual change). A service retints the "selected" state by overriding these.'
8154
+ "value": "initial",
8155
+ "description": 'Checked/on/active fills \u2014 `initial` so the --primary default re-resolves at the call site * under a scoped theme (a :root binding to var(--primary) freezes at the :root value and a scoped * [data-tenant] override of --primary never reaches it). A service retints the "selected" state * by overriding these directly. Defaults = hsl(var(--primary)) \xB7 slider track 0.2\u03B1.'
8156
8156
  },
8157
8157
  {
8158
8158
  "name": "--color-picker-input-width",
8159
8159
  "value": "6.5rem",
8160
- "description": 'Checked/on/active fills \u2014 themeable role expression, defaults equal the current literal * (quiet: no visual change). A service retints the "selected" state by overriding these.'
8160
+ "description": 'Checked/on/active fills \u2014 `initial` so the --primary default re-resolves at the call site * under a scoped theme (a :root binding to var(--primary) freezes at the :root value and a scoped * [data-tenant] override of --primary never reaches it). A service retints the "selected" state * by overriding these directly. Defaults = hsl(var(--primary)) \xB7 slider track 0.2\u03B1.'
8161
8161
  },
8162
8162
  {
8163
8163
  "name": "--command-list-max-height",
8164
8164
  "value": "min(300px, 50vh)",
8165
- "description": 'Checked/on/active fills \u2014 themeable role expression, defaults equal the current literal * (quiet: no visual change). A service retints the "selected" state by overriding these.'
8165
+ "description": 'Checked/on/active fills \u2014 `initial` so the --primary default re-resolves at the call site * under a scoped theme (a :root binding to var(--primary) freezes at the :root value and a scoped * [data-tenant] override of --primary never reaches it). A service retints the "selected" state * by overriding these directly. Defaults = hsl(var(--primary)) \xB7 slider track 0.2\u03B1.'
8166
8166
  },
8167
8167
  {
8168
8168
  "name": "--command-input-padding-x",
8169
8169
  "value": "var(--space-3)",
8170
- "description": 'Checked/on/active fills \u2014 themeable role expression, defaults equal the current literal * (quiet: no visual change). A service retints the "selected" state by overriding these.'
8170
+ "description": 'Checked/on/active fills \u2014 `initial` so the --primary default re-resolves at the call site * under a scoped theme (a :root binding to var(--primary) freezes at the :root value and a scoped * [data-tenant] override of --primary never reaches it). A service retints the "selected" state * by overriding these directly. Defaults = hsl(var(--primary)) \xB7 slider track 0.2\u03B1.'
8171
8171
  },
8172
8172
  {
8173
8173
  "name": "--command-group-padding",
8174
8174
  "value": "var(--space-1)",
8175
- "description": 'Checked/on/active fills \u2014 themeable role expression, defaults equal the current literal * (quiet: no visual change). A service retints the "selected" state by overriding these.'
8175
+ "description": 'Checked/on/active fills \u2014 `initial` so the --primary default re-resolves at the call site * under a scoped theme (a :root binding to var(--primary) freezes at the :root value and a scoped * [data-tenant] override of --primary never reaches it). A service retints the "selected" state * by overriding these directly. Defaults = hsl(var(--primary)) \xB7 slider track 0.2\u03B1.'
8176
8176
  },
8177
8177
  {
8178
8178
  "name": "--command-item-padding-y",
8179
8179
  "value": "var(--space-2)",
8180
- "description": 'Checked/on/active fills \u2014 themeable role expression, defaults equal the current literal * (quiet: no visual change). A service retints the "selected" state by overriding these.'
8180
+ "description": 'Checked/on/active fills \u2014 `initial` so the --primary default re-resolves at the call site * under a scoped theme (a :root binding to var(--primary) freezes at the :root value and a scoped * [data-tenant] override of --primary never reaches it). A service retints the "selected" state * by overriding these directly. Defaults = hsl(var(--primary)) \xB7 slider track 0.2\u03B1.'
8181
8181
  },
8182
8182
  {
8183
8183
  "name": "--command-item-padding-x",
8184
8184
  "value": "var(--space-2)",
8185
- "description": 'Checked/on/active fills \u2014 themeable role expression, defaults equal the current literal * (quiet: no visual change). A service retints the "selected" state by overriding these.'
8185
+ "description": 'Checked/on/active fills \u2014 `initial` so the --primary default re-resolves at the call site * under a scoped theme (a :root binding to var(--primary) freezes at the :root value and a scoped * [data-tenant] override of --primary never reaches it). A service retints the "selected" state * by overriding these directly. Defaults = hsl(var(--primary)) \xB7 slider track 0.2\u03B1.'
8186
8186
  },
8187
8187
  {
8188
8188
  "name": "--search-input-edge-inset",
8189
8189
  "value": "var(--space-3)",
8190
- "description": 'Checked/on/active fills \u2014 themeable role expression, defaults equal the current literal * (quiet: no visual change). A service retints the "selected" state by overriding these.'
8190
+ "description": 'Checked/on/active fills \u2014 `initial` so the --primary default re-resolves at the call site * under a scoped theme (a :root binding to var(--primary) freezes at the :root value and a scoped * [data-tenant] override of --primary never reaches it). A service retints the "selected" state * by overriding these directly. Defaults = hsl(var(--primary)) \xB7 slider track 0.2\u03B1.'
8191
8191
  },
8192
8192
  {
8193
8193
  "name": "--search-input-start-padding",
8194
8194
  "value": "calc( var(--search-input-edge-inset) + var(--control-icon-size) + var(--control-gap) )",
8195
- "description": 'Checked/on/active fills \u2014 themeable role expression, defaults equal the current literal * (quiet: no visual change). A service retints the "selected" state by overriding these.'
8195
+ "description": 'Checked/on/active fills \u2014 `initial` so the --primary default re-resolves at the call site * under a scoped theme (a :root binding to var(--primary) freezes at the :root value and a scoped * [data-tenant] override of --primary never reaches it). A service retints the "selected" state * by overriding these directly. Defaults = hsl(var(--primary)) \xB7 slider track 0.2\u03B1.'
8196
8196
  },
8197
8197
  {
8198
8198
  "name": "--search-input-end-padding",
8199
8199
  "value": "calc( var(--search-input-edge-inset) + var(--control-icon-size) + var(--control-gap) )",
8200
- "description": 'Checked/on/active fills \u2014 themeable role expression, defaults equal the current literal * (quiet: no visual change). A service retints the "selected" state by overriding these.'
8200
+ "description": 'Checked/on/active fills \u2014 `initial` so the --primary default re-resolves at the call site * under a scoped theme (a :root binding to var(--primary) freezes at the :root value and a scoped * [data-tenant] override of --primary never reaches it). A service retints the "selected" state * by overriding these directly. Defaults = hsl(var(--primary)) \xB7 slider track 0.2\u03B1.'
8201
8201
  },
8202
8202
  {
8203
8203
  "name": "--choice-description-font-size",
8204
8204
  "value": "var(--font-size-xs)",
8205
- "description": 'Checked/on/active fills \u2014 themeable role expression, defaults equal the current literal * (quiet: no visual change). A service retints the "selected" state by overriding these.'
8205
+ "description": 'Checked/on/active fills \u2014 `initial` so the --primary default re-resolves at the call site * under a scoped theme (a :root binding to var(--primary) freezes at the :root value and a scoped * [data-tenant] override of --primary never reaches it). A service retints the "selected" state * by overriding these directly. Defaults = hsl(var(--primary)) \xB7 slider track 0.2\u03B1.'
8206
8206
  },
8207
8207
  {
8208
8208
  "name": "--color-picker-hex-font-size",
8209
8209
  "value": "var(--font-size-xs)",
8210
- "description": 'Checked/on/active fills \u2014 themeable role expression, defaults equal the current literal * (quiet: no visual change). A service retints the "selected" state by overriding these.'
8210
+ "description": 'Checked/on/active fills \u2014 `initial` so the --primary default re-resolves at the call site * under a scoped theme (a :root binding to var(--primary) freezes at the :root value and a scoped * [data-tenant] override of --primary never reaches it). A service retints the "selected" state * by overriding these directly. Defaults = hsl(var(--primary)) \xB7 slider track 0.2\u03B1.'
8211
8211
  },
8212
8212
  {
8213
8213
  "name": "--command-group-heading-font-size",
8214
8214
  "value": "var(--font-size-xs)",
8215
- "description": 'Checked/on/active fills \u2014 themeable role expression, defaults equal the current literal * (quiet: no visual change). A service retints the "selected" state by overriding these.'
8215
+ "description": 'Checked/on/active fills \u2014 `initial` so the --primary default re-resolves at the call site * under a scoped theme (a :root binding to var(--primary) freezes at the :root value and a scoped * [data-tenant] override of --primary never reaches it). A service retints the "selected" state * by overriding these directly. Defaults = hsl(var(--primary)) \xB7 slider track 0.2\u03B1.'
8216
8216
  },
8217
8217
  {
8218
8218
  "name": "--search-input-label-font-size",
8219
8219
  "value": "var(--font-size-xs)",
8220
- "description": 'Checked/on/active fills \u2014 themeable role expression, defaults equal the current literal * (quiet: no visual change). A service retints the "selected" state by overriding these.'
8220
+ "description": 'Checked/on/active fills \u2014 `initial` so the --primary default re-resolves at the call site * under a scoped theme (a :root binding to var(--primary) freezes at the :root value and a scoped * [data-tenant] override of --primary never reaches it). A service retints the "selected" state * by overriding these directly. Defaults = hsl(var(--primary)) \xB7 slider track 0.2\u03B1.'
8221
8221
  },
8222
8222
  {
8223
8223
  "name": "--tag-input-chip-font-size",
8224
8224
  "value": "var(--font-size-xs)",
8225
- "description": 'Checked/on/active fills \u2014 themeable role expression, defaults equal the current literal * (quiet: no visual change). A service retints the "selected" state by overriding these.'
8225
+ "description": 'Checked/on/active fills \u2014 `initial` so the --primary default re-resolves at the call site * under a scoped theme (a :root binding to var(--primary) freezes at the :root value and a scoped * [data-tenant] override of --primary never reaches it). A service retints the "selected" state * by overriding these directly. Defaults = hsl(var(--primary)) \xB7 slider track 0.2\u03B1.'
8226
8226
  },
8227
8227
  {
8228
8228
  "name": "--toggle-sm-font-size",
8229
8229
  "value": "var(--font-size-xs)",
8230
- "description": 'Checked/on/active fills \u2014 themeable role expression, defaults equal the current literal * (quiet: no visual change). A service retints the "selected" state by overriding these.'
8230
+ "description": 'Checked/on/active fills \u2014 `initial` so the --primary default re-resolves at the call site * under a scoped theme (a :root binding to var(--primary) freezes at the :root value and a scoped * [data-tenant] override of --primary never reaches it). A service retints the "selected" state * by overriding these directly. Defaults = hsl(var(--primary)) \xB7 slider track 0.2\u03B1.'
8231
8231
  },
8232
8232
  {
8233
8233
  "name": "--button-sm-font-size",
8234
8234
  "value": "var(--font-size-xs)",
8235
- "description": 'Checked/on/active fills \u2014 themeable role expression, defaults equal the current literal * (quiet: no visual change). A service retints the "selected" state by overriding these.'
8235
+ "description": 'Checked/on/active fills \u2014 `initial` so the --primary default re-resolves at the call site * under a scoped theme (a :root binding to var(--primary) freezes at the :root value and a scoped * [data-tenant] override of --primary never reaches it). A service retints the "selected" state * by overriding these directly. Defaults = hsl(var(--primary)) \xB7 slider track 0.2\u03B1.'
8236
8236
  },
8237
8237
  {
8238
8238
  "name": "--control-height-compact",
@@ -8266,8 +8266,8 @@ var COMPONENT_TOKENS = [
8266
8266
  },
8267
8267
  {
8268
8268
  "name": "--avatar-background",
8269
- "value": "hsl(var(--muted))",
8270
- "description": "Avatar surface \u2014 reads the muted role by default. A service can re-tint the placeholder fill once (e.g. --avatar-background: hsl(var(--accent)))."
8269
+ "value": "initial",
8270
+ "description": "Avatar surface \u2014 `initial` so the --muted default re-resolves at the call site under a scoped theme (a :root binding to a role var freezes at :root; a scoped role override never reaches it). A service re-tints the placeholder fill once (e.g. --avatar-background: hsl(var(--accent))). Default = hsl(var(--muted))."
8271
8271
  },
8272
8272
  {
8273
8273
  "name": "--avatar-tint",
@@ -8276,38 +8276,38 @@ var COMPONENT_TOKENS = [
8276
8276
  },
8277
8277
  {
8278
8278
  "name": "--progress-track-background",
8279
- "value": "hsl(var(--secondary))",
8280
- "description": "Progress track + fill \u2014 quiet defaults equal the current literals (rule #44). Track reads secondary, fill reads success; a service re-tones once."
8279
+ "value": "initial",
8280
+ "description": "Progress track + fill \u2014 `initial` so the role defaults re-resolve under a scoped theme. Track reads --secondary, fill reads --success; a service re-tones once. Defaults = hsl(var(--secondary)) track \xB7 hsl(var(--success)) fill."
8281
8281
  },
8282
8282
  {
8283
8283
  "name": "--progress-fill-background",
8284
- "value": "hsl(var(--success))",
8285
- "description": "Progress track + fill \u2014 quiet defaults equal the current literals (rule #44). Track reads secondary, fill reads success; a service re-tones once."
8284
+ "value": "initial",
8285
+ "description": "Progress track + fill \u2014 `initial` so the role defaults re-resolve under a scoped theme. Track reads --secondary, fill reads --success; a service re-tones once. Defaults = hsl(var(--secondary)) track \xB7 hsl(var(--success)) fill."
8286
8286
  },
8287
8287
  {
8288
8288
  "name": "--timeline-dot-done-background",
8289
- "value": "hsl(var(--success))",
8290
- "description": "Timeline accents \u2014 dot/line roles, defaults unchanged (rule #44)."
8289
+ "value": "initial",
8290
+ "description": "Timeline accents \u2014 `initial` so the dot/line role defaults re-resolve under a scoped theme. Defaults = hsl(var(--success)) done \xB7 hsl(var(--primary)) current/line."
8291
8291
  },
8292
8292
  {
8293
8293
  "name": "--timeline-dot-current-background",
8294
- "value": "hsl(var(--primary))",
8295
- "description": "Timeline accents \u2014 dot/line roles, defaults unchanged (rule #44)."
8294
+ "value": "initial",
8295
+ "description": "Timeline accents \u2014 `initial` so the dot/line role defaults re-resolve under a scoped theme. Defaults = hsl(var(--success)) done \xB7 hsl(var(--primary)) current/line."
8296
8296
  },
8297
8297
  {
8298
8298
  "name": "--timeline-line-completed-background",
8299
- "value": "hsl(var(--primary))",
8300
- "description": "Timeline accents \u2014 dot/line roles, defaults unchanged (rule #44)."
8299
+ "value": "initial",
8300
+ "description": "Timeline accents \u2014 `initial` so the dot/line role defaults re-resolve under a scoped theme. Defaults = hsl(var(--success)) done \xB7 hsl(var(--primary)) current/line."
8301
8301
  },
8302
8302
  {
8303
8303
  "name": "--tree-item-active-border",
8304
- "value": "hsl(var(--primary) / 0.3)",
8305
- "description": "Tree active item \u2014 border + soft bg tint over the primary role. Defaults equal the current literals (rule #44)."
8304
+ "value": "initial",
8305
+ "description": "Tree active item \u2014 border + soft bg tint over the --primary role. `initial` so the default re-resolves under a scoped theme. Defaults = hsl(var(--primary) / 0.3) border \xB7 0.05 fill."
8306
8306
  },
8307
8307
  {
8308
8308
  "name": "--tree-item-active-background",
8309
- "value": "hsl(var(--primary) / 0.05)",
8310
- "description": "Tree active item \u2014 border + soft bg tint over the primary role. Defaults equal the current literals (rule #44)."
8309
+ "value": "initial",
8310
+ "description": "Tree active item \u2014 border + soft bg tint over the --primary role. `initial` so the default re-resolves under a scoped theme. Defaults = hsl(var(--primary) / 0.3) border \xB7 0.05 fill."
8311
8311
  },
8312
8312
  {
8313
8313
  "name": "--password-strength-score-font-size",
@@ -8396,38 +8396,38 @@ var COMPONENT_TOKENS = [
8396
8396
  },
8397
8397
  {
8398
8398
  "name": "--empty-state-icon-foreground",
8399
- "value": "hsl(var(--muted-foreground))",
8400
- "description": "EmptyState icon medallion colour \u2014 defaults to the current literal (rule #44), so a service can * recolour the glyph (--icon-foreground) or wash the medallion fill (--icon-tint) without forking."
8399
+ "value": "initial",
8400
+ "description": "EmptyState icon medallion colour \u2014 `initial` so the role defaults re-resolve at the call site * under a scoped theme (rule #44). A service recolours the glyph (--empty-state-icon-foreground) * or washes the medallion fill (--empty-state-icon-tint) without forking. * Defaults = hsl(var(--muted-foreground)) glyph \xB7 hsl(var(--muted)) fill."
8401
8401
  },
8402
8402
  {
8403
8403
  "name": "--empty-state-icon-tint",
8404
- "value": "hsl(var(--muted))",
8405
- "description": "EmptyState icon medallion colour \u2014 defaults to the current literal (rule #44), so a service can * recolour the glyph (--icon-foreground) or wash the medallion fill (--icon-tint) without forking."
8404
+ "value": "initial",
8405
+ "description": "EmptyState icon medallion colour \u2014 `initial` so the role defaults re-resolve at the call site * under a scoped theme (rule #44). A service recolours the glyph (--empty-state-icon-foreground) * or washes the medallion fill (--empty-state-icon-tint) without forking. * Defaults = hsl(var(--muted-foreground)) glyph \xB7 hsl(var(--muted)) fill."
8406
8406
  },
8407
8407
  {
8408
8408
  "name": "--skeleton-row-gap",
8409
8409
  "value": "var(--space-stack-sm)",
8410
- "description": "EmptyState icon medallion colour \u2014 defaults to the current literal (rule #44), so a service can * recolour the glyph (--icon-foreground) or wash the medallion fill (--icon-tint) without forking."
8410
+ "description": "EmptyState icon medallion colour \u2014 `initial` so the role defaults re-resolve at the call site * under a scoped theme (rule #44). A service recolours the glyph (--empty-state-icon-foreground) * or washes the medallion fill (--empty-state-icon-tint) without forking. * Defaults = hsl(var(--muted-foreground)) glyph \xB7 hsl(var(--muted)) fill."
8411
8411
  },
8412
8412
  {
8413
8413
  "name": "--skeleton-cell-gap",
8414
8414
  "value": "var(--space-inline-lg)",
8415
- "description": "EmptyState icon medallion colour \u2014 defaults to the current literal (rule #44), so a service can * recolour the glyph (--icon-foreground) or wash the medallion fill (--icon-tint) without forking."
8415
+ "description": "EmptyState icon medallion colour \u2014 `initial` so the role defaults re-resolve at the call site * under a scoped theme (rule #44). A service recolours the glyph (--empty-state-icon-foreground) * or washes the medallion fill (--empty-state-icon-tint) without forking. * Defaults = hsl(var(--muted-foreground)) glyph \xB7 hsl(var(--muted)) fill."
8416
8416
  },
8417
8417
  {
8418
8418
  "name": "--skeleton-card-inset",
8419
8419
  "value": "var(--space-section-active)",
8420
- "description": "EmptyState icon medallion colour \u2014 defaults to the current literal (rule #44), so a service can * recolour the glyph (--icon-foreground) or wash the medallion fill (--icon-tint) without forking."
8420
+ "description": "EmptyState icon medallion colour \u2014 `initial` so the role defaults re-resolve at the call site * under a scoped theme (rule #44). A service recolours the glyph (--empty-state-icon-foreground) * or washes the medallion fill (--empty-state-icon-tint) without forking. * Defaults = hsl(var(--muted-foreground)) glyph \xB7 hsl(var(--muted)) fill."
8421
8421
  },
8422
8422
  {
8423
8423
  "name": "--skeleton-radius",
8424
8424
  "value": "var(--radius)",
8425
- "description": "EmptyState icon medallion colour \u2014 defaults to the current literal (rule #44), so a service can * recolour the glyph (--icon-foreground) or wash the medallion fill (--icon-tint) without forking."
8425
+ "description": "EmptyState icon medallion colour \u2014 `initial` so the role defaults re-resolve at the call site * under a scoped theme (rule #44). A service recolours the glyph (--empty-state-icon-foreground) * or washes the medallion fill (--empty-state-icon-tint) without forking. * Defaults = hsl(var(--muted-foreground)) glyph \xB7 hsl(var(--muted)) fill."
8426
8426
  },
8427
8427
  {
8428
8428
  "name": "--skeleton-background",
8429
- "value": "hsl(var(--muted))",
8430
- "description": "Skeleton placeholder fill \u2014 defaults to the current literal hsl(var(--muted)); themeable so a * service can tint the shimmer to its surface (rule #44) without forking the keyframes."
8429
+ "value": "initial",
8430
+ "description": "Skeleton placeholder fill \u2014 `initial` so the --muted default re-resolves at the call site under * a scoped theme (a :root binding to a role var freezes at :root). A service tints the shimmer to * its surface (rule #44) without forking the keyframes. Default = hsl(var(--muted))."
8431
8431
  },
8432
8432
  {
8433
8433
  "name": "--form-label-width",
@@ -8456,8 +8456,8 @@ var COMPONENT_TOKENS = [
8456
8456
  },
8457
8457
  {
8458
8458
  "name": "--list-row-border",
8459
- "value": "1px solid hsl(var(--border))",
8460
- "description": "ListRow component tokens \u2014 a single-line entity row for short lists inside a Card * (sessions / API tokens / linked accounts / passkeys \u2026). Sits in a flush CardContent; * rows separate with a quiet divider (#44 \u2014 chrome defaults to the calm semantic border)."
8459
+ "value": "initial",
8460
+ "description": "Row divider \u2014 `initial` so the --border default re-resolves at the call site under a scoped * theme (a :root binding to a role var freezes at :root). Default = 1px solid hsl(var(--border))."
8461
8461
  },
8462
8462
  {
8463
8463
  "name": "--pagination-gap",
@@ -8516,13 +8516,13 @@ var COMPONENT_TOKENS = [
8516
8516
  },
8517
8517
  {
8518
8518
  "name": "--menubar-item-hover-background",
8519
- "value": "hsl(var(--accent))",
8520
- "description": "Menu item hover/highlight tint \u2014 reads the accent role; default unchanged."
8519
+ "value": "initial",
8520
+ "description": "Menu item hover/highlight tint \u2014 `initial` so the --accent default re-resolves at the call site * under a scoped theme (a :root binding to a role var freezes at :root). * Defaults = hsl(var(--accent)) fill \xB7 hsl(var(--accent-foreground)) text."
8521
8521
  },
8522
8522
  {
8523
8523
  "name": "--menubar-item-hover-foreground",
8524
- "value": "hsl(var(--accent-foreground))",
8525
- "description": "Menu item hover/highlight tint \u2014 reads the accent role; default unchanged."
8524
+ "value": "initial",
8525
+ "description": "Menu item hover/highlight tint \u2014 `initial` so the --accent default re-resolves at the call site * under a scoped theme (a :root binding to a role var freezes at :root). * Defaults = hsl(var(--accent)) fill \xB7 hsl(var(--accent-foreground)) text."
8526
8526
  },
8527
8527
  {
8528
8528
  "name": "--sidebar-section-label-font-size",
@@ -8591,23 +8591,23 @@ var COMPONENT_TOKENS = [
8591
8591
  },
8592
8592
  {
8593
8593
  "name": "--sidebar-item-active-color",
8594
- "value": "hsl(var(--primary))",
8595
- "description": "Sidebar active-item tint/marker \u2014 tokenised from the literal hsl(var(--primary)) * usages; defaults are byte-identical to the prior hard-coded values. A service * can re-tune the active sub-item accent without forking CSS."
8594
+ "value": "initial",
8595
+ "description": "Sidebar active-item tint/marker \u2014 `initial` so the role defaults re-resolve at the call site * under a scoped theme (a :root binding to a role var freezes at :root; a scoped role override * never reaches it). A service re-tunes the active sub-item accent without forking CSS. * Defaults = hsl(var(--primary)) marker/tint."
8596
8596
  },
8597
8597
  {
8598
8598
  "name": "--sidebar-item-active-tint",
8599
- "value": "hsl(var(--primary))",
8600
- "description": "Sidebar active-item tint/marker \u2014 tokenised from the literal hsl(var(--primary)) * usages; defaults are byte-identical to the prior hard-coded values. A service * can re-tune the active sub-item accent without forking CSS."
8599
+ "value": "initial",
8600
+ "description": "Sidebar active-item tint/marker \u2014 `initial` so the role defaults re-resolve at the call site * under a scoped theme (a :root binding to a role var freezes at :root; a scoped role override * never reaches it). A service re-tunes the active sub-item accent without forking CSS. * Defaults = hsl(var(--primary)) marker/tint."
8601
8601
  },
8602
8602
  {
8603
8603
  "name": "--sidebar-item-active-background",
8604
- "value": "hsl(var(--accent))",
8605
- "description": "Main nav-item active row \u2014 defaults are byte-identical to the hover state (accent bg, * foreground text). A service overrides these to brand the selected row (e.g. a gold tint + * gold text on a navy sidebar)."
8604
+ "value": "initial",
8605
+ "description": "Main nav-item active row \u2014 defaults mirror the hover state (accent bg, foreground text); a * service overrides these to brand the selected row (e.g. a gold tint + gold text on a navy * sidebar). `initial` so the defaults re-resolve under a scoped theme. * Defaults = hsl(var(--accent)) fill \xB7 hsl(var(--foreground)) text."
8606
8606
  },
8607
8607
  {
8608
8608
  "name": "--sidebar-item-active-foreground",
8609
- "value": "hsl(var(--foreground))",
8610
- "description": "Main nav-item active row \u2014 defaults are byte-identical to the hover state (accent bg, * foreground text). A service overrides these to brand the selected row (e.g. a gold tint + * gold text on a navy sidebar)."
8609
+ "value": "initial",
8610
+ "description": "Main nav-item active row \u2014 defaults mirror the hover state (accent bg, foreground text); a * service overrides these to brand the selected row (e.g. a gold tint + gold text on a navy * sidebar). `initial` so the defaults re-resolve under a scoped theme. * Defaults = hsl(var(--accent)) fill \xB7 hsl(var(--foreground)) text."
8611
8611
  },
8612
8612
  {
8613
8613
  "name": "--table-row-height-compact",
@@ -8646,13 +8646,13 @@ var COMPONENT_TOKENS = [
8646
8646
  },
8647
8647
  {
8648
8648
  "name": "--table-header-background",
8649
- "value": "hsl(var(--muted))",
8650
- "description": "Header band \u2014 its OWN bg + fg tokens (decoupled from --secondary, which == --muted by default so * this is byte-identical). A brand whose --secondary is dark (navy buttons) no longer bleeds a * dark band under the dark header text; it sets both header tokens together to keep contrast."
8649
+ "value": "initial",
8650
+ "description": "Header band \u2014 its OWN bg + fg knobs (decoupled from --secondary). Declared `initial` so the * default re-resolves to the LIVE --muted / --muted-foreground roles at the call site: a :root * binding to a role var freezes at the :root value and a scoped [data-tenant] role override never * reaches it. A brand sets both header tokens together to keep band/text contrast. * Defaults = hsl(var(--muted)) band \xB7 hsl(var(--muted-foreground)) text."
8651
8651
  },
8652
8652
  {
8653
8653
  "name": "--table-header-foreground",
8654
- "value": "hsl(var(--muted-foreground))",
8655
- "description": "Header band \u2014 its OWN bg + fg tokens (decoupled from --secondary, which == --muted by default so * this is byte-identical). A brand whose --secondary is dark (navy buttons) no longer bleeds a * dark band under the dark header text; it sets both header tokens together to keep contrast."
8654
+ "value": "initial",
8655
+ "description": "Header band \u2014 its OWN bg + fg knobs (decoupled from --secondary). Declared `initial` so the * default re-resolves to the LIVE --muted / --muted-foreground roles at the call site: a :root * binding to a role var freezes at the :root value and a scoped [data-tenant] role override never * reaches it. A brand sets both header tokens together to keep band/text contrast. * Defaults = hsl(var(--muted)) band \xB7 hsl(var(--muted-foreground)) text."
8656
8656
  },
8657
8657
  {
8658
8658
  "name": "--table-pin-shadow",
@@ -8661,18 +8661,18 @@ var COMPONENT_TOKENS = [
8661
8661
  },
8662
8662
  {
8663
8663
  "name": "--table-row-striped-background",
8664
- "value": "hsl(var(--muted) / 0.4)",
8665
- "description": "Row-state tint washes \u2014 translucent muted over the opaque base. Defaults equal * the prior literals; a service retints by reading another role (e.g. --primary)."
8664
+ "value": "initial",
8665
+ "description": "Row-state tint washes \u2014 translucent muted over the opaque base. `initial` so the --muted * default re-resolves under a scoped theme; a service retints by reading another role (e.g. * --primary). Defaults = hsl(var(--muted) / 0.4 striped \xB7 0.5 hover \xB7 0.3 selected)."
8666
8666
  },
8667
8667
  {
8668
8668
  "name": "--table-row-hover-background",
8669
- "value": "hsl(var(--muted) / 0.5)",
8670
- "description": "Row-state tint washes \u2014 translucent muted over the opaque base. Defaults equal * the prior literals; a service retints by reading another role (e.g. --primary)."
8669
+ "value": "initial",
8670
+ "description": "Row-state tint washes \u2014 translucent muted over the opaque base. `initial` so the --muted * default re-resolves under a scoped theme; a service retints by reading another role (e.g. * --primary). Defaults = hsl(var(--muted) / 0.4 striped \xB7 0.5 hover \xB7 0.3 selected)."
8671
8671
  },
8672
8672
  {
8673
8673
  "name": "--table-row-selected-background",
8674
- "value": "hsl(var(--muted) / 0.3)",
8675
- "description": "Row-state tint washes \u2014 translucent muted over the opaque base. Defaults equal * the prior literals; a service retints by reading another role (e.g. --primary)."
8674
+ "value": "initial",
8675
+ "description": "Row-state tint washes \u2014 translucent muted over the opaque base. `initial` so the --muted * default re-resolves under a scoped theme; a service retints by reading another role (e.g. * --primary). Defaults = hsl(var(--muted) / 0.4 striped \xB7 0.5 hover \xB7 0.3 selected)."
8676
8676
  }
8677
8677
  ];
8678
8678
 
@@ -12731,7 +12731,7 @@ ${c.example}
12731
12731
  // package.json
12732
12732
  var package_default = {
12733
12733
  name: "@godxjp/ui-mcp",
12734
- version: "16.5.0",
12734
+ version: "16.7.0",
12735
12735
  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).",
12736
12736
  type: "module",
12737
12737
  main: "./dist/index.js",