@bpmn-io/properties-panel 3.27.6 → 3.27.7

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.js CHANGED
@@ -4317,7 +4317,7 @@ function prefixId(id) {
4317
4317
  return `bio-properties-panel-${id}`;
4318
4318
  }
4319
4319
 
4320
- const DEFAULT_DEBOUNCE_TIME = 300;
4320
+ const DEFAULT_DEBOUNCE_TIME = 600;
4321
4321
 
4322
4322
  /**
4323
4323
  * Creates a debounced version of a function, delaying its execution based on `debounceDelay`.