@uniformdev/uniform-mcp 20.29.2-alpha.14 → 20.29.2-alpha.8

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.
Files changed (2) hide show
  1. package/dist/index.mjs +1 -4
  2. 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.14+f2c4af25fb",
3
+ "version": "20.29.2-alpha.8+15e0719a77",
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.14+f2c4af25fb",
25
+ "@uniformdev/canvas": "20.29.2-alpha.8+15e0719a77",
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.14+f2c4af25fb",
38
- "@uniformdev/files": "20.29.2-alpha.14+f2c4af25fb",
39
- "@uniformdev/mesh-edgehancer-sdk": "20.29.2-alpha.14+f2c4af25fb",
40
- "@uniformdev/richtext": "20.29.2-alpha.14+f2c4af25fb",
37
+ "@uniformdev/design-system": "20.29.2-alpha.8+15e0719a77",
38
+ "@uniformdev/files": "20.29.2-alpha.8+15e0719a77",
39
+ "@uniformdev/mesh-edgehancer-sdk": "20.29.2-alpha.8+15e0719a77",
40
+ "@uniformdev/richtext": "20.29.2-alpha.8+15e0719a77",
41
41
  "vitest": "^3.1.4"
42
42
  },
43
- "gitHead": "f2c4af25fbc09fcc9f412d56b48fa6fffa8c9037"
43
+ "gitHead": "15e0719a772469a53e0a81dbf571e528d4a45974"
44
44
  }