@namba_one/ui-kit-2 1.0.183 → 1.0.185

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
@@ -2169,6 +2169,7 @@ export declare type DropdownElementProps = {
2169
2169
  verticalAlign?: 'top' | 'bottom' | 'center';
2170
2170
  isStretchToParent?: boolean;
2171
2171
  minWidth?: number | string;
2172
+ isCenterByParent?: boolean;
2172
2173
  };
2173
2174
 
2174
2175
  declare type DropdownElementProvider = () => void;