@namba_one/ui-kit-2 1.0.208 → 1.0.210

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
@@ -3418,6 +3418,7 @@ export declare type TooltipProps = {
3418
3418
  verticalAlign?: DropdownElementProps['verticalAlign'];
3419
3419
  verticalOffset?: DropdownElementProps['verticalOffset'];
3420
3420
  behavior?: 'hover' | 'click' | 'manual';
3421
+ width?: number | string;
3421
3422
  };
3422
3423
 
3423
3424
  export declare const TransitionFade: DefineComponent<ExtractPropTypes< {