pesona-ui 0.1.38 → 0.1.40

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/index.d.ts CHANGED
@@ -276,7 +276,7 @@ export declare const InputDate: default_2.ForwardRefExoticComponent<InputDatePro
276
276
 
277
277
  declare interface InputDateProps extends Omit<default_2.InputHTMLAttributes<HTMLInputElement>, 'onChange' | 'value'> {
278
278
  name: string;
279
- label: string;
279
+ label?: string;
280
280
  message?: string;
281
281
  floatingLabel?: boolean;
282
282
  full?: boolean;
@@ -335,7 +335,7 @@ export declare const InputTime: default_2.ForwardRefExoticComponent<InputTimePro
335
335
 
336
336
  declare interface InputTimeProps extends Omit<default_2.InputHTMLAttributes<HTMLInputElement>, 'onChange' | 'value'> {
337
337
  name: string;
338
- label: string;
338
+ label?: string;
339
339
  message?: string;
340
340
  floatingLabel?: boolean;
341
341
  format24?: boolean;