camunda-bpmn-js 0.13.0-alpha.4 → 0.13.0-alpha.5

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.
package/CHANGELOG.md CHANGED
@@ -6,6 +6,11 @@ All notable changes to [camunda-bpmn-js](https://github.com/camunda/camunda-bpmn
6
6
 
7
7
  ___Note:__ Yet to be released changes appear here._
8
8
 
9
+ ## 0.13.0-alpha.5
10
+
11
+ * `DEPS`: update to `@bpmn-io/properties-panel@0.12.0`
12
+ * `DEPS`: update to `bpmn-properties-panel@1.0.0-alpha.7`
13
+
9
14
  ## 0.13.0-alpha.4
10
15
 
11
16
  * `FIX`: move properties panel deps to peer dependencies
@@ -875,3 +875,23 @@ textarea.bio-properties-panel-input {
875
875
  .bio-properties-panel-dropdown-button__menu-item--actionable:hover {
876
876
  background-color: var(--dropdown-item-hover-background-color);
877
877
  }
878
+
879
+ .bio-properties-panel-feel-input {
880
+ position: relative;
881
+ }
882
+
883
+ .bio-properties-panel-feel-input input {
884
+ padding-right: 2em
885
+ }
886
+
887
+ .bio-properties-panel-feel-icon {
888
+ display: inline-block;
889
+ height: 16px;
890
+ vertical-align: text-bottom;
891
+ padding: 0 3px;
892
+ }
893
+
894
+ .bio-properties-panel-feel-icon svg {
895
+ width: 16px;
896
+ height: 16px;
897
+ }