profinansy-ui-lib 3.2.5 → 3.2.7

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,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;
28
27
  x: number;
29
28
  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;
@@ -25,9 +25,9 @@ export declare function useHint({ placement }?: HintOptions): {
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;
29
28
  x: number;
30
29
  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;
@@ -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;
33
32
  x: number;
34
33
  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;
package/dist/index.js CHANGED
@@ -2830,11 +2830,12 @@
2830
2830
  `,t.ContentInside=i.default.div`
2831
2831
  height: 100%;
2832
2832
  max-height: ${e=>e.isOverflowAuto?"auto":"calc(100vh - 78px)"};
2833
- overflow-y: ${e=>e.isOverflowAuto?"auto":"hidden"};
2833
+ overflow-y: ${e=>e.isOverflowAuto?"visible":"auto"};
2834
2834
  padding: 0 8px;
2835
2835
  ${l.Scroll};
2836
2836
  @media (max-width: ${u.MOBILE_WIDTH}px) {
2837
2837
  max-height: calc(90vh - 48px);
2838
+ overflow-y: auto;
2838
2839
  ${l.NotVisibleScroll}
2839
2840
  }
2840
2841
  `,t.Header=i.default.div`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "profinansy-ui-lib",
3
- "version": "3.2.5",
3
+ "version": "3.2.7",
4
4
  "main": "./dist/index.js",
5
5
  "license": "MIT",
6
6
  "devDependencies": {