camunda-bpmn-js 4.4.0 → 4.4.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.
@@ -521,7 +521,7 @@ marker.djs-dragger tspan {
521
521
  background: var(--popup-background-color);
522
522
  overflow: hidden;
523
523
  position: fixed;
524
-
524
+ z-index: 200;
525
525
  box-shadow: 0px 2px 6px var(--popup-shadow-color);
526
526
  border: solid 1px var(--popup-border-color);
527
527
  min-width: 120px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "camunda-bpmn-js",
3
- "version": "4.4.0",
3
+ "version": "4.4.1",
4
4
  "description": "Embeddable Camunda modeling distributions based on bpmn-js",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -59,14 +59,14 @@
59
59
  "@bpmn-io/properties-panel": "^3.18.2",
60
60
  "@bpmn-io/variable-resolver": "^1.2.2",
61
61
  "@camunda/example-data-properties-provider": "^1.2.0",
62
- "bpmn-js": "^17.2.0",
62
+ "bpmn-js": "^17.2.1",
63
63
  "bpmn-js-color-picker": "^0.7.0",
64
64
  "bpmn-js-create-append-anything": "^0.5.1",
65
65
  "bpmn-js-element-templates": "^1.14.1",
66
66
  "bpmn-js-executable-fix": "^0.2.1",
67
67
  "camunda-bpmn-js-behaviors": "^1.3.0",
68
68
  "camunda-bpmn-moddle": "^7.0.1",
69
- "diagram-js": "^14.3.0",
69
+ "diagram-js": "^14.3.1",
70
70
  "diagram-js-grid": "^1.0.0",
71
71
  "diagram-js-minimap": "^4.1.0",
72
72
  "diagram-js-origin": "^1.4.0",