@dialpad/dialtone-mcp-server 1.4.0-next.1 → 1.4.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/README.md +1 -1
- package/build/index.js +147628 -384000
- package/package.json +6 -5
package/README.md
CHANGED
|
@@ -109,7 +109,7 @@ Search for design tokens (CSS variables).
|
|
|
109
109
|
|
|
110
110
|
**Example queries:**
|
|
111
111
|
- `color foreground primary` → --dt-color-foreground-primary
|
|
112
|
-
- `
|
|
112
|
+
- `space 400` → --dt-space-400, --dt-space-400-negative
|
|
113
113
|
- `font family` → --dt-font-family-body, --dt-font-family-expressive
|
|
114
114
|
- `font weight bold` → --dt-font-weight-bold
|
|
115
115
|
|