@uniformdev/mesh-sdk-react 19.80.1-alpha.192 → 19.80.1-alpha.200

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.d.mts CHANGED
@@ -1203,7 +1203,7 @@ type ObjectSearchFilterProps = {
1203
1203
  selectLabel?: string;
1204
1204
  /** sets the select input options, if empty - only keyword search field will be rendered */
1205
1205
  selectOptions?: Array<{
1206
- id: string;
1206
+ id?: string;
1207
1207
  name?: string;
1208
1208
  label: string;
1209
1209
  value?: string;
package/dist/index.d.ts CHANGED
@@ -1203,7 +1203,7 @@ type ObjectSearchFilterProps = {
1203
1203
  selectLabel?: string;
1204
1204
  /** sets the select input options, if empty - only keyword search field will be rendered */
1205
1205
  selectOptions?: Array<{
1206
- id: string;
1206
+ id?: string;
1207
1207
  name?: string;
1208
1208
  label: string;
1209
1209
  value?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/mesh-sdk-react",
3
- "version": "19.80.1-alpha.192+a267dfba25",
3
+ "version": "19.80.1-alpha.200+85da778e5f",
4
4
  "description": "Uniform Mesh Framework SDK for React",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./dist/index.js",
@@ -50,9 +50,9 @@
50
50
  "@lexical/selection": "^0.12.0",
51
51
  "@lexical/utils": "^0.12.0",
52
52
  "@react-icons/all-files": "https://github.com/react-icons/react-icons/releases/download/v4.10.1/react-icons-all-files-4.10.1.tgz",
53
- "@uniformdev/canvas": "19.80.1-alpha.192+a267dfba25",
54
- "@uniformdev/design-system": "19.80.1-alpha.192+a267dfba25",
55
- "@uniformdev/mesh-sdk": "19.80.1-alpha.192+a267dfba25",
53
+ "@uniformdev/canvas": "19.80.1-alpha.200+85da778e5f",
54
+ "@uniformdev/design-system": "19.80.1-alpha.200+85da778e5f",
55
+ "@uniformdev/mesh-sdk": "19.80.1-alpha.200+85da778e5f",
56
56
  "dequal": "^2.0.3",
57
57
  "lexical": "^0.12.0",
58
58
  "mitt": "^3.0.0",
@@ -86,5 +86,5 @@
86
86
  "publishConfig": {
87
87
  "access": "public"
88
88
  },
89
- "gitHead": "a267dfba252cb26b79bc51681d526f2fbb8d5af3"
89
+ "gitHead": "85da778e5fc4f47c47c585b9e4ccbe19a6a21563"
90
90
  }