sellmate-design-system-react 7.0.0 → 7.1.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.
@@ -3606,15 +3606,31 @@ function OrderModal({ open, onOpenChange, onClose, modalRef, orderId }: OrderMod
3606
3606
  | `items` | `SStepperItem[]` | — | 단계 목록 |
3607
3607
  | `value?` | `string` | — | 현재 활성 단계 value |
3608
3608
  | `size?` | `SStepperSize` | `'sm'` | 크기 |
3609
+ | `vertical?` | `boolean` | `false` | 세로형 여부 |
3610
+ | `clickable?` | `boolean` | — | 단계 클릭 가능 여부. 미지정 시 가로형=false, 세로형=true |
3609
3611
  | `ariaLabel?` | `string` | `'진행 단계'` | 접근성 레이블 |
3610
3612
  | `className?` | `string` | — | |
3611
3613
  | `style?` | `CSSProperties` | — | |
3612
3614
 
3615
+ #### Events
3616
+
3617
+ | Event | Type | Description |
3618
+ |-------|------|-------------|
3619
+ | `onValueChange` | `(value: string, item: SStepperItem, index: number) => void` | 단계 선택 시 호출 |
3620
+
3621
+ #### Methods (ref)
3622
+
3623
+ | Method | Type | Description |
3624
+ |--------|------|-------------|
3625
+ | `showItemTooltip` | `() => void` | error 아이템 중 첫 번째에 툴팁을 연다. error 아이템이 없으면 아무 일도 일어나지 않는다. |
3626
+ | `hideItemTooltip` | `() => void` | 열려있는 커스텀 툴팁을 닫는다. 활성 단계(value prop)가 바뀌면 별도 호출 없이도 자동으로 닫힌다. |
3627
+
3613
3628
  ## Dependencies
3614
3629
 
3615
3630
  ### Depends on
3616
3631
 
3617
3632
  - [SIcon](../SIcon)
3633
+ - [STooltip](../STooltip)
3618
3634
 
3619
3635
  ### Graph
3620
3636
 
package/dist/styles.css CHANGED
@@ -682,6 +682,9 @@
682
682
  .z-\[2\] {
683
683
  z-index: 2;
684
684
  }
685
+ .z-\[3\] {
686
+ z-index: 3;
687
+ }
685
688
  .z-\[5\] {
686
689
  z-index: 5;
687
690
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sellmate-design-system-react",
3
- "version": "7.0.0",
3
+ "version": "7.1.0",
4
4
  "description": "Sellmate Design System — React (TypeScript + Tailwind v4) port",
5
5
  "license": "UNLICENSED",
6
6
  "keywords": [