@julseb-lib/react 1.0.54 → 1.0.56

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.
@@ -356,7 +356,7 @@ type ILibSelectInput = Omit<SelectHTMLAttributes<HTMLSelectElement>, "prefix"> &
356
356
  iconSelect?: ReactElement$2;
357
357
  children?: ReactChildren;
358
358
  };
359
- type ILibTextareaInput = TextareaHTMLAttributes<HTMLTextAreaElement> & Omit<ILibInputCommon, "inputVariant"> & ILibInputWithValidation & {
359
+ type ILibTextareaInput = TextareaHTMLAttributes<HTMLTextAreaElement> & Omit<ILibInputExtended, "inputVariant"> & ILibInputWithValidation & {
360
360
  ref?: Ref<HTMLTextAreaElement>;
361
361
  type: "textarea";
362
362
  };
@@ -356,7 +356,7 @@ type ILibSelectInput = Omit<SelectHTMLAttributes<HTMLSelectElement>, "prefix"> &
356
356
  iconSelect?: ReactElement$2;
357
357
  children?: ReactChildren;
358
358
  };
359
- type ILibTextareaInput = TextareaHTMLAttributes<HTMLTextAreaElement> & Omit<ILibInputCommon, "inputVariant"> & ILibInputWithValidation & {
359
+ type ILibTextareaInput = TextareaHTMLAttributes<HTMLTextAreaElement> & Omit<ILibInputExtended, "inputVariant"> & ILibInputWithValidation & {
360
360
  ref?: Ref<HTMLTextAreaElement>;
361
361
  type: "textarea";
362
362
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@julseb-lib/react",
3
- "version": "1.0.54",
3
+ "version": "1.0.56",
4
4
  "type": "module",
5
5
  "private": false,
6
6
  "files": [