@namba_one/ui-kit-2 1.0.53 → 1.0.55

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
@@ -900,6 +900,8 @@ export declare type DropdownElementProps = {
900
900
  horizontalOffset?: number | string;
901
901
  horizontalAlign?: 'left' | 'right' | 'center';
902
902
  verticalAlign?: 'top' | 'bottom' | 'center';
903
+ isStretchToParent?: boolean;
904
+ minWidth?: number | string;
903
905
  };
904
906
 
905
907
  export declare type DropdownProps = {