@bpmn-io/properties-panel 3.3.0 → 3.3.1

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.
@@ -1253,7 +1253,10 @@ textarea.bio-properties-panel-input {
1253
1253
  font-size: 14px;
1254
1254
  }
1255
1255
 
1256
- .bio-properties-panel-popup h1, h2, h3, h4 {
1256
+ .bio-properties-panel-popup h1,
1257
+ .bio-properties-panel-popup h2,
1258
+ .bio-properties-panel-popup h3,
1259
+ .bio-properties-panel-popup h4 {
1257
1260
  font-weight: 500;
1258
1261
  font-size: inherit;
1259
1262
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bpmn-io/properties-panel",
3
- "version": "3.3.0",
3
+ "version": "3.3.1",
4
4
  "description": "Library for creating bpmn-io properties panels.",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",