@uniformdev/mesh-sdk-react 20.65.0 → 20.66.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/dist/index.esm.js +1 -0
- package/dist/index.js +1 -0
- package/dist/index.mjs +1 -0
- package/package.json +6 -6
package/dist/index.esm.js
CHANGED
|
@@ -6477,6 +6477,7 @@ var SearchAndFilterProvider = ({
|
|
|
6477
6477
|
onChange([...filters, { field: "", operator: "", value: "" }]);
|
|
6478
6478
|
}, [filters, onChange]);
|
|
6479
6479
|
const handleResetFilters = useCallback6(() => {
|
|
6480
|
+
setSearchTerm("");
|
|
6480
6481
|
if (onResetFilterValues) {
|
|
6481
6482
|
return onResetFilterValues();
|
|
6482
6483
|
}
|
package/dist/index.js
CHANGED
|
@@ -6539,6 +6539,7 @@ var SearchAndFilterProvider = ({
|
|
|
6539
6539
|
onChange([...filters, { field: "", operator: "", value: "" }]);
|
|
6540
6540
|
}, [filters, onChange]);
|
|
6541
6541
|
const handleResetFilters = (0, import_react64.useCallback)(() => {
|
|
6542
|
+
setSearchTerm("");
|
|
6542
6543
|
if (onResetFilterValues) {
|
|
6543
6544
|
return onResetFilterValues();
|
|
6544
6545
|
}
|
package/dist/index.mjs
CHANGED
|
@@ -6477,6 +6477,7 @@ var SearchAndFilterProvider = ({
|
|
|
6477
6477
|
onChange([...filters, { field: "", operator: "", value: "" }]);
|
|
6478
6478
|
}, [filters, onChange]);
|
|
6479
6479
|
const handleResetFilters = useCallback6(() => {
|
|
6480
|
+
setSearchTerm("");
|
|
6480
6481
|
if (onResetFilterValues) {
|
|
6481
6482
|
return onResetFilterValues();
|
|
6482
6483
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/mesh-sdk-react",
|
|
3
|
-
"version": "20.
|
|
3
|
+
"version": "20.66.0",
|
|
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.39.0",
|
|
51
51
|
"@lexical/utils": "0.39.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.66.0",
|
|
54
|
+
"@uniformdev/design-system": "20.66.0",
|
|
55
|
+
"@uniformdev/mesh-sdk": "20.66.0",
|
|
56
|
+
"@uniformdev/richtext": "20.66.0",
|
|
57
57
|
"dequal": "^2.0.3",
|
|
58
58
|
"lexical": "0.39.0",
|
|
59
59
|
"mitt": "3.0.1",
|
|
@@ -86,5 +86,5 @@
|
|
|
86
86
|
"publishConfig": {
|
|
87
87
|
"access": "public"
|
|
88
88
|
},
|
|
89
|
-
"gitHead": "
|
|
89
|
+
"gitHead": "13647d6ac2860218bede840b73d214888637811c"
|
|
90
90
|
}
|