@ludo.ninja/components 2.3.46 → 2.3.47

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.
@@ -147,7 +147,7 @@ const SearchInputContainer = ({ onFocusHandler, isClearOnBlur, initializeInputCo
147
147
  clearProjectsState();
148
148
  // clearTopEntitiesState();
149
149
  }
150
- }, 100);
150
+ }, 300);
151
151
  },
152
152
  async keyPress(e) {
153
153
  if (e.key === enterKey) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ludo.ninja/components",
3
- "version": "2.3.46",
3
+ "version": "2.3.47",
4
4
  "private": false,
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",