@croquiscom/pds 11.3.0 → 11.3.2

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,17 @@
1
1
  # @croquiscom/pds
2
2
 
3
+ ## 11.3.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 847cc2d: SectionTile Action 영역 배치 수정
8
+
9
+ ## 11.3.1
10
+
11
+ ### Patch Changes
12
+
13
+ - 71437bf: DataTable scroll Props 사용시 사면 모두 동일 border-radius 스타일 주입하도록 변경
14
+
3
15
  ## 11.3.0
4
16
 
5
17
  ### Minor Changes
@@ -9,3 +9,4 @@ export declare const SizeWithHorizontal: Story;
9
9
  export declare const SizeWithVertical: Story;
10
10
  export declare const SizeWithNoMarginBottom: Story;
11
11
  export declare const Custom: Story;
12
+ export declare const TitleActionOnly: Story;