@uniformdev/mesh-sdk-react 19.42.0 → 19.42.1-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.esm.js CHANGED
@@ -4610,7 +4610,8 @@ var input2 = css23`
4610
4610
  color: var(--gray-400);
4611
4611
  }
4612
4612
 
4613
- &[readonly] {
4613
+ &[readonly],
4614
+ &[contenteditable='false'] {
4614
4615
  cursor: not-allowed;
4615
4616
  color: var(--gray-400);
4616
4617
  }
package/dist/index.js CHANGED
@@ -4776,7 +4776,8 @@ var input2 = import_react48.css`
4776
4776
  color: var(--gray-400);
4777
4777
  }
4778
4778
 
4779
- &[readonly] {
4779
+ &[readonly],
4780
+ &[contenteditable='false'] {
4780
4781
  cursor: not-allowed;
4781
4782
  color: var(--gray-400);
4782
4783
  }
package/dist/index.mjs CHANGED
@@ -4610,7 +4610,8 @@ var input2 = css23`
4610
4610
  color: var(--gray-400);
4611
4611
  }
4612
4612
 
4613
- &[readonly] {
4613
+ &[readonly],
4614
+ &[contenteditable='false'] {
4614
4615
  cursor: not-allowed;
4615
4616
  color: var(--gray-400);
4616
4617
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/mesh-sdk-react",
3
- "version": "19.42.0",
3
+ "version": "19.42.1-alpha.6+8511a0877",
4
4
  "description": "Uniform Mesh Framework SDK for React",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./dist/index.js",
@@ -48,9 +48,9 @@
48
48
  "@lexical/react": "^0.11.3",
49
49
  "@lexical/selection": "^0.11.3",
50
50
  "@lexical/utils": "^0.11.3",
51
- "@uniformdev/canvas": "19.42.0",
52
- "@uniformdev/design-system": "19.42.0",
53
- "@uniformdev/mesh-sdk": "19.42.0",
51
+ "@uniformdev/canvas": "19.42.1-alpha.6+8511a0877",
52
+ "@uniformdev/design-system": "19.42.1-alpha.6+8511a0877",
53
+ "@uniformdev/mesh-sdk": "19.42.1-alpha.6+8511a0877",
54
54
  "dequal": "^2.0.3",
55
55
  "lexical": "^0.11.3",
56
56
  "mitt": "^3.0.0",
@@ -85,5 +85,5 @@
85
85
  "publishConfig": {
86
86
  "access": "public"
87
87
  },
88
- "gitHead": "33ed87d09bfb50c8557c6bcf4eb232c76f7c99d8"
88
+ "gitHead": "8511a0877200b169973a40ab7c7684e6744f3d2f"
89
89
  }