@plurid/plurid-ui-components-react 0.0.0-25 → 0.0.0-26

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.
@@ -1052,7 +1052,9 @@ const Textline$1 = React.forwardRef(((properties, reference) => {
1052
1052
  autoCorrect: autoCorrect,
1053
1053
  spellCheck: spellCheck,
1054
1054
  "aria-label": ariaLabel,
1055
- style: Object.assign({}, style),
1055
+ style: Object.assign(Object.assign({}, style), {
1056
+ paddingRight: showEnterIcon ? "35px" : undefined
1057
+ }),
1056
1058
  ref: pluridFunctionsReact.mergeReferences(inputElement, reference)
1057
1059
  }), error && React__default.default.createElement(StyledErrorLine, {
1058
1060
  theme: _theme,