@uniformdev/mesh-sdk-react 19.177.2-alpha.10 → 19.178.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.esm.js CHANGED
@@ -2887,8 +2887,7 @@ function setVariablesEditorValue(editor, newValue) {
2887
2887
  indent: 0,
2888
2888
  direction: null,
2889
2889
  children: [],
2890
- textFormat: 0,
2891
- textStyle: ""
2890
+ textFormat: 0
2892
2891
  }
2893
2892
  ]
2894
2893
  }
package/dist/index.js CHANGED
@@ -3131,8 +3131,7 @@ function setVariablesEditorValue(editor, newValue) {
3131
3131
  indent: 0,
3132
3132
  direction: null,
3133
3133
  children: [],
3134
- textFormat: 0,
3135
- textStyle: ""
3134
+ textFormat: 0
3136
3135
  }
3137
3136
  ]
3138
3137
  }
package/dist/index.mjs CHANGED
@@ -2887,8 +2887,7 @@ function setVariablesEditorValue(editor, newValue) {
2887
2887
  indent: 0,
2888
2888
  direction: null,
2889
2889
  children: [],
2890
- textFormat: 0,
2891
- textStyle: ""
2890
+ textFormat: 0
2892
2891
  }
2893
2892
  ]
2894
2893
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/mesh-sdk-react",
3
- "version": "19.177.2-alpha.10+c9cb5f414c",
3
+ "version": "19.178.0",
4
4
  "description": "Uniform Mesh Framework SDK for React",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./dist/index.js",
@@ -45,16 +45,16 @@
45
45
  },
46
46
  "dependencies": {
47
47
  "@hookform/resolvers": "^3.3.1",
48
- "@lexical/clipboard": "0.17.0",
49
- "@lexical/react": "0.17.0",
50
- "@lexical/selection": "0.17.0",
51
- "@lexical/utils": "0.17.0",
48
+ "@lexical/clipboard": "0.16.1",
49
+ "@lexical/react": "0.16.1",
50
+ "@lexical/selection": "0.16.1",
51
+ "@lexical/utils": "0.16.1",
52
52
  "@react-icons/all-files": "https://github.com/react-icons/react-icons/releases/download/v5.2.1/react-icons-all-files-5.2.1.tgz",
53
- "@uniformdev/canvas": "19.177.2-alpha.10+c9cb5f414c",
54
- "@uniformdev/design-system": "19.177.2-alpha.10+c9cb5f414c",
55
- "@uniformdev/mesh-sdk": "19.177.2-alpha.10+c9cb5f414c",
53
+ "@uniformdev/canvas": "19.178.0",
54
+ "@uniformdev/design-system": "19.178.0",
55
+ "@uniformdev/mesh-sdk": "19.178.0",
56
56
  "dequal": "^2.0.3",
57
- "lexical": "0.17.0",
57
+ "lexical": "0.16.1",
58
58
  "mitt": "^3.0.0",
59
59
  "react-beautiful-dnd": "13.1.1",
60
60
  "react-hook-form": "^7.47.0",
@@ -86,5 +86,5 @@
86
86
  "publishConfig": {
87
87
  "access": "public"
88
88
  },
89
- "gitHead": "c9cb5f414c41dc1d2c37dff02a5b87484901657e"
89
+ "gitHead": "66721c01d9bf53917e5c4d83e2e578248e72560d"
90
90
  }