@uniformdev/mesh-sdk-react 20.60.0 → 20.60.2

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
@@ -3888,7 +3888,7 @@ function convertRequestDataToDataType(dataType, requestData) {
3888
3888
  }
3889
3889
 
3890
3890
  // src/components/MeshApp.tsx
3891
- import { LoadingIndicator as LoadingIndicator2, Theme as Theme2 } from "@uniformdev/design-system";
3891
+ import { IconsProvider, LoadingIndicator as LoadingIndicator2, Theme as Theme2 } from "@uniformdev/design-system";
3892
3892
 
3893
3893
  // src/hooks/useInitializeUniformMeshSdk.ts
3894
3894
  import { initializeUniformMeshSDK } from "@uniformdev/mesh-sdk";
@@ -3950,7 +3950,7 @@ var MeshApp = ({
3950
3950
  }
3951
3951
  return /* @__PURE__ */ jsxs21(UniformMeshSdkContext.Provider, { value: { sdk }, children: [
3952
3952
  /* @__PURE__ */ jsx46(Theme2, {}),
3953
- /* @__PURE__ */ jsx46(UniformMeshLocationContextProvider, { children })
3953
+ /* @__PURE__ */ jsx46(IconsProvider, { children: /* @__PURE__ */ jsx46(UniformMeshLocationContextProvider, { children }) })
3954
3954
  ] });
3955
3955
  };
3956
3956
 
@@ -6970,7 +6970,7 @@ var FilterItems = ({
6970
6970
  next[index] = { ...next[index], [prop]: value };
6971
6971
  if (prop === "operator") {
6972
6972
  const newOperatorId = value;
6973
- const currentFilter = next[index];
6973
+ const currentFilter = filters[index];
6974
6974
  if (!newOperatorId) {
6975
6975
  throw new Error("you bad");
6976
6976
  }
package/dist/index.js CHANGED
@@ -4048,7 +4048,7 @@ var MeshApp = ({
4048
4048
  }
4049
4049
  return /* @__PURE__ */ (0, import_jsx_runtime45.jsxs)(UniformMeshSdkContext.Provider, { value: { sdk }, children: [
4050
4050
  /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(import_design_system19.Theme, {}),
4051
- /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(UniformMeshLocationContextProvider, { children })
4051
+ /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(import_design_system19.IconsProvider, { children: /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(UniformMeshLocationContextProvider, { children }) })
4052
4052
  ] });
4053
4053
  };
4054
4054
 
@@ -7032,7 +7032,7 @@ var FilterItems = ({
7032
7032
  next[index] = { ...next[index], [prop]: value };
7033
7033
  if (prop === "operator") {
7034
7034
  const newOperatorId = value;
7035
- const currentFilter = next[index];
7035
+ const currentFilter = filters[index];
7036
7036
  if (!newOperatorId) {
7037
7037
  throw new Error("you bad");
7038
7038
  }
package/dist/index.mjs CHANGED
@@ -3888,7 +3888,7 @@ function convertRequestDataToDataType(dataType, requestData) {
3888
3888
  }
3889
3889
 
3890
3890
  // src/components/MeshApp.tsx
3891
- import { LoadingIndicator as LoadingIndicator2, Theme as Theme2 } from "@uniformdev/design-system";
3891
+ import { IconsProvider, LoadingIndicator as LoadingIndicator2, Theme as Theme2 } from "@uniformdev/design-system";
3892
3892
 
3893
3893
  // src/hooks/useInitializeUniformMeshSdk.ts
3894
3894
  import { initializeUniformMeshSDK } from "@uniformdev/mesh-sdk";
@@ -3950,7 +3950,7 @@ var MeshApp = ({
3950
3950
  }
3951
3951
  return /* @__PURE__ */ jsxs21(UniformMeshSdkContext.Provider, { value: { sdk }, children: [
3952
3952
  /* @__PURE__ */ jsx46(Theme2, {}),
3953
- /* @__PURE__ */ jsx46(UniformMeshLocationContextProvider, { children })
3953
+ /* @__PURE__ */ jsx46(IconsProvider, { children: /* @__PURE__ */ jsx46(UniformMeshLocationContextProvider, { children }) })
3954
3954
  ] });
3955
3955
  };
3956
3956
 
@@ -6970,7 +6970,7 @@ var FilterItems = ({
6970
6970
  next[index] = { ...next[index], [prop]: value };
6971
6971
  if (prop === "operator") {
6972
6972
  const newOperatorId = value;
6973
- const currentFilter = next[index];
6973
+ const currentFilter = filters[index];
6974
6974
  if (!newOperatorId) {
6975
6975
  throw new Error("you bad");
6976
6976
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/mesh-sdk-react",
3
- "version": "20.60.0",
3
+ "version": "20.60.2",
4
4
  "description": "Uniform Mesh Framework SDK for React",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./dist/index.js",
@@ -51,10 +51,10 @@
51
51
  "@lexical/selection": "0.39.0",
52
52
  "@lexical/utils": "0.39.0",
53
53
  "@react-icons/all-files": "https://github.com/react-icons/react-icons/releases/download/v5.5.0/react-icons-all-files-5.5.0.tgz",
54
- "@uniformdev/canvas": "20.60.0",
55
- "@uniformdev/design-system": "20.60.0",
56
- "@uniformdev/mesh-sdk": "20.60.0",
57
- "@uniformdev/richtext": "20.60.0",
54
+ "@uniformdev/canvas": "20.60.2",
55
+ "@uniformdev/design-system": "20.60.2",
56
+ "@uniformdev/mesh-sdk": "20.60.2",
57
+ "@uniformdev/richtext": "20.60.2",
58
58
  "dequal": "^2.0.3",
59
59
  "lexical": "0.39.0",
60
60
  "mitt": "3.0.1",
@@ -85,5 +85,5 @@
85
85
  "publishConfig": {
86
86
  "access": "public"
87
87
  },
88
- "gitHead": "a30af872d211cccdb5ee360b882daaa0dcb8f470"
88
+ "gitHead": "99066045997d9507f6b615604fa5fb5ed12bc0e6"
89
89
  }