@homecode/ui 4.18.38 → 4.18.40

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.
@@ -302,7 +302,7 @@ class Input extends Component {
302
302
  if (this.isTextArea()) {
303
303
  const { size, scrollProps } = this.props;
304
304
  const { labelClipPath } = this.store;
305
- return (createElement(Scroll, { y: true, size: size, fadeSize: "s", className: cn(S.scroller, S.controlWrapper), ...scrollProps, innerProps: {
305
+ return (createElement(Scroll, { y: true, size: size, fadeSize: "s", ...scrollProps, className: cn(S.scroller, S.controlWrapper, scrollProps?.className), innerProps: {
306
306
  suppressHydrationWarning: true,
307
307
  style: { clipPath: labelClipPath },
308
308
  }, offset: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@homecode/ui",
3
- "version": "4.18.38",
3
+ "version": "4.18.40",
4
4
  "description": "React UI components library",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",