@namba_one/ui-kit-2 1.0.53 → 1.0.54
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 +2 -0
- package/dist/index.es.js +1199 -1182
- package/dist/index.umd.js +5 -5
- package/dist/namba-one-uikit.css +1 -1
- package/package.json +1 -1
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 = {
|