@croquiscom/pds 0.40.0 → 0.40.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,12 @@
1
1
  # @croquiscom/pds
2
2
 
3
+ ## 0.40.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 21319cc: Modal Open 상태 외부 제어만 가능하도록 변경
8
+ - 7b81130: Modal Header Title text-overflow 제거
9
+
3
10
  ## 0.40.0
4
11
 
5
12
  ### Minor Changes
@@ -45,9 +45,6 @@ export interface ModalContentProps extends Pick<ModalProps, 'fixedHeader' | 'fix
45
45
  }
46
46
  export declare const MIN_WIDTH = 480;
47
47
  export declare const Modal: ({ opened: openProp, children, title, width, confirmText, cancelText, closeButton, backButton, dense, fill, fullScreen, fixedHeader, fixedFooter, footer, confirmButtonProps, cancelButtonProps, contentProps, onConfirm, onCancel, onClose, onExited, onClickBackButton, onClickOverlay, ...props }: PropsWithChildren<ModalProps>) => JSX.Element;
48
- export declare const ModalTitle: import("@emotion/styled").StyledComponent<(import("../text").BaseTextProps & (React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement> | React.DetailedHTMLProps<React.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement> | React.DetailedHTMLProps<React.LiHTMLAttributes<HTMLLIElement>, HTMLLIElement> | React.DetailedHTMLProps<React.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement> | React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>)) & {
49
- theme?: import("@emotion/react").Theme;
50
- }, {}, {}>;
51
48
  export declare const ModalContent: import("@emotion/styled").StyledComponent<{
52
49
  theme?: import("@emotion/react").Theme;
53
50
  as?: React.ElementType<any>;