@nexxtmove/ui 0.1.43 → 0.1.45

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
@@ -473,6 +473,7 @@ declare interface NexxtInputFieldProps {
473
473
  errorMessage?: string;
474
474
  leftIcon?: InstanceType<typeof NexxtIcon>['name'];
475
475
  rightIcon?: InstanceType<typeof NexxtIcon>['name'];
476
+ required?: boolean;
476
477
  }
477
478
 
478
479
  export declare const NexxtModal: __VLS_WithTemplateSlots_7<typeof __VLS_component_7, __VLS_TemplateResult_7["slots"]>;