@nexxtmove/ui 0.1.72 → 0.1.73

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
@@ -984,12 +984,13 @@ declare interface NexxtAvatarProps {
984
984
  export declare const NexxtButton: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
985
985
 
986
986
  declare interface NexxtButtonProps {
987
- variant?: 'primary' | 'secondary' | 'success' | 'danger' | 'link';
987
+ variant?: 'primary' | 'secondary' | 'success' | 'danger' | 'warning' | 'link';
988
988
  icon?: InstanceType<typeof NexxtIcon>['name'];
989
989
  iconRight?: boolean;
990
990
  disabled?: boolean;
991
991
  loading?: boolean;
992
992
  buttonType?: 'button' | 'submit' | 'reset';
993
+ rounded?: boolean;
993
994
  }
994
995
 
995
996
  export declare const NexxtCalendar: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {