@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.
package/distribution/index.es.js
CHANGED
|
@@ -1034,7 +1034,9 @@ const Textline$1 = forwardRef(((properties, reference) => {
|
|
|
1034
1034
|
autoCorrect: autoCorrect,
|
|
1035
1035
|
spellCheck: spellCheck,
|
|
1036
1036
|
"aria-label": ariaLabel,
|
|
1037
|
-
style: Object.assign({}, style),
|
|
1037
|
+
style: Object.assign(Object.assign({}, style), {
|
|
1038
|
+
paddingRight: showEnterIcon ? "35px" : undefined
|
|
1039
|
+
}),
|
|
1038
1040
|
ref: mergeReferences(inputElement, reference)
|
|
1039
1041
|
}), error && React.createElement(StyledErrorLine, {
|
|
1040
1042
|
theme: _theme,
|