@croquiscom/pds 6.4.1 → 6.4.3

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
+ ## 6.4.3
4
+
5
+ ### Patch Changes
6
+
7
+ - e3e9b29: Table Col, Row 내부 span 태그 조건 렌더 변경, 정렬 버그 수정
8
+
9
+ ## 6.4.2
10
+
11
+ ### Patch Changes
12
+
13
+ - d90af03: 팝오버 디스크립션만 있는 케이스 타이틀로 인한 여백 제거
14
+
3
15
  ## 6.4.1
4
16
 
5
17
  ### Patch Changes
@@ -29,3 +29,13 @@ export declare const NoArrow: {
29
29
  };
30
30
  };
31
31
  };
32
+ export declare const DescriptionOnly: {
33
+ (): JSX.Element;
34
+ parameters: {
35
+ docs: {
36
+ description: {
37
+ story: string;
38
+ };
39
+ };
40
+ };
41
+ };