test-stpr-ui-kit 0.4.20 → 0.4.22
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.
|
@@ -352,6 +352,7 @@ declare interface TabsProps {
|
|
|
352
352
|
isSeparated?: boolean;
|
|
353
353
|
variant?: TTabsVariant;
|
|
354
354
|
classNameRoot?: string;
|
|
355
|
+
classNameBaseTooltipRoot?: string;
|
|
355
356
|
}
|
|
356
357
|
|
|
357
358
|
declare type TApplyButtonsAlign = "left" | "center" | "right";
|
|
@@ -449,6 +450,7 @@ declare interface TooltipProps extends Omit<BaseTooltipProps, "classNameRoot" |
|
|
|
449
450
|
classNameTriggerTooltip?: string;
|
|
450
451
|
classNameBaseTooltipRoot?: string;
|
|
451
452
|
classNameBaseTooltipContentRoot?: string;
|
|
453
|
+
isStopPropagationClickOnTrigger?: boolean;
|
|
452
454
|
}
|
|
453
455
|
|
|
454
456
|
export declare type TPaneItem = {
|