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.
- package/dist/components/SActionModal/README.md +1 -0
- package/dist/components/SActionModal/SActionModal.cjs +5 -1
- package/dist/components/SActionModal/SActionModal.cjs.map +1 -1
- package/dist/components/SActionModal/SActionModal.d.ts +6 -1
- package/dist/components/SActionModal/SActionModal.js +5 -1
- package/dist/components/SActionModal/SActionModal.js.map +1 -1
- package/dist/components/SBadge/README.md +2 -2
- package/dist/components/SIcon/README.md +0 -2
- package/dist/components/STooltip/README.md +2 -2
- package/dist/index.cjs +5 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +5 -1
- package/dist/index.js.map +1 -1
- package/dist/llms-full.txt +3 -3
- package/package.json +1 -1
package/dist/llms-full.txt
CHANGED
|
@@ -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
|
-
- [
|
|
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
|
-
- [
|
|
3523
|
+
- [SSectionHeaderCard](../SSectionHeaderCard)
|
|
3524
3524
|
|
|
3525
3525
|
### Depends on
|
|
3526
3526
|
|