@designbasekorea/ui 0.5.4 → 0.5.5

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/index.d.ts CHANGED
@@ -1366,7 +1366,7 @@ interface DrawerProps {
1366
1366
  children: React$1.ReactNode;
1367
1367
  /** Drawer의 위치 (기본값: 'right') */
1368
1368
  position?: DrawerPosition;
1369
- /** Drawer의 크기 (기본값: 'md') */
1369
+ /** Drawer의 크기 (기본값: 'm') */
1370
1370
  size?: DrawerSize;
1371
1371
  /** 닫기 버튼을 표시할지 여부 (기본값: true) */
1372
1372
  showCloseButton?: boolean;