@uniformdev/uniform-mcp 20.24.0 → 20.25.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.mjs +2 -0
- package/package.json +4 -4
package/dist/index.mjs
CHANGED
|
@@ -61819,6 +61819,8 @@ var trigger = css`
|
|
|
61819
61819
|
margin: 2px 0;
|
|
61820
61820
|
`;
|
|
61821
61821
|
var popover = css`
|
|
61822
|
+
border-radius: var(--rounded-sm);
|
|
61823
|
+
box-shadow: var(--elevation-100);
|
|
61822
61824
|
padding: var(--spacing-md);
|
|
61823
61825
|
max-width: unset;
|
|
61824
61826
|
container-type: inline-size;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/uniform-mcp",
|
|
3
|
-
"version": "20.
|
|
3
|
+
"version": "20.25.0",
|
|
4
4
|
"description": "Uniform MCP Server",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"bin": {
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"@lexical/rich-text": "0.25.0",
|
|
29
29
|
"@lexical/table": "0.25.0",
|
|
30
30
|
"@modelcontextprotocol/sdk": "^1.12.0",
|
|
31
|
-
"@uniformdev/canvas": "20.
|
|
31
|
+
"@uniformdev/canvas": "20.25.0",
|
|
32
32
|
"fast-json-patch": "^3.1.1",
|
|
33
33
|
"immer": "10.1.1",
|
|
34
34
|
"lexical": "0.25.0",
|
|
@@ -41,8 +41,8 @@
|
|
|
41
41
|
"access": "public"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
|
-
"@uniformdev/design-system": "^20.
|
|
44
|
+
"@uniformdev/design-system": "^20.25.0",
|
|
45
45
|
"vitest": "^3.1.4"
|
|
46
46
|
},
|
|
47
|
-
"gitHead": "
|
|
47
|
+
"gitHead": "3fe795ce670ac4b96982a833d234059ad5a47995"
|
|
48
48
|
}
|