@bpmn-io/properties-panel 3.31.0 → 3.32.0

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.
@@ -287,7 +287,7 @@
287
287
  display: flex;
288
288
  }
289
289
 
290
- .bio-properties-panel-group-header-buttons .bio-properties-panel-group-header-button {
290
+ .bio-properties-panel-group-header-button {
291
291
  display: inline-flex;
292
292
  justify-content: center;
293
293
  align-items: center;
package/dist/index.esm.js CHANGED
@@ -801,7 +801,7 @@ function DataMarker(props) {
801
801
  }
802
802
  if (edited) {
803
803
  return jsx("div", {
804
- title: "Section contains data",
804
+ title: "Section contains edits",
805
805
  class: "bio-properties-panel-dot"
806
806
  });
807
807
  }