@bpmn-io/form-js-editor 1.16.1-alpha.0 → 1.17.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.
@@ -1103,7 +1103,7 @@
1103
1103
  display: flex;
1104
1104
  }
1105
1105
 
1106
- .bio-properties-panel-group-header-buttons .bio-properties-panel-group-header-button {
1106
+ .bio-properties-panel-group-header-button {
1107
1107
  display: inline-flex;
1108
1108
  justify-content: center;
1109
1109
  align-items: center;
@@ -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.cjs CHANGED
@@ -6078,7 +6078,7 @@ function DataMarker(props) {
6078
6078
  }
6079
6079
  if (edited) {
6080
6080
  return jsxRuntime.jsx("div", {
6081
- title: "Section contains data",
6081
+ title: "Section contains edits",
6082
6082
  class: "bio-properties-panel-dot"
6083
6083
  });
6084
6084
  }