sellmate-design-system-react 3.4.0 → 3.5.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.
@@ -1541,6 +1541,7 @@ Tailwind 유틸리티는 아래 스케일에 있는 값만 사용한다. 리터
1541
1541
  | `slotLabel?` | `string` | — | 콘텐츠 박스에서 태그 오른쪽에 오는 텍스트 (optionSlot 미지정 시) |
1542
1542
  | `tagSlot?` | `ReactNode` | — | 콘텐츠 박스 tag 위치 커스텀 콘텐츠 (미지정 시 tagLabel 기반 STag) |
1543
1543
  | `optionSlot?` | `ReactNode` | — | 콘텐츠 박스에서 태그 오른쪽 커스텀 콘텐츠 (미지정 시 slotLabel 텍스트) |
1544
+ | `contentSlot?` | `ReactNode` | — | 콘텐츠 박스 바로 아래에 통으로 들어가는 커스텀 콘텐츠 (전체 폭) |
1544
1545
  | `mainButtonLabel?` | `string` | `'확인'` | 메인 버튼 |
1545
1546
  | `mainButtonName?` | `ConfirmModalMainButton` | — | 확인 버튼 프리셋 (없으면 type에 따라 자동 결정) |
1546
1547
  | `subButtonLabel?` | `string` | — | 서브(취소) 버튼 |
@@ -2502,7 +2503,7 @@ SModal.confirm({
2502
2503
  .onCancel(() => {});
2503
2504
  ```
2504
2505
 
2505
- **옵션 (`SConfirmOptions`)** — 선언형 `SConfirmModalProps` 에서 제어 흐름 props(`open`/`onOpenChange`/`onOk`/`onCancel`/`onClose`)를 제외한 전부. 주요 키: `type`, `modalTitle`, `topMessage`/`bottomMessage`, `mainButtonLabel`/`mainButtonName`, `subButtonLabel`, `tagSlot`/`optionSlot`, `persistent`.
2506
+ **옵션 (`SConfirmOptions`)** — 선언형 `SConfirmModalProps` 에서 제어 흐름 props(`open`/`onOpenChange`/`onOk`/`onCancel`/`onClose`)를 제외한 전부. 주요 키: `type`, `modalTitle`, `topMessage`/`bottomMessage`, `mainButtonLabel`/`mainButtonName`, `subButtonLabel`, `tagSlot`/`optionSlot`/`contentSlot`, `persistent`.
2506
2507
 
2507
2508
  ---
2508
2509
 
package/dist/styles.css CHANGED
@@ -1599,6 +1599,9 @@
1599
1599
  .rounded-\(--cmp-listItem-radius-bordered\) {
1600
1600
  border-radius: var(--cmp-listItem-radius-bordered);
1601
1601
  }
1602
+ .rounded-8 {
1603
+ border-radius: var(--radius-8);
1604
+ }
1602
1605
  .rounded-\[2px\] {
1603
1606
  border-radius: 2px;
1604
1607
  }
@@ -1971,6 +1974,9 @@
1971
1974
  .bg-\[\#eee\] {
1972
1975
  background-color: #eee;
1973
1976
  }
1977
+ .bg-\[color\:var\(--color-grey-10\)\] {
1978
+ background-color: var(--color-grey-10);
1979
+ }
1974
1980
  .bg-\[var\(--btn-bg\)\] {
1975
1981
  background-color: var(--btn-bg);
1976
1982
  }
@@ -2310,6 +2316,9 @@
2310
2316
  .py-8 {
2311
2317
  padding-block: var(--spacing-8);
2312
2318
  }
2319
+ .py-12 {
2320
+ padding-block: var(--spacing-12);
2321
+ }
2313
2322
  .py-16 {
2314
2323
  padding-block: var(--spacing-16);
2315
2324
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sellmate-design-system-react",
3
- "version": "3.4.0",
3
+ "version": "3.5.0",
4
4
  "description": "Sellmate Design System — React (TypeScript + Tailwind v4) port",
5
5
  "license": "UNLICENSED",
6
6
  "keywords": [