@bpmn-io/properties-panel 3.40.1 → 3.40.2

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 CHANGED
@@ -4506,6 +4506,7 @@ function Title(props) {
4506
4506
  class: "bio-properties-panel-popup__title",
4507
4507
  children: title
4508
4508
  }), children, showCloseButton && jsx("button", {
4509
+ type: "button",
4509
4510
  title: closeButtonTooltip,
4510
4511
  class: "bio-properties-panel-popup__close",
4511
4512
  onClick: onClose,