sellmate-design-system-react 3.2.0 → 3.3.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.
@@ -884,6 +884,7 @@ Tailwind 유틸리티는 아래 스케일에 있는 값만 사용한다. 리터
884
884
  | `open?` | `boolean` | — | |
885
885
  | `persistent?` | `boolean` | — | true면 백드롭·ESC로 안 닫히고 흔들림 (sd-modal-container persistent) |
886
886
  | `modalTitle?` | `string` | `''` | |
887
+ | `description?` | `ReactNode` | — | 제목 오른쪽에 붙는 보조 설명 (sd-action-modal 의 header-sub-title 슬롯). 문자열이면 서브텍스트 스타일로 렌더하고, 노드를 넘기면 그대로 배치한다. |
887
888
  | `button?` | `SActionModalButton` | — | 하단 액션 버튼 (주 액션 1개). 의도적으로 단수다 — 보조 버튼(취소·삭제 등)은 `footerLeft` 슬롯에 직접 배치한다. |
888
889
  | `footerLeft?` | `ReactNode` | — | footer 좌측 영역 (sd-action-modal 의 bottom-sub-content 슬롯). 보조 버튼이나 안내 문구를 넣는다. 버튼을 하나 더 쓰고 싶을 때 여기에 SButton 을 넣는다. |
889
890
  | `width?` | `number \| string` | — | |
@@ -924,7 +925,7 @@ Tailwind 유틸리티는 아래 스케일에 있는 값만 사용한다. 리터
924
925
 
925
926
  ### Used by
926
927
 
927
- - [SList](../SList)
928
+ - [SSectionHeaderCard](../SSectionHeaderCard)
928
929
 
929
930
  ### Graph
930
931
 
@@ -1955,7 +1956,6 @@ Tailwind 유틸리티는 아래 스케일에 있는 값만 사용한다. 리터
1955
1956
  - [SGnb](../SGnb)
1956
1957
  - [SGuide](../SGuide)
1957
1958
  - [SKeyValueTable](../SKeyValueTable)
1958
- - [SList](../SList)
1959
1959
  - [SLoadingModal](../SLoadingModal)
1960
1960
  - [SNumberInput](../SNumberInput)
1961
1961
  - [SPagination](../SPagination)
@@ -3520,7 +3520,7 @@ function OrderModal({ open, onOpenChange, onClose, modalRef, orderId }: OrderMod
3520
3520
 
3521
3521
  - [SField](../SField)
3522
3522
  - [SKeyValueTable](../SKeyValueTable)
3523
- - [SList](../SList)
3523
+ - [SSectionHeaderCard](../SSectionHeaderCard)
3524
3524
 
3525
3525
  ### Depends on
3526
3526
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sellmate-design-system-react",
3
- "version": "3.2.0",
3
+ "version": "3.3.0",
4
4
  "description": "Sellmate Design System — React (TypeScript + Tailwind v4) port",
5
5
  "license": "UNLICENSED",
6
6
  "keywords": [