@uniformdev/mesh-sdk-react 19.177.1 → 19.177.2-alpha.10

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,7 +2887,8 @@ function setVariablesEditorValue(editor, newValue) {
2887
2887
  indent: 0,
2888
2888
  direction: null,
2889
2889
  children: [],
2890
- textFormat: 0
2890
+ textFormat: 0,
2891
+ textStyle: ""
2891
2892
  }
2892
2893
  ]
2893
2894
  }
package/dist/index.js CHANGED
@@ -3131,7 +3131,8 @@ function setVariablesEditorValue(editor, newValue) {
3131
3131
  indent: 0,
3132
3132
  direction: null,
3133
3133
  children: [],
3134
- textFormat: 0
3134
+ textFormat: 0,
3135
+ textStyle: ""
3135
3136
  }
3136
3137
  ]
3137
3138
  }
package/dist/index.mjs CHANGED
@@ -2887,7 +2887,8 @@ function setVariablesEditorValue(editor, newValue) {
2887
2887
  indent: 0,
2888
2888
  direction: null,
2889
2889
  children: [],
2890
- textFormat: 0
2890
+ textFormat: 0,
2891
+ textStyle: ""
2891
2892
  }
2892
2893
  ]
2893
2894
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/mesh-sdk-react",
3
- "version": "19.177.1",
3
+ "version": "19.177.2-alpha.10+c9cb5f414c",
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.16.1",
49
- "@lexical/react": "0.16.1",
50
- "@lexical/selection": "0.16.1",
51
- "@lexical/utils": "0.16.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",
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.1",
54
- "@uniformdev/design-system": "19.177.1",
55
- "@uniformdev/mesh-sdk": "19.177.1",
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",
56
56
  "dequal": "^2.0.3",
57
- "lexical": "0.16.1",
57
+ "lexical": "0.17.0",
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": "1236153b0d17f18fc96d50f803a7eeaa4b366688"
89
+ "gitHead": "c9cb5f414c41dc1d2c37dff02a5b87484901657e"
90
90
  }