impaktapps-ui-builder 0.0.382-alpha.330 → 0.0.382-alpha.331

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "impaktapps-ui-builder",
3
- "version": "0.0.382-alpha.330",
3
+ "version": "0.0.382-alpha.331",
4
4
  "scripts": {
5
5
  "dev": "vite",
6
6
  "build": "tsc && vite build",
@@ -95,7 +95,7 @@ export default (funcParams: funcParamsProps) => {
95
95
  config: eventConfig,
96
96
  componentName,
97
97
  });
98
- }, 300); // Adjust the debounce delay (300ms) as needed
98
+ }, 3000); // Adjust the debounce delay (300ms) as needed
99
99
 
100
100
  return {
101
101
  setPage: async function () {