@bpmn-io/properties-panel 3.22.3 → 3.23.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.
@@ -1183,6 +1183,12 @@ textarea.bio-properties-panel-input {
1183
1183
  white-space: pre-wrap;
1184
1184
  }
1185
1185
 
1186
+ .bio-properties-panel-tooltip-content h1 {
1187
+ font-size: var(--text-size-base);
1188
+ font-weight: bold;
1189
+ margin: 0;
1190
+ }
1191
+
1186
1192
  .bio-properties-panel-tooltip-content code,
1187
1193
  .bio-properties-panel-tooltip-content pre {
1188
1194
  color: var(--description-color);
package/dist/index.esm.js CHANGED
@@ -3982,7 +3982,7 @@ function TextArea(props) {
3982
3982
  monospace,
3983
3983
  onFocus,
3984
3984
  onBlur,
3985
- autoResize,
3985
+ autoResize = true,
3986
3986
  placeholder,
3987
3987
  rows = autoResize ? 1 : 2,
3988
3988
  tooltip