camunda-bpmn-js 0.17.1 → 0.17.2

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.
@@ -517,7 +517,12 @@ textarea.bio-properties-panel-input {
517
517
  background-color: var(--input-error-background-color);
518
518
  }
519
519
 
520
- .bio-properties-panel-entry.has-error .bio-properties-panel-input:focus {
520
+ .bio-properties-panel-entry.has-error .bio-properties-panel-feel-indicator {
521
+ border-color: var(--input-error-border-color);
522
+ }
523
+
524
+ .bio-properties-panel-entry.has-error .bio-properties-panel-input:focus,
525
+ .bio-properties-panel-entry.has-error .bio-properties-panel-feel-indicator:focus {
521
526
  border-color: var(--input-error-focus-border-color);
522
527
  }
523
528
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "camunda-bpmn-js",
3
- "version": "0.17.1",
3
+ "version": "0.17.2",
4
4
  "description": "Embeddable Camunda modeling distributions based on bpmn-js",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {
@@ -68,7 +68,7 @@
68
68
  "@rollup/plugin-node-resolve": "^11.1.1",
69
69
  "babel-loader": "^8.2.5",
70
70
  "babel-plugin-istanbul": "^6.1.1",
71
- "bpmn-js-properties-panel": "^1.6.0",
71
+ "bpmn-js-properties-panel": "^1.6.1",
72
72
  "chai": "^4.2.0",
73
73
  "cross-env": "^7.0.3",
74
74
  "del-cli": "^4.0.1",