@croquiscom/pds 0.27.0 → 0.28.0

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,15 @@
1
1
  # @croquiscom/pds
2
2
 
3
+ ## 0.28.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 5ca7158: NoticeModal 컴포넌트 추가
8
+
9
+ ### Patch Changes
10
+
11
+ - da13e9c: feat: 체크박스 라벨 오른쪽에 링크 있는 케이스 스토리북 추가
12
+
3
13
  ## 0.27.0
4
14
 
5
15
  ### Minor Changes
@@ -6,3 +6,7 @@ export declare const Default: any;
6
6
  export declare const Checked: any;
7
7
  export declare const Disabled: any;
8
8
  export declare const CheckedDisabled: any;
9
+ export declare const Link: ({ disabled, ...args }: {
10
+ [x: string]: any;
11
+ disabled: any;
12
+ }) => JSX.Element;