profinansy-ui-lib 3.3.98 → 3.3.100

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.
@@ -25,9 +25,9 @@ export declare function useDrop({ placement, onOpenList }: {
25
25
  } & import("@floating-ui/react").ExtendedElements<import("@floating-ui/react").ReferenceType>;
26
26
  context: {
27
27
  placement: Placement;
28
+ strategy: import("@floating-ui/utils").Strategy;
28
29
  x: number;
29
30
  y: number;
30
- strategy: import("@floating-ui/utils").Strategy;
31
31
  middlewareData: import("@floating-ui/core").MiddlewareData;
32
32
  isPositioned: boolean;
33
33
  update: () => void;
@@ -24,9 +24,9 @@ export declare function useDrop({ placement }: {
24
24
  } & import("@floating-ui/react").ExtendedElements<import("@floating-ui/react").ReferenceType>;
25
25
  context: {
26
26
  placement: Placement;
27
+ strategy: import("@floating-ui/utils").Strategy;
27
28
  x: number;
28
29
  y: number;
29
- strategy: import("@floating-ui/utils").Strategy;
30
30
  middlewareData: import("@floating-ui/core").MiddlewareData;
31
31
  isPositioned: boolean;
32
32
  update: () => void;
@@ -26,9 +26,9 @@ export declare function useHint({ placement, isClickMobile }?: HintOptions): {
26
26
  } & import("@floating-ui/react").ExtendedElements<import("@floating-ui/react").ReferenceType>;
27
27
  context: {
28
28
  placement: Placement;
29
+ strategy: import("@floating-ui/utils").Strategy;
29
30
  x: number;
30
31
  y: number;
31
- strategy: import("@floating-ui/utils").Strategy;
32
32
  middlewareData: import("@floating-ui/core").MiddlewareData;
33
33
  isPositioned: boolean;
34
34
  update: () => void;
@@ -29,9 +29,9 @@ export declare function usePopup({ placement, isHover }: {
29
29
  } & import("@floating-ui/react").ExtendedElements<import("@floating-ui/react").ReferenceType>;
30
30
  context: {
31
31
  placement: Placement;
32
+ strategy: import("@floating-ui/utils").Strategy;
32
33
  x: number;
33
34
  y: number;
34
- strategy: import("@floating-ui/utils").Strategy;
35
35
  middlewareData: import("@floating-ui/core").MiddlewareData;
36
36
  isPositioned: boolean;
37
37
  update: () => void;
@@ -1,6 +1,7 @@
1
1
  import React from 'react';
2
2
  declare const _default: {
3
3
  title: string;
4
+ tags: string[];
4
5
  component: React.ForwardRefExoticComponent<import("./Textarea.typed").ITextarea & React.RefAttributes<HTMLTextAreaElement>>;
5
6
  };
6
7
  export default _default;
@@ -6,6 +6,8 @@ interface IProps {
6
6
  }
7
7
  export declare const Container: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
8
8
  export declare const Content: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
9
- export declare const Length: import("styled-components").StyledComponent<"span", import("styled-components").DefaultTheme, {}, never>;
9
+ export declare const Length: import("styled-components").StyledComponent<"span", import("styled-components").DefaultTheme, {
10
+ isFew: boolean;
11
+ }, never>;
10
12
  export declare const Textarea: import("styled-components").StyledComponent<"textarea", import("styled-components").DefaultTheme, IProps, never>;
11
13
  export {};
@@ -26,9 +26,9 @@ export declare function useTooltip({ placement, isHover, showArrow }: {
26
26
  } & import("@floating-ui/react").ExtendedElements<import("@floating-ui/react").ReferenceType>;
27
27
  context: {
28
28
  placement: Placement;
29
+ strategy: import("@floating-ui/utils").Strategy;
29
30
  x: number;
30
31
  y: number;
31
- strategy: import("@floating-ui/utils").Strategy;
32
32
  middlewareData: import("@floating-ui/core").MiddlewareData;
33
33
  isPositioned: boolean;
34
34
  update: () => void;
@@ -14,10 +14,7 @@ export declare const INSTRUMENTS_TABS: {
14
14
  label: string;
15
15
  }[];
16
16
  export declare const useSearchInstruments: (apiSettings: IApiSettings, isDefaultTab: boolean, setSelectedTab: (val: INSTRUMENTS_TYPES) => void) => {
17
- tabs: {
18
- value: INSTRUMENTS_TYPES;
19
- label: string;
20
- }[];
17
+ tabs: any[];
21
18
  handleChange: (val: string) => void;
22
19
  searchText: string;
23
20
  loader: boolean;