@uniformdev/mesh-sdk-react 20.19.1-alpha.5 → 20.20.3

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/LICENSE.txt CHANGED
@@ -1,2 +1,2 @@
1
- © 2024 Uniform Systems, Inc. All Rights Reserved.
1
+ © 2025 Uniform Systems, Inc. All Rights Reserved.
2
2
  See details of Uniform Systems, Inc. Master Subscription Agreement here: https://uniform.dev/eula
package/dist/index.esm.js CHANGED
@@ -6532,7 +6532,7 @@ var FilterControls = ({
6532
6532
  dataTestId: "filters-button"
6533
6533
  }
6534
6534
  ),
6535
- hideSearchInput ? null : /* @__PURE__ */ jsxs33("div", { css: BindableKeywordSearchInputStyles, children: [
6535
+ hideSearchInput ? null : /* @__PURE__ */ jsxs33("div", { css: BindableKeywordSearchInputStyles, "data-testid": "search-container", children: [
6536
6536
  /* @__PURE__ */ jsx74(
6537
6537
  InputVariables,
6538
6538
  {
package/dist/index.js CHANGED
@@ -6597,7 +6597,7 @@ var FilterControls = ({
6597
6597
  dataTestId: "filters-button"
6598
6598
  }
6599
6599
  ),
6600
- hideSearchInput ? null : /* @__PURE__ */ (0, import_jsx_runtime73.jsxs)("div", { css: BindableKeywordSearchInputStyles, children: [
6600
+ hideSearchInput ? null : /* @__PURE__ */ (0, import_jsx_runtime73.jsxs)("div", { css: BindableKeywordSearchInputStyles, "data-testid": "search-container", children: [
6601
6601
  /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
6602
6602
  InputVariables,
6603
6603
  {
package/dist/index.mjs CHANGED
@@ -6532,7 +6532,7 @@ var FilterControls = ({
6532
6532
  dataTestId: "filters-button"
6533
6533
  }
6534
6534
  ),
6535
- hideSearchInput ? null : /* @__PURE__ */ jsxs33("div", { css: BindableKeywordSearchInputStyles, children: [
6535
+ hideSearchInput ? null : /* @__PURE__ */ jsxs33("div", { css: BindableKeywordSearchInputStyles, "data-testid": "search-container", children: [
6536
6536
  /* @__PURE__ */ jsx74(
6537
6537
  InputVariables,
6538
6538
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/mesh-sdk-react",
3
- "version": "20.19.1-alpha.5+b399761606",
3
+ "version": "20.20.3",
4
4
  "description": "Uniform Mesh Framework SDK for React",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./dist/index.js",
@@ -50,10 +50,10 @@
50
50
  "@lexical/selection": "0.25.0",
51
51
  "@lexical/utils": "0.25.0",
52
52
  "@react-icons/all-files": "https://github.com/react-icons/react-icons/releases/download/v5.5.0/react-icons-all-files-5.5.0.tgz",
53
- "@uniformdev/canvas": "20.19.1-alpha.5+b399761606",
54
- "@uniformdev/design-system": "20.19.1-alpha.5+b399761606",
55
- "@uniformdev/mesh-sdk": "20.19.1-alpha.5+b399761606",
56
- "@uniformdev/richtext": "20.19.1-alpha.5+b399761606",
53
+ "@uniformdev/canvas": "20.20.3",
54
+ "@uniformdev/design-system": "20.20.3",
55
+ "@uniformdev/mesh-sdk": "20.20.3",
56
+ "@uniformdev/richtext": "20.20.3",
57
57
  "dequal": "^2.0.3",
58
58
  "lexical": "0.25.0",
59
59
  "mitt": "3.0.1",
@@ -86,5 +86,5 @@
86
86
  "publishConfig": {
87
87
  "access": "public"
88
88
  },
89
- "gitHead": "b39976160652bd58c58b4365f0e6ba36522e5dc1"
89
+ "gitHead": "3e58ece2c26439f3ee48d2ff445898a3be59b349"
90
90
  }