@bcrumbs.net/inbox 0.0.22 → 0.0.23

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/index.cjs.js CHANGED
@@ -46851,7 +46851,6 @@ const ConvsList = ({
46851
46851
  }
46852
46852
  }, [filters === null || filters === void 0 ? void 0 : filters.nameOrPhone]);
46853
46853
  const onSearchChange = bcUi.useDebounce(React.useCallback(pattern => {
46854
- console.log(`onSearchChange ${pattern}`);
46855
46854
  if (pattern === undefined) return; // useDebounce called in the beginning with undefined
46856
46855
  if (pattern && pattern.length >= 3) {
46857
46856
  onFiltersChange === null || onFiltersChange === void 0 ? void 0 : onFiltersChange(Object.assign(Object.assign({}, filters), {
package/index.esm.js CHANGED
@@ -46833,7 +46833,6 @@ const ConvsList = ({
46833
46833
  }
46834
46834
  }, [filters === null || filters === void 0 ? void 0 : filters.nameOrPhone]);
46835
46835
  const onSearchChange = useDebounce(useCallback(pattern => {
46836
- console.log(`onSearchChange ${pattern}`);
46837
46836
  if (pattern === undefined) return; // useDebounce called in the beginning with undefined
46838
46837
  if (pattern && pattern.length >= 3) {
46839
46838
  onFiltersChange === null || onFiltersChange === void 0 ? void 0 : onFiltersChange(Object.assign(Object.assign({}, filters), {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bcrumbs.net/inbox",
3
3
  "description": "Inbox widget for Bread Crumbs portals",
4
- "version": "0.0.22",
4
+ "version": "0.0.23",
5
5
  "keyword": [
6
6
  "bcrumbs",
7
7
  "bc-ui",
@@ -24,7 +24,7 @@
24
24
  },
25
25
  "dependencies": {
26
26
  "@bcrumbs.net/bc-shared": "^0.0.5",
27
- "@bcrumbs.net/bc-ui": "^0.0.2",
27
+ "@bcrumbs.net/bc-ui": "^0.0.5",
28
28
  "@bcrumbs.net/bc-api": "^0.0.41",
29
29
  "@azure/storage-blob": "^12.25.0"
30
30
  },
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { TFunction } from "i18next";
2
3
  import { Row, Action } from "@bcrumbs.net/bc-ui";
3
4
  import { ResourceDefinition } from "../../config";