@uniformdev/mesh-sdk-react 19.45.0 → 19.45.1

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
@@ -4619,7 +4619,8 @@ var input2 = css23`
4619
4619
  color: var(--gray-400);
4620
4620
  }
4621
4621
 
4622
- &[readonly] {
4622
+ &[readonly],
4623
+ &[contenteditable='false'] {
4623
4624
  cursor: not-allowed;
4624
4625
  color: var(--gray-400);
4625
4626
  }
package/dist/index.js CHANGED
@@ -4785,7 +4785,8 @@ var input2 = import_react48.css`
4785
4785
  color: var(--gray-400);
4786
4786
  }
4787
4787
 
4788
- &[readonly] {
4788
+ &[readonly],
4789
+ &[contenteditable='false'] {
4789
4790
  cursor: not-allowed;
4790
4791
  color: var(--gray-400);
4791
4792
  }
package/dist/index.mjs CHANGED
@@ -4619,7 +4619,8 @@ var input2 = css23`
4619
4619
  color: var(--gray-400);
4620
4620
  }
4621
4621
 
4622
- &[readonly] {
4622
+ &[readonly],
4623
+ &[contenteditable='false'] {
4623
4624
  cursor: not-allowed;
4624
4625
  color: var(--gray-400);
4625
4626
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/mesh-sdk-react",
3
- "version": "19.45.0",
3
+ "version": "19.45.1",
4
4
  "description": "Uniform Mesh Framework SDK for React",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./dist/index.js",
@@ -49,9 +49,9 @@
49
49
  "@lexical/selection": "^0.12.0",
50
50
  "@lexical/utils": "^0.12.0",
51
51
  "@react-icons/all-files": "https://github.com/react-icons/react-icons/releases/download/v4.10.1/react-icons-all-files-4.10.1.tgz",
52
- "@uniformdev/canvas": "19.45.0",
53
- "@uniformdev/design-system": "19.45.0",
54
- "@uniformdev/mesh-sdk": "19.45.0",
52
+ "@uniformdev/canvas": "19.45.1",
53
+ "@uniformdev/design-system": "19.45.1",
54
+ "@uniformdev/mesh-sdk": "19.45.1",
55
55
  "dequal": "^2.0.3",
56
56
  "lexical": "^0.12.0",
57
57
  "mitt": "^3.0.0",
@@ -85,5 +85,5 @@
85
85
  "publishConfig": {
86
86
  "access": "public"
87
87
  },
88
- "gitHead": "ff90cd6bd6d9db14f0d3a2ba8bd4db538b66548c"
88
+ "gitHead": "27d329b913db64152e9d49bcfa7dddf8b3b31bb6"
89
89
  }