@dimasbaguspm/versaur 0.0.5 → 0.0.7

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.
@@ -13,7 +13,7 @@ export interface TextInputProps extends Omit<InputHTMLAttributes<HTMLInputElemen
13
13
  /**
14
14
  * Label text to display above the input
15
15
  */
16
- label: ReactNode;
16
+ label?: ReactNode;
17
17
  /**
18
18
  * Optional content to display inside the input (left)
19
19
  */
@@ -13,7 +13,7 @@ export interface TextAreaInputProps extends Omit<TextareaHTMLAttributes<HTMLText
13
13
  /**
14
14
  * Label text to display above the textarea
15
15
  */
16
- label: ReactNode;
16
+ label?: ReactNode;
17
17
  /**
18
18
  * Helper text to display below the textarea
19
19
  */