qms-angular 1.1.65 → 1.1.67

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.
@@ -35254,7 +35254,7 @@ file, You can obtain one at https://www.jointjs.com/license
35254
35254
  }
35255
35255
  },
35256
35256
  ACTIVITY_TYPE_ICONS: activityIcons,
35257
- ACTIVITY_MARKER_ICONS: omit(activityMarkers, 'none')
35257
+ ACTIVITY_MARKER_ICONS: activityMarkers
35258
35258
  });
35259
35259
 
35260
35260
  const Conversation = Element$2.define('bpmn2.Conversation', {
@@ -35325,7 +35325,7 @@ file, You can obtain one at https://www.jointjs.com/license
35325
35325
  // iconType & iconTypes parameter
35326
35326
  }
35327
35327
  },
35328
- CONVERSATION_MARKER_ICONS: omit(activityMarkers, 'none')
35328
+ CONVERSATION_MARKER_ICONS: activityMarkers
35329
35329
  });
35330
35330
 
35331
35331
  // function toPolygonPathData(bbox) {