@kinxcdn/commerce-player 1.6.0-alpha.1 → 1.6.0-alpha.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.
@@ -32,7 +32,7 @@ npm pack
32
32
 
33
33
  tailwind를 사용해 개발했으나 클라이언트 사이트 내 tailwind를 추가할 수 없어 shadow dom을 추가하여 내부 돔에 tailwind를 추가하는 방식으로 개발함
34
34
 
35
- 더 좋은 방법이 있다면 수정이 필요
35
+ 더 좋은 방법이 있다면 수정
36
36
 
37
37
  ## Usage
38
38
 
package/README.md CHANGED
@@ -29,6 +29,7 @@ yarn add @kinxcdn/commerce-player
29
29
  | `player` | `string` | `POPUP` \| `INLINE` | 위젯 플레이어 유형 |
30
30
  | `rounded` | `string` | `true` | 아이콘 모서리 둥글기 여부 (`true`/`false`) |
31
31
  | `titlePosition` | `string` | `BOTTOM` \| `TOP` | 제목 위치 (`BOTTOM`/`TOP`) |
32
+ | `hoverPlay` | `boolean` | `false`| 유튜브형 재생 아이콘 사용 시 마우스 오버 재생 기능 활성화 여부 |
32
33
 
33
34
 
34
35
  ---