@croquiscom/pds 0.46.0 → 0.46.1

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @croquiscom/pds
2
2
 
3
+ ## 0.46.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 419e372: BasicModal fullScreen mode IOS 콘텐츠 영역 스크롤 버그 픽스
8
+
3
9
  ## 0.46.0
4
10
 
5
11
  ### Minor Changes
@@ -72,7 +72,7 @@ export declare const ModalContent: import("@emotion/styled").StyledComponent<{
72
72
  theme?: import("@emotion/react").Theme;
73
73
  as?: React.ElementType<any>;
74
74
  } & ModalContentProps & {
75
- fixed: boolean;
75
+ fullScreen: boolean;
76
76
  layoutHeight: LayoutHeightType;
77
77
  }, React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
78
78
  export {};