@uniformdev/mesh-sdk-react 20.20.0 → 20.22.1-alpha.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/LICENSE.txt +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +6 -6
package/LICENSE.txt
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
©
|
|
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.
|
|
3
|
+
"version": "20.22.1-alpha.0+b02aa0b2f0",
|
|
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.
|
|
54
|
-
"@uniformdev/design-system": "20.
|
|
55
|
-
"@uniformdev/mesh-sdk": "20.
|
|
56
|
-
"@uniformdev/richtext": "20.
|
|
53
|
+
"@uniformdev/canvas": "20.22.1-alpha.0+b02aa0b2f0",
|
|
54
|
+
"@uniformdev/design-system": "20.22.1-alpha.0+b02aa0b2f0",
|
|
55
|
+
"@uniformdev/mesh-sdk": "20.22.1-alpha.0+b02aa0b2f0",
|
|
56
|
+
"@uniformdev/richtext": "20.22.1-alpha.0+b02aa0b2f0",
|
|
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": "
|
|
89
|
+
"gitHead": "b02aa0b2f0c3d94ec1f20953cb5bc36dfa9cdbc7"
|
|
90
90
|
}
|