fis-component 0.1.0 → 0.1.1

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/dist/cjs/index.js CHANGED
@@ -66112,7 +66112,7 @@ const FISInputArea = React.forwardRef((props, ref) => {
66112
66112
  "input-area-lg": size === "lg",
66113
66113
  "input-area-icon": iconSuffix,
66114
66114
  negative,
66115
- }), style: { width: fixedWidth ? `${fixedWidth}px` : "auto" }, children: [jsxRuntime.jsx(TextAreaSC, { ...rest, onChange: handleChange, onKeyDown: handleKeyPress, ref: mergeRefs(ref, inputRef), disabled: disabled, className: classNames({
66115
+ }), style: { width: fixedWidth ? `${fixedWidth}px` : "auto" }, children: [jsxRuntime.jsx(TextAreaSC, { ...rest, onChange: handleChange, onKeyDown: handleKeyPress, ref: mergeRefs(ref, inputRef), disabled: disabled, maxLength: maxLength, className: classNames({
66116
66116
  negative,
66117
66117
  "input-area-lg": size === "lg",
66118
66118
  "input-area-icon": iconSuffix,