@linzjs/lui 16.2.1 → 16.2.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
@@ -840,7 +840,7 @@ function useGenerateOrDefaultId(idFromProps) {
840
840
  var LuiTextInput = function (props) {
841
841
  var _a;
842
842
  var id = useGenerateOrDefaultId((_a = props.inputProps) === null || _a === void 0 ? void 0 : _a.id);
843
- return (React__default.createElement("div", { className: clsx('LuiTextInput', props.error && 'hasError') },
843
+ return (React__default.createElement("div", { className: clsx('LuiTextInput', props.error && 'hasError', props.className) },
844
844
  React__default.createElement("label", { className: 'LuiTextInput-label', htmlFor: id },
845
845
  props.mandatory && React__default.createElement("span", { className: "LuiTextInput-mandatory" }, "*"),
846
846
  React__default.createElement("span", { className: 'LuiTextInput-label-text ' +