profinansy-ui-lib 3.6.35 → 3.6.36

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.
@@ -24,10 +24,10 @@ export declare function useDrop({ placement, onOpenList }: {
24
24
  floating: HTMLElement;
25
25
  } & import("@floating-ui/react").ExtendedElements<import("@floating-ui/react").ReferenceType>;
26
26
  context: {
27
- placement: Placement;
28
- strategy: import("@floating-ui/utils").Strategy;
29
27
  x: number;
30
28
  y: number;
29
+ placement: Placement;
30
+ strategy: import("@floating-ui/utils").Strategy;
31
31
  middlewareData: import("@floating-ui/react").MiddlewareData;
32
32
  isPositioned: boolean;
33
33
  update: () => void;
@@ -23,10 +23,10 @@ export declare function useDrop({ placement }: {
23
23
  floating: HTMLElement;
24
24
  } & import("@floating-ui/react").ExtendedElements<import("@floating-ui/react").ReferenceType>;
25
25
  context: {
26
- placement: Placement;
27
- strategy: import("@floating-ui/utils").Strategy;
28
26
  x: number;
29
27
  y: number;
28
+ placement: Placement;
29
+ strategy: import("@floating-ui/utils").Strategy;
30
30
  middlewareData: import("@floating-ui/react").MiddlewareData;
31
31
  isPositioned: boolean;
32
32
  update: () => void;
@@ -25,10 +25,10 @@ export declare function useHint({ placement, isClickMobile }?: HintOptions): {
25
25
  floating: HTMLElement;
26
26
  } & import("@floating-ui/react").ExtendedElements<import("@floating-ui/react").ReferenceType>;
27
27
  context: {
28
- placement: Placement;
29
- strategy: import("@floating-ui/utils").Strategy;
30
28
  x: number;
31
29
  y: number;
30
+ placement: Placement;
31
+ strategy: import("@floating-ui/utils").Strategy;
32
32
  middlewareData: import("@floating-ui/react").MiddlewareData;
33
33
  isPositioned: boolean;
34
34
  update: () => void;
@@ -28,10 +28,10 @@ export declare function usePopup({ placement, isHover }: {
28
28
  floating: HTMLElement;
29
29
  } & import("@floating-ui/react").ExtendedElements<import("@floating-ui/react").ReferenceType>;
30
30
  context: {
31
- placement: Placement;
32
- strategy: import("@floating-ui/utils").Strategy;
33
31
  x: number;
34
32
  y: number;
33
+ placement: Placement;
34
+ strategy: import("@floating-ui/utils").Strategy;
35
35
  middlewareData: import("@floating-ui/react").MiddlewareData;
36
36
  isPositioned: boolean;
37
37
  update: () => void;
@@ -1,5 +1,5 @@
1
1
  import { IColumnTable } from './Table.typed';
2
2
  export declare const getAlignment: (alignment: IColumnTable['alignment']) => {
3
3
  justifyContent: string;
4
- textAlign: "center" | "right" | "left";
4
+ textAlign: "center" | "left" | "right";
5
5
  };
@@ -25,10 +25,10 @@ export declare function useTooltip({ placement, isHover, showArrow }: {
25
25
  floating: HTMLElement;
26
26
  } & import("@floating-ui/react").ExtendedElements<import("@floating-ui/react").ReferenceType>;
27
27
  context: {
28
- placement: Placement;
29
- strategy: import("@floating-ui/utils").Strategy;
30
28
  x: number;
31
29
  y: number;
30
+ placement: Placement;
31
+ strategy: import("@floating-ui/utils").Strategy;
32
32
  middlewareData: import("@floating-ui/react").MiddlewareData;
33
33
  isPositioned: boolean;
34
34
  update: () => void;
package/dist/index.js CHANGED
@@ -1520,6 +1520,9 @@
1520
1520
  border-radius: 12px;
1521
1521
  justify-content: space-between;
1522
1522
  background: ${e=>e.theme.background.secondary};
1523
+ & > a {
1524
+ flex: 1;
1525
+ }
1523
1526
  `,t.Image=a.default.img`
1524
1527
  width: 60px;
1525
1528
  height: 60px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "profinansy-ui-lib",
3
- "version": "3.6.35",
3
+ "version": "3.6.36",
4
4
  "main": "./dist/index.js",
5
5
  "license": "MIT",
6
6
  "devDependencies": {