@croquiscom/pds 0.6.0 → 0.7.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,17 @@
1
1
  # @croquiscom/pds
2
2
 
3
+ ## 0.7.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 67fa9d2: Popover, Tooltip 플로팅 요소의 위치를 reference 위치에 따라 조정되도록 end/start align 타입을 제거
8
+
9
+ ## 0.7.0
10
+
11
+ ### Minor Changes
12
+
13
+ - 698c17e: Popover 컴포넌트 추가
14
+
3
15
  ## 0.6.0
4
16
 
5
17
  ### Minor Changes
package/dist/index.d.ts CHANGED
@@ -12,3 +12,4 @@ export * from './switch';
12
12
  export * from './divider';
13
13
  export * from './form';
14
14
  export * from './tooltip';
15
+ export * from './popover';