@uniformdev/uniform-mcp 20.29.2-alpha.14 → 20.29.2-alpha.6
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 +1 -4
- package/package.json +7 -7
package/dist/index.mjs
CHANGED
|
@@ -3561,11 +3561,8 @@ to {
|
|
|
3561
3561
|
container-type: inline-size;
|
|
3562
3562
|
grid-template-columns: minmax(0, auto) 1fr auto;
|
|
3563
3563
|
|
|
3564
|
-
&:hover
|
|
3565
|
-
&:focus-within,
|
|
3566
|
-
&:focus-visible {
|
|
3564
|
+
&:hover {
|
|
3567
3565
|
background: var(--gray-50);
|
|
3568
|
-
outline: none;
|
|
3569
3566
|
}
|
|
3570
3567
|
`,kFt=L`
|
|
3571
3568
|
align-items: center;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/uniform-mcp",
|
|
3
|
-
"version": "20.29.2-alpha.
|
|
3
|
+
"version": "20.29.2-alpha.6+d5ee1a7418",
|
|
4
4
|
"description": "Uniform MCP Server",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"bin": {
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"@modelcontextprotocol/sdk": "^1.12.0",
|
|
25
|
-
"@uniformdev/canvas": "20.29.2-alpha.
|
|
25
|
+
"@uniformdev/canvas": "20.29.2-alpha.6+d5ee1a7418",
|
|
26
26
|
"fast-json-patch": "^3.1.1",
|
|
27
27
|
"immer": "10.1.1",
|
|
28
28
|
"zod": "3.23.8"
|
|
@@ -34,11 +34,11 @@
|
|
|
34
34
|
"access": "public"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"@uniformdev/design-system": "20.29.2-alpha.
|
|
38
|
-
"@uniformdev/files": "20.29.2-alpha.
|
|
39
|
-
"@uniformdev/mesh-edgehancer-sdk": "20.29.2-alpha.
|
|
40
|
-
"@uniformdev/richtext": "20.29.2-alpha.
|
|
37
|
+
"@uniformdev/design-system": "20.29.2-alpha.6+d5ee1a7418",
|
|
38
|
+
"@uniformdev/files": "20.29.2-alpha.6+d5ee1a7418",
|
|
39
|
+
"@uniformdev/mesh-edgehancer-sdk": "20.29.2-alpha.6+d5ee1a7418",
|
|
40
|
+
"@uniformdev/richtext": "20.29.2-alpha.6+d5ee1a7418",
|
|
41
41
|
"vitest": "^3.1.4"
|
|
42
42
|
},
|
|
43
|
-
"gitHead": "
|
|
43
|
+
"gitHead": "d5ee1a7418f79368f898c41bba5e5db14c25626e"
|
|
44
44
|
}
|