camunda-bpmn-js 0.17.1 → 0.18.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.
|
@@ -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-
|
|
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
|
|
|
@@ -83287,6 +83287,7 @@ name: name$6,/// The [name](#highlight.tags.name) of a variable.
|
|
|
83287
83287
|
'replace-with-sequence-flow',
|
|
83288
83288
|
'replace-with-parallel-gateway',
|
|
83289
83289
|
'replace-with-exclusive-gateway',
|
|
83290
|
+
'replace-with-inclusive-gateway',
|
|
83290
83291
|
'replace-with-collapsed-subprocess',
|
|
83291
83292
|
'replace-with-expanded-subprocess',
|
|
83292
83293
|
'replace-with-timer-boundary',
|