test-stpr-ui-kit 0.6.9 → 0.6.10

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.
@@ -195,7 +195,12 @@ export declare enum EIconName {
195
195
  Calendar = "calendar",
196
196
  ArrowBottom = "arrowBottom",
197
197
  UserRight = "userRight",
198
- Search = "search"
198
+ Search = "search",
199
+ Update = "update",
200
+ Filter = "filter",
201
+ Folder = "folder",
202
+ LayersThree = "layersThree",
203
+ LinkAngled = "linkAngled"
199
204
  }
200
205
 
201
206
  export declare const EllipsisTextWithTooltip: default_2.FC<EllipsisTextWithTooltipProps>;
@@ -710,6 +715,7 @@ declare interface TooltipProps extends Omit<BaseTooltipProps, "classNameRoot" |
710
715
  classNameBaseTooltipContentRoot?: string;
711
716
  isStopPropagationClickOnTrigger?: boolean;
712
717
  styleTooltip?: default_2.CSSProperties;
718
+ triggerTooltipGap?: number;
713
719
  }
714
720
 
715
721
  export declare type TPaneItem = {