@linzjs/lui 23.6.1 → 23.6.2

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/lui.esm.js CHANGED
@@ -7173,7 +7173,6 @@ var LuiTextAreaInput = React__default.forwardRef(function (props, ref) {
7173
7173
  var _a, _b;
7174
7174
  var id = useGenerateOrDefaultId((_a = props.inputProps) === null || _a === void 0 ? void 0 : _a.id);
7175
7175
  var rows = props.rows !== undefined ? props.rows : 5;
7176
- console.log('🚀 ~ rows:', rows);
7177
7176
  return (React__default.createElement("div", { className: clsx('LuiTextAreaInput', ((_b = props.inputProps) === null || _b === void 0 ? void 0 : _b.disabled) ? 'isDisabled' : '', props.error ? 'hasError' : '', props.warning ? 'hasWarning' : '') },
7178
7177
  React__default.createElement("label", { htmlFor: id },
7179
7178
  props.mandatory && (React__default.createElement("span", { className: "LuiTextAreaInput-mandatory" }, "*")),